Skip to content

Commit 9d9cea2

Browse files
authored
Merge branch 'main' into changesets/fixed-version
2 parents 48ea134 + 489359a commit 9d9cea2

51 files changed

Lines changed: 848 additions & 565 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/renovate.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
"react-dom",
2626
"tsup",
2727
"typescript",
28-
"typescript50",
29-
"typescript51",
30-
"typescript52",
31-
"typescript53",
3228
"typescript54",
3329
"typescript55",
3430
"typescript56",
3531
"typescript57",
32+
"typescript58",
33+
"typescript59",
34+
"typescript60",
3635
"vue",
3736
"vue-tsc",
3837
"vue2",

docs/framework/react/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ React Query is now written in **TypeScript** to make sure the library and your p
77

88
Things to keep in mind:
99

10-
- Types currently require using TypeScript **v4.7** or greater
10+
- TanStack Query follows [DefinitelyTyped's support window](https://github.com/DefinitelyTyped/DefinitelyTyped#support-window) and supports TypeScript versions released within the last 2 years. At the moment, that means TypeScript **5.4** and newer.
1111
- Changes to types in this repository are considered **non-breaking** and are usually released as **patch** semver changes (otherwise every type enhancement would be a major version!).
1212
- It is **highly recommended that you lock your react-query package version to a specific patch release and upgrade with the expectation that types may be fixed or upgraded between any release**
1313
- The non-type-related public API of React Query still follows semver very strictly.

docs/framework/solid/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Solid Query is written in **TypeScript** to make sure the library and your proje
77

88
Things to keep in mind:
99

10-
- Types currently require using TypeScript **v4.7** or greater
10+
- TanStack Query follows [DefinitelyTyped's support window](https://github.com/DefinitelyTyped/DefinitelyTyped#support-window) and supports TypeScript versions released within the last 2 years. At the moment, that means TypeScript **5.4** and newer.
1111
- Changes to types in this repository are considered **non-breaking** and are usually released as **patch** semver changes (otherwise every type enhancement would be a major version!).
1212
- It is **highly recommended that you lock your solid-query package version to a specific patch release and upgrade with the expectation that types may be fixed or upgraded between any release**
1313
- The non-type-related public API of Solid Query still follows semver very strictly.

examples/solid/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/solid-js": "^5.0.7",
1616
"@astrojs/tailwind": "^6.0.2",
1717
"@astrojs/vercel": "^8.1.3",
18-
"@tanstack/solid-query": "^5.90.23",
18+
"@tanstack/solid-query": "^5.90.26",
1919
"@tanstack/solid-query-devtools": "^5.91.3",
2020
"astro": "^5.5.6",
2121
"solid-js": "^1.9.7",

examples/solid/basic-graphql-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/solid-query": "^5.90.23",
11+
"@tanstack/solid-query": "^5.90.26",
1212
"@tanstack/solid-query-devtools": "^5.91.3",
1313
"graphql": "^16.9.0",
1414
"graphql-request": "^7.1.2",

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/solid-query": "^5.90.23",
11+
"@tanstack/solid-query": "^5.90.26",
1212
"@tanstack/solid-query-devtools": "^5.91.3",
1313
"solid-js": "^1.9.7"
1414
},

examples/solid/default-query-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/solid-query": "^5.90.23",
11+
"@tanstack/solid-query": "^5.90.26",
1212
"@tanstack/solid-query-devtools": "^5.91.3",
1313
"solid-js": "^1.9.7"
1414
},

examples/solid/offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@tanstack/query-async-storage-persister": "^5.90.24",
12-
"@tanstack/solid-query": "^5.90.23",
12+
"@tanstack/solid-query": "^5.90.26",
1313
"@tanstack/solid-query-devtools": "^5.91.3",
1414
"@tanstack/solid-query-persist-client": "^5.90.25",
1515
"msw": "^2.6.6",

examples/solid/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/solid-query": "^5.90.23",
11+
"@tanstack/solid-query": "^5.90.26",
1212
"@tanstack/solid-query-devtools": "^5.91.3",
1313
"solid-js": "^1.9.7"
1414
},

examples/solid/solid-start-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@solidjs/meta": "^0.29.4",
1313
"@solidjs/router": "^0.15.3",
1414
"@solidjs/start": "^1.1.3",
15-
"@tanstack/solid-query": "^5.90.23",
15+
"@tanstack/solid-query": "^5.90.26",
1616
"@tanstack/solid-query-devtools": "^5.91.3",
1717
"solid-js": "^1.9.7",
1818
"vinxi": "^0.5.3"

0 commit comments

Comments
 (0)