練習のゲーム性向上とCI脆弱性監査を追加 - #28
Merged
Merged
Conversation
Owner
Author
|
レビュー指摘に対応しました。
手元検証:
|
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.
概要
bun run audit:dependenciesを実行し、PR時と週次スケジュールで依存関係の脆弱性を検知するようにしました。onnxruntime-webを1.26.0に更新し、protobufjsを7.5.6に固定して high 脆弱性を解消しました。背景
練習中の「合っている状態」をスコアや称号として可視化し、単なる測定だけでなく継続して練習しやすい体験に寄せています。自己ベストはブラウザ内の
localStorageに保存します。また、
onnxruntime-web更新後にRMVPE推定でJS側とWASM側のバージョン不一致によるWebAssembly.instantiate()エラーが発生していました。WASM URLが1.24.3固定だったため、package.jsonのonnxruntime-webバージョンと連動させる形に変更しています。検証
bun run audit:dependenciesbun run lintbun run testbun run typecheckbun run buildgit diff --check未検証