chore: upgrade pnpm to 11.4.0#10
Conversation
Pin packageManager to pnpm 11.4.0, regenerate the lockfile, and allow native build scripts for esbuild, core-js, and @parcel/watcher. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (37)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR updates repository configuration: bumps pnpm in Changespnpm Configuration Updates
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
❌ 38 Tests Failed:
View the full list of 38 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8c19939. Configure here.
…ings farm-plugin-replace-dirname-linux-arm64-musl@0.2.1 incorrectly had libc: glibc despite being a musl native binary. Also add the missing libc: musl annotation for the x64-musl sibling so pnpm resolves the correct optional dependency on musl-based Linux.
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
Snapshots still expected 0.0.2 after v0.0.3 release; CI and autofix were failing until expectations matched package.json. Co-authored-by: Cursor <cursoragent@cursor.com>

Summary
packageManagerfrompnpm@10.11.0topnpm@11.4.0pnpm-lock.yamlfor pnpm 11 (includingdedupePeers: truein lockfile settings)allowBuildsentries inpnpm-workspace.yamlfor@parcel/watcher,core-js, andesbuildso native build scripts run under pnpm 11's stricter defaultsRelated Issue
N/A
Type of Change
Test Plan
CI=true pnpm installsucceeds with pnpm 11.4.0pnpm run buildsucceedspnpm test— snapshot tests currently fail onmainas well (version0.0.3vs snapshot0.0.2); unrelated to this changePre-flight Checklist
pnpm lintpasses (pre-commit hook ranoxfmton staged files)mainSummary by CodeRabbit