Skip to content

Commit 8051cbe

Browse files
chore(deps): update all non-major dependencies (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f4e154 commit 8051cbe

File tree

17 files changed

+767
-739
lines changed

17 files changed

+767
-739
lines changed

examples/angular/todos/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/common": "^20.3.4",
26-
"@angular/compiler": "^20.3.4",
27-
"@angular/core": "^20.3.4",
28-
"@angular/forms": "^20.3.4",
29-
"@angular/platform-browser": "^20.3.4",
30-
"@angular/router": "^20.3.4",
25+
"@angular/common": "^20.3.6",
26+
"@angular/compiler": "^20.3.6",
27+
"@angular/core": "^20.3.6",
28+
"@angular/forms": "^20.3.6",
29+
"@angular/platform-browser": "^20.3.6",
30+
"@angular/router": "^20.3.6",
3131
"@tanstack/angular-db": "workspace:*",
3232
"@tanstack/db": "workspace:*",
3333
"rxjs": "~7.8.2",
3434
"tslib": "^2.8.1",
3535
"zone.js": "~0.15.1"
3636
},
3737
"devDependencies": {
38-
"@angular/build": "^20.3.5",
39-
"@angular/cli": "^20.3.5",
40-
"@angular/compiler-cli": "^20.3.4",
41-
"@types/jasmine": "~5.1.9",
38+
"@angular/build": "^20.3.6",
39+
"@angular/cli": "^20.3.6",
40+
"@angular/compiler-cli": "^20.3.6",
41+
"@types/jasmine": "~5.1.12",
4242
"autoprefixer": "^10.4.21",
4343
"jasmine-core": "~5.12.0",
4444
"karma": "~6.4.4",

examples/react/projects/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.1.14",
19-
"@tanstack/query-core": "^5.90.2",
19+
"@tanstack/query-core": "^5.90.5",
2020
"@tanstack/query-db-collection": "^0.2.32",
2121
"@tanstack/react-db": "^0.1.33",
22-
"@tanstack/react-router": "^1.132.47",
23-
"@tanstack/react-router-devtools": "^1.132.51",
22+
"@tanstack/react-router": "^1.133.15",
23+
"@tanstack/react-router-devtools": "^1.133.15",
2424
"@tanstack/react-router-with-query": "^1.130.17",
25-
"@tanstack/react-start": "^1.132.56",
26-
"@tanstack/router-plugin": "^1.132.56",
25+
"@tanstack/react-start": "^1.133.15",
26+
"@tanstack/router-plugin": "^1.133.15",
2727
"@trpc/client": "^11.6.0",
2828
"@trpc/server": "^11.6.0",
2929
"better-auth": "^1.3.26",
@@ -40,18 +40,18 @@
4040
},
4141
"devDependencies": {
4242
"@eslint/compat": "^1.4.0",
43-
"@eslint/js": "^9.37.0",
43+
"@eslint/js": "^9.38.0",
4444
"@testing-library/dom": "^10.4.1",
4545
"@testing-library/react": "^16.3.0",
4646
"@types/pg": "^8.15.5",
4747
"@types/react": "^19.2.2",
48-
"@types/react-dom": "^19.2.1",
49-
"@typescript-eslint/eslint-plugin": "^8.46.0",
50-
"@typescript-eslint/parser": "^8.46.0",
48+
"@types/react-dom": "^19.2.2",
49+
"@typescript-eslint/eslint-plugin": "^8.46.1",
50+
"@typescript-eslint/parser": "^8.46.1",
5151
"@vitejs/plugin-react": "^5.0.4",
5252
"concurrently": "^9.2.1",
5353
"drizzle-kit": "^0.31.5",
54-
"eslint": "^9.37.0",
54+
"eslint": "^9.38.0",
5555
"eslint-config-prettier": "^10.1.8",
5656
"eslint-plugin-prettier": "^5.5.4",
5757
"eslint-plugin-react": "^7.37.5",
@@ -60,7 +60,7 @@
6060
"prettier": "^3.6.2",
6161
"tsx": "^4.20.6",
6262
"typescript": "^5.9.2",
63-
"vite": "^6.3.6",
63+
"vite": "^6.4.0",
6464
"vitest": "^3.2.4",
6565
"web-vitals": "^5.1.0"
6666
}

examples/react/todo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"version": "0.1.11",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
7-
"@tanstack/query-core": "^5.90.2",
7+
"@tanstack/query-core": "^5.90.5",
88
"@tanstack/query-db-collection": "workspace:*",
99
"@tanstack/react-db": "workspace:*",
10-
"@tanstack/react-router": "^1.132.47",
11-
"@tanstack/react-start": "^1.132.56",
10+
"@tanstack/react-router": "^1.133.15",
11+
"@tanstack/react-start": "^1.133.15",
1212
"@tanstack/trailbase-db-collection": "workspace:^",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.44.6",
@@ -23,23 +23,23 @@
2323
"zod": "^4.1.11"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "^9.37.0",
26+
"@eslint/js": "^9.38.0",
2727
"@tailwindcss/vite": "^4.1.14",
2828
"@types/cors": "^2.8.19",
2929
"@types/express": "^4.17.23",
3030
"@types/node": "^24.5.2",
3131
"@types/pg": "^8.15.5",
3232
"@types/react": "^19.2.2",
33-
"@types/react-dom": "^19.2.1",
34-
"@typescript-eslint/eslint-plugin": "^8.46.0",
35-
"@typescript-eslint/parser": "^8.46.0",
33+
"@types/react-dom": "^19.2.2",
34+
"@typescript-eslint/eslint-plugin": "^8.46.1",
35+
"@typescript-eslint/parser": "^8.46.1",
3636
"@vitejs/plugin-react": "^5.0.3",
3737
"concurrently": "^9.2.1",
3838
"dotenv": "^17.2.2",
3939
"drizzle-kit": "^0.31.5",
40-
"eslint": "^9.37.0",
40+
"eslint": "^9.38.0",
4141
"eslint-plugin-react-hooks": "^5.2.0",
42-
"eslint-plugin-react-refresh": "^0.4.23",
42+
"eslint-plugin-react-refresh": "^0.4.24",
4343
"pg": "^8.16.3",
4444
"tsx": "^4.20.6",
4545
"typescript": "^5.9.2",

examples/solid/todo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"private": true,
44
"version": "0.0.33",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.1.32",
7-
"@tanstack/query-core": "^5.90.2",
8-
"@tanstack/query-db-collection": "^0.2.29",
9-
"@tanstack/solid-db": "^0.1.30",
10-
"@tanstack/solid-router": "^1.132.49",
11-
"@tanstack/solid-start": "^1.132.56",
12-
"@tanstack/trailbase-db-collection": "^0.1.30",
6+
"@tanstack/electric-db-collection": "^0.1.35",
7+
"@tanstack/query-core": "^5.90.5",
8+
"@tanstack/query-db-collection": "^0.2.32",
9+
"@tanstack/solid-db": "^0.1.33",
10+
"@tanstack/solid-router": "^1.133.15",
11+
"@tanstack/solid-start": "^1.133.15",
12+
"@tanstack/trailbase-db-collection": "^0.1.33",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.44.6",
1515
"drizzle-zod": "^0.8.3",
@@ -21,18 +21,18 @@
2121
"vite-tsconfig-paths": "^5.1.4"
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "^9.37.0",
24+
"@eslint/js": "^9.38.0",
2525
"@tailwindcss/vite": "^4.1.14",
2626
"@types/cors": "^2.8.19",
2727
"@types/express": "^4.17.23",
2828
"@types/node": "^22.18.1",
2929
"@types/pg": "^8.15.5",
30-
"@typescript-eslint/eslint-plugin": "^8.46.0",
31-
"@typescript-eslint/parser": "^8.46.0",
30+
"@typescript-eslint/eslint-plugin": "^8.46.1",
31+
"@typescript-eslint/parser": "^8.46.1",
3232
"concurrently": "^9.2.1",
3333
"dotenv": "^16.6.1",
3434
"drizzle-kit": "^0.31.5",
35-
"eslint": "^9.37.0",
35+
"eslint": "^9.38.0",
3636
"eslint-plugin-solid": "^0.14.5",
3737
"pg": "^8.16.3",
3838
"tsx": "^4.20.6",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/tanstack/db.git"
77
},
8-
"packageManager": "pnpm@10.18.2",
8+
"packageManager": "pnpm@10.18.3",
99
"type": "module",
1010
"scripts": {
1111
"build": "pnpm --filter \"./packages/**\" build",
@@ -22,26 +22,26 @@
2222
},
2323
"devDependencies": {
2424
"@changesets/cli": "^2.29.7",
25-
"@eslint/js": "^9.37.0",
25+
"@eslint/js": "^9.38.0",
2626
"@stylistic/eslint-plugin": "^4.4.1",
2727
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
28-
"@tanstack/config": "^0.21.0",
28+
"@tanstack/config": "^0.22.0",
2929
"@testing-library/jest-dom": "^6.9.1",
3030
"@types/node": "^24.6.2",
3131
"@types/react": "^19.2.2",
32-
"@types/react-dom": "^19.2.1",
32+
"@types/react-dom": "^19.2.2",
3333
"@types/use-sync-external-store": "^1.5.0",
34-
"@typescript-eslint/eslint-plugin": "^8.46.0",
35-
"@typescript-eslint/parser": "^8.46.0",
34+
"@typescript-eslint/eslint-plugin": "^8.46.1",
35+
"@typescript-eslint/parser": "^8.46.1",
3636
"@vitejs/plugin-react": "^5.0.4",
37-
"eslint": "^9.37.0",
37+
"eslint": "^9.38.0",
3838
"eslint-config-prettier": "^10.1.8",
3939
"eslint-import-resolver-typescript": "^4.4.4",
4040
"eslint-plugin-prettier": "^5.5.4",
4141
"eslint-plugin-react": "^7.37.5",
4242
"husky": "^9.1.7",
43-
"jsdom": "^27.0.0",
44-
"knip": "^5.64.3",
43+
"jsdom": "^27.0.1",
44+
"knip": "^5.66.1",
4545
"lint-staged": "^15.5.2",
4646
"markdown-link-extractor": "^4.0.2",
4747
"mitt": "^3.0.1",
@@ -51,7 +51,7 @@
5151
"shx": "^0.4.0",
5252
"tinyglobby": "^0.2.15",
5353
"typescript": "^5.9.2",
54-
"vite": "^7.1.9",
54+
"vite": "^7.1.10",
5555
"vitest": "^3.2.4",
5656
"zod": "^3.25.76"
5757
},

packages/angular-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"angular",
1616
"typescript"
1717
],
18-
"packageManager": "pnpm@10.18.2",
18+
"packageManager": "pnpm@10.18.3",
1919
"dependencies": {
2020
"@tanstack/db": "workspace:*"
2121
},

packages/db-ivm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"main": "dist/cjs/index.cjs",
3131
"module": "dist/esm/index.js",
32-
"packageManager": "pnpm@10.18.2",
32+
"packageManager": "pnpm@10.18.3",
3333
"peerDependencies": {
3434
"typescript": ">=4.7"
3535
},

packages/db/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@vitest/coverage-istanbul": "^3.2.4",
11-
"arktype": "^2.1.22",
11+
"arktype": "^2.1.23",
1212
"temporal-polyfill": "^0.3.0"
1313
},
1414
"exports": {
@@ -30,7 +30,7 @@
3030
],
3131
"main": "dist/cjs/index.cjs",
3232
"module": "dist/esm/index.js",
33-
"packageManager": "pnpm@10.18.2",
33+
"packageManager": "pnpm@10.18.3",
3434
"peerDependencies": {
3535
"typescript": ">=4.7"
3636
},

packages/electric-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"main": "dist/cjs/index.cjs",
3434
"module": "dist/esm/index.js",
35-
"packageManager": "pnpm@10.18.2",
35+
"packageManager": "pnpm@10.18.3",
3636
"author": "Kyle Mathews",
3737
"license": "MIT",
3838
"repository": {

packages/query-db-collection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@tanstack/db": "workspace:*"
88
},
99
"devDependencies": {
10-
"@tanstack/query-core": "^5.90.2",
10+
"@tanstack/query-core": "^5.90.5",
1111
"@vitest/coverage-istanbul": "^3.2.4"
1212
},
1313
"exports": {
@@ -29,7 +29,7 @@
2929
],
3030
"main": "dist/cjs/index.cjs",
3131
"module": "dist/esm/index.js",
32-
"packageManager": "pnpm@10.18.2",
32+
"packageManager": "pnpm@10.18.3",
3333
"peerDependencies": {
3434
"@tanstack/query-core": "^5.0.0",
3535
"typescript": ">=4.7"

0 commit comments

Comments
 (0)