chore(deps): update vitest monorepo to v4.1.11 #118

Open
Renovate wants to merge 1 commits from renovate/vitest-monorepo into main
Member

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) 4.1.104.1.11 age confidence
vitest (source) 4.1.104.1.11 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday,on friday"
  • 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 these updates again.


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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vitest/coverage-v8](https://vitest.dev/guide/coverage) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`4.1.10` → `4.1.11`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/4.1.10/4.1.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/4.1.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/4.1.10/4.1.11?slim=true) | | [vitest](https://vitest.dev) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.10` → `4.1.11`](https://renovatebot.com/diffs/npm/vitest/4.1.10/4.1.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/4.1.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/4.1.10/4.1.11?slim=true) | --- ### Release Notes <details> <summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary> ### [`v4.1.11`](https://github.com/vitest-dev/vitest/releases/tag/v4.1.11) [Compare Source](https://github.com/vitest-dev/vitest/compare/v4.1.10...v4.1.11) #####    🐞 Bug Fixes - Revive global concurrency limit for test lifecycle \[backport to v4]  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) and [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in [#&#8203;10992](https://github.com/vitest-dev/vitest/issues/10992) [<samp>(5146d)</samp>](https://github.com/vitest-dev/vitest/commit/5146df80b) - **browser**: - Encode iframeId in tester iframe URL \[backport to v4]  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va), **Pduhard** and **Claude Opus 4.8** in [#&#8203;10955](https://github.com/vitest-dev/vitest/issues/10955) [<samp>(10b2c)</samp>](https://github.com/vitest-dev/vitest/commit/10b2cd201) - Trigger playwright/chromium gc on lower disk availability \[backport to v4]  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa** and **OpenCode** in [#&#8203;10951](https://github.com/vitest-dev/vitest/issues/10951) [<samp>(9851d)</samp>](https://github.com/vitest-dev/vitest/commit/9851dbc41) - **mocker**: - Restrict redirect mocks to the fs allowlist \[backport to v4]  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;10974](https://github.com/vitest-dev/vitest/issues/10974) [<samp>(fe5a1)</samp>](https://github.com/vitest-dev/vitest/commit/fe5a11d3c) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.1.10...v4.1.11) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on monday,on friday" - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMy4yIiwidXBkYXRlZEluVmVyIjoiNDQuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGlvbiIsIm5wbSJdfQ==-->
CODEOWNERS rules requested review from AutoReview 2026-08-21 16:53:11 +02:00
AutoReview approved these changes 2026-08-21 16:53:17 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a standard patch-level update to the Vitest monorepo and its dependencies via Renovate.
  • Testing: The CI test.yaml workflow uses pnpm install --frozen-lockfile followed by pnpm test, which will automatically validate that these updated packages are compatible with the current codebase. No manual test changes are required.
  • Improvement: None.
  • Nitpick: None.
**Summary** * **Critical:** None. This is a standard patch-level update to the Vitest monorepo and its dependencies via Renovate. * **Testing:** The CI `test.yaml` workflow uses `pnpm install --frozen-lockfile` followed by `pnpm test`, which will automatically validate that these updated packages are compatible with the current codebase. No manual test changes are required. * **Improvement:** None. * **Nitpick:** None.
Renovate force-pushed renovate/vitest-monorepo from a4e27e3ed2 to 721534ef0a 2026-08-25 16:40:37 +02:00 Compare
AutoReview approved these changes 2026-08-25 16:40:40 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a standard patch-level update to the Vitest monorepo and its associated dependencies via Renovate.
  • Testing: The CI test.yaml workflow (as noted in previous PR history) will handle the validation of these dependencies during the build and test phase. No additional test changes are required for this dependency update.
  • Improvement: None.
  • Nitpick: None.
**Summary** * **Critical:** None. This is a standard patch-level update to the Vitest monorepo and its associated dependencies via Renovate. * **Testing:** The CI `test.yaml` workflow (as noted in previous PR history) will handle the validation of these dependencies during the build and test phase. No additional test changes are required for this dependency update. * **Improvement:** None. * **Nitpick:** None.
Renovate added 1 commit 2026-08-29 03:57:27 +02:00
chore(deps): update vitest monorepo to v4.1.11
renovate/stability-days Updates have met minimum release age requirement
Lint / pre-commit Linting (push) Successful in 2m5s
Test / Run Tests (push) Successful in 7m10s
303571d823
Renovate force-pushed renovate/vitest-monorepo from 721534ef0a to 303571d823 2026-08-29 03:57:27 +02:00 Compare
AutoReview approved these changes 2026-08-29 03:57:30 +02:00
AutoReview left a comment
Member

Summary

  • Critical: None. This is a standard patch-level update to the Vitest monorepo and its dependencies via Renovate.
  • Testing: The CI environment will validate these dependencies during the normal test phase. No code changes are required beyond the lockfile update.
  • Improvement: None.
  • Nitpick: None.
**Summary** * **Critical:** None. This is a standard patch-level update to the Vitest monorepo and its dependencies via Renovate. * **Testing:** The CI environment will validate these dependencies during the normal test phase. No code changes are required beyond the lockfile update. * **Improvement:** None. * **Nitpick:** None.
Some checks are pending
renovate/stability-days Updates have met minimum release age requirement
Lint / pre-commit Linting (push) Successful in 2m5s
Test / Run Tests (push) Successful in 7m10s
Required
Details
Philipp/Global-Workflows: Pre-commit Lint (Scoped) / pre-commit (pull_request)
Required
Some required checks are missing.
You are not authorized to merge this pull request.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vitest-monorepo:renovate/vitest-monorepo
git checkout renovate/vitest-monorepo
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Screeps/screeps-deploy-action#118