Skip to content

chore: upgrade pnpm to 11.9.0#135

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

chore: upgrade pnpm to 11.9.0#135
Sheraff wants to merge 3 commits into
TanStack:mainfrom
Sheraff:chore/pnpm-11-9

Conversation

@Sheraff

@Sheraff Sheraff commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • upgrade packageManager and pnpm engine to 11.9.0
  • add pnpm 11 workspace settings and exact trust policy exclusions after Socket checks
  • refresh pnpm lockfile

Verification

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

Summary by CodeRabbit

  • Chores
    • Updated the project’s package manager and pnpm version requirements.
    • Adjusted dependency resolution settings, including removing one package pin and adding workspace-level trust/exclusion rules.
    • Set a minimum release age for selected dependencies to help keep installs more stable.

@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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 606bf90c-9dbc-45e5-af09-b6e4b05067bf

📥 Commits

Reviewing files that changed from the base of the PR and between 6adcc3a and e214d08.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml, !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • package.json
  • pnpm-workspace.yaml

📝 Walkthrough

Walkthrough

package.json bumps the declared packageManager and minimum engines.pnpm requirement to 11.9.0 and removes the rolldown pin from pnpm.overrides. pnpm-workspace.yaml gains that rolldown override, a trustPolicyExclude list for specific package versions, and a minimumReleaseAge: 1440 setting.

Changes

pnpm Configuration Update

Layer / File(s) Summary
pnpm version, override relocation, and workspace trust policy
package.json, pnpm-workspace.yaml
packageManager and engines.pnpm are raised to 11.9.0; the rolldown@1.0.0-rc.12 override moves from package.json to pnpm-workspace.yaml, which also gains a trustPolicyExclude list (chokidar, express-rate-limit, semver, ua-parser-js) and minimumReleaseAge: 1440.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hop and a skip, pnpm's grown,
From 11.1 to 11.9 it's flown!
The rolldown pin found a new home,
In workspace.yaml it now roams.
Chokidar excluded with care,
This bunny approves — it's fair! 🌿

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description covers summary and verification, but it omits the required checklist and release impact sections from the template. Add the missing Checklist and Release Impact sections, and fill them out per the repository template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes 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.

@pkg-pr-new

pkg-pr-new Bot commented Jun 23, 2026

Copy link
Copy Markdown

Open in StackBlitz

@tanstack/angular-hotkeys

npm i https://pkg.pr.new/@tanstack/angular-hotkeys@135

@tanstack/hotkeys

npm i https://pkg.pr.new/@tanstack/hotkeys@135

@tanstack/hotkeys-devtools

npm i https://pkg.pr.new/@tanstack/hotkeys-devtools@135

@tanstack/lit-hotkeys

npm i https://pkg.pr.new/@tanstack/lit-hotkeys@135

@tanstack/preact-hotkeys

npm i https://pkg.pr.new/@tanstack/preact-hotkeys@135

@tanstack/preact-hotkeys-devtools

npm i https://pkg.pr.new/@tanstack/preact-hotkeys-devtools@135

@tanstack/react-hotkeys

npm i https://pkg.pr.new/@tanstack/react-hotkeys@135

@tanstack/react-hotkeys-devtools

npm i https://pkg.pr.new/@tanstack/react-hotkeys-devtools@135

@tanstack/solid-hotkeys

npm i https://pkg.pr.new/@tanstack/solid-hotkeys@135

@tanstack/solid-hotkeys-devtools

npm i https://pkg.pr.new/@tanstack/solid-hotkeys-devtools@135

@tanstack/svelte-hotkeys

npm i https://pkg.pr.new/@tanstack/svelte-hotkeys@135

@tanstack/vue-hotkeys

npm i https://pkg.pr.new/@tanstack/vue-hotkeys@135

@tanstack/vue-hotkeys-devtools

npm i https://pkg.pr.new/@tanstack/vue-hotkeys-devtools@135

commit: e214d08

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.

1 participant