chore(deps): update dependency conventional-changelog-conventionalcommits to v10#1404
chore(deps): update dependency conventional-changelog-conventionalcommits to v10#1404renovate[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for doist-typist ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
doistbot
left a comment
There was a problem hiding this comment.
This is a mechanical Renovate bump of conventional-changelog-conventionalcommits from 9.3.1 to 10.0.0 in package.json and the lockfile.
Few things worth tightening:
- The v10 preset switches from Handlebars templates to render functions, but
@semantic-release/release-notes-generator14.1.0 still resolves toconventional-changelog-writer8.2.0 (the older Handlebars path). This mismatch can breaknpx semantic-releaseon the next publish — either hold the preset at 9.x or upgrade the release-notes-generator side to versions that support the new preset API.
| "boring-avatars": "2.0.4", | ||
| "classnames": "2.5.1", | ||
| "conventional-changelog-conventionalcommits": "9.3.1", | ||
| "conventional-changelog-conventionalcommits": "10.0.0", |
There was a problem hiding this comment.
This major bump moves the
conventionalcommits preset to the new render-function API, but our release stack still resolves @semantic-release/release-notes-generator 14.1.0 to conventional-changelog-writer 8.2.0 in the lockfile, which is still on the older Handlebars-based path used by release.config.js. That leaves the preset and its consumer on different generations and can break npx semantic-release the next time we publish. Either keep this preset on 9.x for now, or upgrade the semantic-release/release-notes-generator side to versions that support the new preset API.
65ad1a7 to
e0e5a8b
Compare
e0e5a8b to
28ef591
Compare
28ef591 to
d8a1c65
Compare
This PR contains the following updates:
9.3.1→10.2.1Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)
v10.2.1Compare Source
Bug Fixes
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.