Skip to content

chore(deps): update dependency vitest to ^0.34.0 - #5

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest-monorepo
Open

chore(deps): update dependency vitest to ^0.34.0#5
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2023

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
vitest (source) ^0.32.2^0.34.0 age confidence

Release Notes

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
  • Transform mode affects only test files, not regular files  -  by @​sheremet-va in #​3491 (9608b)
    • transformMode is now moved to server.transformMode. This option is highly discouraged to use. If you need to change the transform mode, use the new option testTransformMode instead to control the mode based on the running test, not the current file path. By default, tests with jsdom or happy-dom use web transform mode, and tests using node or edge environment use ssr mode. If you have a custom environment, it should provide transformMode property.
  • Custom environment now should be processed before Vitest can consume it. It means that you cannot specify a path to a TS file or use import paths that should be processed by Vite.
  • Disable coverage.reportOnFailure by default  -  by @​AriPerkkio in #​3615 (0c6f6)
  • Remove @vitest/coverage-c8 package  -  by @​AriPerkkio in #​3614 (a90d6)
    • @vitest/coverage-c8 is no longer supported. Please, use @vitest/coverage-v8 instead.
  • Support running tests using VM context  -  by @​sheremet-va and @​dammy001 in #​3203 (b0929)
    • To address speed issues in some applications, Vitest now provides experimentalVmThreads pool to run your tests using VM Sandboxes environment. Make sure you understand all pitfalls of this pool before opening an issue.
  • Introduce server option  -  by @​fenghan34 and @​sheremet-va in #​3725 (dc4fa)
    • Most of deps. options are now moved to server.deps with a deprecation warning. Please, consider using deps.optimizer instead of deps.inline/deps.external. Ideally, we would like to move away from using server.deps.inline altogether.
  • vite-node: Make CLI arguments parsing behavior consistent with node/tsx/ts-node  -  by @​rxliuli in #​3574 (1cd4e)
    • You now have to provide CLI arguments before the entry point. For example, instead of vite-node index.ts --watch, you now have to do vite-node --watch index.ts.
  • Add preact example, remove optimizer experimental status, enable by default  -  by @​sheremet-va and @​eryue0220 in #​3854 (4b946)
    • deps.optimizer is now enabled by default. This means that Vitest will bundle specified dependencies before running your tests. This field inherits options from optimizeDeps and ssr.optimizeDeps which are populated by other plugins (like, Svelte).
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 this update again.


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

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

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot

changeset-bot Bot commented Jul 8, 2023

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7c76a6f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot changed the title chore(deps): update dependency vitest to ^0.33.0 chore(deps): update dependency vitest to ^0.34.0 Aug 2, 2023
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 763ca0f to 1079653 Compare August 2, 2023 11:48
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 648e8a4 to c0754ab Compare August 15, 2025 03:51
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from c0754ab to 9b759a7 Compare August 23, 2025 11:54
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 9b759a7 to 730c058 Compare September 26, 2025 03:51
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 730c058 to b72a59a Compare October 25, 2025 04:11
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from b72a59a to 4b92d8b Compare November 15, 2025 11:38
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 4b92d8b to e0b5898 Compare January 1, 2026 01:46
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from e0b5898 to cb23241 Compare January 9, 2026 03:39
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from f6f6999 to 81a7fc5 Compare January 24, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 81a7fc5 to 7bf32af Compare February 3, 2026 08:14
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 7bf32af to 07ef746 Compare February 13, 2026 03:53
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 736f823 to 6afa09b Compare March 15, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 6afa09b to 217f118 Compare April 15, 2026 15:12
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 217f118 to 14c7a1e Compare April 30, 2026 03:01
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 14c7a1e to 9a5f128 Compare May 13, 2026 07:34
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 9a5f128 to 6f2157c Compare May 23, 2026 03:15
@renovate renovate Bot changed the title chore(deps): update dependency vitest to ^0.34.0 chore(deps): update vitest monorepo to ^0.34.0 Jun 5, 2026
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 6f2157c to 5d944e4 Compare June 13, 2026 06:52
@renovate renovate Bot changed the title chore(deps): update vitest monorepo to ^0.34.0 chore(deps): update vitest monorepo Jun 24, 2026
@renovate renovate Bot changed the title chore(deps): update vitest monorepo chore(deps): update dependency vitest to ^0.34.0 Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 5d944e4 to 64086b5 Compare July 18, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/vitest-monorepo branch from 64086b5 to 7c76a6f Compare July 25, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants