Update dev dependencies #167
Merged
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.21.35.1->1.36.24.29.14->4.32.620.3.1->20.4.818.2.13->18.2.1818.2.6->18.2.74.0.0->4.0.4^0.32.2->^0.34.01.12.3->1.13.15.1.3->5.1.6^0.53.1->^0.54.04.3.9->4.4.81.0.0-beta.5->1.0.0-beta.7^0.32.2->^0.34.0Release Notes
changesets/changesets (@changesets/cli)
v2.26.2Compare Source
Patch Changes
#1176
41988ceThanks @joshwooding! - Bumpsemverdependency 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.1Compare 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.0Compare Source
Highlights
🏝️ Summer maintenance release.
Browser Versions
This version was also tested against the following stable channels:
TanStack/query (@tanstack/react-query)
v4.32.6Compare Source
Version 4.32.6 - 8/5/2023, 6:28 AM
Changes
Fix
cfd6133) by Łukasz KomoszyńskiPackages
v4.32.5Compare Source
Version 4.32.5 - 8/4/2023, 7:45 AM
Changes
Fix
88bd699) by Daniel BasilioPackages
v4.32.1Compare 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.0Compare Source
Version 4.32.0 - 7/21/2023, 9:28 AM
Changes
Feat
WithRequired(#4922) (456e5ee) by @AndaristPackages
v4.30.0Compare 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.25Compare Source
Version 4.29.25 - 7/16/2023, 4:56 AM
Changes
Refactor
9c721e5) by Lachlan CollinsOther
8f19f73) by Lachlan CollinsPackages
v4.29.23Compare Source
Version 4.29.23 - 7/14/2023, 2:49 PM
Changes
Fix
5322ede) by Dominik DorfmeisterPackages
v4.29.22Compare Source
Version 4.29.22 - 7/14/2023, 2:34 PM
Changes
Fix
15dceab) by EL AYADI MohamedPackages
v4.29.19Compare Source
Version 4.29.19 - 6/27/2023, 1:06 PM
Changes
Fix
390e47b) by Mike LyonsChore
ddf6986) by Lachlan CollinsPackages
v4.29.18Compare Source
Version 4.29.18 - 6/27/2023, 7:05 AM
Changes
Fix
1c46228) by Dominik DorfmeisterOther
3e82c58) by Damian OsipiukPackages
v4.29.17Compare Source
Version 4.29.17 - 6/25/2023, 2:33 PM
Changes
Refactor
9077bb9) by GLabatPackages
v4.29.16Compare Source
Version 4.29.16 - 6/25/2023, 2:21 PM
Changes
Refactor
3e25f51) by Dominik DorfmeisterPackages
v4.29.15Compare Source
Version 4.29.15 - 6/20/2023, 4:52 PM
Changes
Refactor
c2d07d4) by @indrajitbnikamDocs
mutationKeytypes (#5602) (28a96c7) by @CertainlyAriaab8dd55) by Rudra Kishore GPackages
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.0.4Compare Source
v4.0.3Compare Source
v4.0.2Compare Source
v4.0.1Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v0.34.1Compare Source
🐞 Bug Fixes
--experimental-vm-worker-memory-limittotinypool- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3856 (3c67a)View changes on GitHub
v0.34.0Compare Source
🚨 Breaking Changes
transformModeis now moved toserver.transformMode. This option is highly discouraged to use. If you need to change the transform mode, use the new optiontestTransformModeinstead to control the mode based on the running test, not the current file path. By default, tests withjsdomorhappy-domusewebtransform mode, and tests usingnodeoredgeenvironment usessrmode. If you have a custom environment, it should providetransformModeproperty.coverage.reportOnFailureby default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3615 (0c6f6)@vitest/coverage-c8package - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3614 (a90d6)@vitest/coverage-c8is no longer supported. Please, use@vitest/coverage-v8instead.experimentalVmThreadspool to run your tests using VM Sandboxes environment. Make sure you understand all pitfalls of this pool before opening an issue.serveroption - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3725 (dc4fa)deps.options are now moved toserver.depswith a deprecation warning. Please, consider usingdeps.optimizerinstead ofdeps.inline/deps.external. Ideally, we would like to move away from usingserver.deps.inlinealtogether.vite-node index.ts --watch, you now have to dovite-node --watch index.ts.deps.optimizeris now enabled by default. This means that Vitest will bundle specified dependencies before running your tests. This field inherits options fromoptimizeDepsandssr.optimizeDepswhich 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 --watchreruns 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
defineConfigtype from vite - by @sodatea in https://github.com/vitest-dev/vitest/issues/3804 (9c8e3)toStrictEqual- by @Dunqing (52aef)istanbul-lib-instrumentto v6 to fix vulnerable dependency - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3814 (f3bd9)🏎 Performance
deps.optimizer.webinstead. If you test Node.js applications, consider adding external packages toserver.deps.inline.View changes on GitHub
v0.33.0Compare Source
🚨 Breaking Changes
0.32.0changed the defaultincludeglobs 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.4Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.32.3Compare Source
🚀 Features
concurrentoption tosequenceconfig - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3604 (f427f)benchname - 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.