Skip to content

Commit

Permalink
chore(deps): update dependency @txo/semantic-release to ^1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent 780293e commit 7db8cbd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@txo-peer-dep/log": "^4.0.3",
"@txo/commitlint": "^1.0.8",
"@txo/log-console": "^3.0.0",
"@txo/semantic-release": "^1.0.2",
"@txo/semantic-release": "^1.0.3",
"@txo/tsconfig": "^1.1.1",
"@types/jest": "^29.5.8",
"concurrently": "^8.2.2",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,14 +1508,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.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@txo/semantic-release/-/semantic-release-1.0.2.tgz#7aa839c9ac577bf543b7be48fbbf786be1de9bc2"
integrity sha512-kypHyIjApj89SxDXF8jatpLrwpCPfxNoSALWT2h3KsBQf6nNnSH6zlkDHmtsZ4lFZP6QRa4dcMjvazUXUr8v1A==
"@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==
dependencies:
"@semantic-release/changelog" "^6.0.3"
"@semantic-release/git" "^10.0.1"
semantic-release "^22.0.7"
semantic-release "^22.0.8"
semantic-release-slack-bot "^4.0.2"

"@txo/tsconfig@^1.1.1":
Expand Down Expand Up @@ -4379,6 +4379,14 @@ import-from-esm@^1.0.3:
debug "^4.3.4"
import-meta-resolve "^4.0.0"

import-from-esm@^1.3.1:
version "1.3.3"
resolved "https://registry.yarnpkg.com/import-from-esm/-/import-from-esm-1.3.3.tgz#eea1c4ad86a54bf425b3b71fca56d50215ccc6b7"
integrity sha512-U3Qt/CyfFpTUv6LOP2jRTLYjphH6zg3okMfHbyqRa/W2w6hr8OsJWVggNlR4jxuojQy81TgTJTxgSkyoteRGMQ==
dependencies:
debug "^4.3.4"
import-meta-resolve "^4.0.0"

import-lazy@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153"
Expand Down Expand Up @@ -7658,10 +7666,10 @@ semantic-release-slack-bot@^4.0.2:
node-fetch "^2.3.0"
slackify-markdown "^4.3.0"

semantic-release@^22.0.7:
version "22.0.7"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.7.tgz#9ca7cba742ff54f861f983977898b6073bba9c4d"
integrity sha512-Stx23Hjn7iU8GOAlhG3pHlR7AoNEahj9q7lKBP0rdK2BasGtJ4AWYh3zm1u3SCMuFiA8y4CE/Gu4RGKau1WiaQ==
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==
dependencies:
"@semantic-release/commit-analyzer" "^11.0.0"
"@semantic-release/error" "^4.0.0"
Expand All @@ -7679,6 +7687,7 @@ semantic-release@^22.0.7:
git-log-parser "^1.2.0"
hook-std "^3.0.0"
hosted-git-info "^7.0.0"
import-from-esm "^1.3.1"
lodash-es "^4.17.21"
marked "^9.0.0"
marked-terminal "^6.0.0"
Expand Down

0 comments on commit 7db8cbd

Please sign in to comment.