Skip to content
Open
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
7 changes: 7 additions & 0 deletions .changeset/bump-changesets-cli-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@googleworkspace/cli": patch
---

chore(deps): bump `@changesets/cli` (devDependency) from 2.29.8 to 3.0.1 to resolve GitHub Dependabot alerts against transitive `js-yaml` (3.14.2, 4.1.1) and `picomatch` (2.3.1) versions pulled in by `@changesets/cli`'s own dependency tree (via `@changesets/parse`, `@manypkg/get-packages`, `@changesets/git`). All three are devDependencies with dev/CI-only exposure — no untrusted input, no impact on the published binary.

v3 changed the default behavior for `"private": true` packages: `changeset version` now silently no-ops for them unless `privatePackages.version` is explicitly enabled in `.changeset/config.json` (verified locally — without this option, `changeset version` reports success but makes no changes; with it, it correctly bumps the version and consumes pending changesets). Since this repository's root package is `"private": true`, that option is added here so `changeset version`/`pnpm run version-sync` keep working.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"privatePackages": {
"version": true,
"tag": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rust"
],
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@changesets/cli": "^3.0.1",
"lefthook": "^2.1.2"
}
}
Loading
Loading