Skip to content

Migrate to pnpm@11#69

Merged
arv merged 3 commits into
mainfrom
arv/migrate-to-pnpm
May 19, 2026
Merged

Migrate to pnpm@11#69
arv merged 3 commits into
mainfrom
arv/migrate-to-pnpm

Conversation

@arv

@arv arv commented May 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replaces `package-lock.json` with `pnpm-lock.yaml`
  • Adds `"packageManager": "pnpm@11.1.3"` to `package.json`
  • Updates all 4 CI jobs: adds `pnpm/action-setup@v4`, upgrades `setup-node` to v4, switches `npm ci` → `pnpm install`

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@socket-security

socket-security Bot commented May 19, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​react@​19.2.7 ⏵ 19.2.14100 +110079 +188100
Updated@​vitest/​browser@​4.0.14 ⏵ 4.1.696 -110079 +199 +1100
Updatedvitest@​4.0.14 ⏵ 4.1.69610079 +199100
Updatedplaywright@​1.57.0 ⏵ 1.60.0100 +11001009980 -19
Updatedreact@​19.2.0 ⏵ 19.2.61001008496100
Updated@​vitest/​browser-playwright@​4.0.14 ⏵ 4.1.69910086 +199 +1100
Updatedprettier@​3.7.3 ⏵ 3.8.390 +110097 +193100
Updatedreact-dom@​19.2.0 ⏵ 19.2.61001009296100

View full report

arv and others added 2 commits May 19, 2026 13:42
The pnpm/action-setup "version: 11" key conflicted with the
package.json packageManager field (ERR_PNPM_BAD_PM_VERSION), and
Node 20 is below pnpm@11's minimum (>=22.13). Use Corepack with
Node 22 instead.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Ensures reproducible installs and prevents CI from mutating the
lockfile or regenerating the pnpm-workspace.yaml allowBuilds
scaffold.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@arv arv merged commit 85f5919 into main May 19, 2026
9 checks passed
@arv arv deleted the arv/migrate-to-pnpm branch May 19, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant