Skip to content

chore: upgrade pnpm to v11 and migrate .npmrc to workspace config#78

Open
RedStar071 wants to merge 1 commit into
mainfrom
chore/upgrade-pnpm-v11
Open

chore: upgrade pnpm to v11 and migrate .npmrc to workspace config#78
RedStar071 wants to merge 1 commit into
mainfrom
chore/upgrade-pnpm-v11

Conversation

@RedStar071
Copy link
Copy Markdown
Member

Upgrades pnpm from v10 to v11 and migrates all .npmrc configuration into `pnpm-workspace.yaml` as recommended by pnpm v11.

Changes

  • Upgrade `pnpm` from `10.33.3` to `11.4.0` in `mise.toml` and `package.json`
  • Migrate `shamefullyHoist`, `hoist-pattern`, and `ignoreWorkspaceRootCheck` from `.npmrc` to `pnpm-workspace.yaml`
  • Switch `onlyBuiltDependencies` to `allowBuilds` (the pnpm v11 config key)
  • Add `minimumReleaseAge: 2880` to guard against yanked/rollback releases
  • Remove `.npmrc` (now redundant)

- Upgrade pnpm from 10.33.3 to 11.4.0
- Migrate settings from .npmrc to pnpm-workspace.yaml
- Switch onlyBuiltDependencies to allowBuilds (pnpm v11 API)
- Add minimumReleaseAge to workspace config
- Remove .npmrc file
Copilot AI review requested due to automatic review settings May 29, 2026 15:54
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2026

Warning

Review limit reached

@RedStar071, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 40 minutes and 36 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 5607f453-e163-40ce-b4f1-49cc8ae87171

📥 Commits

Reviewing files that changed from the base of the PR and between 02dcd42 and 2dfd7b7.

📒 Files selected for processing (4)
  • .npmrc
  • mise.toml
  • package.json
  • pnpm-workspace.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/upgrade-pnpm-v11

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.

❤️ Share

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the repository’s package manager tooling to pnpm v11 and consolidates previously .npmrc-based pnpm settings into pnpm-workspace.yaml, aligning with pnpm v11’s recommended configuration approach.

Changes:

  • Bump pnpm from v10 to v11 via package.json (packageManager) and mise.toml.
  • Migrate hoisting/workspace-root settings from .npmrc into pnpm-workspace.yaml.
  • Update build-allowlisting config (onlyBuiltDependenciesallowBuilds) and add a minimum release age guard.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
pnpm-workspace.yaml Moves pnpm config into workspace YAML, updates build allowlist key, and adds minimum release age settings.
package.json Pins the repo to pnpm@11.4.0 via packageManager.
mise.toml Updates the pnpm tool version to major v11 for local/dev tooling.
.npmrc Removes redundant pnpm config after migrating it into workspace configuration.

Comment thread package.json
Comment on lines 85 to +88
"node": ">=24.0.0",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.3"
"packageManager": "pnpm@11.4.0"
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