Skip to content

Commit ea830c1

Browse files
authored
feat(react)!: Raise minimum supported TanStack Router version to 1.63.0 (#15030)
Ref #14263
1 parent e590550 commit ea830c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-packages/e2e-tests/test-applications/tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@sentry/react": "latest || *",
16-
"@tanstack/react-router": "1.34.5",
16+
"@tanstack/react-router": "1.64.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0"
1919
},

docs/migration/v8-to-v9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you need to support older browsers, we recommend transpiling your code using
4343
Support for the following Framework versions is dropped:
4444

4545
- **Remix**: Version `1.x`
46-
- **TanStack Router**: Version `1.63.0` and lower
46+
- **TanStack Router**: Version `1.63.0` and lower (relevant when using `tanstackRouterBrowserTracingIntegration`)
4747
- **SvelteKit**: SvelteKit version `1.x`
4848
- **Ember.js**: Ember.js version `3.x` and lower
4949

packages/react/src/tanstackrouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import type { VendoredTanstackRouter, VendoredTanstackRouterRouteMatch } from '.
1515
/**
1616
* A custom browser tracing integration for TanStack Router.
1717
*
18-
* The minimum compatible version of `@tanstack/router` is `1.34.5`.
18+
* The minimum compatible version of `@tanstack/react-router` is `1.64.0`.
1919
*
2020
* @param router A TanStack Router `Router` instance that should be used for routing instrumentation.
2121
* @param options Sentry browser tracing configuration.

0 commit comments

Comments
 (0)