Skip to content

chore: npm から pnpmへ移行 - #180

Merged
syuilo merged 2 commits into
misskey-dev:developfrom
samunohito:chore/179-migrate-to-pnpm
May 9, 2026
Merged

chore: npm から pnpmへ移行#180
syuilo merged 2 commits into
misskey-dev:developfrom
samunohito:chore/179-migrate-to-pnpm

Conversation

@samunohito

Copy link
Copy Markdown
Member

What

npmからpnpmに移行します。

Why

fix #179

Additional info (optional)

pnpm importでpnpm-lock.yamlを生成 -> 各使用箇所の置き換え

@codecov

codecov Bot commented May 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.48%. Comparing base (85deb39) to head (e4b977a).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #180   +/-   ##
========================================
  Coverage    96.48%   96.48%           
========================================
  Files            6        6           
  Lines          597      597           
  Branches       124      124           
========================================
  Hits           576      576           
  Misses          20       20           
  Partials         1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

npm から pnpm へ移行し、ロックファイル・ドキュメント・CI での依存インストール/実行コマンドを pnpm ベースに統一するPRです。

Changes:

  • pnpm-lock.yaml を追加し、package.jsonpackageManager を追加
  • README/CONTRIBUTING の各種コマンド例を pnpm run ... に更新
  • GitHub Actions(test/lint/api)を pnpm install --frozen-lockfile + pnpm 実行に切り替え

Reviewed changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
README.md 開発手順のインストール/実行コマンドを pnpm に更新
pnpm-lock.yaml pnpm 用ロックファイルを追加
package.json packageManager 追加、scripts を pnpm exec/pnpm run に更新
docs/CONTRIBUTING.en.md contributors 向けコマンド例を pnpm に更新
CONTRIBUTING.md contributors 向けコマンド例を pnpm に更新
.github/workflows/test.yml CI の install/build/test を pnpm に切り替え
.github/workflows/lint.yml CI の install/lint を pnpm に切り替え
.github/workflows/api.yml CI の install/build/api-report を pnpm に切り替え

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CONTRIBUTING.md Outdated
Comment thread .github/workflows/test.yml
Comment thread .github/workflows/lint.yml
Comment thread .github/workflows/api.yml
Comment thread README.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@samunohito
samunohito requested a review from syuilo May 9, 2026 03:32
@syuilo
syuilo merged commit c9b95bb into misskey-dev:develop May 9, 2026
5 checks passed
@syuilo

syuilo commented May 9, 2026

Copy link
Copy Markdown
Member

👍🏻

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.

pnpmに移行する

3 participants