Skip to content

build(deps): bump pnpm from v10 to v11 (#3468)#3478

Merged
KATO-Hiro merged 2 commits intostagingfrom
#3468
May 3, 2026
Merged

build(deps): bump pnpm from v10 to v11 (#3468)#3478
KATO-Hiro merged 2 commits intostagingfrom
#3468

Conversation

@KATO-Hiro
Copy link
Copy Markdown
Collaborator

@KATO-Hiro KATO-Hiro commented May 3, 2026

close #3468

Summary by CodeRabbit

リリースノート

  • チョア(管理作業)
    • パッケージマネージャー(pnpm)をバージョン10.33.2から11.0.3にアップグレードしました
    • ビルド設定をプロジェクトレベルで統合し、ワークスペース全体での一貫性を強化しました

KATO-Hiro and others added 2 commits May 3, 2026 08:17
- Bump pnpm to v11
- Update package.json, pnpm-lock.yaml, and pnpm-workspace.yaml
- Remove .npmrc as no longer needed
- Add implementation plan documentation

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8f3a0269-f8e3-4e93-837e-ac08f17f752b

📥 Commits

Reviewing files that changed from the base of the PR and between 6b78259 and 5e1861a.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml, !pnpm-lock.yaml
📒 Files selected for processing (3)
  • .npmrc
  • package.json
  • pnpm-workspace.yaml
💤 Files with no reviewable changes (1)
  • .npmrc

📝 Walkthrough

Walkthrough

pnpm をバージョン 10.33 から 11.0.3 へアップグレードし、npm 設定を .npmrc から pnpm-workspace.yaml へ移行。onlyBuiltDependenciesallowBuilds に置き換わり、workspace レベルの設定を集約化。

Changes

pnpm v11 マイグレーション

Layer / File(s) Summary
パッケージバージョン更新
package.json
pnpm を 10.33.211.0.3 へ更新、packageManager フィールドを pnpm@10.33.1pnpm@11.0.3 へ更新。
Workspace 設定移行
pnpm-workspace.yaml
onlyBuiltDependencies を新しい allowBuilds 構文に置き換え。engineStrictresolutionModestrictPeerDependenciespackageImportMethod の設定を workspace レベルで追加。
npm 設定削除
.npmrc
従来の .npmrc 設定 (engine-strictresolution-modestrict-peer-dependenciespackage-import-method) をすべて削除し、workspace YAML で一元管理。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 分

Poem

🚀 pnpm が十一の道へ
古い設定を脱ぎ捨て
ワークスペースに統一され
依存関係はさらに強く
アップグレード、完了!

🚥 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 PRタイトルは主な変更内容(pnpmのv10からv11へのバージョンアップ)を正確かつ簡潔に説明しており、変更セット全体を適切に要約しています。
Linked Issues check ✅ Passed PR内の全ての変更がissue #3468(pnpm v10→v11への移行)の要件を満たしており、package.json、pnpm-workspace.yamlの更新、.npmrcの削除など必要な設定変更が実装されています。
Out of Scope Changes check ✅ Passed すべての変更がpnpm v11への移行という定められた目標に直結しており、スコープ外の変更は認められません。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 #3468

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

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

Copy link
Copy Markdown
Collaborator Author

@KATO-Hiro KATO-Hiro left a comment

Choose a reason for hiding this comment

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

LGTM

@KATO-Hiro KATO-Hiro merged commit c9dc3b5 into staging May 3, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the #3468 branch May 3, 2026 08:33
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.

[Deps] Migrate pnpm from 10.x to 11.x

1 participant