fix(deps): update dependency @changesets/cli to ^2.31.1#1607
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 14fd99b. Configure here.
|
@copilot add any dep to pnpm minimumReleaseAgeExcemptions that you need in order for the install to succeed, use |
Head branch was pushed to by a user without write access
Done in 383c8b7. I added |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|

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: (UTC)
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here
Note
Low Risk
Dependency-only patch for the release tooling; no application runtime code changes.
Overview
Bumps
@changesets/clifrom^2.31.0to^2.31.1and refreshespnpm-lock.yaml. The patch fixeschangeset publishwhen using npm 12, which wrapsnpm info --jsonin an array so the CLI no longer treats already-published packages as unpublished and fails on republish.pnpm-workspace.yamladds@changesets/clitominimumReleaseAgeExcludeso this release can be installed without the workspace’s minimum-release-age delay.Reviewed by Cursor Bugbot for commit 383c8b7. Bugbot is set up for automated code reviews on this repo. Configure here.