Skip to content

Commit faf4cbd

Browse files
chore(deps): update all non-major dependencies (#1412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b31f75 commit faf4cbd

File tree

25 files changed

+671
-624
lines changed

25 files changed

+671
-624
lines changed

examples/angular/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/common": "^19.2.6",
1515
"@angular/compiler": "^19.2.6",
1616
"@angular/core": "^19.2.6",
17-
"@angular/forms": "^19.2.5",
17+
"@angular/forms": "^19.2.6",
1818
"@angular/platform-browser": "^19.2.6",
1919
"@angular/platform-browser-dynamic": "^19.2.6",
2020
"@angular/router": "^19.2.6",

examples/angular/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/common": "^19.2.6",
1515
"@angular/compiler": "^19.2.6",
1616
"@angular/core": "^19.2.6",
17-
"@angular/forms": "^19.2.5",
17+
"@angular/forms": "^19.2.6",
1818
"@angular/platform-browser": "^19.2.6",
1919
"@angular/platform-browser-dynamic": "^19.2.6",
2020
"@angular/router": "^19.2.6",

examples/lit/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/lit-form": "^1.3.2",
13-
"lit": "^3.2.1"
13+
"lit": "^3.3.0"
1414
},
1515
"devDependencies": {
16-
"vite": "^6.2.5"
16+
"vite": "^6.2.6"
1717
},
1818
"browserslist": {
1919
"production": [

examples/lit/ui-libraries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"dependencies": {
1212
"@material/web": "^2.3.0",
1313
"@tanstack/lit-form": "^1.3.2",
14-
"lit": "^3.2.1"
14+
"lit": "^3.3.0"
1515
},
1616
"devDependencies": {
17-
"vite": "^6.2.5"
17+
"vite": "^6.2.6"
1818
},
1919
"browserslist": {
2020
"production": [

examples/react/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.5"
20+
"vite": "^6.2.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/compiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
21-
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
22-
"vite": "^6.2.5"
20+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
21+
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
22+
"vite": "^6.2.6"
2323
},
2424
"browserslist": {
2525
"production": [

examples/react/field-errors-from-form-validators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.5"
20+
"vite": "^6.2.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/large-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.5"
20+
"vite": "^6.2.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/next-server-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-form": "^1.3.3",
1212
"@tanstack/react-store": "^0.7.0",
13-
"next": "15.2.5",
13+
"next": "15.3.0",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

examples/react/query-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-form": "^1.3.3",
13-
"@tanstack/react-query": "^5.72.2",
13+
"@tanstack/react-query": "^5.74.3",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.0.7",
1919
"@types/react-dom": "^19.0.3",
2020
"@vitejs/plugin-react": "^4.3.4",
21-
"vite": "^6.2.5"
21+
"vite": "^6.2.6"
2222
},
2323
"browserslist": {
2424
"production": [

examples/react/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react": "^19.0.7",
2323
"@types/react-dom": "^19.0.3",
2424
"typescript": "5.8.2",
25-
"vite": "^6.2.5",
25+
"vite": "^6.2.6",
2626
"vite-tsconfig-paths": "^5.1.4"
2727
},
2828
"engines": {

examples/react/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.5"
20+
"vite": "^6.2.6"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/standard-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-form": "^1.3.3",
1313
"arktype": "^2.1.19",
14-
"effect": "^3.14.7",
14+
"effect": "^3.14.8",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"valibot": "^1.0.0",
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.0.7",
2222
"@types/react-dom": "^19.0.3",
2323
"@vitejs/plugin-react": "^4.3.4",
24-
"vite": "^6.2.5"
24+
"vite": "^6.2.6"
2525
},
2626
"browserslist": {
2727
"production": [

examples/react/tanstack-start/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-form": "^1.3.3",
13-
"@tanstack/react-router": "^1.115.2",
14-
"@tanstack/react-start": "^1.115.2",
13+
"@tanstack/react-router": "^1.116.0",
14+
"@tanstack/react-start": "^1.116.1",
1515
"@tanstack/react-store": "^0.7.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
@@ -23,7 +23,7 @@
2323
"@types/react-dom": "^19.0.3",
2424
"@vitejs/plugin-react": "^4.3.4",
2525
"typescript": "5.8.2",
26-
"vite": "^6.2.5",
26+
"vite": "^6.2.6",
2727
"vite-tsconfig-paths": "^5.1.4"
2828
}
2929
}

examples/react/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"@vitejs/plugin-react-swc": "^3.8.1",
3030
"typescript": "5.8.2",
31-
"vite": "^6.2.5"
31+
"vite": "^6.2.6"
3232
},
3333
"browserslist": {
3434
"production": [

examples/solid/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"typescript": "5.8.2",
17-
"vite": "^6.2.5",
17+
"vite": "^6.2.6",
1818
"vite-plugin-solid": "^2.11.6"
1919
}
2020
}

examples/solid/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"typescript": "5.8.2",
17-
"vite": "^6.2.5",
17+
"vite": "^6.2.6",
1818
"vite-plugin-solid": "^2.11.6"
1919
}
2020
}

examples/vue/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.2.3",
1818
"typescript": "5.8.2",
19-
"vite": "^6.2.5",
19+
"vite": "^6.2.6",
2020
"vue-tsc": "^2.2.2"
2121
}
2222
}

examples/vue/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.2.3",
1818
"typescript": "5.8.2",
19-
"vite": "^6.2.5",
19+
"vite": "^6.2.6",
2020
"vue-tsc": "^2.2.2"
2121
}
2222
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/tanstack/form.git"
77
},
8-
"packageManager": "[email protected].0",
8+
"packageManager": "[email protected].1",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"@eslint-react/eslint-plugin": "^1.43.0",
41+
"@eslint-react/eslint-plugin": "^1.47.2",
4242
"@solidjs/testing-library": "^0.8.10",
4343
"@tanstack/config": "0.18.0",
4444
"@testing-library/jest-dom": "^6.6.3",
@@ -49,19 +49,19 @@
4949
"@vitest/coverage-istanbul": "^3.1.1",
5050
"eslint": "9.24.0",
5151
"eslint-plugin-react-hooks": "^5.2.0",
52-
"jsdom": "^26.0.0",
53-
"knip": "^5.49.0",
54-
"nx": "20.7.2",
52+
"jsdom": "^26.1.0",
53+
"knip": "^5.50.3",
54+
"nx": "20.8.0",
5555
"premove": "^4.0.0",
5656
"prettier": "^3.5.3",
57-
"publint": "^0.3.10",
57+
"publint": "^0.3.12",
5858
"sherif": "^1.5.0",
5959
"typescript": "5.8.2",
6060
"typescript54": "npm:[email protected]",
6161
"typescript55": "npm:[email protected]",
6262
"typescript56": "npm:[email protected]",
6363
"typescript57": "npm:[email protected]",
64-
"vite": "^6.2.5",
64+
"vite": "^6.2.6",
6565
"vitest": "^3.1.1"
6666
},
6767
"pnpm": {

packages/lit-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@tanstack/form-core": "workspace:*"
5151
},
5252
"devDependencies": {
53-
"lit": "^3.2.1"
53+
"lit": "^3.3.0"
5454
},
5555
"peerDependencies": {
5656
"lit": "^3.0.0"

packages/react-form/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
"devalue": "^5.1.1"
8888
},
8989
"devDependencies": {
90-
"@tanstack/react-start": "^1.115.2",
90+
"@tanstack/react-start": "^1.116.1",
9191
"@types/react": "^19.0.7",
9292
"@types/react-dom": "^19.0.3",
9393
"@vitejs/plugin-react": "^4.3.4",
94-
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
94+
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
9595
"react": "^19.0.0",
9696
"react-dom": "^19.0.0",
9797
"vinxi": "^0.5.4",
98-
"vite": "^6.2.5"
98+
"vite": "^6.2.6"
9999
},
100100
"peerDependencies": {
101101
"@tanstack/react-start": "^1.112.0",

packages/solid-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"solid-js": "^1.9.5",
63-
"vite": "^6.2.5",
63+
"vite": "^6.2.6",
6464
"vite-plugin-solid": "^2.11.6"
6565
},
6666
"peerDependencies": {

packages/vue-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@vitejs/plugin-vue": "^5.2.3",
60-
"vite": "^6.2.5",
60+
"vite": "^6.2.6",
6161
"vue": "^3.5.13"
6262
},
6363
"peerDependencies": {

0 commit comments

Comments
 (0)