Commit ef0b7b2
chore: typescript 5.7 (#8327)
* chore: typescript 5.7
and run tests against ts 5.0 - 5.7
* chore: make eslint happy
* chore: type import issue
* chore: the type assertion is necessary for ts 5.4 and lower
* fix: write code so that it narrows in all ts versions
* fix: import assertion
* fix: angular examples stay at typescript 5.4
* Add JSON import attribute, update vue-tsc
* angular fixes
* Fix vue-tsc compatibility
---------
Co-authored-by: Arnoud de Vries <6420061+arnoud-dv@users.noreply.github.com>
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>1 parent ecc17d5 commit ef0b7b2
File tree
83 files changed
+900
-669
lines changed- .github
- examples
- angular
- basic
- devtools-panel
- infinite-query-with-max-pages
- pagination
- query-options-from-a-service
- router
- rxjs
- simple
- react
- algolia
- auto-refetching
- basic
- default-query-function
- devtools-panel
- 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-native
- react-router
- src/routes
- rick-morty
- shadow-dom
- simple
- star-wars
- suspense
- solid
- astro
- basic-graphql-request
- basic
- default-query-function
- simple
- svelte
- auto-refetching
- basic
- load-more-infinite-scroll
- optimistic-updates
- playground
- simple
- ssr
- star-wars
- vue
- 2.6-basic
- 2.7-basic
- basic
- dependent-queries
- persister
- simple
- integrations
- angular-cli-17
- react-next-14
- react-next-15
- vue-vite
- packages
- angular-query-devtools-experimental
- angular-query-experimental
- src
- eslint-plugin-query
- src/utils
- query-async-storage-persister
- query-broadcast-client-experimental
- query-core
- query-devtools
- query-persist-client-core
- query-sync-storage-persister
- react-query-devtools
- react-query-next-experimental
- react-query-persist-client
- react-query
- solid-query-devtools
- solid-query-persist-client
- solid-query
- svelte-query-persist-client
- svelte-query
- vue-query-devtools
- vue-query
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+900
-669
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
0 commit comments