Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency @semantic-release/commit-analyzer to v11 - autoclosed #153

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.6",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3298,20 +3298,20 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^10.0.4":
version: 10.0.4
resolution: "@semantic-release/commit-analyzer@npm:10.0.4"
"@semantic-release/commit-analyzer@npm:^11.0.0":
version: 11.0.0
resolution: "@semantic-release/commit-analyzer@npm:11.0.0"
dependencies:
conventional-changelog-angular: ^6.0.0
conventional-commits-filter: ^3.0.0
conventional-changelog-angular: ^7.0.0
conventional-commits-filter: ^4.0.0
conventional-commits-parser: ^5.0.0
debug: ^4.0.0
import-from: ^4.0.0
lodash-es: ^4.17.21
micromatch: ^4.0.2
peerDependencies:
semantic-release: ">=20.1.0"
checksum: f0261a43e8f6372ca9610436755b95681ad6dcf896d04afc95edf5c7f086d3c331b0dfe0622f483c641e85e69c5a3ca0fb8c577e793e40f65f065a8ceb24d15c
checksum: 4714b51128c1b0a7168ed800d5a34b0e37bac66e9d8165930d3d05a22d80b213d4076d993ddbb8d0023f9d8fd6c6630da9c0c1be55687a5dc278d6812442259e
languageName: node
linkType: hard

Expand Down Expand Up @@ -4192,7 +4192,7 @@ __metadata:
resolution: "@snowball-tech/semantic-release-config@workspace:packages/semantic-release-config"
dependencies:
"@semantic-release/changelog": ^6.0.3
"@semantic-release/commit-analyzer": ^10.0.4
"@semantic-release/commit-analyzer": ^11.0.0
"@semantic-release/exec": ^6.0.3
"@semantic-release/git": ^10.0.1
"@semantic-release/github": ^9.0.6
Expand Down