Skip to content

Commit 28e5670

Browse files
fix(deps): update dependency conventional-changelog-conventionalcommits to v8 (#6)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [conventional-changelog-conventionalcommits](https://togithub.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme) ([source](https://togithub.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits)) | [`^7.0.2` -> `^8.0.0`](https://renovatebot.com/diffs/npm/conventional-changelog-conventionalcommits/7.0.2/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/conventional-changelog-conventionalcommits/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/conventional-changelog-conventionalcommits/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/conventional-changelog-conventionalcommits/7.0.2/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conventional-changelog-conventionalcommits/7.0.2/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)</summary> ### [`v8.0.0`](https://togithub.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-conventionalcommits/CHANGELOG.md#800-2024-04-26) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v7.0.2...conventional-changelog-conventionalcommits-v8.0.0) ##### ⚠ BREAKING CHANGES - Node >= 18 is required - **conventional-recommended-bump:** new `Bumper` exported class ([#&#8203;1218](https://togithub.com/conventional-changelog/conventional-changelog/issues/1218)) - cleanup presets interface ([#&#8203;1215](https://togithub.com/conventional-changelog/conventional-changelog/issues/1215)) - **conventional-changelog-writer:** rewrite to TypeScript ([#&#8203;1150](https://togithub.com/conventional-changelog/conventional-changelog/issues/1150)) - Now all packages, except gulp-conventional-changelog, are ESM-only. ##### Features - cleanup presets interface ([#&#8203;1215](https://togithub.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://togithub.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) - **conventional-changelog-writer:** rewrite to TypeScript ([#&#8203;1150](https://togithub.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://togithub.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) - **conventional-recommended-bump:** new `Bumper` exported class ([#&#8203;1218](https://togithub.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://togithub.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) - drop node 16 support ([#&#8203;1226](https://togithub.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://togithub.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) - move from CommonJS to ESM ([#&#8203;1144](https://togithub.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://togithub.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) ##### Bug Fixes - **conventional-changelog-conventionalcommits:** avoid double empty lines ([#&#8203;1235](https://togithub.com/conventional-changelog/conventional-changelog/issues/1235)) ([3b4bfdf](https://togithub.com/conventional-changelog/conventional-changelog/commit/3b4bfdf3ac7d26da8466a577227254123b767336)), closes [#&#8203;1188](https://togithub.com/conventional-changelog/conventional-changelog/issues/1188) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/json-logic-rule-maker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy40MzguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e25839 commit 28e5670

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.release/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@semantic-release/git": "^10.0.1",
2727
"@semantic-release/github": "^10.0.0",
2828
"@semantic-release/release-notes-generator": "^13.0.0",
29-
"conventional-changelog-conventionalcommits": "^7.0.2",
29+
"conventional-changelog-conventionalcommits": "^8.0.0",
3030
"semantic-release": "^23.0.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)