Skip to content

Commit a7b41d7

Browse files
dependabot[bot]cloud-sdk-js
andauthored
chore(deps): bump @changesets/get-release-plan from 4.0.5 to 4.0.6 (#5304)
* chore(deps): bump @changesets/get-release-plan from 4.0.5 to 4.0.6 Bumps [@changesets/get-release-plan](https://github.com/changesets/changesets) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected]) --- updated-dependencies: - dependency-name: "@changesets/get-release-plan" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate check-public-api action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cloud-sdk-js <[email protected]>
1 parent 42c86fa commit a7b41d7

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.github/actions/changesets-fixed-version-bump/index.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-packages/changesets-fixed-version-bump/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
17-
"@changesets/get-release-plan": "^4.0.5",
17+
"@changesets/get-release-plan": "^4.0.6",
1818
"execa": "^5.0.0",
1919
"semver": "^7.6.3"
2020
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,10 @@
544544
spawndamnit "^3.0.1"
545545
term-size "^2.1.0"
546546

547-
"@changesets/config@^3.0.4":
548-
version "3.0.4"
549-
resolved "https://registry.npmjs.org/@changesets/config/-/config-3.0.4.tgz#2acfdf3e09424149684b3bd10c88074becf251aa"
550-
integrity sha512-+DiIwtEBpvvv1z30f8bbOsUQGuccnZl9KRKMM/LxUHuDu5oEjmN+bJQ1RIBKNJjfYMQn8RZzoPiX0UgPaLQyXw==
547+
"@changesets/config@^3.0.4", "@changesets/config@^3.0.5":
548+
version "3.0.5"
549+
resolved "https://registry.npmjs.org/@changesets/config/-/config-3.0.5.tgz#cb59e9f338a4b35d3266af8a32799cb940d54ee0"
550+
integrity sha512-QyXLSSd10GquX7hY0Mt4yQFMEeqnO5z/XLpbIr4PAkNNoQNKwDyiSrx4yd749WddusH1v3OSiA0NRAYmH/APpQ==
551551
dependencies:
552552
"@changesets/errors" "^0.2.0"
553553
"@changesets/get-dependents-graph" "^2.1.2"
@@ -574,13 +574,13 @@
574574
picocolors "^1.1.0"
575575
semver "^7.5.3"
576576

577-
"@changesets/get-release-plan@^4.0.5":
578-
version "4.0.5"
579-
resolved "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-4.0.5.tgz#2c857ce2f1942b88ff6ffcb24667edc52bcbfaea"
580-
integrity sha512-E6wW7JoSMcctdVakut0UB76FrrN3KIeJSXvB+DHMFo99CnC3ZVnNYDCVNClMlqAhYGmLmAj77QfApaI3ca4Fkw==
577+
"@changesets/get-release-plan@^4.0.5", "@changesets/get-release-plan@^4.0.6":
578+
version "4.0.6"
579+
resolved "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-4.0.6.tgz#40d70c2524be51a70b7e1a778826854bb6c8562a"
580+
integrity sha512-FHRwBkY7Eili04Y5YMOZb0ezQzKikTka4wL753vfUA5COSebt7KThqiuCN9BewE4/qFGgF/5t3AuzXx1/UAY4w==
581581
dependencies:
582582
"@changesets/assemble-release-plan" "^6.0.5"
583-
"@changesets/config" "^3.0.4"
583+
"@changesets/config" "^3.0.5"
584584
"@changesets/pre" "^2.0.1"
585585
"@changesets/read" "^0.6.2"
586586
"@changesets/types" "^6.0.0"

0 commit comments

Comments
 (0)