Skip to content

chore(deps): update dependency @changesets/cli to ^2.27.12 #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@1stg/eslint-config": "7.0.1",
"@1stg/lib-config": "^12.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@changesets/cli": "^2.27.12",
"@commitlint/cli": "^17.8.1",
"@mozilla/glean": "^3.0.0",
"@pkgr/rollup": "^4.1.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2032,9 +2032,9 @@ __metadata:
languageName: node
linkType: hard

"@changesets/apply-release-plan@npm:^7.0.7":
version: 7.0.7
resolution: "@changesets/apply-release-plan@npm:7.0.7"
"@changesets/apply-release-plan@npm:^7.0.8":
version: 7.0.8
resolution: "@changesets/apply-release-plan@npm:7.0.8"
dependencies:
"@changesets/config": "npm:^3.0.5"
"@changesets/get-version-range-type": "npm:^0.4.0"
Expand All @@ -2049,7 +2049,7 @@ __metadata:
prettier: "npm:^2.7.1"
resolve-from: "npm:^5.0.0"
semver: "npm:^7.5.3"
checksum: 665490b0739075c50f037ae2bd4e8f7ea2c8815c120cafe91f56f15057f1e0a6f9088dc99e5e249e9c70502f072c8b93fca9f4f7173b9843c2e13a62b5931129
checksum: ab7dcf8759ebf807c12d8657b7cc5db445f2f3255dc6bd7832c3c5353f4b587f4eadb87746401683296270221f11d6c7b10451b3e0e8fa7ccf5da511ebd95de3
languageName: node
linkType: hard

Expand Down Expand Up @@ -2087,11 +2087,11 @@ __metadata:
languageName: node
linkType: hard

"@changesets/cli@npm:^2.27.11":
version: 2.27.11
resolution: "@changesets/cli@npm:2.27.11"
"@changesets/cli@npm:^2.27.12":
version: 2.27.12
resolution: "@changesets/cli@npm:2.27.12"
dependencies:
"@changesets/apply-release-plan": "npm:^7.0.7"
"@changesets/apply-release-plan": "npm:^7.0.8"
"@changesets/assemble-release-plan": "npm:^6.0.5"
"@changesets/changelog-git": "npm:^0.2.0"
"@changesets/config": "npm:^3.0.5"
Expand Down Expand Up @@ -2121,7 +2121,7 @@ __metadata:
term-size: "npm:^2.1.0"
bin:
changeset: bin.js
checksum: 9072efec5e23ce71095462c8b8cda5d44adbe04dca68d36d5fd3d8eedaf9de39bd386840f3a57dfef87d3e3ca065cabe2d0aaaf8cf47a9ed743340c723e451ac
checksum: 06618abc60ddd9bb82d0380ee6bdea926cce8ebd76e18eb38487fa2501ee1386ffaf55042c8d052d783bcfd2669c51f3eef8b0b0cfc7624486bcec42ac0da9da
languageName: node
linkType: hard

Expand Down Expand Up @@ -6145,7 +6145,7 @@ __metadata:
"@1stg/eslint-config": "npm:7.0.1"
"@1stg/lib-config": "npm:^12.0.1"
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/cli": "npm:^2.27.11"
"@changesets/cli": "npm:^2.27.12"
"@commitlint/cli": "npm:^17.8.1"
"@mozilla/glean": "npm:^3.0.0"
"@nolyfill/is-core-module": "npm:1.0.39"
Expand Down
Loading