Skip to content

Commit

Permalink
chore(deps): update dependency @changesets/changelog-github to ^0.5.0 (
Browse files Browse the repository at this point in the history
…#42)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 727ce76 commit 1af4ef3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 22 deletions.
28 changes: 17 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dummy-release": "node ./scripts/dummy-publish.mjs"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
dependencies:
"@changesets/types" "^5.2.1"

"@changesets/changelog-github@^0.4.8":
version "0.4.8"
resolved "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.4.8.tgz"
integrity sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw==
"@changesets/changelog-github@^0.5.0":
version "0.5.0"
resolved "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.5.0.tgz"
integrity sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==
dependencies:
"@changesets/get-github-info" "^0.5.2"
"@changesets/types" "^5.2.1"
"@changesets/get-github-info" "^0.6.0"
"@changesets/types" "^6.0.0"
dotenv "^8.1.0"

"@changesets/cli@^2.26.2":
Expand Down Expand Up @@ -153,10 +153,10 @@
fs-extra "^7.0.1"
semver "^7.5.3"

"@changesets/get-github-info@^0.5.2":
version "0.5.2"
resolved "https://registry.npmjs.org/@changesets/get-github-info/-/get-github-info-0.5.2.tgz"
integrity sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==
"@changesets/get-github-info@^0.6.0":
version "0.6.0"
resolved "https://registry.npmjs.org/@changesets/get-github-info/-/get-github-info-0.6.0.tgz"
integrity sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==
dependencies:
dataloader "^1.4.0"
node-fetch "^2.5.0"
Expand Down Expand Up @@ -242,6 +242,11 @@
resolved "https://registry.npmjs.org/@changesets/types/-/types-5.2.1.tgz"
integrity sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg==

"@changesets/types@^6.0.0":
version "6.0.0"
resolved "https://registry.npmjs.org/@changesets/types/-/types-6.0.0.tgz"
integrity sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==

"@changesets/write@^0.2.3":
version "0.2.3"
resolved "https://registry.npmjs.org/@changesets/write/-/write-0.2.3.tgz"
Expand Down

0 comments on commit 1af4ef3

Please sign in to comment.