Skip to content

Commit

Permalink
fix(deps): update semantic-release monorepo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
renovate[bot] authored and fgreinacher committed Jun 11, 2024
1 parent 8c46adf commit 9214907
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 126 deletions.
177 changes: 55 additions & 122 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/gitlab": "^13.0.0",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0"
"@semantic-release/release-notes-generator": "^14.0.0"
},
"devDependencies": {
"semantic-release": "23.1.1",
"semantic-release": "24.0.0",
"prettier": "3.3.1"
},
"engines": {
Expand All @@ -38,7 +38,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"semantic-release": ">=20.1.0"
"semantic-release": ">=24.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 9214907

Please sign in to comment.