Dependabotの更新対象と開発用依存管理を整備 - #29
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
変更内容
.github/dependabot.ymlを追加・更新open-pull-requests-limit: 0により通常の version update PR は抑制し、security update PR 目的に寄せる0.142.3に更新uv+ ハッシュ付き requirements lock に変更linux/amd64固定にし、/home/node/.local/binをremoteEnv.PATHに追加bun audit --audit-level=highを通すため、Vite を8.0.16、protobufjsoverride を7.6.4に更新補足
GitHub Packages の private registry については、対象 package 側の Manage Actions access でこのリポジトリに Read access を付与する前提です。PAT や
dependabot.ymlのregistries設定はこのPRでは追加していません。BS-RoFormer 変換用の Python 依存は WebUI 実行時には使われず、開発者が
bun run prepare:bs-roformer-webgpuを実行してローカル ONNX モデルを生成する場合だけ使います。lock は Dev Container の Python 3.11 / Linux x86_64 環境を前提にしており、Dev Container の build / run ともにlinux/amd64で固定しています。確認
node -e "JSON.parse(require('fs').readFileSync('.devcontainer/devcontainer.json','utf8'))"bash -n scripts/prepare-bs-roformer-webgpu.sh .devcontainer/scripts/install-dev-tools.shuv pip install --dry-run --require-hashes --only-binary=:all: -r scripts/requirements-bs-roformer-webgpu.txtbun audit --audit-level=highbun run lintbun run testbun run typecheckbun run buildCI / Verifypass