Skip to content

Bump vitest from 0.34.6 to 4.1.2 in /apps/desktop#96

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2
Open

Bump vitest from 0.34.6 to 4.1.2 in /apps/desktop#96
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps vitest from 0.34.6 to 4.1.2.

Release notes

Sourced from vitest's releases.

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Vitest 4.1 is out!

... (truncated)

Commits
  • fc6f482 chore: release v4.1.2
  • 6f97b55 feat: disable colors if agent is detected (#9851)
  • b3c992c fix(coverage): correct coverageConfigDefaults values and types (#9940)
  • 7c06598 fix: ensure sequential mock/unmock resolution (#9830)
  • f54abad chore: add typo-checker skill and fix typos (#9963)
  • 7aa9377 fix: don't resolve setupFiles from parent directory (#9960)
  • 1f2d318 chore: release v4.1.1
  • ebfde79 refactor: rename matchesTagsFilter to matchesTags (#9956)
  • 5611500 feat(experimental): introduce experimental.vcsProvider (#9928)
  • eec53d9 feat(experimental): expose matchesTagsFilter to test if the current filter ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.


@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@dependabot dependabot bot requested a review from arul28 as a code owner March 28, 2026 02:23
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ade Ready Ready Preview, Comment Apr 16, 2026 10:41pm

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from 3619704 to ed40bc0 Compare March 29, 2026 22:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from ed40bc0 to 497498d Compare March 29, 2026 22:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from 497498d to 57c5f5f Compare April 1, 2026 16:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from 57c5f5f to a26076e Compare April 2, 2026 19:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from a26076e to 67547ca Compare April 8, 2026 01:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from 67547ca to 49851b9 Compare April 8, 2026 02:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from 49851b9 to a528ec9 Compare April 9, 2026 05:35
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 4.1.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/vitest-4.1.2 branch from a528ec9 to d0e10d1 Compare April 16, 2026 22:39
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 16, 2026

PR author is in the excluded authors list.

Copy link
Copy Markdown

@capy-ai capy-ai bot left a comment

Choose a reason for hiding this comment

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

Added 1 comment

Comment thread apps/desktop/package.json
"typescript": "^5.7.3",
"vite": "^8.0.3",
"vitest": "^0.34.6",
"vitest": "^4.1.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[🟡 Medium] [🟡 Investigate]

The vitest config specifies coverage.provider: "v8" and package.json has a test:coverage script (vitest run --coverage). In vitest 0.34.x, the v8 coverage provider was bundled. In vitest 4.x, it is a separate peer dependency (@vitest/coverage-v8) that must be explicitly installed. Since @vitest/coverage-v8 is not in package.json, running npm run test:coverage will fail at runtime with a missing provider error.

// apps/desktop/package.json
"vitest": "^4.1.4"

Vitest 4.x's peer deps list @vitest/coverage-v8: 4.1.4 as optional. Add "@vitest/coverage-v8": "^4.1.4" to devDependencies to restore coverage support.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants