fix: automated library refresh - #737
Conversation
|
(aside) |
|
Claude finished @keito4's task in 4m 11s —— View job CI失敗の修正完了
根本原因
修正内容
補足
|
happy-coderパッケージは非推奨となりhappyにリネームされた。 自動更新スクリプトが存在しないhappy-coder@1.1.8(happyパッケージの バージョン)を設定したためDockerビルドが失敗していた。 - npm/global.json: happy-coder → happy キーをリネーム - .devcontainer/Dockerfile: パッケージ参照をhappy-coder → happyに更新 - script/install-npm-globals.sh: インストール対象をhappy-coder → happyに更新 Co-authored-by: keito4 <keito4@users.noreply.github.com>
|
(aside) |
npm installを再実行してpackage-lock.jsonを最新状態に同期。 オプショナルなplatform固有パッケージの不要なlibcフィールドを削除。 Co-authored-by: keito4 <keito4@users.noreply.github.com>
|
(aside) |
|
Claude finished @keito4's task in 6m 19s —— View job コンフリクト解決完了
解決内容コンフリクトが発生していたファイル:
mainから取り込んだ変更:
当ブランチの変更を維持:
|
- pnpm setupのEACCESエラー修正をmainから取り込み - CLAUDE_CODE_VERSION 2.1.137 → 2.1.138 に更新 - dependency-review-action ハッシュを最新に更新 - happy-coder → happy パッケージ移行を維持(our branch変更) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
(aside) |
|
Claude finished @keito4's task in 4m 36s —— View job コンフリクト解決完了
解決内容コンフリクトが発生していたファイル:
mainから取り込んだ変更(PR #738):
当ブランチの変更を維持:
|
|
(aside) |
|
Claude finished @keito4's task in 14m 36s —— View job CI修正完了 ✅
結果すべてのCIチェックが正常にパスしました。
根本原因と修正内容問題: 前回の2コミット( 修正: 空コミット( |
Co-authored-by: keito4 <keito4@users.noreply.github.com>
|
🎉 This PR is included in version 1.112.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |

Summary
Automated update generated by
npm run update:libs(Auto Update Libraries scheduled workflow - failed to create PR due to GitHub Actions token permissions).Updated Packages
Global CLI Packages (npm/global.json)
@commitlint/cli: 20.5.2 → 21.0.0@commitlint/config-conventional: 20.5.0 → 21.0.0@openai/codex: 0.125.0 → 0.130.0@google/gemini-cli: 0.39.1 → 0.41.2happy-coder: 0.13.1 → 1.1.8typescript-language-server: 5.1.3 → 5.2.0yaml-language-server: 1.22.0 → 1.23.0difit: 4.0.4 → 4.0.7n8n: 2.17.7 → 2.19.5npm: 11.13.0 → 11.14.1pm2: 6.0.14 → 7.0.1vercel: 52.0.0 → 53.3.2NPM Dev Dependencies (package.json)
@commitlint/config-conventional: ^20.5.3 → ^21.0.0jest: 30.3.0 → 30.4.2Root Cause of Workflow Failure
The
Auto Update Librariesscheduled workflow (run) failed at the "Create pull request" step with:This is a repository-level setting: Settings → Actions → General → Workflow permissions → "Allow GitHub Actions to create and approve pull requests" must be enabled, or a PAT token should be used instead of
GITHUB_TOKENinupdate-libraries.yml.Test plan
🤖 Created by Claude to address failed Auto Update Libraries workflow