Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
vitest (source) ^0.33.0 -> ^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

Configuration

📅 Schedule: 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.

@renovate renovate bot added the renovate label Aug 1, 2023
@bolt-new-by-stackblitz
Copy link

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

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 9b9432c to 67aef72 Compare September 4, 2023 04:28
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 67aef72 to 37787bd Compare September 11, 2023 04:28
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 37787bd to 5bd8269 Compare September 18, 2023 04:58
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 5bd8269 to 107f16f Compare September 26, 2023 22:23
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 46d3a89 to b3637ef Compare October 23, 2023 03:20
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 19eab27 to a0e8fb2 Compare November 6, 2023 04:33
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from ea5fce1 to 8ede652 Compare November 20, 2023 03:42
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 8ede652 to 860ce74 Compare November 27, 2023 04:22
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 860ce74 to ea0c84d Compare December 4, 2023 04:49
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from c375da6 to 9fd2cca Compare February 29, 2024 16:02
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from 88f7beb to 15feebd Compare March 13, 2024 19:55
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from b5df5b4 to fde50f1 Compare March 24, 2024 17:38
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from d50fd4d to 2e7699c Compare April 2, 2024 01:48
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from 0ead406 to d8f8f37 Compare April 9, 2024 10:06
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from d8f8f37 to 07d7ce0 Compare April 10, 2024 19:04
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 07d7ce0 to 2c5b2da Compare May 6, 2024 22:28
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 2c5b2da to 6bde78a Compare July 5, 2024 18:52
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from b2603e5 to d7cda6a Compare July 18, 2024 23:15
@renovate renovate bot changed the title chore(deps): update dependency vitest to ^0.34.0 chore(deps): update dependency vitest to ^0.34.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/vitest-monorepo branch December 8, 2024 18:52
@renovate renovate bot changed the title chore(deps): update dependency vitest to ^0.34.0 - autoclosed chore(deps): update dependency vitest to ^0.34.0 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from ff76a4d to d7cda6a Compare December 8, 2024 21:31
Copy link

socket-security bot commented Dec 8, 2024

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License

View full report

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 628d6f7 to c304102 Compare January 20, 2025 17:38
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from c304102 to fcdab6e Compare January 23, 2025 12:31
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from d5dad71 to b2ce296 Compare March 27, 2025 11:35
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 5c10ea4 to 448fa4c Compare April 8, 2025 01:54
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 448fa4c to d0b81c3 Compare April 10, 2025 12:57
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from d0b81c3 to 1ee5828 Compare May 6, 2025 23:10
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 1ee5828 to 87c66cc Compare May 14, 2025 06:15
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 87c66cc to 737f27d Compare August 10, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants