Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(conventional-changelog-presets): supported new preset format #2934

Merged
merged 10 commits into from
Sep 16, 2023
Merged

Commits on Sep 1, 2023

  1. feat(conventional-changelog-presets): supported new preset format

    BREAKING CHANGE: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility
    travi committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    07a79ea View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. feat: defined exports for the package

    BREAKING CHANGE: exports prevents access to internal files, but they arent intended for public use anyway
    travi committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    72ab317 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix(deps): updated to the latest betas of the commit-analyzer and rel…

    …ease-notes-generator plugins
    travi committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    de8e4e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    03a687b View commit details
    Browse the repository at this point in the history
  2. feat(node-versions): raised the minimum required node version to v18.…

    …17 and dropped v19 support
    
    npm v20 requires v18.17
    
    BREAKING CHANGE: node v18.17 is now the minimum supported node version and support for v19 has been dropped
    travi committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b9f294d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb850ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a23b718 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. feat(node-versions): raised the minimum node v20 requirement to v20.6

    for auto-registered loader support
    
    BREAKING CHANGE: the minimum supported node version in the v20 major range is now v20.6
    travi committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    e623cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6604153 View commit details
    Browse the repository at this point in the history
  3. feat(node-versions): raised the minimum supported node version w/in t…

    …he v20 range to v20.6.1
    
    because of a known issue with v20.6.0 that we might as well avoid since we are restricting the
    supported ranges at this point anyway: nodejs/node#49497
    
    BREAKING CHANGE: the minimum supported version for the v20 range of node has been raised slightly to
    v20.6.1 to avoid a known node bug
    travi committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b93bef4 View commit details
    Browse the repository at this point in the history