Skip to content

Commit

Permalink
chore(deps): update dependency @changesets/changelog-github to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 003a2ee commit 92f50dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@changesets/cli": "2.24.4",
"@changesets/changelog-github": "0.4.6",
"@changesets/changelog-github": "0.5.1",
"@types/jest": "27.5.2",
"babel-jest": "27.5.1",
"bob-the-bundler": "2.0.0",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1118,13 +1118,13 @@
dependencies:
"@changesets/types" "^5.1.0"

"@changesets/changelog-github@0.4.6":
version "0.4.6"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.6.tgz#5880448c578a160c06d8bd804872355ec0745dcb"
integrity sha512-ahR/+o3OPodzfG9kucEMU/tEtBgwy6QoJiWi1sDBPme8n3WjT6pBlbhqNYpWAJKilomwfjBGY0MTUTs6r9d1RQ==
"@changesets/changelog-github@0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.1.tgz#58870f77cdfd6d59c73cc046a61e55e82d606d24"
integrity sha512-BVuHtF+hrhUScSoHnJwTELB4/INQxVFc+P/Qdt20BLiBFIHFJDDUaGsZw+8fQeJTRP5hJZrzpt3oZWh0G19rAQ==
dependencies:
"@changesets/get-github-info" "^0.5.1"
"@changesets/types" "^5.1.0"
"@changesets/get-github-info" "^0.6.0"
"@changesets/types" "^6.1.0"
dotenv "^8.1.0"

"@changesets/[email protected]":
Expand Down Expand Up @@ -1197,10 +1197,10 @@
fs-extra "^7.0.1"
semver "^5.4.1"

"@changesets/get-github-info@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7"
integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==
"@changesets/get-github-info@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.6.0.tgz#faba66a20a3a5a0cbabea28efd43c9ede7429f11"
integrity sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==
dependencies:
dataloader "^1.4.0"
node-fetch "^2.5.0"
Expand Down Expand Up @@ -1285,6 +1285,11 @@
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.1.0.tgz#e0733b69ddc3efb68524d374d3c44f53a543c8d5"
integrity sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==

"@changesets/types@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-6.1.0.tgz#12a4c8490827d26bc6fbf97a151499be2fb6d2f5"
integrity sha512-rKQcJ+o1nKNgeoYRHKOS07tAMNd3YSN0uHaJOZYjBAgxfV7TUE7JE+z4BzZdQwb5hKaYbayKN5KrYV7ODb2rAA==

"@changesets/write@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.2.0.tgz#59821dc811d04c0c1908ae6ee6ce346dfa312420"
Expand Down

0 comments on commit 92f50dc

Please sign in to comment.