Skip to content

Commit

Permalink
chore(deps): update dependency @txo/semantic-release to ^1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2023
1 parent 09e6c95 commit 67df635
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@txo-peer-dep/log": "^4.0.3",
"@txo/commitlint": "^1.0.8",
"@txo/log-console": "^3.0.0",
"@txo/semantic-release": "^1.0.3",
"@txo/semantic-release": "^1.0.4",
"@txo/tsconfig": "^1.1.1",
"@types/jest": "^29.5.10",
"@types/react": "~18.2.42",
Expand Down
32 changes: 21 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2234,14 +2234,14 @@
resolved "https://registry.yarnpkg.com/@txo/log-console/-/log-console-3.0.0.tgz#56506a8c6afea9109301ff96520c43815814022d"
integrity sha512-Dl7dnPMUXRr1JSBysUmzT9/RjMm9FWJdtZ9CXVnh9K4qwpT4fnjDV+GWiHHWAqob47XcE7N98M8rShGmpsukqg==

"@txo/semantic-release@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@txo/semantic-release/-/semantic-release-1.0.3.tgz#3feaf9f65c25c087fa242e2f9732fa38a179533b"
integrity sha512-M3D1Q9fnyXGvsqaN/rG0cqyD0b+XevEI6SVgvRqLRZi84gyRVFBfz/7QWWLqmowZxnqA0SslgXFY8Cc6E0LbFw==
"@txo/semantic-release@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@txo/semantic-release/-/semantic-release-1.0.4.tgz#765d14c797c724203ad0fa5ce77a008cf605728a"
integrity sha512-Ivy6hgpY9EX0alGwZPORWxZp80+ddK4OqP3VP76IH8T0VR5Pg58aH98RfilLElsllqlZdP+77bdyHVqcGYocZQ==
dependencies:
"@semantic-release/changelog" "^6.0.3"
"@semantic-release/git" "^10.0.1"
semantic-release "^22.0.8"
semantic-release "^22.0.9"
semantic-release-slack-bot "^4.0.2"

"@txo/tsconfig@^1.1.1":
Expand Down Expand Up @@ -3946,6 +3946,16 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
parse-json "^5.2.0"
path-type "^4.0.0"

cosmiconfig@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
dependencies:
env-paths "^2.2.1"
import-fresh "^3.3.0"
js-yaml "^4.1.0"
parse-json "^5.2.0"

create-jest@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320"
Expand Down Expand Up @@ -4301,7 +4311,7 @@ env-ci@^10.0.0:
execa "^8.0.0"
java-properties "^1.0.2"

env-paths@^2.2.0:
env-paths@^2.2.0, env-paths@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
Expand Down Expand Up @@ -9872,18 +9882,18 @@ semantic-release-slack-bot@^4.0.2:
node-fetch "^2.3.0"
slackify-markdown "^4.3.0"

semantic-release@^22.0.8:
version "22.0.8"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.8.tgz#13470a2af04e42fd767da278bcdddb0e91c8fb3f"
integrity sha512-55rb31jygqIYsGU/rY+gXXm2fnxBIWo9azOjxbqKsPnq7p70zwZ5v+xnD7TxJC+zvS3sy1eHLGXYWCaX3WI76A==
semantic-release@^22.0.9:
version "22.0.9"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.9.tgz#992436e878be1513988b004e634f49fbcfaf4fd8"
integrity sha512-4uDzd0r57oqExHsVad4LS86CagqEblCsWBZ3cZSxsWex4nkfLX0L+e5ImBDjeuzot1Ad8K3eE+Cm2OLJE7TsvQ==
dependencies:
"@semantic-release/commit-analyzer" "^11.0.0"
"@semantic-release/error" "^4.0.0"
"@semantic-release/github" "^9.0.0"
"@semantic-release/npm" "^11.0.0"
"@semantic-release/release-notes-generator" "^12.0.0"
aggregate-error "^5.0.0"
cosmiconfig "^8.0.0"
cosmiconfig "^9.0.0"
debug "^4.0.0"
env-ci "^10.0.0"
execa "^8.0.0"
Expand Down

0 comments on commit 67df635

Please sign in to comment.