Skip to content

chore: update pnpm to 11.9.0#2222

Open
Sheraff wants to merge 2 commits into
TanStack:mainfrom
Sheraff:chore/pnpm-11-9
Open

chore: update pnpm to 11.9.0#2222
Sheraff wants to merge 2 commits into
TanStack:mainfrom
Sheraff:chore/pnpm-11-9

Conversation

@Sheraff

@Sheraff Sheraff commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Updates pnpm to 11.9.0 and enables minimumReleaseAge for workspace installs.

Verification:

  • pnpm install --frozen-lockfile --ignore-scripts --trust-lockfile=false
  • git diff --check

Summary by CodeRabbit

  • Chores
    • Updated the project’s package manager setup to use a newer pinned pnpm version.
    • Tightened the pnpm version requirement to align development environments.
    • Updated workspace configuration to include a minimum release age setting.

@nx-cloud

nx-cloud Bot commented Jun 23, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit c4611da

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 3m 15s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-06-24 11:16:41 UTC

@pkg-pr-new

pkg-pr-new Bot commented Jun 23, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-form

npm i https://pkg.pr.new/@tanstack/angular-form@2222

@tanstack/form-core

npm i https://pkg.pr.new/@tanstack/form-core@2222

@tanstack/form-devtools

npm i https://pkg.pr.new/@tanstack/form-devtools@2222

@tanstack/lit-form

npm i https://pkg.pr.new/@tanstack/lit-form@2222

@tanstack/preact-form

npm i https://pkg.pr.new/@tanstack/preact-form@2222

@tanstack/react-form

npm i https://pkg.pr.new/@tanstack/react-form@2222

@tanstack/react-form-devtools

npm i https://pkg.pr.new/@tanstack/react-form-devtools@2222

@tanstack/react-form-nextjs

npm i https://pkg.pr.new/@tanstack/react-form-nextjs@2222

@tanstack/react-form-remix

npm i https://pkg.pr.new/@tanstack/react-form-remix@2222

@tanstack/react-form-start

npm i https://pkg.pr.new/@tanstack/react-form-start@2222

@tanstack/solid-form

npm i https://pkg.pr.new/@tanstack/solid-form@2222

@tanstack/solid-form-devtools

npm i https://pkg.pr.new/@tanstack/solid-form-devtools@2222

@tanstack/svelte-form

npm i https://pkg.pr.new/@tanstack/svelte-form@2222

@tanstack/vue-form

npm i https://pkg.pr.new/@tanstack/vue-form@2222

commit: c4611da

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d399060a-9aed-4a7c-af9b-f0252e678cd3

📥 Commits

Reviewing files that changed from the base of the PR and between 42a6507 and c4611da.

📒 Files selected for processing (1)
  • pnpm-workspace.yaml
✅ Files skipped from review due to trivial changes (1)
  • pnpm-workspace.yaml

📝 Walkthrough

Walkthrough

package.json updates the pinned pnpm version and minimum engine requirement. pnpm-workspace.yaml adds minimumReleaseAge: 1440.

Changes

pnpm 11.9.0 upgrade

Layer / File(s) Summary
pnpm version pin and workspace settings
package.json, pnpm-workspace.yaml
packageManager is set to pnpm@11.9.0, engines.pnpm is tightened to >=11.9.0, and minimumReleaseAge: 1440 is added to the workspace config.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 Hop hop, pnpm took a leap,
Eleven-nine now guards the keep.
A workspace age of 1440 days,
Keeps the bunny’s tools in tidy ways.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning It states the change and verification, but omits the required template sections and checklist items. Reformat the PR body to include the '🎯 Changes', '✅ Checklist', and '🚀 Release Impact' sections, and fill in the required checkbox items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: upgrading pnpm to 11.9.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@codecov-commenter

codecov-commenter commented Jun 23, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.71%. Comparing base (6892ed0) to head (c4611da).
⚠️ Report is 235 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2222      +/-   ##
==========================================
- Coverage   90.35%   89.71%   -0.64%     
==========================================
  Files          38       65      +27     
  Lines        1752     3199    +1447     
  Branches      444      803     +359     
==========================================
+ Hits         1583     2870    +1287     
- Misses        149      295     +146     
- Partials       20       34      +14     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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