Skip to content

chore(web): migrate to pnpm 11#1883

Open
martylukyy wants to merge 3 commits into
developfrom
chore/pnpm-11
Open

chore(web): migrate to pnpm 11#1883
martylukyy wants to merge 3 commits into
developfrom
chore/pnpm-11

Conversation

@martylukyy
Copy link
Copy Markdown
Contributor

@martylukyy martylukyy commented May 14, 2026

https://pnpm.io/blog/releases/11.0
https://pnpm.io/migration

Summary by CodeRabbit

  • Chores

    • Upgraded pnpm package manager to v11.1.2.
    • Adjusted workspace build settings to allow additional package builds.
    • Bumped Node.js version used in CI workflows to v24.15.0.
  • Documentation

    • Raised required Node.js engine version from v20 to v24 in project docs/config.

Review Change Stack

@martylukyy martylukyy added the web label May 14, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 14, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 75c9038f-d94b-445c-a983-59532d266eb4

📥 Commits

Reviewing files that changed from the base of the PR and between 23fdd8b and ea2f2d6.

📒 Files selected for processing (4)
  • .github/workflows/docs.yml.disabled
  • .github/workflows/format.yml
  • .github/workflows/lint.yml
  • .github/workflows/release.yml
✅ Files skipped from review due to trivial changes (1)
  • .github/workflows/docs.yml.disabled

Walkthrough

pnpm is upgraded to 11.1.2 in web/package.json, its package-level pnpm block with onlyBuiltDependencies was removed and equivalent allowBuilds was added to web/pnpm-workspace.yaml; documentation/package.json now requires Node.js >=24.0, and several GitHub workflow Node versions were bumped to 24.15.0.

Changes

pnpm Setup Update

Layer / File(s) Summary
pnpm version bump and config migration
web/package.json, web/pnpm-workspace.yaml
packageManager updated to pnpm@11.1.2; removed package-level pnpm block with onlyBuiltDependencies; added allowBuilds in workspace enabling @tailwindcss/oxide and esbuild.

Documentation & CI Node version bump

Layer / File(s) Summary
documentation package.json node engine
documentation/package.json
engines.node changed from ">=20.0" to ">=24.0".
GitHub Actions Node version updates
.github/workflows/docs.yml.disabled, .github/workflows/format.yml, .github/workflows/lint.yml, .github/workflows/release.yml
Workflow Node.js versions and related env vars updated to 24.15.0.

🎯 2 (Simple) | ⏱️ ~10 minutes

🐰 A tiny hop on CI and tree,
pnpm climbs to eleven with glee,
Oxide and esbuild get their key,
Docs ask Node twenty-four to be,
Rabbit drums a build-time melody.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main change: migrating the web project to pnpm 11, which is reflected in the pnpm version upgrade from 10.33.0 to 11.1.2.
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
  • Commit unit tests in branch chore/pnpm-11

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
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@web/package.json`:
- Line 5: Add a Node.js engine constraint to enforce pnpm@11 compatibility by
adding an "engines" object with "node": ">=22.0" to web/package.json (next to
the existing "packageManager" field) and update the engines in
documentation/package.json from ">=20.0" to ">=22.0" so the monorepo
consistently requires Node 22+ for pnpm 11; ensure the JSON keys are properly
quoted and valid JSON entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 9aef986e-977f-415b-b44a-0700df5836b3

📥 Commits

Reviewing files that changed from the base of the PR and between d70d0bb and b6da367.

📒 Files selected for processing (2)
  • web/package.json
  • web/pnpm-workspace.yaml

Comment thread web/package.json
@martylukyy martylukyy added this to the v1.17.0 milestone May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant