Skip to content

Commit b57e898

Browse files
authored
chore(deps): vitest 4.1.4 (#7212)
1 parent e2332b0 commit b57e898

8 files changed

Lines changed: 192 additions & 465 deletions

File tree

benchmarks/client-nav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript": "^6.0.2",
4040
"vite": "^8.0.0",
4141
"vite-plugin-solid": "^2.11.11",
42-
"vitest": "^4.0.17"
42+
"vitest": "^4.1.4"
4343
},
4444
"nx": {
4545
"targets": {

benchmarks/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typescript": "^6.0.2",
3535
"vite": "^8.0.0",
3636
"vite-plugin-solid": "^2.11.11",
37-
"vitest": "^4.0.17"
37+
"vitest": "^4.1.4"
3838
},
3939
"nx": {
4040
"targets": {

e2e/eslint-plugin-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"eslint": "^9.22.0",
6262
"react": "^19.0.0",
6363
"typescript": "^5.7.2",
64-
"vitest": "^3.2.4"
64+
"vitest": "^4.1.4"
6565
}
6666
}

examples/react/start-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prettier": "^3.6.2",
3838
"typescript": "^6.0.2",
3939
"vite": "^8.0.0",
40-
"vitest": "^3.2.4",
40+
"vitest": "^4.1.4",
4141
"web-vitals": "^5.1.0"
4242
}
4343
}

examples/solid/start-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prettier": "^3.6.2",
3535
"typescript": "^6.0.2",
3636
"vite": "^8.0.0",
37-
"vitest": "^3.2.4",
37+
"vitest": "^4.1.4",
3838
"web-vitals": "^5.1.0"
3939
}
4040
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@types/node": "25.0.9",
6363
"@types/react": "^19.2.8",
6464
"@types/react-dom": "^19.2.3",
65-
"@vitest/browser": "^4.0.17",
66-
"@vitest/ui": "^4.0.17",
65+
"@vitest/browser": "^4.1.4",
66+
"@vitest/ui": "^4.1.4",
6767
"eslint": "^9.22.0",
6868
"eslint-plugin-react-hooks": "^5.1.0",
6969
"eslint-plugin-unused-imports": "^4.1.4",
@@ -84,7 +84,7 @@
8484
"typescript58": "npm:typescript@5.8",
8585
"typescript59": "npm:typescript@5.9",
8686
"vite": "^8.0.0",
87-
"vitest": "^4.0.17"
87+
"vitest": "^4.1.4"
8888
},
8989
"pnpm": {
9090
"overrides": {

packages/start-client-core/src/client/hydrateStart.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { hydrate } from '@tanstack/router-core/ssr/client'
22

3-
import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
4-
import type { AnyRouter, AnySerializationAdapter } from '@tanstack/router-core'
5-
import type { AnyStartInstanceOptions } from '../createStart'
63
import { startInstance } from '#tanstack-start-entry'
74
import {
85
hasPluginAdapters,
96
pluginSerializationAdapters,
107
} from '#tanstack-start-plugin-adapters'
118
import { getRouter } from '#tanstack-router-entry'
9+
import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
10+
import type { AnyRouter, AnySerializationAdapter } from '@tanstack/router-core'
11+
import type { AnyStartInstanceOptions } from '../createStart'
1212

1313
export async function hydrateStart(): Promise<AnyRouter> {
1414
const router = await getRouter()

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)