Skip to content

Commit 9b027d5

Browse files
renovate[bot]fgreinacher
authored andcommitted
fix(deps): update semantic-release monorepo
The new semantic-release version adds support for the latest conventional-changelog packages BREAKING CHANGE: by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
1 parent 8c46adf commit 9b027d5

File tree

2 files changed

+60
-127
lines changed

2 files changed

+60
-127
lines changed

package-lock.json

+56-123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"Gregor Martynus (https://twitter.com/gr2m)"
1212
],
1313
"dependencies": {
14-
"@semantic-release/commit-analyzer": "^12.0.0",
14+
"@semantic-release/commit-analyzer": "^13.0.0",
1515
"@semantic-release/gitlab": "^13.0.0",
1616
"@semantic-release/npm": "^12.0.0",
17-
"@semantic-release/release-notes-generator": "^13.0.0"
17+
"@semantic-release/release-notes-generator": "^14.0.0"
1818
},
1919
"devDependencies": {
20-
"semantic-release": "23.1.1",
20+
"semantic-release": "24.0.0",
2121
"prettier": "3.3.1"
2222
},
2323
"engines": {
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"main": "index.js",
4040
"peerDependencies": {
41-
"semantic-release": ">=20.1.0"
41+
"semantic-release": ">=24.0.0"
4242
},
4343
"prettier": {
4444
"printWidth": 120,

0 commit comments

Comments
 (0)