Skip to content

chore: pnpm — the fleet has one package manager - #27

Merged
github-actions[bot] merged 1 commit into
mainfrom
chore/pnpm
Sep 3, 2026
Merged

chore: pnpm — the fleet has one package manager#27
github-actions[bot] merged 1 commit into
mainfrom
chore/pnpm

Conversation

@catomean

@catomean catomean commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Converts biaslens from npm to pnpm per the fleet-wide Wave 7 Phase B migration (batch-1-proven recipe):

  • packageManager: pnpm@11.25.0 pin
  • pnpm-lock.yaml imported from package-lock.json (npm lockfile removed)
  • pnpm-workspace.yaml with allowBuilds: esbuild + unrs-resolver (platform binaries)
  • CI: pnpm/action-setup@v6 + cache: pnpm + pnpm install --frozen-lockfile + pnpm run verify / pnpm run build
  • Internal verify script chain and docs (AGENTS.md, README.md, CLAUDE.md, drizzle.config.ts comment) now say pnpm

Pre-existing note: pnpm peers check reports eslint 10 vs eslint-plugin-* peer ranges (≤9) via eslint-config-next — same mismatch npm installed silently; warning only, lint runs green.

Verified locally: pnpm run verify green (prettier, eslint, tsc, vitest 17/17) + pnpm run build green; clean-room rm -rf node_modules && pnpm install --frozen-lockfile + tests green.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
@github-actions
github-actions Bot merged commit c57e998 into main Sep 3, 2026
1 check passed
@github-actions
github-actions Bot deleted the chore/pnpm branch September 3, 2026 15:30
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