Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Migrate package manager from npm to pnpm - #4

Open
amotarao wants to merge 1 commit into
mainfrom
chore/migrate-to-pnpm
Open

Migrate package manager from npm to pnpm#4
amotarao wants to merge 1 commit into
mainfrom
chore/migrate-to-pnpm

Conversation

@amotarao

@amotarao amotarao commented Mar 6, 2026

Copy link
Copy Markdown
Member

Summary

  • package-lock.json を削除し pnpm-lock.yaml に移行
  • package.jsonpackageManager: pnpm@10.30.3 を追加
  • .gitignore を追加

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • Chores
    • プロジェクト設定ファイルを更新しました。パッケージマネージャーの仕様を明確化し、開発環境の設定を改善しました。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 6, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4559058d-1dec-4a29-9af3-7ac724145585

📥 Commits

Reviewing files that changed from the base of the PR and between 4d801ee and 26098e6.

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

Walkthrough

プロジェクトの依存管理を整備する変更。.gitignorenode_modulesエントリを追加し、package.jsonpnpm@10.30.3をパッケージマネージャとして明示的に指定しています。

Changes

Cohort / File(s) Summary
Version Control Configuration
.gitignore
node_modulesディレクトリをバージョン管理から除外するエントリを追加
Package Manager Configuration
package.json
packageManagerフィールドにpnpm@10.30.3を指定し、homepageフィールドに末尾のカンマを追加

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 ノードモジュール、さようなら〜
pnpmのバージョン、固く決まって
整ったプロジェクト、春めいて
gitignore の守り、堅く立ちて
ウサギもニッコリ、変更完了!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title clearly and directly describes the main change: migrating the package manager from npm to pnpm, which aligns with the actual modifications shown in the changeset.
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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/migrate-to-pnpm

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

@amotarao amotarao changed the title chore: migrate from npm to pnpm Migrate package manager from npm to pnpm Mar 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant