chore(deps): update dependency @changesets/cli to v2.31.1#193
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/changesets
branch
from
July 20, 2026 07:54
490e101 to
26d8226
Compare
renovate
Bot
force-pushed
the
renovate/changesets
branch
from
July 20, 2026 08:11
26d8226 to
7703386
Compare
designcode
approved these changes
Jul 20, 2026
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.
This PR contains the following updates:
2.31.0→2.31.1Release Notes
changesets/changesets (@changesets/cli)
v2.31.1Compare Source
Patch Changes
15cf592Thanks @ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successfulnpm info --jsonoutput in an array. The unwrapped output madechangeset publishtreat every package as unpublished and fail attempting to republish existing versions.Configuration
📅 Schedule: (in timezone UTC)
* 5-23 * * 6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Dev-only tooling patch with no runtime or application code changes; low impact unless you rely on
changeset publishwith npm 12.Overview
Bumps the locked
@changesets/cliversion from 2.31.0 to 2.31.1 inpnpm-lock.yaml(root devDependency specifier remains^2.31.0).This patch release fixes already-published version detection with npm 12, where
npm info --jsonoutput is wrapped in an array sochangeset publishno longer treats every package as unpublished and fails on republish.Reviewed by Cursor Bugbot for commit 7703386. Bugbot is set up for automated code reviews on this repo. Configure here.