Skip to content

update changesets cli to v2.31.0 and remove frozen-lockfile arg from release workflow#122

Merged
Adedamola18 merged 1 commit into
mainfrom
fix-release-frozen-lockfile
Jun 4, 2026
Merged

update changesets cli to v2.31.0 and remove frozen-lockfile arg from release workflow#122
Adedamola18 merged 1 commit into
mainfrom
fix-release-frozen-lockfile

Conversation

@Adedamola18

Copy link
Copy Markdown
Member

No description provided.

@changeset-bot

changeset-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 11a8248

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Adedamola18
Adedamola18 merged commit d526a9e into main Jun 4, 2026
1 check passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates @changesets/cli from version ^2.24.0 to ^2.31.0 in package.json and updates the lockfile pnpm-lock.yaml accordingly. The review feedback recommends removing the redundant and outdated changeset package (v0.2.6) to clean up dependencies and prevent potential binary conflicts with @changesets/cli.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread package.json
Comment on lines +31 to 33
"@changesets/cli": "^2.31.0",
"@types/node": "^22.7.4",
"changeset": "^0.2.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changeset package (v0.2.6) is an ancient, unrelated package that is redundant and potentially conflicting with @changesets/cli. @changesets/cli already provides the changeset binary used in your release script (changeset publish). Removing changeset cleans up your dependencies and avoids potential binary/command conflicts.

Suggested change
"@changesets/cli": "^2.31.0",
"@types/node": "^22.7.4",
"changeset": "^0.2.6",
"@changesets/cli": "^2.31.0",
"@types/node": "^22.7.4",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant