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

fix: 📦 bump dependency git-semver-tags to v8 #813

Closed
wants to merge 1 commit into from
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.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/semver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"conventional-commits-parser": "^5.0.0",
"conventional-recommended-bump": "^9.0.0",
"detect-indent": "6.1.0",
"git-semver-tags": "^7.0.1",
"git-semver-tags": "^8.0.0",
"inquirer": "8.2.6",
"rxjs": "7.8.1"
},
Expand Down
43 changes: 40 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,24 @@ __metadata:
languageName: node
linkType: hard

"@conventional-changelog/git-client@npm:^1.0.0":
version: 1.0.1
resolution: "@conventional-changelog/git-client@npm:1.0.1"
dependencies:
"@types/semver": "npm:^7.5.5"
semver: "npm:^7.5.2"
peerDependencies:
conventional-commits-filter: ^5.0.0
conventional-commits-parser: ^6.0.0
peerDependenciesMeta:
conventional-commits-filter:
optional: true
conventional-commits-parser:
optional: true
checksum: 10/3f309c4a5985da8c023a5960e6e91f7abdaff55466a3d11235731ad32b173d6295e102fcfa2298b9bae442b06642872d8ee987cb218362b056e9d280345eabc9
languageName: node
linkType: hard

"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
Expand Down Expand Up @@ -2167,7 +2185,7 @@ __metadata:
conventional-commits-parser: "npm:^5.0.0"
conventional-recommended-bump: "npm:^9.0.0"
detect-indent: "npm:6.1.0"
git-semver-tags: "npm:^7.0.1"
git-semver-tags: "npm:^8.0.0"
inquirer: "npm:8.2.6"
rxjs: "npm:7.8.1"
peerDependencies:
Expand Down Expand Up @@ -3059,7 +3077,7 @@ __metadata:
languageName: node
linkType: hard

"@types/semver@npm:7.5.8":
"@types/semver@npm:7.5.8, @types/semver@npm:^7.5.5":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178
Expand Down Expand Up @@ -5323,7 +5341,7 @@ __metadata:
languageName: node
linkType: hard

"git-semver-tags@npm:^7.0.0, git-semver-tags@npm:^7.0.1":
"git-semver-tags@npm:^7.0.0":
version: 7.0.1
resolution: "git-semver-tags@npm:7.0.1"
dependencies:
Expand All @@ -5335,6 +5353,18 @@ __metadata:
languageName: node
linkType: hard

"git-semver-tags@npm:^8.0.0":
version: 8.0.0
resolution: "git-semver-tags@npm:8.0.0"
dependencies:
"@conventional-changelog/git-client": "npm:^1.0.0"
meow: "npm:^13.0.0"
bin:
git-semver-tags: src/cli.js
checksum: 10/c00a7e26c25b5bdca5ed1a0df0769bc2eecb71b637ab12d9cc55a3ab57862a1c84f9547ffba45734bf26ca60bce5896f4ea0b47b14ccc31c280f587d600b4e76
languageName: node
linkType: hard

"glob-parent@npm:^5.1.2":
version: 5.1.2
resolution: "glob-parent@npm:5.1.2"
Expand Down Expand Up @@ -6881,6 +6911,13 @@ __metadata:
languageName: node
linkType: hard

"meow@npm:^13.0.0":
version: 13.2.0
resolution: "meow@npm:13.2.0"
checksum: 10/4eff5bc921fed0b8a471ad79069d741a0210036d717547d0c7f36fdaf84ef7a3036225f38b6a53830d84dc9cbf8b944b097fde62381b8b5b215119e735ce1063
languageName: node
linkType: hard

"merge-stream@npm:^2.0.0":
version: 2.0.0
resolution: "merge-stream@npm:2.0.0"
Expand Down
Loading