Skip to content

Commit ceb100c

Browse files
chore(deps): update all non-major dependencies
1 parent 5f27e08 commit ceb100c

File tree

139 files changed

+5279
-4653
lines changed

Some content is hidden

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

139 files changed

+5279
-4653
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Tools
3131
uses: tanstack/config/.github/setup@main
3232
- name: Get base and head commits for `nx affected`
33-
uses: nrwl/nx-set-shas@v4.1.2
33+
uses: nrwl/nx-set-shas@v4.3.0
3434
with:
3535
main-branch-name: main
3636
- name: Run Checks

e2e/react-router/basic-esbuild-file-based/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",
20-
"zod": "^3.24.2"
20+
"zod": "^3.25.67"
2121
},
2222
"devDependencies": {
23-
"@playwright/test": "^1.50.1",
23+
"@playwright/test": "^1.53.1",
2424
"@tanstack/router-e2e-utils": "workspace:^",
2525
"@types/react": "^19.0.8",
2626
"@types/react-dom": "^19.0.3",
27-
"esbuild": "^0.25.0"
27+
"esbuild": "^0.25.5"
2828
}
2929
}

e2e/react-router/basic-file-based-code-splitting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"@tanstack/router-plugin": "workspace:^",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
21-
"postcss": "^8.5.1",
22-
"autoprefixer": "^10.4.20",
21+
"postcss": "^8.5.6",
22+
"autoprefixer": "^10.4.21",
2323
"tailwindcss": "^3.4.17",
24-
"zod": "^3.24.2"
24+
"zod": "^3.25.67"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.50.1",
27+
"@playwright/test": "^1.53.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"@types/react": "^19.0.8",
3030
"@types/react-dom": "^19.0.3",
31-
"@vitejs/plugin-react": "^4.3.4",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"vite": "^6.3.5"
3333
}
3434
}

e2e/react-router/basic-file-based/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",
21-
"postcss": "^8.5.1",
22-
"autoprefixer": "^10.4.20",
21+
"postcss": "^8.5.6",
22+
"autoprefixer": "^10.4.21",
2323
"tailwindcss": "^3.4.17",
24-
"zod": "^3.24.2"
24+
"zod": "^3.25.67"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.50.1",
27+
"@playwright/test": "^1.53.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"@types/react": "^19.0.8",
3030
"@types/react-dom": "^19.0.3",
31-
"@vitejs/plugin-react": "^4.3.4",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"combinate": "^1.1.11",
3333
"vite": "^6.3.5"
3434
}

e2e/react-router/basic-react-query-file-based/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
"test:e2e": "playwright test --project=chromium"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-query": "^5.66.0",
15-
"@tanstack/react-query-devtools": "^5.66.0",
14+
"@tanstack/react-query": "^5.81.2",
15+
"@tanstack/react-query-devtools": "^5.81.2",
1616
"@tanstack/react-router": "workspace:^",
1717
"@tanstack/react-router-devtools": "workspace:^",
1818
"@tanstack/router-plugin": "workspace:^",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
2121
"redaxios": "^0.5.1",
22-
"postcss": "^8.5.1",
23-
"autoprefixer": "^10.4.20",
22+
"postcss": "^8.5.6",
23+
"autoprefixer": "^10.4.21",
2424
"tailwindcss": "^3.4.17",
25-
"zod": "^3.24.2"
25+
"zod": "^3.25.67"
2626
},
2727
"devDependencies": {
28-
"@playwright/test": "^1.50.1",
28+
"@playwright/test": "^1.53.1",
2929
"@tanstack/router-e2e-utils": "workspace:^",
3030
"@types/react": "^19.0.8",
3131
"@types/react-dom": "^19.0.3",
32-
"@vitejs/plugin-react": "^4.3.4",
32+
"@vitejs/plugin-react": "^4.5.2",
3333
"vite": "^6.3.5"
3434
}
3535
}

e2e/react-router/basic-react-query/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"test:e2e": "playwright test --project=chromium"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-query": "^5.66.0",
15-
"@tanstack/react-query-devtools": "^5.66.0",
14+
"@tanstack/react-query": "^5.81.2",
15+
"@tanstack/react-query-devtools": "^5.81.2",
1616
"@tanstack/react-router": "workspace:^",
1717
"@tanstack/router-devtools": "workspace:^",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",
21-
"postcss": "^8.5.1",
22-
"autoprefixer": "^10.4.20",
21+
"postcss": "^8.5.6",
22+
"autoprefixer": "^10.4.21",
2323
"tailwindcss": "^3.4.17"
2424
},
2525
"devDependencies": {
26-
"@playwright/test": "^1.50.1",
26+
"@playwright/test": "^1.53.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
2828
"@types/react": "^19.0.8",
2929
"@types/react-dom": "^19.0.3",
30-
"@vitejs/plugin-react": "^4.3.4",
30+
"@vitejs/plugin-react": "^4.5.2",
3131
"vite": "^6.3.5"
3232
}
3333
}

e2e/react-router/basic-scroll-restoration/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
},
1313
"dependencies": {
1414
"@tanstack/react-router": "workspace:^",
15-
"@tanstack/react-virtual": "^3.13.0",
15+
"@tanstack/react-virtual": "^3.13.10",
1616
"@tanstack/react-router-devtools": "workspace:^",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",
20-
"postcss": "^8.5.1",
21-
"autoprefixer": "^10.4.20",
20+
"postcss": "^8.5.6",
21+
"autoprefixer": "^10.4.21",
2222
"tailwindcss": "^3.4.17"
2323
},
2424
"devDependencies": {
25-
"@playwright/test": "^1.50.1",
25+
"@playwright/test": "^1.53.1",
2626
"@tanstack/router-e2e-utils": "workspace:^",
2727
"@types/react": "^19.0.8",
2828
"@types/react-dom": "^19.0.3",
29-
"@vitejs/plugin-react": "^4.3.4",
29+
"@vitejs/plugin-react": "^4.5.2",
3030
"vite": "^6.3.5"
3131
}
3232
}

e2e/react-router/basic-virtual-file-based/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",
21-
"postcss": "^8.5.1",
22-
"autoprefixer": "^10.4.20",
21+
"postcss": "^8.5.6",
22+
"autoprefixer": "^10.4.21",
2323
"tailwindcss": "^3.4.17",
24-
"zod": "^3.24.2"
24+
"zod": "^3.25.67"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.50.1",
27+
"@playwright/test": "^1.53.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"@types/react": "^19.0.8",
3030
"@types/react-dom": "^19.0.3",
31-
"@vitejs/plugin-react": "^4.3.4",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"vite": "^6.3.5"
3333
}
3434
}

e2e/react-router/basic-virtual-named-export-config-file-based/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",
21-
"postcss": "^8.5.1",
22-
"autoprefixer": "^10.4.20",
21+
"postcss": "^8.5.6",
22+
"autoprefixer": "^10.4.21",
2323
"tailwindcss": "^3.4.17",
24-
"zod": "^3.24.2"
24+
"zod": "^3.25.67"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.50.1",
27+
"@playwright/test": "^1.53.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"@types/react": "^19.0.8",
3030
"@types/react-dom": "^19.0.3",
31-
"@vitejs/plugin-react": "^4.3.4",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"vite": "^6.3.5"
3333
}
3434
}

e2e/react-router/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",
19-
"postcss": "^8.5.1",
20-
"autoprefixer": "^10.4.20",
19+
"postcss": "^8.5.6",
20+
"autoprefixer": "^10.4.21",
2121
"tailwindcss": "^3.4.17"
2222
},
2323
"devDependencies": {
24-
"@playwright/test": "^1.50.1",
24+
"@playwright/test": "^1.53.1",
2525
"@tanstack/router-e2e-utils": "workspace:^",
2626
"@types/react": "^19.0.8",
2727
"@types/react-dom": "^19.0.3",
28-
"@vitejs/plugin-react": "^4.3.4",
28+
"@vitejs/plugin-react": "^4.5.2",
2929
"vite": "^6.3.5"
3030
}
3131
}

e2e/react-router/generator-cli-only/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",
20-
"postcss": "^8.5.1",
21-
"autoprefixer": "^10.4.20",
20+
"postcss": "^8.5.6",
21+
"autoprefixer": "^10.4.21",
2222
"tailwindcss": "^3.4.17"
2323
},
2424
"devDependencies": {
25-
"@playwright/test": "^1.50.1",
25+
"@playwright/test": "^1.53.1",
2626
"@tanstack/router-e2e-utils": "workspace:^",
2727
"@types/react": "^19.0.8",
2828
"@types/react-dom": "^19.0.3",
29-
"@vitejs/plugin-react": "^4.3.4",
29+
"@vitejs/plugin-react": "^4.5.2",
3030
"vite": "^6.3.5"
3131
}
3232
}

e2e/react-router/js-only-file-based/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",
19-
"postcss": "^8.5.1",
20-
"autoprefixer": "^10.4.20",
19+
"postcss": "^8.5.6",
20+
"autoprefixer": "^10.4.21",
2121
"tailwindcss": "^3.4.17"
2222
},
2323
"devDependencies": {
24-
"@playwright/test": "^1.50.1",
24+
"@playwright/test": "^1.53.1",
2525
"@tanstack/router-plugin": "workspace:^",
2626
"@tanstack/router-e2e-utils": "workspace:^",
2727
"@types/react": "^19.0.8",
2828
"@types/react-dom": "^19.0.3",
29-
"@vitejs/plugin-react": "^4.3.4",
29+
"@vitejs/plugin-react": "^4.5.2",
3030
"vite": "^6.3.5"
3131
}
3232
}

e2e/react-router/rspack-basic-file-based/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"redaxios": "^0.5.1"
1818
},
1919
"devDependencies": {
20-
"@playwright/test": "^1.50.1",
20+
"@playwright/test": "^1.53.1",
2121
"@tanstack/router-e2e-utils": "workspace:^",
22-
"@rsbuild/core": "^1.2.4",
23-
"@rsbuild/plugin-react": "^1.1.0",
22+
"@rsbuild/core": "^1.3.22",
23+
"@rsbuild/plugin-react": "^1.3.2",
2424
"@tanstack/router-plugin": "workspace:^",
2525
"@types/react": "^19.0.8",
2626
"@types/react-dom": "^19.0.3",
27-
"postcss": "^8.5.1",
28-
"autoprefixer": "^10.4.20",
27+
"postcss": "^8.5.6",
28+
"autoprefixer": "^10.4.21",
2929
"tailwindcss": "^3.4.17",
3030
"typescript": "^5.7.2"
3131
}

e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"redaxios": "^0.5.1"
1818
},
1919
"devDependencies": {
20-
"@playwright/test": "^1.50.1",
20+
"@playwright/test": "^1.53.1",
2121
"@tanstack/router-e2e-utils": "workspace:^",
22-
"@rsbuild/core": "^1.2.4",
23-
"@rsbuild/plugin-react": "^1.1.0",
22+
"@rsbuild/core": "^1.3.22",
23+
"@rsbuild/plugin-react": "^1.3.2",
2424
"@tanstack/router-plugin": "workspace:^",
2525
"@tanstack/virtual-file-routes": "workspace:^",
2626
"@types/react": "^19.0.8",
2727
"@types/react-dom": "^19.0.3",
28-
"postcss": "^8.5.1",
29-
"autoprefixer": "^10.4.20",
28+
"postcss": "^8.5.6",
29+
"autoprefixer": "^10.4.21",
3030
"tailwindcss": "^3.4.17",
3131
"typescript": "^5.7.2"
3232
}

e2e/react-router/scroll-restoration-sandbox-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"redaxios": "^0.5.1",
24-
"postcss": "^8.5.1",
25-
"autoprefixer": "^10.4.20",
24+
"postcss": "^8.5.6",
25+
"autoprefixer": "^10.4.21",
2626
"tailwindcss": "^3.4.17",
27-
"zod": "^3.24.2"
27+
"zod": "^3.25.67"
2828
},
2929
"devDependencies": {
30-
"@playwright/test": "^1.50.1",
30+
"@playwright/test": "^1.53.1",
3131
"@tanstack/router-e2e-utils": "workspace:^",
3232
"@types/react": "^19.0.8",
3333
"@types/react-dom": "^19.0.3",
34-
"@vitejs/plugin-react": "^4.3.4",
34+
"@vitejs/plugin-react": "^4.5.2",
3535
"vite": "^6.3.5"
3636
}
3737
}

e2e/react-router/sentry-integration/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"test:e2e": "playwright test --project=chromium"
1212
},
1313
"dependencies": {
14-
"@sentry/react": "^8.54.0",
14+
"@sentry/react": "^8.55.0",
1515
"@sentry/tracing": "^7.120.3",
16-
"@sentry/vite-plugin": "^3.1.2",
16+
"@sentry/vite-plugin": "^3.5.0",
1717
"@tanstack/react-router": "workspace:^",
1818
"@tanstack/react-router-devtools": "workspace:^",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
2121
"redaxios": "^0.5.1",
22-
"postcss": "^8.5.1",
23-
"autoprefixer": "^10.4.20",
22+
"postcss": "^8.5.6",
23+
"autoprefixer": "^10.4.21",
2424
"tailwindcss": "^3.4.17"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.50.1",
27+
"@playwright/test": "^1.53.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"@types/react": "^19.0.8",
3030
"@types/react-dom": "^19.0.3",
31-
"@vitejs/plugin-react": "^4.3.4",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"vite": "^6.3.5"
3333
}
3434
}

e2e/react-start/basic-auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"vite": "^6.3.5"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "^1.50.1",
27+
"@playwright/test": "^1.53.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"@types/node": "^22.10.2",
3030
"@types/react": "^19.0.8",
3131
"@types/react-dom": "^19.0.3",
32-
"@vitejs/plugin-react": "^4.3.4",
33-
"autoprefixer": "^10.4.20",
34-
"postcss": "^8.5.1",
32+
"@vitejs/plugin-react": "^4.5.2",
33+
"autoprefixer": "^10.4.21",
34+
"postcss": "^8.5.6",
3535
"tailwindcss": "^3.4.17",
3636
"typescript": "^5.7.2",
3737
"vite-tsconfig-paths": "^5.1.4"

0 commit comments

Comments
 (0)