Skip to content

Commit b12941a

Browse files
committed
revert docs
1 parent 3ddc301 commit b12941a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docs/framework/react/typescript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ React Query is now written in **TypeScript** to make sure the library and your p
88
Things to keep in mind:
99

1010
- 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.
11-
- The current stable compiler lane is TypeScript **5.9**. We also run a separate `ts60` test lane against TypeScript `6.0.1-rc` and will switch that alias to a stable `6.0.x` release once TypeScript 6 is published.
1211
- 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!).
1312
- 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**
1413
- The non-type-related public API of React Query still follows semver very strictly.

docs/framework/solid/typescript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Solid Query is written in **TypeScript** to make sure the library and your proje
88
Things to keep in mind:
99

1010
- 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.
11-
- The current stable compiler lane is TypeScript **5.9**. We also run a separate `ts60` test lane against TypeScript `6.0.1-rc` and will switch that alias to a stable `6.0.x` release once TypeScript 6 is published.
1211
- 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!).
1312
- 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**
1413
- The non-type-related public API of Solid Query still follows semver very strictly.

0 commit comments

Comments
 (0)