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

chore(deps): bump semantic-release from 23.0.7 to 23.0.8 #650

Merged
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.7",
"semantic-release": "^23.0.8",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7654,7 +7654,7 @@ __metadata:
js-yaml: "npm:^4.1.0"
lint-staged: "npm:^15.2.2"
rimraf: "npm:^5.0.5"
semantic-release: "npm:^23.0.7"
semantic-release: "npm:^23.0.8"
ts-jest: "npm:^29.1.2"
ts-node: "npm:^10.9.2"
typedoc: "npm:^0.25.13"
Expand Down Expand Up @@ -8820,6 +8820,17 @@ __metadata:
languageName: node
linkType: hard

"read-package-up@npm:^11.0.0":
version: 11.0.0
resolution: "read-package-up@npm:11.0.0"
dependencies:
find-up-simple: "npm:^1.0.0"
read-pkg: "npm:^9.0.0"
type-fest: "npm:^4.6.0"
checksum: 10c0/ffee09613c2b3c3ff7e7b5e838aa01f33cba5c6dfa14f87bf6f64ed27e32678e5550e712fd7e3f3105a05c43aa774d084af04ee86d3044978edb69f30ee4505a
languageName: node
linkType: hard

"read-pkg-up@npm:^11.0.0":
version: 11.0.0
resolution: "read-pkg-up@npm:11.0.0"
Expand Down Expand Up @@ -9177,9 +9188,9 @@ __metadata:
languageName: node
linkType: hard

"semantic-release@npm:^23.0.7":
version: 23.0.7
resolution: "semantic-release@npm:23.0.7"
"semantic-release@npm:^23.0.8":
version: 23.0.8
resolution: "semantic-release@npm:23.0.8"
dependencies:
"@semantic-release/commit-analyzer": "npm:^12.0.0"
"@semantic-release/error": "npm:^4.0.0"
Expand All @@ -9204,15 +9215,15 @@ __metadata:
micromatch: "npm:^4.0.2"
p-each-series: "npm:^3.0.0"
p-reduce: "npm:^3.0.0"
read-pkg-up: "npm:^11.0.0"
read-package-up: "npm:^11.0.0"
resolve-from: "npm:^5.0.0"
semver: "npm:^7.3.2"
semver-diff: "npm:^4.0.0"
signale: "npm:^1.2.1"
yargs: "npm:^17.5.1"
bin:
semantic-release: bin/semantic-release.js
checksum: 10c0/a803092c2b928b3bf61dab214181f2cd8c4a37aedd3476a40efe568dbae2a495944e29d6e49b67684b11261f6b1bcaf6dae66ec3a47836ccdcb503ddfa569d9b
checksum: 10c0/202b84def459d60d6c5cb2542b1f509a2b67dd1fb81312b1871ae3ba4c0dfcd81fb25ea60b93b381c46682633ec4f397e4188490cbbe68ab16967044d059a0cf
languageName: node
linkType: hard

Expand Down
Loading