chore(deps): update vitest monorepo to v4.1.10 - autoclosed #101

Closed
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.84.1.10 age confidence
vitest (source) 4.1.84.1.10 age confidence

Release Notes

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

v4.1.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
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.8` → `4.1.10`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/4.1.8/4.1.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/4.1.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/4.1.8/4.1.10?slim=true) | | [vitest](https://vitest.dev) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.8` → `4.1.10`](https://renovatebot.com/diffs/npm/vitest/4.1.8/4.1.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/4.1.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/4.1.8/4.1.10?slim=true) | --- ### Release Notes <details> <summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary> ### [`v4.1.10`](https://github.com/vitest-dev/vitest/releases/tag/v4.1.10) [Compare Source](https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10) #####    🐞 Bug Fixes - **browser**: Check fs access in builtin commands \[backport to v4]  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa** and **OpenCode (claude-opus-4-8)** in [#&#8203;10680](https://github.com/vitest-dev/vitest/issues/10680) [<samp>(5c18d)</samp>](https://github.com/vitest-dev/vitest/commit/5c18dd267) - **vm**: Fix external module resolve error with deps optimizer query for encoded URI \[backport to v4]  -  by [@&#8203;SveLil](https://github.com/SveLil) and [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in [#&#8203;10661](https://github.com/vitest-dev/vitest/issues/10661) [<samp>(bae52)</samp>](https://github.com/vitest-dev/vitest/commit/bae52b511) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10) ### [`v4.1.9`](https://github.com/vitest-dev/vitest/releases/tag/v4.1.9) [Compare Source](https://github.com/vitest-dev/vitest/compare/v4.1.8...v4.1.9) ##### 🐞 Bug Fixes - Fix `importOriginal` with optimizer and query import \[backport to v4] - by **Hiroshi Ogawa**, **David Harris**, **Codex**and **Vladimir** in [#&#8203;10546](https://github.com/vitest-dev/vitest/issues/10546) [<samp>(a5180)</samp>](https://github.com/vitest-dev/vitest/commit/a5180190c) - **browser**: - Wait for orchestrator readiness before resolving browser sessions \[backport to v4] - by **Vladimir** and **Séamus O'Connor** in [#&#8203;10555](https://github.com/vitest-dev/vitest/issues/10555) [<samp>(7fb29)</samp>](https://github.com/vitest-dev/vitest/commit/7fb29651a) - Wait for iframe tester readiness before preparing \[backport to v4] - by **Vladimir** and **Séamus O'Connor** in [#&#8203;10497](https://github.com/vitest-dev/vitest/issues/10497) and [#&#8203;10556](https://github.com/vitest-dev/vitest/issues/10556) [<samp>(fbc62)</samp>](https://github.com/vitest-dev/vitest/commit/fbc626c40) - **mocker**: - Hoist vi.mock() for vite-plus/test imports \[backport to v4] - by **Hiroshi Ogawa**, **LongYinan**, **Claude Opus 4.8** and **Vladimir** in [#&#8203;10548](https://github.com/vitest-dev/vitest/issues/10548) [<samp>(2c955)</samp>](https://github.com/vitest-dev/vitest/commit/2c9559c02) - **pool**: - Prevent test run hang on worker crash \[backport to v4] - by **Ari Perkkiö** and **Jattioui Ismail** in [#&#8203;10543](https://github.com/vitest-dev/vitest/issues/10543) and [#&#8203;10564](https://github.com/vitest-dev/vitest/issues/10564) [<samp>(934b0)</samp>](https://github.com/vitest-dev/vitest/commit/934b0f587) ##### [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.1.8...v4.1.9) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjEwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tYXRpb24iLCJucG0iXX0=-->
CODEOWNERS rules requested review from AutoReview 2026-06-19 02:54:18 +02:00
Renovate force-pushed renovate/vitest-monorepo from f9bb82a18b to 56281ae939 2026-06-19 03:24:22 +02:00 Compare
Renovate force-pushed renovate/vitest-monorepo from 56281ae939 to 9b0c0fd473 2026-06-21 20:26:25 +02:00 Compare
AutoReview approved these changes 2026-06-21 20:26:41 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a standard lockfile-only minor dependency update of vitest and related monorepo packages to version 4.1.9 generated by Renovate.
  • Testing: Existing automated workflows are handling verification. No additional test development is required for a lockfile-only update.
  • Improvement: None.
  • Nitpick: None.
**Summary** * **Critical:** None. This is a standard lockfile-only minor dependency update of `vitest` and related monorepo packages to version `4.1.9` generated by Renovate. * **Testing:** Existing automated workflows are handling verification. No additional test development is required for a lockfile-only update. * **Improvement:** None. * **Nitpick:** None.
Renovate force-pushed renovate/vitest-monorepo from 9b0c0fd473 to e8397e3a83 2026-06-22 02:43:34 +02:00 Compare
AutoReview approved these changes 2026-06-22 02:43:38 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a standard lockfile-only minor dependency update of vitest and related monorepo packages to version 4.1.9 generated by Renovate.
  • Testing: Existing automated workflows are sufficient for verification; no additional test code is needed for this dependency bump.
  • Improvement: None.
  • Nitpick: None.
**Summary** * **Critical:** None. This is a standard lockfile-only minor dependency update of `vitest` and related monorepo packages to version `4.1.9` generated by Renovate. * **Testing:** Existing automated workflows are sufficient for verification; no additional test code is needed for this dependency bump. * **Improvement:** None. * **Nitpick:** None.
Renovate force-pushed renovate/vitest-monorepo from e8397e3a83 to b5ef8b0c61 2026-06-23 15:58:15 +02:00 Compare
AutoReview approved these changes 2026-06-23 15:58:19 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This PR strictly updates the vitest monorepo dependencies in package-lock.json from 4.1.8 to 4.1.9.
  • Testing: No manual testing or new test files are required for a patch-level dependency update. The repository's CI pipeline will validate compatibility.
  • Improvement: None.
  • Nitpick: None.

This update is a routine dependency maintenance task generated by Renovate. The changes are consistent with expected version bumps.

**Summary** * **Critical:** None. This PR strictly updates the `vitest` monorepo dependencies in `package-lock.json` from `4.1.8` to `4.1.9`. * **Testing:** No manual testing or new test files are required for a patch-level dependency update. The repository's CI pipeline will validate compatibility. * **Improvement:** None. * **Nitpick:** None. This update is a routine dependency maintenance task generated by Renovate. The changes are consistent with expected version bumps.
Renovate force-pushed renovate/vitest-monorepo from b5ef8b0c61 to bcafc025d0 2026-06-25 00:18:42 +02:00 Compare
AutoReview approved these changes 2026-06-25 00:18:46 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This PR is a standard, automated dependency update performed by Renovate, bumping vitest and related packages from 4.1.8 to 4.1.9. The changes are isolated to package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the dependency update.
  • Improvement: None.
  • Nitpick: None.

This update is routine maintenance. Previous reviews have already analyzed and approved this exact update, and it remains a safe, standard change.

**Summary** * **Critical:** None. This PR is a standard, automated dependency update performed by Renovate, bumping `vitest` and related packages from `4.1.8` to `4.1.9`. The changes are isolated to `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the dependency update. * **Improvement:** None. * **Nitpick:** None. This update is routine maintenance. Previous reviews have already analyzed and approved this exact update, and it remains a safe, standard change.
Renovate force-pushed renovate/vitest-monorepo from bcafc025d0 to c939ab794c 2026-06-26 10:28:31 +02:00 Compare
AutoReview approved these changes 2026-06-26 10:28:36 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine dependency update generated by Renovate, bumping the vitest monorepo packages from 4.1.8 to 4.1.9. The changes are correctly reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. Previous reviews confirm the safety of this automated update.

**Summary** * **Critical:** None. This is a routine dependency update generated by Renovate, bumping the `vitest` monorepo packages from `4.1.8` to `4.1.9`. The changes are correctly reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. Previous reviews confirm the safety of this automated update.
Renovate force-pushed renovate/vitest-monorepo from c939ab794c to 009ae24122 2026-06-26 13:44:38 +02:00 Compare
AutoReview approved these changes 2026-06-26 13:44:41 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping vitest and related monorepo packages to version 4.1.9. The changes are correctly reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. Previous reviews confirm the safety and routine nature of this automated update.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping `vitest` and related monorepo packages to version `4.1.9`. The changes are correctly reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. Previous reviews confirm the safety and routine nature of this automated update.
Renovate force-pushed renovate/vitest-monorepo from 009ae24122 to 101472ba49 2026-06-27 09:52:04 +02:00 Compare
AutoReview approved these changes 2026-06-27 09:52:06 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine dependency update generated by Renovate, bumping the vitest monorepo packages from 4.1.8 to 4.1.9. The changes are strictly confined to package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns.

**Summary** * **Critical:** None. This is a routine dependency update generated by Renovate, bumping the `vitest` monorepo packages from `4.1.8` to `4.1.9`. The changes are strictly confined to `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns.
Renovate force-pushed renovate/vitest-monorepo from 101472ba49 to ea42592db6 2026-06-27 13:06:09 +02:00 Compare
AutoReview approved these changes 2026-06-27 13:06:12 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and its associated tools (including rolldown, vite, and nanoid) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been previously reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and its associated tools (including `rolldown`, `vite`, and `nanoid`) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been previously reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from ea42592db6 to 2942bbc046 2026-06-29 02:58:05 +02:00 Compare
AutoReview approved these changes 2026-06-29 02:58:11 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated packages (rolldown, vite, nanoid) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated packages (`rolldown`, `vite`, `nanoid`) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from 2942bbc046 to 4194682d82 2026-07-01 17:03:04 +02:00 Compare
AutoReview approved these changes 2026-07-01 17:03:08 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated packages (rolldown, vite, nanoid) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated packages (`rolldown`, `vite`, `nanoid`) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from 4194682d82 to 175a27b332 2026-07-03 12:45:25 +02:00 Compare
AutoReview approved these changes 2026-07-03 12:45:28 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated packages (rolldown, vite, nanoid) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated packages (`rolldown`, `vite`, `nanoid`) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from 175a27b332 to 6a80828cf7 2026-07-03 19:18:10 +02:00 Compare
AutoReview approved these changes 2026-07-03 19:18:15 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated packages (rolldown, vite, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated packages (`rolldown`, `vite`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from 6a80828cf7 to f41ca0c3df 2026-07-03 21:04:04 +02:00 Compare
AutoReview approved these changes 2026-07-03 21:04:10 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated packages (rolldown, vite, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated packages (`rolldown`, `vite`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from f41ca0c3df to 51cac59947 2026-07-04 16:38:27 +02:00 Compare
AutoReview approved these changes 2026-07-04 16:38:31 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated packages (rolldown, vite, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated packages (`rolldown`, `vite`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance.
Renovate force-pushed renovate/vitest-monorepo from 51cac59947 to 67e07a34da 2026-07-05 07:11:14 +02:00 Compare
AutoReview approved these changes 2026-07-05 07:11:20 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (rolldown, vite, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains valid.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`rolldown`, `vite`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains valid.
Renovate force-pushed renovate/vitest-monorepo from 67e07a34da to cd3240c4a4 2026-07-05 19:05:35 +02:00 Compare
AutoReview approved these changes 2026-07-05 19:05:40 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (rolldown, vite, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains valid.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`rolldown`, `vite`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains valid.
Renovate force-pushed renovate/vitest-monorepo from cd3240c4a4 to e1e25e9a6d 2026-07-24 23:54:32 +02:00 Compare
Renovate changed title from chore(deps): update vitest monorepo to v4.1.9 to chore(deps): update vitest monorepo to v4.1.10 2026-07-24 23:54:35 +02:00
AutoReview approved these changes 2026-07-24 23:54:36 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (e.g., rolldown, vite, nanoid, lightningcss) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains valid.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (e.g., `rolldown`, `vite`, `nanoid`, `lightningcss`) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains valid.
Renovate force-pushed renovate/vitest-monorepo from e1e25e9a6d to 8b5de6c251 2026-07-25 00:43:13 +02:00 Compare
AutoReview approved these changes 2026-07-25 00:43:19 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (rolldown, vite, nanoid, lightningcss, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`rolldown`, `vite`, `nanoid`, `lightningcss`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 8b5de6c251 to 1264b2b2d0 2026-07-25 01:07:42 +02:00 Compare
AutoReview approved these changes 2026-07-25 01:07:49 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (rolldown, vite, nanoid, lightningcss, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`rolldown`, `vite`, `nanoid`, `lightningcss`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 1264b2b2d0 to f509bc9c6d 2026-07-25 02:14:06 +02:00 Compare
AutoReview approved these changes 2026-07-25 02:14:10 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from f509bc9c6d to 56fc02e37d 2026-07-25 10:59:06 +02:00 Compare
AutoReview approved these changes 2026-07-25 10:59:12 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to their latest versions as reflected in package-lock.json.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to their latest versions as reflected in `package-lock.json`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected version bumps and do not raise any security or logic concerns. The PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 56fc02e37d to 439b9bd74a 2026-07-27 20:09:23 +02:00 Compare
AutoReview approved these changes 2026-07-27 20:09:29 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 439b9bd74a to b304dbef8f 2026-07-31 12:46:03 +02:00 Compare
AutoReview approved these changes 2026-07-31 12:46:08 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from b304dbef8f to 6446eead54 2026-08-01 15:03:59 +02:00 Compare
AutoReview approved these changes 2026-08-01 15:04:04 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 6446eead54 to 71a941b2d4 2026-08-02 06:13:46 +02:00 Compare
AutoReview approved these changes 2026-08-02 06:13:59 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 71a941b2d4 to 5dea2624ea 2026-08-02 14:51:41 +02:00 Compare
AutoReview approved these changes 2026-08-02 14:51:46 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 5dea2624ea to db00ca7fe3 2026-08-03 10:43:22 +02:00 Compare
AutoReview approved these changes 2026-08-03 10:43:32 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from db00ca7fe3 to 2b82136be5 2026-08-06 12:49:54 +02:00 Compare
AutoReview approved these changes 2026-08-06 12:50:01 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from 2b82136be5 to b2cd9643db 2026-08-08 13:26:18 +02:00 Compare
AutoReview approved these changes 2026-08-08 13:26:23 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from b2cd9643db to a5b4f7f5a5 2026-08-09 11:08:57 +02:00 Compare
AutoReview approved these changes 2026-08-09 11:09:03 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate force-pushed renovate/vitest-monorepo from a5b4f7f5a5 to ee2fe1be6e 2026-08-09 16:34:10 +02:00 Compare
AutoReview approved these changes 2026-08-09 16:34:15 +02:00
Dismissed
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate added 1 commit 2026-08-10 18:55:36 +02:00
chore(deps): update vitest monorepo to v4.1.10
renovate/stability-days Updates have met minimum release age requirement
Lint / pre-commit Linting (push) Successful in 35s
Test / Run Tests (push) Successful in 57s
4896a2ec7b
Renovate force-pushed renovate/vitest-monorepo from ee2fe1be6e to 4896a2ec7b 2026-08-10 18:55:36 +02:00 Compare
AutoReview approved these changes 2026-08-10 18:55:41 +02:00
AutoReview left a comment
Member

Summary

  • Critical: None. This is a routine, automated dependency update generated by Renovate, bumping the vitest monorepo and associated transient dependencies (vitest, vite, rolldown, lightningcss, nanoid, etc.) to version 4.1.10.
  • Testing: No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies.
  • Improvement: None.
  • Nitpick: None.

This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.

**Summary** * **Critical:** None. This is a routine, automated dependency update generated by Renovate, bumping the `vitest` monorepo and associated transient dependencies (`vitest`, `vite`, `rolldown`, `lightningcss`, `nanoid`, etc.) to version `4.1.10`. * **Testing:** No new tests or test modifications are required. Existing CI pipelines will verify the integrity of the updated dependencies. * **Improvement:** None. * **Nitpick:** None. This update is standard maintenance. The changes are consistent with expected minor/patch version bumps and do not raise any security or logic concerns. This PR has been reviewed multiple times as standard maintenance and remains safe to merge.
Renovate changed title from chore(deps): update vitest monorepo to v4.1.10 to chore(deps): update vitest monorepo to v4.1.10 - autoclosed 2026-08-11 00:23:54 +02:00
Renovate closed this pull request 2026-08-11 00:23:54 +02:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
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#101