Skip to content

chore(deps): update vite to v5 - #264

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/major-vite
Sep 4, 2026
Merged

chore(deps): update vite to v5#264
renovate[bot] merged 2 commits into
mainfrom
renovate/major-vite

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) ^4.1.6^5.0.0 age confidence
vitest (source) ^4.0.0^5.0.0 age confidence

Release Notes

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

v5.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 3, 2026
@renovate
renovate Bot enabled auto-merge (squash) September 3, 2026 15:50
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-04 12:59 UTC

Vitest 5 made `vitest list` collect from the AST instead of importing
the files. A static parse cannot evaluate a `test.each` table, so every
parametrised suite listed as one row with its placeholders unresolved
("isUiMode > $value → $expected"): 642 rows against the 878 tests the
run still executes and passes. The baseline ratchet read the 236
missing rows as a mass deletion and refused the bump — working exactly
as designed, on a number that had stopped being true.

`--no-static-parse` puts the collection back to importing the files, as
vitest 4 did, and the count matches the run again. Vitest throws on an
unknown option, so if the flag is ever dropped this fails loudly rather
than quietly going back to under-counting.

Verified on the branch: lint, check, 878 unit tests at 100 % coverage,
build, and all 46 browser tests.
@renovate

renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
renovate Bot merged commit 313359a into main Sep 4, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/major-vite branch September 4, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant