Skip to content

Commit e64f381

Browse files
authored
Merge pull request #286 from qualcomm/dev
Dev
2 parents 6aa81f5 + f2bee86 commit e64f381

9 files changed

Lines changed: 400 additions & 363 deletions

File tree

packages/debug-apps/react-ssr/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

packages/docs/angular-docs/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

packages/docs/angular-table-docs/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

packages/docs/qui-docs/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

packages/docs/qui-site/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

packages/docs/react-docs/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

packages/docs/react-table-docs/react-router.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ import type {Config} from "@react-router/dev/config"
33
export default {
44
appDirectory: "src",
55
basename: "/",
6+
future: {
7+
v8_middleware: true,
8+
v8_passThroughRequests: true,
9+
v8_splitRouteModules: true,
10+
v8_trailingSlashAwareDataRequests: true,
11+
v8_viteEnvironmentApi: true,
12+
},
613
ssr: true,
714
} satisfies Config

pnpm-lock.yaml

Lines changed: 340 additions & 352 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ catalog:
5151
'@qualcomm-ui/esbuild': 1.0.5
5252
'@qualcomm-ui/tsconfig': 2.0.0
5353
'@qualcomm-ui/vite': 1.1.0
54-
'@react-router/dev': 7.14.0
55-
'@react-router/express': 7.14.0
56-
'@react-router/node': 7.14.0
57-
'@react-router/remix-routes-option-adapter': 7.14.0
58-
'@react-router/serve': 7.14.0
54+
'@react-router/dev': 7.16.0
55+
'@react-router/express': 7.16.0
56+
'@react-router/node': 7.16.0
57+
'@react-router/remix-routes-option-adapter': 7.16.0
58+
'@react-router/serve': 7.16.0
5959
'@rolldown/plugin-babel': 0.2.3
6060
'@tailwindcss/postcss': 4.2.4
6161
'@tailwindcss/vite': 4.2.4
@@ -68,10 +68,10 @@ catalog:
6868
'@typescript-eslint/rule-tester': 8.58.2
6969
'@typescript-eslint/utils': 8.58.2
7070
'@vitejs/plugin-react': 6.0.1
71-
'@vitest/browser': 4.1.2
72-
'@vitest/browser-playwright': 4.1.2
73-
'@vitest/coverage-v8': 4.1.2
74-
'@vitest/ui': 4.1.2
71+
'@vitest/browser': 4.1.6
72+
'@vitest/browser-playwright': 4.1.6
73+
'@vitest/coverage-v8': 4.1.6
74+
'@vitest/ui': 4.1.6
7575
autoprefixer: 10.4.22
7676
chalk: 5.6.2
7777
chokidar: 5.0.0
@@ -86,7 +86,7 @@ catalog:
8686
postcss: 8.5.10
8787
react: 19.2.4
8888
react-dom: 19.2.4
89-
react-router: 7.14.0
89+
react-router: 7.16.0
9090
react-shiki: 0.8.0
9191
shiki: 3.15.0
9292
shx: 0.4.0
@@ -97,7 +97,7 @@ catalog:
9797
unified: 11.0.5
9898
vite: 8.0.8
9999
vite-plugin-static-copy: 4.1.0
100-
vitest: 4.1.2
100+
vitest: 4.1.6
101101

102102
minimumReleaseAge: 1440
103103

0 commit comments

Comments
 (0)