chore(deps): update dependency conventional-changelog-conventionalcommits to v10#82
Conversation
doistbot
left a comment
There was a problem hiding this comment.
This Renovate PR bumps the conventional-changelog-conventionalcommits devDependency from 9.3.1 to 10.0.0, which now requires Node ≥ 22. That requirement is already satisfied by the release workflow (which runs on Node 22) and is consistent with the existing semantic-release 25.0.5 dependency, which itself requires Node ≥ 22.14.0. The lint and test workflows run on Node 20 but never import or execute this package, and npm ci installs it without engine-strict enforcement, so no issues were flagged.
| "@types/node": "25.9.4", | ||
| "commander": "14.0.3", | ||
| "conventional-changelog-conventionalcommits": "9.3.1", | ||
| "conventional-changelog-conventionalcommits": "10.0.0", |
There was a problem hiding this comment.
conventional-changelog-conventionalcommits v10 requires Node >=22 (as noted in the release notes and lockfile). Since this project supports and tests against Node 20 (engines.node is >=20.18.1 and .nvmrc is 20), this update should be deferred until the project updates its Node version. Merging this will likely cause runtime crashes during the semantic-release step.
b7f934a to
b274cf4
Compare
This PR contains the following updates:
9.3.1→10.2.0Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)
v10.2.0Compare Source
Features
v10.1.0Compare Source
Features
v10.0.0Compare Source
⚠ BREAKING CHANGES
effectproperty replaces thehiddencommit type property and thebumpStrictpreset option for controlling changelog visibility and version bumps.Fixes #1476.
Features
Bug Fixes
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.