chore(deps): bump pnpm to 11.0.8 stable - #113
Conversation
Move off 11.0.0-rc.5 (release candidate) now that pnpm 11 is GA and has eight patch releases out. Updates packageManager in package.json and the PNPM_VERSION ARG in the devcontainer image.
|
There was a problem hiding this comment.
Pull request overview
Updates the repo’s pinned pnpm version from an RC build to the pnpm 11 GA patch release, aligning local Corepack usage and the devcontainer image’s Corepack-prepared pnpm version.
Changes:
- Bump
packageManagerinpackage.jsontopnpm@11.0.8. - Bump
PNPM_VERSIONbuild ARG inimage/Dockerfileto11.0.8.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Pins the workspace’s Corepack-managed pnpm version to 11.0.8. |
| image/Dockerfile | Pins the devcontainer image’s Corepack-prepared pnpm version to 11.0.8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The CI Docker Build job and the publish-image workflow both pinned PNPM_VERSION as a build-arg override, so the Dockerfile ARG bump alone left CI/devcontainer builds on the old RC. Align both with package.json.
Summary
pnpm@11.0.0-rc.5(release candidate) now that pnpm 11 is GA with eight patch releases out11.0.8:package.jsonpackageManagerimage/DockerfilePNPM_VERSIONARG default.github/workflows/ci.ymlDocker Build job build-arg.github/workflows/publish-image.ymlenv block (used by bothbuild-amd64andbuild-arm64)Test plan
pnpm installsucceeds against11.0.8(corepack auto-downloaded the new version)