Skip to content

chore: migrate to pnpm#29

Closed
gabrielmfern wants to merge 1 commit into
mainfrom
chore/migrate-to-pnpm
Closed

chore: migrate to pnpm#29
gabrielmfern wants to merge 1 commit into
mainfrom
chore/migrate-to-pnpm

Conversation

@gabrielmfern
Copy link
Copy Markdown
Member

Switches the project to pnpm@11.3.0.

Changes

  • Added "packageManager": "pnpm@11.3.0" to package.json
  • Generated pnpm-lock.yaml (no prior lockfile was committed)
  • Added pnpm-workspace.yaml with an allowBuilds map (esbuild: true, sharp: true) to approve build scripts under pnpm 11
  • CI workflows (build.yml, pr-title-check.yml): replaced runs-on: buildjet-4vcpu-ubuntu-2204 with depot-ubuntu-22.04-4. Node already on node:24 container (>=22), no version bump needed. Removed the version: 10.28.0 pin from pnpm/action-setup so it reads packageManager.
  • readme.md: npm install -> pnpm install, npm run dev -> pnpm dev

Local checks

  • pnpm install --frozen-lockfile: PASS
  • typecheck (tsc --noEmit, no script present): PASS
  • lint: N/A (no lint script)
  • test: N/A (no test script)
  • pnpm build: PASS

🤖 Generated with Claude Code

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