Skip to content

Commit 1480891

Browse files
committed
feat: bump semrel to v19
BREAKING CHANGE: semrel npm plugin calls local npm version semantic-release/npm#445
1 parent 247cc06 commit 1480891

File tree

2 files changed

+1761
-1221
lines changed

2 files changed

+1761
-1221
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"postupdate": "yarn && npx yarn-audit-fix && yarn build && yarn test",
3232
"publish:beta": "npm publish --no-git-tag-version --tag beta"
3333
},
34-
"husky": {
34+
"_husky": {
3535
"hooks": {
3636
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
3737
}
@@ -54,9 +54,9 @@
5454
},
5555
"dependencies": {
5656
"blork": "^9.3.0",
57-
"@manypkg/get-packages": "^1.1.1",
58-
"cosmiconfig": "^7.0.0",
59-
"debug": "^4.3.2",
57+
"@manypkg/get-packages": "^1.1.3",
58+
"cosmiconfig": "^7.0.1",
59+
"debug": "^4.3.3",
6060
"detect-indent": "^6.1.0",
6161
"detect-newline": "^3.1.0",
6262
"execa": "^5.1.1",
@@ -66,27 +66,27 @@
6666
"lodash": "^4.17.21",
6767
"meow": "^9.0.0",
6868
"promise-events": "^0.2.4",
69-
"semantic-release": "^17.4.4",
69+
"semantic-release": "^19.0.2",
7070
"semver": "^7.3.5",
7171
"signale": "^1.4.0",
7272
"stream-buffers": "^3.0.2",
7373
"tempy": "^1.0.1"
7474
},
7575
"devDependencies": {
76-
"@commitlint/config-conventional": "^12.1.4",
77-
"@semantic-release/changelog": "^5.0.1",
78-
"@semantic-release/git": "^9.0.0",
79-
"@semantic-release/github": "^7.2.3",
80-
"@semantic-release/npm": "^7.1.3",
81-
"commitlint": "^12.1.4",
76+
"@commitlint/config-conventional": "^16.2.1",
77+
"@semantic-release/changelog": "^6.0.1",
78+
"@semantic-release/git": "^10.0.1",
79+
"@semantic-release/github": "^8.0.2",
80+
"@semantic-release/npm": "^9.0.0",
81+
"commitlint": "^16.2.1",
8282
"coveralls": "^3.1.1",
83-
"eslint": "^7.30.0",
84-
"eslint-config-prettier": "^8.3.0",
85-
"eslint-plugin-prettier": "^3.4.0",
83+
"eslint": "^8.9.0",
84+
"eslint-config-prettier": "^8.4.0",
85+
"eslint-plugin-prettier": "^4.0.0",
8686
"file-url": "^3.0.0",
87-
"husky": "^7.0.1",
88-
"jest": "^27.0.6",
89-
"prettier": "^2.3.2"
87+
"husky": "^7.0.4",
88+
"jest": "^27.5.1",
89+
"prettier": "^2.5.1"
9090
},
9191
"release": {
9292
"branch": "master",

0 commit comments

Comments
 (0)