build: migrate Changesets CLI 3 and Action v2 atomically - #474
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/changesets/cli-3.0.0
branch
2 times, most recently
from
August 30, 2026 17:25
62770be to
b88ee90
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/changesets/cli-3.0.0
branch
from
August 30, 2026 19:34
b88ee90 to
2a53c2a
Compare
Bumps [@changesets/cli](https://github.com/changesets/changesets/tree/HEAD/packages/cli) from 2.31.1 to 3.0.1. - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@3.0.1/packages/cli) --- updated-dependencies: - dependency-name: "@changesets/cli" dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/changesets/cli-3.0.0
branch
from
August 30, 2026 22:31
2a53c2a to
5893824
Compare
blove
enabled auto-merge (squash)
August 30, 2026 22:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@changesets/clifrom 2.31.1 to 3.0.1changesets/action@v1tochangesets/action@v2in the same changeCHANGESETS_OUTPUTchannel through the repository publish wrapperThis is intentionally atomic: Changesets Action v1 supports CLI v2, while Action v2 is the compatible release path for CLI v3. The repository already standardizes on Node 24 and pnpm 10, satisfying CLI v3’s runtime floor. CJS consumer support for the published libraries is unchanged.
No package release changeset is included because this changes root-private release tooling and workflow infrastructure only.
Verification
pnpm install --frozen-lockfile --offline --ignore-scriptspnpm security:audit— no known vulnerabilitiespnpm testworkspace suitepnpm typecheckpnpm typecheck:performancepnpm typecheck:publicpnpm lint— 0 errors; one pre-existing TanStack Virtual React Compiler warningpnpm formatpnpm buildpnpm api:checkpnpm publish:preflightpnpm lint:packagingpnpm consumer:checkpnpm react:compatCloses #476 by superseding its standalone Action-only update.