Skip to content

chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 - #503

Merged
Sumolari merged 3 commits into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.11
Sep 11, 2026
Merged

Sumolari merged 3 commits into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown

Bumps vitest from 4.1.10 to 4.1.11.

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.10 to 4.1.11.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 11, 2026
Sumolari and others added 2 commits September 11, 2026 15:28
Casting the assignment target to `string[]` raised TS2352 in the tsup
DTS step, so `npm run build` (and `prepublishOnly`) failed. `fields` is
already typed `Record<string, string | string[]>`, so the cast is not
needed. Type-only change; runtime behaviour is identical.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WGiPDuvjPsvhzwaCU4UAtt
- Bump vitest and @vitest/coverage-v8 from ^4.1.10 to ^5.0.0 and
  regenerate the lockfile, which was out of sync with package.json and
  made `npm ci` fail.
- Drop Node 20.x from the CI test matrix: Vitest 5 requires
  Node ^22.12.0 || ^24.0.0 || >=26.0.0.
- Rename vitest.config.ts to vitest.config.mts so Vite loads it as ESM
  (silences the `configLoader: 'native'` warning) and add `*.mts` to
  Biome's included files so it stays linted.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WGiPDuvjPsvhzwaCU4UAtt
@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.50%. Comparing base (13e683a) to head (6384f90).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #503   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files           1        1           
  Lines          91       91           
  Branches        9        9           
=======================================
  Hits           86       86           
  Misses          4        4           
  Partials        1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Sumolari
Sumolari merged commit 65ecc27 into main Sep 11, 2026
8 checks passed
@Sumolari
Sumolari deleted the dependabot/npm_and_yarn/vitest-4.1.11 branch September 11, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant