chore(deps): update devdependencies (major) #871
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
19.8.1->20.3.019.8.1->20.3.022.18.8->24.10.43.11.0->4.2.23.2.4->4.0.163.2.4->4.0.163.2.4->4.0.161.2.6->2.0.61.7.8->2.0.826.1.0->27.4.01.13.6->2.0.1310.2.2->11.0.14.2.12->5.1.16.3.6->7.3.05.1.4->6.0.33.25.76->4.3.5Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.3.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.2.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.1.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.0.0Compare Source
Note: Version bump only for package @commitlint/cli
19.8.1 (2025-05-08)
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.3.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.2.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.0.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.8.1 (2025-05-08)
Note: Version bump only for package @commitlint/config-conventional
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v4.2.2Compare Source
Update code to support newer
rolldown-vite(#978)rolldown-vitewill removeoptimizeDeps.rollupOptionsin favor ofoptimizeDeps.rolldownOptionssoon. This plugin now usesoptimizeDeps.rolldownOptionsto support newerrolldown-vite. Please updaterolldown-viteto the latest version if you are using an older version.v4.2.1Compare Source
Fix
@vitejs/plugin-react-swc/preambleon build (#962)v4.2.0Compare Source
Add
@vitejs/plugin-react-swc/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react-swc/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#951)
Previously, this plugin did not use SWC if plugins were not provided even if
useAtYourOwnRisk_mutateSwcOptionswas provided. This is now fixed.v4.1.0Compare Source
Set SWC cacheRoot options
This is set to
{viteCacheDir}/swcand override the default of.swc.Perf: simplify refresh wrapper generation (#835)
v4.0.1Compare Source
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.v4.0.0Compare Source
vitest-dev/vitest (@vitest/browser)
v4.0.16Compare Source
🐞 Bug Fixes
process.versionsstub - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9174 (78cfb)test.poolOptionsif it's set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9226 (f7f6a)recordArtifactfrom the vitest package - by @macarie in https://github.com/vitest-dev/vitest/issues/9186 (01c56)import.meta.envdefine - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9205 (01a9a)setupEnvironmentfor custom pools - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9187 (5d26b)View changes on GitHub
v4.0.15Compare Source
🚀 Experimental Features
🐞 Bug Fixes
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9121 (fd8bd)deps.optimizer- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9125 (4c754)toMatchScreenshotonly once when used withexpect.element- by @macarie in https://github.com/vitest-dev/vitest/issues/9132 (0d2e7)--browser.providerfrom docs - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9115 (120b3)currentTestNamein extended matchers - by @macarie in https://github.com/vitest-dev/vitest/issues/9106 (e4345)CTRL+cforceful exits - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9140 (d57d8)View changes on GitHub
v4.0.14Compare Source
🚀 Experimental Features
utils.configurePrettyDOM- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9103 (2cc34)toMatchScreenshotwith comparison slider - by @macarie in https://github.com/vitest-dev/vitest/issues/8813 (c37c2)🐞 Bug Fixes
collecttoimport, removeprepare- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9091 (1256b)onCancelon rpc destroy - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9088 (f5b72)VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9085 (37918)postMessageto send ports to workers - by @whitphx and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9078 (9d176)🏎 Performance
debugwithobug- by @sxzz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9057 (acc51)View changes on GitHub
v4.0.13Compare Source
🐞 Bug Fixes
🏎 Performance
fsCacheModuleis enabled, read from the memory when possible - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9076 (6b9a1)View changes on GitHub
v4.0.12Compare Source
🐞 Bug Fixes
fsModuleCachePathby default - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9063 (9a8bc)@opentelemetry/apiin public types - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9066 (e944a)View changes on GitHub
v4.0.11Compare Source
🚀 Experimental Features
taskinMatchState- by @macarie in https://github.com/vitest-dev/vitest/issues/9022 (afd1f)🏎 Performance
View changes on GitHub
v4.0.10Compare Source
🐞 Bug Fixes
onCancelwhen worker is terminated - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9033 (6d7f0)onFinished) - by @userquin in https://github.com/vitest-dev/vitest/issues/8975 (f56dc)View changes on GitHub
v4.0.9Compare Source
🚀 Experimental Features
🐞 Bug Fixes
Request- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8985 (506a9)View changes on GitHub
v4.0.8Compare Source
🐞 Bug Fixes
noExternalmerging bug on Vite 6 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8950 (bcb13)expect.element()- by @StyleShit in https://github.com/vitest-dev/vitest/issues/8954 (9638d)vi.fn(), fix types forvi.spyOn(obj, class)- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8956 (75e7f)View changes on GitHub
v4.0.7Compare Source
🐞 Bug Fixes
processin case global is overwritten - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8916 (6240d)isolate: false- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8915 (c9078)toContainElement()matcher - by @vitalybaev in https://github.com/vitest-dev/vitest/issues/8910 and https://github.com/vitest-dev/vitest/issues/8927 (35a27)isolateoption, deprecatebrowser.isolate/browser.fileParallelism- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8890 (9d2b4)--execArgvas array - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8924 (751c3)URL.createObjectURL,FormData.set(prop, blob)- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8935 (a1b73)--requireargument when running in deno - by @pi0 in https://github.com/vitest-dev/vitest/issues/8897 (d41fa)tsc- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8920 (fdb2e)🏎 Performance
Array.fromcall - by @Connormiha in https://github.com/vitest-dev/vitest/issues/8907 (b6014)View changes on GitHub
v4.0.6Compare Source
🐞 Bug Fixes
isolateandfileParallelismare false - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8889 (31706)FormDatatoRequest- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8880 (197ca)View changes on GitHub
v4.0.5Compare Source
🐞 Bug Fixes
ssr.noExternalwhen externalizing dependencies, fix Svelte and Astro - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8862 (a4f86)Locatortype in selectOptions element parameter - by @rzzf and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8848 (7ee28)getBuiltinsunconditionally - by @sapphi-red in https://github.com/vitest-dev/vitest/issues/8863 (0e858)groupIdtogroupOrderin error message - by @Yohannfra in https://github.com/vitest-dev/vitest/issues/8856 (b9aab)🏎 Performance
--no-isolate --maxWorkers=1- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8835 (584aa)View changes on GitHub
v4.0.4Compare Source
🐞 Bug Fixes
node:prefix - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8829 (06208)MaxListenersExceededWarning- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8820 (d1bff)stdioto logger - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8809 (fb95f)vi.mockedutility - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8839 (f8756)isolate: false- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8821 (573dc)🏎 Performance
View changes on GitHub
v4.0.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.0.2Compare Source
🐞 Bug Fixes
length- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8778 (d4c2b)restoreMocksandmockResetare set in the config - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8781 (2eedb)View changes on GitHub
v4.0.1Compare Source
🐞 Bug Fixes
getBuiltinscheck - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8765 (81000)View changes on GitHub
v4.0.0Compare Source
Vitest 4.0 is out!
To stay updated, read our blog post and check the migration guide.
🚨 Breaking Changes
'basic'reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7884 (82fcf)vitest/nodeexports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8197 (dc848)vitest/nodeinstead - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8200 (1e60c)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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.