Skip to content

chore(deps): update dependency @changesets/cli to ^2.27.9 #319

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
Nov 1, 2024
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 @@ -87,7 +87,7 @@
"devDependencies": {
"@1stg/lib-config": "^12.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^17.8.1",
"@mozilla/glean": "^3.0.0",
"@pkgr/rollup": "^4.1.3",
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2087,9 +2087,9 @@ __metadata:
languageName: node
linkType: hard

"@changesets/cli@npm:^2.27.8":
version: 2.27.8
resolution: "@changesets/cli@npm:2.27.8"
"@changesets/cli@npm:^2.27.9":
version: 2.27.9
resolution: "@changesets/cli@npm:2.27.9"
dependencies:
"@changesets/apply-release-plan": "npm:^7.0.5"
"@changesets/assemble-release-plan": "npm:^6.0.4"
Expand All @@ -2106,14 +2106,12 @@ __metadata:
"@changesets/types": "npm:^6.0.0"
"@changesets/write": "npm:^0.3.2"
"@manypkg/get-packages": "npm:^1.1.3"
"@types/semver": "npm:^7.5.0"
ansi-colors: "npm:^4.1.3"
ci-info: "npm:^3.7.0"
enquirer: "npm:^2.3.0"
external-editor: "npm:^3.1.0"
fs-extra: "npm:^7.0.1"
mri: "npm:^1.2.0"
outdent: "npm:^0.5.0"
p-limit: "npm:^2.2.0"
package-manager-detector: "npm:^0.2.0"
picocolors: "npm:^1.1.0"
Expand All @@ -2123,7 +2121,7 @@ __metadata:
term-size: "npm:^2.1.0"
bin:
changeset: bin.js
checksum: e5caf7efc1c4036b26aca9fd11cdcdc23f8ba96cce0a41e7951f09f461608c7c8a27f0f455a93bdf2945408e80aa1bc845140863c556133b54c975b57201fbe7
checksum: 3bb61ae64d6a7740f96a7bc32676eca8180aa2b17b321f66ed889f8a5f805c7dc351ce7b66a6982065e5c7e4faba131d03deb4ac393c68d7d0b9fd0a86c94de2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3790,7 +3788,7 @@ __metadata:
languageName: node
linkType: hard

"@types/semver@npm:^7.3.12, @types/semver@npm:^7.5.0":
"@types/semver@npm:^7.3.12":
version: 7.5.6
resolution: "@types/semver@npm:7.5.6"
checksum: e77282b17f74354e17e771c0035cccb54b94cc53d0433fa7e9ba9d23fd5d7edcd14b6c8b7327d58bbd89e83b1c5eda71dfe408e06b929007e2b89586e9b63459
Expand Down Expand Up @@ -6147,7 +6145,7 @@ __metadata:
dependencies:
"@1stg/lib-config": "npm:^12.0.1"
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/cli": "npm:^2.27.8"
"@changesets/cli": "npm:^2.27.9"
"@commitlint/cli": "npm:^17.8.1"
"@mozilla/glean": "npm:^3.0.0"
"@nolyfill/is-core-module": "npm:1.0.39"
Expand Down
Loading