chore(deps): open な Dependabot PR 12 件を 1 branch に統合する - #525
Merged
Conversation
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.6 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.6 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…format group 統合元: #520
This was referenced Sep 1, 2026
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.
概要
open な Dependabot PR 12 件を 1 branch に統合し、CI 実行を 12 回 → 1 回に圧縮する。
統合対象
major・security advisory ともに 0 件。
grouped PR (#519 / #517) は title からは semver を機械判定できないため既定では個別維持だが、
body を読んで中身が minor + patch のみであることを確認した上で統合対象に含めている。
個別維持 (統合外)
なし。
取り込み方
git cherry-pickpnpm up --lockfile-only <pkg>@<Y>で作り直しCI 赤時の bisect のため、依存 (group) ごとに 1 commit を保っている。
検証エビデンス
pnpm install --frozen-lockfile成功 (Lockfile is up to date, resolution step is skipped= lockfile と package.json が整合。上表 14 パッケージすべて意図した版に解決)
pnpm test— 139 files / 3166 tests pass (1 file・16 tests skip)pnpm typecheck/pnpm typecheck:e2e— エラーなしpnpm lint— 401 files checked, エラーなし (biome 設定版に関する info 1 件のみ)pnpm test:e2e:electron) はローカル環境の制約により未実行。CI のelectron-e2ejob でカバーしている(lint / typecheck / test / build / e2e / electron-e2e / win32-fs-probe / verify /
dependency-review / CodeQL / Analyze)
原本 PR