Skip to content

Switch package manager from npm to pnpm#108

Merged
kjellmf merged 3 commits intomainfrom
copilot/switch-package-manager-to-pnpm
Dec 11, 2025
Merged

Switch package manager from npm to pnpm#108
kjellmf merged 3 commits intomainfrom
copilot/switch-package-manager-to-pnpm

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 11, 2025

Migrates the project to use pnpm (v10.25.0) as the package manager.

Changes

  • Package management: Generated pnpm-lock.yaml, removed package-lock.json
  • Scripts: Updated package.json scripts to use pnpm run instead of npm run
  • CI/CD: Updated GitHub Actions workflows to install and use pnpm with lockfile caching
  • Documentation: Updated README installation and development commands to use pnpm
  • Git: Added pnpm-specific files to .gitignore (.pnpm-store, .pnpm-debug.log)

All workflows use pnpm install --frozen-lockfile for deterministic installs in CI environments.

Original prompt

Switch package manager from npm to pnpm

Use the latest version of pnpm and


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 11, 2025

⚠️ No Changeset found

Latest commit: 38f4370

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

- Install pnpm v10.25.0 (latest version)
- Generate pnpm-lock.yaml from package.json
- Update package.json scripts to use pnpm instead of npm
- Update README.md documentation with pnpm commands
- Update GitHub Actions workflows (ci.yml and release.yml) to use pnpm
- Update .gitignore to exclude pnpm-specific files
- Remove package-lock.json
- All tests, build, and formatting checks pass with pnpm

Co-authored-by: kjellmf <29217+kjellmf@users.noreply.github.com>
Copilot AI changed the title [WIP] Switch package manager from npm to pnpm Switch package manager from npm to pnpm Dec 11, 2025
Copilot AI requested a review from kjellmf December 11, 2025 19:59
@kjellmf kjellmf marked this pull request as ready for review December 11, 2025 20:15
@kjellmf kjellmf merged commit e9e7e7f into main Dec 11, 2025
1 check 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.

2 participants