Skip to content

Commit

Permalink
fix(deps): Limit semantic-release peer-dep to <20
Browse files Browse the repository at this point in the history
There is a breaking ESM change in `semantic-release` 20.

Also removes unused `env-ci` dependency.
  • Loading branch information
pmowrer committed Jan 16, 2024
1 parent 8f76014 commit 68eaf9a
Show file tree
Hide file tree
Showing 2 changed files with 927 additions and 1,063 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
"bin": "./bin/semantic-release-github-pr.js",
"license": "MIT",
"peerDependencies": {
"semantic-release": ">=16.0.0"
"semantic-release": ">=16.0.0 < 20"
},
"dependencies": {
"debug": "^4.1.1",
"env-ci": "^5.0.1",
"execa": "^4.0.0",
"github": "^13.0.0",
"parse-github-url": "^1.0.2",
Expand All @@ -33,7 +32,7 @@
"jest": "^25.1.0",
"lint-staged": "^10.0.3",
"prettier": "^1.19.1",
"semantic-release": "^17.0.0"
"semantic-release": "^19"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 68eaf9a

Please sign in to comment.