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:
2.26.1
->2.26.2
1.35.1
->1.36.2
4.29.14
->4.32.6
20.3.1
->20.4.8
18.2.13
->18.2.18
18.2.6
->18.2.7
4.0.0
->4.0.4
^0.32.2
->^0.34.0
1.12.3
->1.13.1
5.1.3
->5.1.6
^0.53.1
->^0.54.0
4.3.9
->4.4.8
1.0.0-beta.5
->1.0.0-beta.7
^0.32.2
->^0.34.0
Release Notes
changesets/changesets (@changesets/cli)
v2.26.2
Compare Source
Patch Changes
#1176
41988ce
Thanks @joshwooding! - Bumpsemver
dependency to v7.5.3Updated dependencies [
41988ce
]:Microsoft/playwright (@playwright/test)
v1.36.2
: 1.36.2Compare Source
Highlights
https://github.com/microsoft/playwright/issues/24316 - [REGRESSION] Character classes are not working in globs in 1.36
Browser Versions
This version was also tested against the following stable channels:
v1.36.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/24184 - [REGRESSION]: Snapshot name contains some random string after test name when tests are run in container
Browser Versions
This version was also tested against the following stable channels:
v1.36.0
Compare Source
Highlights
🏝️ Summer maintenance release.
Browser Versions
This version was also tested against the following stable channels:
TanStack/query (@tanstack/react-query)
v4.32.6
Compare Source
Version 4.32.6 - 8/5/2023, 6:28 AM
Changes
Fix
cfd6133
) by Łukasz KomoszyńskiPackages
v4.32.5
Compare Source
Version 4.32.5 - 8/4/2023, 7:45 AM
Changes
Fix
88bd699
) by Daniel BasilioPackages
v4.32.1
Compare Source
Version 4.32.1 - 8/1/2023, 10:49 AM
Changes
Fix
10bf0ee
) by Daniel BasilioChore
d7b1b84
) by Dominik Dorfmeister792e0b2
) by @manudeliDocs
100ae76
) by fmanseauPackages
v4.32.0
Compare Source
Version 4.32.0 - 7/21/2023, 9:28 AM
Changes
Feat
WithRequired
(#4922) (456e5ee
) by @AndaristPackages
v4.30.0
Compare Source
Version 4.30.0 - 7/21/2023, 8:31 AM
Changes
Feat
74f2e28
) by Paulo MarcosDocs
10e03a5
) by @manudelic3c5b32
) by Dale Seo8c967c7
) by Andrew18ba7c0
) by Andrewe91f751
) by Lachlan CollinsPackages
v4.29.25
Compare Source
Version 4.29.25 - 7/16/2023, 4:56 AM
Changes
Refactor
9c721e5
) by Lachlan CollinsOther
8f19f73
) by Lachlan CollinsPackages
v4.29.23
Compare Source
Version 4.29.23 - 7/14/2023, 2:49 PM
Changes
Fix
5322ede
) by Dominik DorfmeisterPackages
v4.29.22
Compare Source
Version 4.29.22 - 7/14/2023, 2:34 PM
Changes
Fix
15dceab
) by EL AYADI MohamedPackages
v4.29.19
Compare Source
Version 4.29.19 - 6/27/2023, 1:06 PM
Changes
Fix
390e47b
) by Mike LyonsChore
ddf6986
) by Lachlan CollinsPackages
v4.29.18
Compare Source
Version 4.29.18 - 6/27/2023, 7:05 AM
Changes
Fix
1c46228
) by Dominik DorfmeisterOther
3e82c58
) by Damian OsipiukPackages
v4.29.17
Compare Source
Version 4.29.17 - 6/25/2023, 2:33 PM
Changes
Refactor
9077bb9
) by GLabatPackages
v4.29.16
Compare Source
Version 4.29.16 - 6/25/2023, 2:21 PM
Changes
Refactor
3e25f51
) by Dominik DorfmeisterPackages
v4.29.15
Compare Source
Version 4.29.15 - 6/20/2023, 4:52 PM
Changes
Refactor
c2d07d4
) by @indrajitbnikamDocs
mutationKey
types (#5602) (28a96c7
) by @CertainlyAriaab8dd55
) by Rudra Kishore GPackages
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.0.4
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v0.34.1
Compare Source
🐞 Bug Fixes
--experimental-vm-worker-memory-limit
totinypool
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3856 (3c67a)View changes on GitHub
v0.34.0
Compare Source
🚨 Breaking Changes
transformMode
is now moved toserver.transformMode
. This option is highly discouraged to use. If you need to change the transform mode, use the new optiontestTransformMode
instead to control the mode based on the running test, not the current file path. By default, tests withjsdom
orhappy-dom
useweb
transform mode, and tests usingnode
oredge
environment usessr
mode. If you have a custom environment, it should providetransformMode
property.coverage.reportOnFailure
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3615 (0c6f6)@vitest/coverage-c8
package - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3614 (a90d6)@vitest/coverage-c8
is no longer supported. Please, use@vitest/coverage-v8
instead.experimentalVmThreads
pool to run your tests using VM Sandboxes environment. Make sure you understand all pitfalls of this pool before opening an issue.server
option - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3725 (dc4fa)deps.
options are now moved toserver.deps
with a deprecation warning. Please, consider usingdeps.optimizer
instead ofdeps.inline
/deps.external
. Ideally, we would like to move away from usingserver.deps.inline
altogether.vite-node index.ts --watch
, you now have to dovite-node --watch index.ts
.deps.optimizer
is now enabled by default. This means that Vitest will bundle specified dependencies before running your tests. This field inherits options fromoptimizeDeps
andssr.optimizeDeps
which are populated by other plugins (like, Svelte).🚀 Features
describe.sequential
- by @fenghan34 and @dammy001 in https://github.com/vitest-dev/vitest/issues/3771 (86934)--related --watch
reruns non-affected tests if they were changed during a run - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3844 (c9aea)🐞 Bug Fixes
defineConfig
type from vite - by @sodatea in https://github.com/vitest-dev/vitest/issues/3804 (9c8e3)toStrictEqual
- by @Dunqing (52aef)istanbul-lib-instrument
to v6 to fix vulnerable dependency - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3814 (f3bd9)🏎 Performance
deps.optimizer.web
instead. If you test Node.js applications, consider adding external packages toserver.deps.inline
.View changes on GitHub
v0.33.0
Compare Source
🚨 Breaking Changes
0.32.0
changed the defaultinclude
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
concurrent
option tosequence
config - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3604 (f427f)bench
name - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3711 (a749a)test.extend
- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3554 (2db1a)🐞 Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 Mend Renovate. View repository job log here.