Skip to content

fix(deps): update dependency vitest (4.1.7 → 4.1.8)#296

Merged
joryirving merged 1 commit into
mainfrom
renovate/vitest-monorepo
Jun 1, 2026
Merged

fix(deps): update dependency vitest (4.1.7 → 4.1.8)#296
joryirving merged 1 commit into
mainfrom
renovate/vitest-monorepo

Conversation

@its-miso

@its-miso its-miso Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) 4.1.74.1.8 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

v4.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@its-miso its-miso Bot added the type/patch label Jun 1, 2026

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Automated Review

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic)

PR Review: vitest 4.1.7 → 4.1.8 Dependency Update

Recommendation

Approve - This is a clean, low-risk patch-level dependency update for a dev dependency, generated by Renovate Bot.

Change Summary

  • Package: vitest (and full @vitest/* monorepo: expect, mocker, pretty-format, runner, snapshot, spy, utils)
  • Change: 4.1.7 → 4.1.8 (patch)
  • Scope: package-lock.json only (+44/-44 lines)
  • Type: dev dependency
  • Author: app/its-miso (Renovate Bot)

Release Notes Verification

The v4.1.8 release (published 2026-06-01) contains two browser-related bug fixes backported to v4:

  1. #10450 - Disable client cdp API when allowWrite/allowExec: false (fixes security/permission boundary)
  2. #10474 - Remove orphaned Playwright route when same module is mocked via multiple ids

Verified via official release metadata from GitHub: https://github.com/vitest-dev/vitest/releases/tag/v4.1.8

Diff Integrity Check

  • All @vitest/* package versions correctly updated from 4.1.7 to 4.1.8
  • Resolved URLs updated to npm registry entries
  • Integrity hashes updated (SHA512)
  • Internal dependency references within the monorepo packages updated consistently
  • All related packages (expect, mocker, pretty-format, runner, snapshot, spy, utils) synchronized
  • peerDependencies and optionalDependencies pointers updated

Evidence Provider Findings

Not applicable - no evidence providers configured.

Tool Harness Findings

Not applicable - no tool harness configured.

Repository Standards Compliance

  • AGENTS.md conventions: Not applicable - this PR contains only lockfile changes for a dev dependency. No source code, API routes, Prisma schema, or repository-specific patterns are affected.
  • Dependency update pattern: Follows standard Renovate Bot conventions for patch updates
  • No breaking changes: Patch version bump per semver guarantees no breaking API changes
  • Dev dependency: vitest is a testing tool only, not shipped in production

Linked Issue Fit

No linked issues present in PR body.

Unknowns / Needs Verification

None identified. The update is straightforward:

  • Official release verified via GitHub API
  • npm registry URLs correctly updated in lock file
  • All internal vitest monorepo package references synchronized
  • Repository Impact Scan shows no special handling needed for issues #10450 or #10474

@its-miso its-miso Bot force-pushed the renovate/vitest-monorepo branch from b86091d to 2a6e44b Compare June 1, 2026 10:21

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Automated Review

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic)

PR Review: vitest 4.1.7 → 4.1.8

Summary

This is a routine patch version update for the vitest testing framework monorepo, generated by Renovate Bot. The update is clean and contains only bug fixes.

Change Analysis

Package updated: vitest v4.1.7 → v4.1.8 (patch)

Files changed: package-lock.json (44 additions, 44 deletions)

Release notes (from PR body):

  1. browser: Disable client cdp API when allowWrite/allowExec: false [backport to v4] — by @hi-ogawa and Codex in #10450
  2. browser: Remove orphaned Playwright route when same module is mocked via multiple ids [backport to v4] — by @toxik and @Zelys-DFKH in #10474

Version Integrity Check

All 8 @vitest/* monorepo packages updated consistently to v4.1.8:

  • @vitest/expect
  • @vitest/mocker
  • @vitest/pretty-format
  • @vitest/runner
  • @vitest/snapshot
  • @vitest/spy
  • @vitest/utils
  • vitest (main) ✓

Optional peer dependencies in the peerDependencies block also updated: @vitest/browser-playwright, @vitest/browser-preview, @vitest/browser-webdriverio, @vitest/coverage-istanbul, @vitest/coverage-v8, @vitest/ui.

Source Verification

  • Release: Published 2026-06-01T08:15:20Z by vitest-dev/vitest (official, verified via GitHub Releases metadata)
  • Commits: 5 commits between versions, 5 ahead, 0 behind
  • Contributors: @hi-ogawa (2 commits including both bug fix backports), @toxik (1 commit), @sheremet-va (2 commits)
  • Semver: Correctly classified as patch (no breaking changes expected)

Standards Compliance

  • Repository conventions: N/A — no source code changes, only lockfile update
  • Dependency management: Follows standard npm lockfile update pattern
  • Renovate config: Automerge disabled, scheduled at any time — appropriate for testing framework dependency

Linked Issue Fit

No linked issues. This is a standard dependency update without issue context.

Evidence Provider Findings

No evidence providers configured for this PR.

Tool Harness Findings

No tool harness issues detected. This is a clean lockfile-only update.

Repository Impact Scan

  • Repository has no existing references to bug fix issues (#10450, #10474)
  • Previous version 4.1.7 in repo is unrelated (object.assign package)
  • No breaking changes expected from this patch update

Unknowns / Needs Verification

None. Version update is internally consistent, source is verified, and this is a standard patch release with bug fixes only.

@joryirving joryirving merged commit 15d1e76 into main Jun 1, 2026
3 checks passed
@joryirving joryirving deleted the renovate/vitest-monorepo branch June 1, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant