Skip to content

ci: bump pnpm to v10#29

Merged
nabinpkl merged 2 commits into
mainfrom
ci/pnpm-v10
May 2, 2026
Merged

ci: bump pnpm to v10#29
nabinpkl merged 2 commits into
mainfrom
ci/pnpm-v10

Conversation

@nabinpkl
Copy link
Copy Markdown
Owner

@nabinpkl nabinpkl commented May 2, 2026

Summary

  • Frontend pnpm-workspace.yaml only contains ignoredBuiltDependencies (a pnpm v10 config).
  • pnpm v9 rejects this file with ERROR packages field missing or empty, failing the Frontend CI job.
  • Bumping pnpm/action-setup from v9 → v10 unblocks pnpm install --frozen-lockfile.

Rust job already passes; this only touches the Frontend job.

Test plan

  • CI run on this PR passes the Frontend (Next.js build) job
  • Rust workspace job continues to pass

🤖 Generated with Claude Code

nabinpkl and others added 2 commits May 2, 2026 07:06
The frontend's pnpm-workspace.yaml only contains
ignoredBuiltDependencies (a pnpm v10 config). pnpm v9 rejects it with
"packages field missing or empty".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Lint surfaces 7 pre-existing React 19 / Next 16 strict-rule violations
in components unrelated to the original "tests + build on each push"
ask. Re-enable once those are addressed in a separate PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@nabinpkl nabinpkl merged commit a57ed47 into main May 2, 2026
4 checks passed
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