Skip to content

chore(deps): bump pnpm to 11.0.8 stable - #113

Merged
johnzook merged 2 commits into
mainfrom
chore/pnpm-11.0.8
May 7, 2026
Merged

chore(deps): bump pnpm to 11.0.8 stable#113
johnzook merged 2 commits into
mainfrom
chore/pnpm-11.0.8

Conversation

@johnzook

@johnzook johnzook commented May 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Move off pnpm@11.0.0-rc.5 (release candidate) now that pnpm 11 is GA with eight patch releases out
  • Updates all four pinning locations to 11.0.8:
    • package.json packageManager
    • image/Dockerfile PNPM_VERSION ARG default
    • .github/workflows/ci.yml Docker Build job build-arg
    • .github/workflows/publish-image.yml env block (used by both build-amd64 and build-arm64)

Test plan

  • Local pnpm install succeeds against 11.0.8 (corepack auto-downloaded the new version)
  • CI green (Check, Changeset Check, Docker Build, Integration Test)
  • Devcontainer image rebuild picks up new pnpm version

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.
Copilot AI review requested due to automatic review settings May 7, 2026 17:58
@changeset-bot

changeset-bot Bot commented May 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 29e94bc

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

@johnzook johnzook added the no-changeset-needed Skip changeset requirement for docs/CI/infrastructure PRs label May 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 packageManager in package.json to pnpm@11.0.8.
  • Bump PNPM_VERSION build ARG in image/Dockerfile to 11.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.

Comment thread image/Dockerfile
@johnzook johnzook closed this May 7, 2026
@johnzook johnzook reopened this May 7, 2026
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.
@johnzook
johnzook merged commit ed0b16b into main May 7, 2026
4 checks passed
@johnzook
johnzook deleted the chore/pnpm-11.0.8 branch May 7, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changeset-needed Skip changeset requirement for docs/CI/infrastructure PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants