Skip to content

chore: bump pnpm to 11.24.0 - #827

Merged
acasazza merged 1 commit into
mainfrom
chore/bump-pnpm-11.24.0
Sep 1, 2026
Merged

chore: bump pnpm to 11.24.0#827
acasazza merged 1 commit into
mainfrom
chore/bump-pnpm-11.24.0

Conversation

@acasazza

@acasazza acasazza commented Sep 1, 2026

Copy link
Copy Markdown
Member

Bumps the root packageManager field from pnpm@11.22.0 to pnpm@11.24.0.

Why this one line matters more than it looks

packageManager is the only source of the pnpm version for the whole project, in two places that have no fallback of their own:

  • Netlify reads it via Corepack. There is no PNPM_VERSION variable to override it — this is spelled out in netlify.toml:7.
  • GitHub Actions uses pnpm/action-setup@v6 with no version input (e.g. publish.yaml:19-20), so the action resolves the version from this field. Without it the step fails outright.

So merging this moves CI and the Netlify builds to 11.24.0 together. That is the intended effect, and it is the reason the field must not be removed — preinstall: npx only-allow pnpm enforces which package manager, not which version.

Compatibility

pnpm-lock.yaml stays at lockfileVersion: 9.0, which is unchanged across pnpm 11.x, so no lockfile churn and no reinstall required.

Note

The .claude/worktrees/merge-main-into-v5 worktree carries its own package.json still pinned at pnpm@11.22.0. It will pick this up when main is merged into it.

The root `packageManager` field is the single source of truth for the pnpm
version: Netlify reads it via Corepack (it has no PNPM_VERSION variable) and
`pnpm/action-setup` resolves it there, since the workflows pass no `version`
input. Bumping it here moves both at once. The lockfile stays at
lockfileVersion 9.0, unchanged across pnpm 11.x.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@acasazza acasazza added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@acasazza acasazza self-assigned this Sep 1, 2026
@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for commercelayer-react-components ready!

Name Link
🔨 Latest commit f98084b
🔍 Latest deploy log https://app.netlify.com/projects/commercelayer-react-components/deploys/6a96a85d6a986300084c4e85
😎 Deploy Preview https://deploy-preview-827--commercelayer-react-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@acasazza
acasazza merged commit 59cae3f into main Sep 1, 2026
6 checks passed
@acasazza
acasazza deleted the chore/bump-pnpm-11.24.0 branch September 1, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants