Skip to content

Commit

Permalink
chore(deps): update dependency @changesets/cli to v2.24.4 (#4682)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 2, 2022
1 parent 0f0bfe1 commit 63fc7f6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.18.10",
"@babel/preset-typescript": "7.18.6",
"@changesets/cli": "2.24.3",
"@changesets/cli": "2.24.4",
"@changesets/changelog-github": "0.4.6",
"@types/debug": "4.1.7",
"@types/jest": "29.0.0",
Expand Down
39 changes: 17 additions & 22 deletions yarn.lock
Expand Up @@ -1980,10 +1980,10 @@
dependencies:
"@chakra-ui/utils" "2.0.0"

"@changesets/apply-release-plan@^6.0.4":
version "6.0.4"
resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.0.4.tgz#c08628cf5381be1aad3de69e255c68f658b4ca1a"
integrity sha512-PutV/ymf8cZMqvaLe/Lh5cP3kBQ9FZl6oGQ3qRDxWD1ML+/uH3jrCE7S7Zw7IVSXkD0lnMD+1dAX7fsOJ6ZvgA==
"@changesets/apply-release-plan@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.1.0.tgz#97d755a7725bdcc1152aa54d8c7fbc85a5bf1e40"
integrity sha512-fMNBUAEc013qaA4KUVjdwgYMmKrf5Mlgf6o+f97MJVNzVnikwpWY47Lc3YR1jhC874Fonn5MkjkWK9DAZsdQ5g==
dependencies:
"@babel/runtime" "^7.10.4"
"@changesets/config" "^2.1.1"
Expand All @@ -1995,7 +1995,7 @@
fs-extra "^7.0.1"
lodash.startcase "^4.4.0"
outdent "^0.5.0"
prettier "^1.19.1"
prettier "^2.7.1"
resolve-from "^5.0.0"
semver "^5.4.1"

Expand Down Expand Up @@ -2027,13 +2027,13 @@
"@changesets/types" "^5.1.0"
dotenv "^8.1.0"

"@changesets/cli@2.24.3":
version "2.24.3"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.24.3.tgz#e6d8ab5d831d2249ca482955232a9a1c9ff02c21"
integrity sha512-okhRV+0WCQJa2Kmil/WvN5TK1o3+1JYSjrsGHqhjv+PYcDgDDgQ6I9J9OMBO9lfmNIpN7xSO80/BzxgvReO4Wg==
"@changesets/cli@2.24.4":
version "2.24.4"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.24.4.tgz#35b200d49403342cb657b5a941d5c8ef32583eb1"
integrity sha512-87JSwMv38zS3QW3062jXZYLsCNRtA08wa7vt3VnMmkGLfUMn2TTSfD+eSGVnKPJ/ycDCvAcCDnrv/B+gSX5KVA==
dependencies:
"@babel/runtime" "^7.10.4"
"@changesets/apply-release-plan" "^6.0.4"
"@changesets/apply-release-plan" "^6.1.0"
"@changesets/assemble-release-plan" "^5.2.1"
"@changesets/changelog-git" "^0.1.12"
"@changesets/config" "^2.1.1"
Expand All @@ -2045,7 +2045,7 @@
"@changesets/pre" "^1.0.12"
"@changesets/read" "^0.5.7"
"@changesets/types" "^5.1.0"
"@changesets/write" "^0.1.9"
"@changesets/write" "^0.2.0"
"@manypkg/get-packages" "^1.1.3"
"@types/is-ci" "^3.0.0"
"@types/semver" "^6.0.0"
Expand Down Expand Up @@ -2185,16 +2185,16 @@
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.1.0.tgz#e0733b69ddc3efb68524d374d3c44f53a543c8d5"
integrity sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==

"@changesets/write@^0.1.9":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.9.tgz#ac9315d5985f83b251820b8a046155c14a9d21f4"
integrity sha512-E90ZrsrfJVOOQaP3Mm5Xd7uDwBAqq3z5paVEavTHKA8wxi7NAL8CmjgbGxSFuiP7ubnJA2BuHlrdE4z86voGOg==
"@changesets/write@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.2.0.tgz#59821dc811d04c0c1908ae6ee6ce346dfa312420"
integrity sha512-iKHqGYXZvneRzRfvEBpPqKfpGELOEOEP63MKdM/SdSRon40rsUijkTmsGCHT1ueLi3iJPZPmYuZJvjjKrMzumA==
dependencies:
"@babel/runtime" "^7.10.4"
"@changesets/types" "^5.1.0"
fs-extra "^7.0.1"
human-id "^1.0.2"
prettier "^1.19.1"
prettier "^2.7.1"

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down Expand Up @@ -11352,16 +11352,11 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@2.7.1:
prettier@2.7.1, prettier@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==

prettier@^1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

pretty-format@^28.0.0:
version "28.1.3"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.3.tgz#c9fba8cedf99ce50963a11b27d982a9ae90970d5"
Expand Down

1 comment on commit 63fc7f6

@vercel
Copy link

@vercel vercel bot commented on 63fc7f6 Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.