Skip to content

chore: bump pnpm to 11.1.2#1609

Draft
Boshen wants to merge 2 commits into
mainfrom
chore/bump-pnpm-11.1.2
Draft

chore: bump pnpm to 11.1.2#1609
Boshen wants to merge 2 commits into
mainfrom
chore/bump-pnpm-11.1.2

Conversation

@Boshen
Copy link
Copy Markdown
Member

@Boshen Boshen commented May 17, 2026

Bumps the repo-root packageManager pin to pnpm@11.1.2.

Only the root package.json packageManager field is changed.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 17, 2026

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit 8f2f56b
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a0ba769826f7c00080fc939
😎 Deploy Preview https://deploy-preview-1609--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8413589bd8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"node": ">=22.18.0"
},
"packageManager": "pnpm@10.33.2"
"packageManager": "pnpm@11.1.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep pnpm version pins aligned across workspaces

Updating only the root packageManager to pnpm@11.1.2 introduces a split with docs/package.json (still pnpm@10.33.2), so Corepack will run different pnpm majors depending on the working directory (cd docs vs repo root). This makes local docs installs and CI docs installs (pnpm -C docs ... from root) non-reproducible across environments and can lead to lockfile/behavior drift that is hard to diagnose.

Useful? React with 👍 / 👎.

@fengmk2 fengmk2 added test: e2e Auto run e2e tests test: install-e2e run vite install e2e test test: create-e2e Run `vp create` e2e tests labels May 18, 2026
@fengmk2 fengmk2 force-pushed the chore/bump-pnpm-11.1.2 branch from ba13d1e to 8f2f56b Compare May 18, 2026 23:57
@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented May 19, 2026

It looks like we need to refactor the e2e test config script. Let's wait for #1588 to be merged first before continuing to avoid a large number of conflicts. cc @Brooooooklyn

@fengmk2 fengmk2 marked this pull request as draft May 19, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test: create-e2e Run `vp create` e2e tests test: e2e Auto run e2e tests test: install-e2e run vite install e2e test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants