Commit 9ff3de7
Upgrade to Vitest v4 (#9862)
* Init upgrade
* Fixed query core
* Fixed persist tests
* Fixed coverage
* Fixed React
* Fixed Solid Query Devtools and Sold Query
* Svelte query fix
* Fixed Vue
* Angular done
* Fixed React
* Merge files
* Knip fix
* Fixed order
* Angular Eslint
* Query Core Eslint
* Fixed Vue Eslint issue
* Removed fallback
* chore: update lockfile
* ci: apply automated fixes
* fix: esbuild resolving
* fix: no idea
* chore: bump vitest
* Pipeline Fix
- Fallback UI is not reset between tests -> moved to create a function for each
- ruleTests needs to be top level
* ci: apply automated fixes
* ref: bump vitejs/plugin-react
* chore: stop testing against ancient ts 5.0
* Revert "chore: stop testing against ancient ts 5.0"
This reverts commit c72b7e7.
* Revert "ref: bump vitejs/plugin-react"
This reverts commit b9622bc.
---------
Co-authored-by: Dominik Dorfmeister <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent 0525ad1 commit 9ff3de7
File tree
76 files changed
+1177
-1702
lines changed- examples
- react
- algolia
- auto-refetching
- basic-graphql-request
- basic
- chat
- default-query-function
- devtools-panel
- eslint-legacy
- infinite-query-with-max-pages
- load-more-infinite-scroll
- nextjs-app-prefetching
- nextjs-suspense-streaming
- nextjs
- offline
- optimistic-updates-cache
- optimistic-updates-ui
- pagination
- playground
- prefetching
- react-router
- rick-morty
- shadow-dom
- simple
- star-wars
- suspense
- solid
- basic-graphql-request
- basic
- default-query-function
- simple
- svelte
- auto-refetching
- basic
- load-more-infinite-scroll
- optimistic-updates
- playground
- simple
- ssr
- star-wars
- vue
- basic
- dependent-queries
- persister
- simple
- integrations
- react-vite
- solid-vite
- svelte-vite
- vue-vite
- packages
- angular-query-experimental/src/__tests__
- eslint-plugin-query/src/__tests__
- query-codemods
- query-core/src/__tests__
- query-persist-client-core/src/__tests__
- react-query
- src/__tests__
- solid-query-devtools
- solid-query/src/__tests__
- vue-query-devtools
- src
- vue-query/src
- __mocks__
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+1177
-1702
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments