chore(deps-dev): update dependency vitest to v4.1.4#125
Merged
Conversation
Contributor
There was a problem hiding this comment.
kyoseiレビュー結果: 問題なし
vitest 4.1.2 → 4.1.4 のパッチアップデート。code-quality / dependency-update / documentation-accuracy / performance / security / test-coverage の全レビューエージェントから指摘事項なし。
確認済みのポイント
- 依存関係: 4.1.3/4.1.4の変更はcoverage/browser/UI/snapshot/vm/experimental/reporter等が中心で、本リポジトリで使っているAPI(
describe,test,expect,vi.useFakeTimers/useRealTimers)への影響なし。破壊的変更なし。 - サブパッケージ整合性:
@vitest/expect,@vitest/mocker,@vitest/pretty-format,@vitest/runner,@vitest/snapshot,@vitest/spy,@vitest/utilsが全て4.1.4に揃って更新されている。 - optional peer依存の追加:
@vitest/coverage-istanbulと@vitest/coverage-v8がpeerDependenciesMetaに optional として追加されているが、これは vitest#10025 による正当な変更で、本リポジトリでの対応は不要。 - セキュリティ(補足): vitest本体に直接のCVE修正はないが、
flattedのバージョン固定が緩められており、node_modules/flattedは修正版3.4.2(CVE-2026-33228 対応済)に解決されている。退行なし。 - サプライチェーン: tarball URLは全て公式npmレジストリ、SHA-512 integrityハッシュ付与済み、Renovate-botによるsemverパッチ範囲の更新で異常なし。
- ドキュメント/バージョニング: devDependencyのルート
package.json更新のためプラグインバージョンとマーケットプレイスバージョンの更新は不要。CLAUDE.mdのワークフロー規約に沿う。
マージ可と判断。
6d43ad7 to
fd34b17
Compare
Contributor
kyoseiレビュー結果vitest 確認ポイント
なお以前のレビューと結論は同一で、新規に指摘すべき事項はありません。 |
fd34b17 to
0ff41ee
Compare
0ff41ee to
83ea46d
Compare
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.
This PR contains the following updates:
4.1.2→4.1.4Release Notes
vitest-dev/vitest (vitest)
v4.1.4Compare Source
🚀 Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
v4.1.3Compare Source
🚀 Experimental Features
experimental.preParseflag - by @sheremet-va in #10070 (78273)browser.locators.exactoption - by @sheremet-va in #10013 (48799)TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0)🐞 Bug Fixes
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf)@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4)defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa)JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751)vitest- by @hi-ogawa and Codex in #10042 (691d3)View changes on GitHub
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.