Skip to content

Commit

Permalink
feat: upgrade to semantic-release 22 and use esm
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removed support for semantic-release v20 and v21. Requires v22.0.7 or later.
  • Loading branch information
evenius authored and saitho committed Nov 27, 2023
1 parent c865be4 commit e618c08
Show file tree
Hide file tree
Showing 7 changed files with 1,726 additions and 1,580 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"commit": "git-cz"
},
"dependencies": {
"semantic-release": ">=20.0.0 <22.0.0",
"@semantic-release/error": "^3.0.0",
"aggregate-error": "^3.1.0",
"debug": "^4.3.4",
"execa": "^5.1.1",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"semantic-release": "^22.0.7"
},
"devDependencies": {
"@saithodev/semantic-release-sharedconf-npm": "^2.1.2",
"@types/debug": "^4.1.7",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^14.18.36",
"@types/semantic-release": "^20.0.1",
"@types/semantic-release": "^20.0.5",
"@types/semantic-release__error": "^3.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
Expand Down
Loading

0 comments on commit e618c08

Please sign in to comment.