Skip to content

chore(deps): update dependency commit-and-tag-version to v13 - #379

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/commit-and-tag-version-13.x
Open

chore(deps): update dependency commit-and-tag-version to v13#379
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/commit-and-tag-version-13.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
commit-and-tag-version ^9.6.0^13.1.2 age confidence

Release Notes

absolute-version/commit-and-tag-version (commit-and-tag-version)

v13.1.2

Compare Source

Bug Fixes

v13.1.1

Compare Source

Bug Fixes
  • Fix issue where prereleases were calculated from the wrong base (fixes #​310) (1261803)

v13.1.0

Compare Source

Features

v13.0.0

Compare Source

⚠ BREAKING CHANGES
  • Update all conventional-changelog dependencies to their modern version. There are a few breaking changes that will affect users with custom presets, please see MIGRATION.md. This also raises the node minimum to node 22.
  • This package is now pure ESM. CLI uses should be unaffected. This raises the minimum engine to 20.19, and anyone using require will need to require('commit-and-tag-version').default
deps
  • Update all conventional-changelog dependencies to their modern version. There are a few breaking changes that will affect users with custom presets, please see MIGRATION.md. This also raises the node minimum to node 22. (c2d26bf)
Bug Fixes
Code Refactoring
  • This package is now pure ESM. CLI uses should be unaffected. This raises the minimum engine to 20.19, and anyone using require will need to require('commit-and-tag-version').default (89ba82e)

v12.7.3

Compare Source

Bug Fixes
  • update release workflow for npm OIDC trusted publishing (#​281) (d0e3408)

v12.7.1

Compare Source

Bug Fixes

v12.7.0

Compare Source

Features
Bug Fixes

v12.6.1

Compare Source

Bug Fixes
  • bump: auto-increment prerelease when tag already exists (#​258) (75d69a6)
  • use fast-xml-parser to parse and build XML. This substantially reduces the bundle size. (#​234) (6075f4b)

v12.6.0

Compare Source

Features
  • add --config option to allow custom config file path (#​237) (3958e68)

v12.5.2

Compare Source

Bug Fixes
  • Correct use of fs, so we no longer emit a deprecation warning for fs.F_OK (7fe66bb), closes #​240

v12.5.1

Compare Source

Bug Fixes

v12.5.0

Compare Source

Features

v12.4.4

Compare Source

Bug Fixes

v12.4.3

Compare Source

Bug Fixes
  • Correct issue where downstream dependency would throw options.debug is not a function (4280bcf)

v12.4.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog to v4 (#​176) (8d15fc7)

v12.4.1

Compare Source

Bug Fixes
  • raise the 'openapi'-updater to a higher order of precedence above the 'yaml'-updater (#​143) (37fe178)

v12.4.0

Compare Source

Features

v12.3.0

Compare Source

Features
Bug Fixes
  • Add debug messages for exclusions during bump lifecycle (#​131) (a9191f2)

v12.2.0

Compare Source

Features

v12.1.0

Compare Source

Features

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for node 14, 16. Now supports node 18 and 20.
Bug Fixes
  • Drop support for node 14, 16. Now supports node 18 and 20. (b1a58bc)
  • preserve frontmatter when updating changelog (#​108) (abdcfe2)

v11.3.0

Compare Source

Features

v11.2.4

Compare Source

Bug Fixes
  • allow bump task to handle versions with build metadata (33913ee)
  • handle invalid versions passed to releaseAs (33913ee)

v11.2.3

Compare Source

Bug Fixes
  • bump: propagate the parserOpts from args to conventionalRecommendedBump, fixing an issue with custom headerPatterns (#​89) (bc685be)

v11.2.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-conventionalcommits to v6 (285f5e7)
  • deps: update dependency conventional-changelog-conventionalcommits to v6 (#​81) (ab67fa4)
  • deps: update dependency conventional-changelog-conventionalcommits to v6.1.0 (39827d3)
  • deps: update dependency conventional-changelog-conventionalcommits to v6.1.0 (#​86) (a8580d5)
  • deps: update dependency conventional-recommended-bump to v7 (5978564)
  • deps: update dependency conventional-recommended-bump to v7 (#​83) (1c9f82e)
  • deps: update dependency git-semver-tags to v5 (97e0237)
  • deps: update dependency git-semver-tags to v5 (#​80) (46ea506)

v11.2.1

Compare Source

Bug Fixes
  • dep: add stringify-package to project source, removing the deprecation warning on npm install (#​65) (3a959a7)

v11.2.0

Compare Source

Features
  • implement detect pm name (174a8bd)
  • support config npmClient (c33686a)
  • Support customizing the npm publish hint message with a new option: npmPublishHint (1f77110)

v11.1.0

Compare Source

Features
  • Expose release count option (40d27f8)
  • replace the changelog if releaseCount = 0 (d18af90)
Bug Fixes
  • ensure git signatures are not present (268800b)

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: update dependency conventional-changelog-conventionalcommits to v5. This is technically a breaking change for anyone relying on the exact formatting of the changelog, as it ensures that versions are always written with H2 headers.
Bug Fixes
  • deps: update dependency conventional-changelog-conventionalcommits to v5 (b38e900)
  • deps: update dependency conventional-changelog-conventionalcommits to v5. This is technically a breaking change for anyone relying on the exact formatting of the changelog, as it ensures that versions are always written with H2 headers. (ffa799a)

v10.1.0

Compare Source

Features
  • options: Expose parser and writer options from conventional-commits-parser and conventional-commits-writer (185a461)
  • updater: add Gradle support (0cf439f)
Bug Fixes
  • use correct param for dryRun check (300b907)
10.0.1 (2022-05-28)
Bug Fixes
  • No longer warn inappropriately when a custom updater is provided as an object (5eb8886)

v10.0.1

Compare Source

Features
  • options: Expose parser and writer options from conventional-commits-parser and conventional-commits-writer (185a461)
  • updater: add Gradle support (0cf439f)
Bug Fixes
  • use correct param for dryRun check (300b907)
10.0.1 (2022-05-28)
Bug Fixes
  • No longer warn inappropriately when a custom updater is provided as an object (5eb8886)

v10.0.0

Compare Source

Features
  • options: Expose parser and writer options from conventional-commits-parser and conventional-commits-writer (185a461)
  • updater: add Gradle support (0cf439f)
Bug Fixes
  • use correct param for dryRun check (300b907)
10.0.1 (2022-05-28)
Bug Fixes
  • No longer warn inappropriately when a custom updater is provided as an object (5eb8886)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 7am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants