Skip to content

Commit

Permalink
chore(deps-dev): bump @changesets/cli from 2.28.0 to 2.28.1
Browse files Browse the repository at this point in the history
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.28.0 to 2.28.1.
- [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/cli@2.28.0...@changesets/cli@2.28.1)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent eaa6427 commit df5c89b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"type-tests": "yarn workspace @sap-cloud-sdk/type-tests"
},
"devDependencies": {
"@changesets/cli": "^2.28.0",
"@changesets/cli": "^2.28.1",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.8",
"@types/license-checker": "^25.0.6",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,12 @@
"@cap-js/db-service" "^1.14.1"
better-sqlite3 "^11.0.0"

"@changesets/apply-release-plan@^7.0.9":
version "7.0.9"
resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-7.0.9.tgz#d7bbbc2b53dc3ff4e4085b32b74c8d88108566b2"
integrity sha512-xB1shQP6WhflnAN+rV8eJ7j4oBgka/K62+pHuEv6jmUtSqlx2ZvJSnCGzyNfkiQmSfVsqXoI3pbAuyVpTbsKzA==
"@changesets/apply-release-plan@^7.0.10":
version "7.0.10"
resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-7.0.10.tgz#d6f64258bd8706dd57aaefcdab052b6e4ced8ec5"
integrity sha512-wNyeIJ3yDsVspYvHnEz1xQDq18D9ifed3lI+wxRQRK4pArUcuHgCTrHv0QRnnwjhVCQACxZ+CBih3wgOct6UXw==
dependencies:
"@changesets/config" "^3.1.0"
"@changesets/config" "^3.1.1"
"@changesets/get-version-range-type" "^0.4.0"
"@changesets/git" "^3.0.2"
"@changesets/should-skip-package" "^0.1.2"
Expand Down Expand Up @@ -501,18 +501,18 @@
dependencies:
"@changesets/types" "^6.1.0"

"@changesets/cli@^2.28.0":
version "2.28.0"
resolved "https://registry.npmjs.org/@changesets/cli/-/cli-2.28.0.tgz#75cf63b7993293299a41af4ff7c778a314e55e52"
integrity sha512-of9/8Gzc+DP/Ol9Lak++Y0RsB1oO1CRzZoGIWTYcvHNREJQNqxW5tXm3YzqsA1Gx8ecZZw82FfahtiS+HkNqIw==
"@changesets/cli@^2.28.1":
version "2.28.1"
resolved "https://registry.npmjs.org/@changesets/cli/-/cli-2.28.1.tgz#b7f27d5e2083ffc296bfe4accdd66124fa0af291"
integrity sha512-PiIyGRmSc6JddQJe/W1hRPjiN4VrMvb2VfQ6Uydy2punBioQrsxppyG5WafinKcW1mT0jOe/wU4k9Zy5ff21AA==
dependencies:
"@changesets/apply-release-plan" "^7.0.9"
"@changesets/apply-release-plan" "^7.0.10"
"@changesets/assemble-release-plan" "^6.0.6"
"@changesets/changelog-git" "^0.2.1"
"@changesets/config" "^3.1.0"
"@changesets/config" "^3.1.1"
"@changesets/errors" "^0.2.0"
"@changesets/get-dependents-graph" "^2.1.3"
"@changesets/get-release-plan" "^4.0.7"
"@changesets/get-release-plan" "^4.0.8"
"@changesets/git" "^3.0.2"
"@changesets/logger" "^0.1.1"
"@changesets/pre" "^2.0.2"
Expand All @@ -535,10 +535,10 @@
spawndamnit "^3.0.1"
term-size "^2.1.0"

"@changesets/config@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@changesets/config/-/config-3.1.0.tgz#6e3c21a35f1fde95239c8e3dccf1b8ad1b5690ef"
integrity sha512-UbZsPkRnv2SF8Ln72B8opmNLhsazv7/M0r6GSQSQzLY++/ZPr5dDSz3L+6G2fDZ+AN1ZjsEGDdBkpEna9eJtrA==
"@changesets/config@^3.1.1":
version "3.1.1"
resolved "https://registry.npmjs.org/@changesets/config/-/config-3.1.1.tgz#3e5b1f74236a4552c5f4eddf2bd05a43a0b71160"
integrity sha512-bd+3Ap2TKXxljCggI0mKPfzCQKeV/TU4yO2h2C6vAihIo8tzseAn2e7klSuiyYYXvgu53zMN1OeYMIQkaQoWnA==
dependencies:
"@changesets/errors" "^0.2.0"
"@changesets/get-dependents-graph" "^2.1.3"
Expand All @@ -565,13 +565,13 @@
picocolors "^1.1.0"
semver "^7.5.3"

"@changesets/get-release-plan@^4.0.7":
version "4.0.7"
resolved "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-4.0.7.tgz#676901a5e5b8e634b3d6dc196009a0f0169fb530"
integrity sha512-FdXJ5B4ZcIWtTu+SEIAthnSScwF+mS+e657gagYUyprVLFSkAJKrA50MqoW3iOopbwQ/UhYaTESNyF9cpg1bQA==
"@changesets/get-release-plan@^4.0.7", "@changesets/get-release-plan@^4.0.8":
version "4.0.8"
resolved "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-4.0.8.tgz#528ef38720e3c09aec5a3ff49c8aea8e318347ef"
integrity sha512-MM4mq2+DQU1ZT7nqxnpveDMTkMBLnwNX44cX7NSxlXmr7f8hO6/S2MXNiXG54uf/0nYnefv0cfy4Czf/ZL/EKQ==
dependencies:
"@changesets/assemble-release-plan" "^6.0.6"
"@changesets/config" "^3.1.0"
"@changesets/config" "^3.1.1"
"@changesets/pre" "^2.0.2"
"@changesets/read" "^0.6.3"
"@changesets/types" "^6.1.0"
Expand Down

0 comments on commit df5c89b

Please sign in to comment.