Skip to content

Commit 72fc263

Browse files
chore(deps): update all non-major dependencies (#581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46aa946 commit 72fc263

File tree

17 files changed

+799
-1380
lines changed

17 files changed

+799
-1380
lines changed

examples/angular/todos/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/common": "^20.1.0",
26-
"@angular/compiler": "^20.1.0",
27-
"@angular/core": "^20.1.0",
28-
"@angular/forms": "^20.1.0",
29-
"@angular/platform-browser": "^20.1.0",
30-
"@angular/router": "^20.1.0",
25+
"@angular/common": "^20.3.1",
26+
"@angular/compiler": "^20.3.1",
27+
"@angular/core": "^20.3.1",
28+
"@angular/forms": "^20.3.1",
29+
"@angular/platform-browser": "^20.3.1",
30+
"@angular/router": "^20.3.1",
3131
"@tanstack/angular-db": "workspace:*",
3232
"@tanstack/db": "workspace:*",
33-
"rxjs": "~7.8.0",
34-
"tslib": "^2.3.0",
35-
"zone.js": "~0.15.0"
33+
"rxjs": "~7.8.2",
34+
"tslib": "^2.8.1",
35+
"zone.js": "~0.15.1"
3636
},
3737
"devDependencies": {
38-
"@angular/build": "^20.1.6",
39-
"@angular/cli": "^20.1.6",
40-
"@angular/compiler-cli": "^20.1.0",
41-
"@types/jasmine": "~5.1.0",
42-
"autoprefixer": "^10.4.14",
43-
"jasmine-core": "~5.8.0",
44-
"karma": "~6.4.0",
38+
"@angular/build": "^20.3.2",
39+
"@angular/cli": "^20.3.2",
40+
"@angular/compiler-cli": "^20.3.1",
41+
"@types/jasmine": "~5.1.9",
42+
"autoprefixer": "^10.4.21",
43+
"jasmine-core": "~5.10.0",
44+
"karma": "~6.4.4",
4545
"karma-chrome-launcher": "~3.2.0",
46-
"karma-coverage": "~2.2.0",
46+
"karma-coverage": "~2.2.1",
4747
"karma-jasmine": "~5.1.0",
4848
"karma-jasmine-html-reporter": "~2.1.0",
4949
"postcss": "^8.5.6",

examples/react/projects/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
},
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.1.13",
19-
"@tanstack/query-core": "^5.87.4",
20-
"@tanstack/query-db-collection": "^0.0.15",
21-
"@tanstack/react-db": "^0.0.33",
22-
"@tanstack/react-router": "^1.131.36",
23-
"@tanstack/react-router-devtools": "^1.131.36",
19+
"@tanstack/query-core": "^5.90.1",
20+
"@tanstack/query-db-collection": "^0.2.20",
21+
"@tanstack/react-db": "^0.1.21",
22+
"@tanstack/react-router": "^1.131.50",
23+
"@tanstack/react-router-devtools": "^1.131.50",
2424
"@tanstack/react-router-with-query": "^1.130.17",
25-
"@tanstack/react-start": "^1.131.36",
26-
"@tanstack/router-plugin": "^1.131.36",
25+
"@tanstack/react-start": "^1.131.50",
26+
"@tanstack/router-plugin": "^1.131.50",
2727
"@trpc/client": "^11.5.1",
2828
"@trpc/server": "^11.5.1",
29-
"better-auth": "^1.3.9",
29+
"better-auth": "^1.3.13",
3030
"dotenv": "^17.2.2",
3131
"drizzle-orm": "^0.44.5",
32-
"drizzle-zod": "^0.7.1",
32+
"drizzle-zod": "^0.8.3",
3333
"pg": "^8.16.3",
3434
"react": "^19.1.1",
3535
"react-dom": "^19.1.1",
@@ -40,18 +40,18 @@
4040
},
4141
"devDependencies": {
4242
"@eslint/compat": "^1.3.2",
43-
"@eslint/js": "^9.35.0",
43+
"@eslint/js": "^9.36.0",
4444
"@testing-library/dom": "^10.4.1",
4545
"@testing-library/react": "^16.3.0",
4646
"@types/pg": "^8.15.5",
47-
"@types/react": "^19.1.12",
47+
"@types/react": "^19.1.13",
4848
"@types/react-dom": "^19.1.9",
49-
"@typescript-eslint/eslint-plugin": "^8.43.0",
50-
"@typescript-eslint/parser": "^8.43.0",
49+
"@typescript-eslint/eslint-plugin": "^8.44.0",
50+
"@typescript-eslint/parser": "^8.44.0",
5151
"@vitejs/plugin-react": "^4.7.0",
5252
"concurrently": "^9.2.1",
5353
"drizzle-kit": "^0.31.4",
54-
"eslint": "^9.35.0",
54+
"eslint": "^9.36.0",
5555
"eslint-config-prettier": "^10.1.8",
5656
"eslint-plugin-prettier": "^5.5.4",
5757
"eslint-plugin-react": "^7.37.5",

examples/react/todo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@
44
"version": "0.1.1",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
7-
"@tanstack/query-core": "^5.87.4",
7+
"@tanstack/query-core": "^5.90.1",
88
"@tanstack/query-db-collection": "workspace:^",
99
"@tanstack/react-db": "workspace:^",
10-
"@tanstack/react-router": "^1.131.36",
11-
"@tanstack/react-start": "^1.131.36",
10+
"@tanstack/react-router": "^1.131.50",
11+
"@tanstack/react-start": "^1.131.50",
1212
"@tanstack/trailbase-db-collection": "workspace:^",
1313
"cors": "^2.8.5",
14-
"drizzle-orm": "^0.40.1",
14+
"drizzle-orm": "^0.44.5",
1515
"drizzle-zod": "^0.8.3",
1616
"express": "^4.21.2",
1717
"postgres": "^3.4.7",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
2020
"tailwindcss": "^4.1.13",
21-
"trailbase": "^0.7.2",
21+
"trailbase": "^0.7.3",
2222
"vite-tsconfig-paths": "^5.1.4",
2323
"zod": "^4.1.5"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "^9.35.0",
26+
"@eslint/js": "^9.36.0",
2727
"@tailwindcss/vite": "^4.1.13",
2828
"@types/cors": "^2.8.19",
2929
"@types/express": "^4.17.23",
3030
"@types/node": "^22.18.1",
3131
"@types/pg": "^8.15.5",
32-
"@types/react": "^19.1.12",
32+
"@types/react": "^19.1.13",
3333
"@types/react-dom": "^19.1.9",
34-
"@typescript-eslint/eslint-plugin": "^8.43.0",
35-
"@typescript-eslint/parser": "^8.43.0",
34+
"@typescript-eslint/eslint-plugin": "^8.44.0",
35+
"@typescript-eslint/parser": "^8.44.0",
3636
"@vitejs/plugin-react": "^4.7.0",
3737
"concurrently": "^9.2.1",
3838
"dotenv": "^16.6.1",
39-
"drizzle-kit": "^0.30.6",
40-
"eslint": "^9.35.0",
39+
"drizzle-kit": "^0.31.4",
40+
"eslint": "^9.36.0",
4141
"eslint-plugin-react-hooks": "^5.2.0",
4242
"eslint-plugin-react-refresh": "^0.4.20",
4343
"pg": "^8.16.3",

examples/solid/todo/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@
33
"private": true,
44
"version": "0.0.33",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.0.9",
7-
"@tanstack/query-core": "^5.87.4",
8-
"@tanstack/query-db-collection": "^0.0.9",
9-
"@tanstack/solid-db": "^0.0.27",
10-
"@tanstack/solid-router": "^1.131.36",
11-
"@tanstack/solid-start": "^1.131.36",
12-
"@tanstack/trailbase-db-collection": "^0.0.3",
6+
"@tanstack/electric-db-collection": "^0.1.23",
7+
"@tanstack/query-core": "^5.90.1",
8+
"@tanstack/query-db-collection": "^0.2.20",
9+
"@tanstack/solid-db": "^0.1.21",
10+
"@tanstack/solid-router": "^1.131.50",
11+
"@tanstack/solid-start": "^1.131.50",
12+
"@tanstack/trailbase-db-collection": "^0.1.21",
1313
"cors": "^2.8.5",
14-
"drizzle-orm": "^0.40.1",
15-
"drizzle-zod": "^0.7.1",
14+
"drizzle-orm": "^0.44.5",
15+
"drizzle-zod": "^0.8.3",
1616
"express": "^4.21.2",
1717
"postgres": "^3.4.7",
1818
"solid-js": "^1.9.9",
1919
"tailwindcss": "^4.1.13",
20-
"trailbase": "^0.7.2",
20+
"trailbase": "^0.7.3",
2121
"vite-tsconfig-paths": "^5.1.4"
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "^9.35.0",
24+
"@eslint/js": "^9.36.0",
2525
"@tailwindcss/vite": "^4.1.13",
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.43.0",
31-
"@typescript-eslint/parser": "^8.43.0",
30+
"@typescript-eslint/eslint-plugin": "^8.44.0",
31+
"@typescript-eslint/parser": "^8.44.0",
3232
"concurrently": "^9.2.1",
3333
"dotenv": "^16.6.1",
34-
"drizzle-kit": "^0.30.6",
35-
"eslint": "^9.35.0",
34+
"drizzle-kit": "^0.31.4",
35+
"eslint": "^9.36.0",
3636
"eslint-plugin-solid": "^0.14.5",
3737
"pg": "^8.16.3",
3838
"tsx": "^4.20.5",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
},
2323
"devDependencies": {
2424
"@changesets/cli": "^2.29.7",
25-
"@eslint/js": "^9.35.0",
25+
"@eslint/js": "^9.36.0",
2626
"@stylistic/eslint-plugin": "^4.4.1",
2727
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
28-
"@tanstack/config": "^0.20.1",
28+
"@tanstack/config": "^0.20.2",
2929
"@testing-library/jest-dom": "^6.8.0",
3030
"@types/node": "^22.18.1",
31-
"@types/react": "^19.1.12",
31+
"@types/react": "^19.1.13",
3232
"@types/react-dom": "^19.1.9",
3333
"@types/use-sync-external-store": "^0.0.6",
34-
"@typescript-eslint/eslint-plugin": "^8.43.0",
35-
"@typescript-eslint/parser": "^8.43.0",
34+
"@typescript-eslint/eslint-plugin": "^8.44.0",
35+
"@typescript-eslint/parser": "^8.44.0",
3636
"@vitejs/plugin-react": "^4.7.0",
37-
"eslint": "^9.35.0",
37+
"eslint": "^9.36.0",
3838
"eslint-config-prettier": "^10.1.8",
3939
"eslint-plugin-prettier": "^5.5.4",
4040
"eslint-plugin-react": "^7.37.5",
4141
"husky": "^9.1.7",
4242
"jsdom": "^27.0.0",
43-
"knip": "^5.63.1",
43+
"knip": "^5.64.0",
4444
"lint-staged": "^15.5.2",
4545
"markdown-link-extractor": "^4.0.2",
4646
"mitt": "^3.0.1",

packages/angular-db/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"angular",
1616
"typescript"
1717
],
18-
"packageManager": "pnpm@10.6.3",
18+
"packageManager": "pnpm@10.17.0",
1919
"dependencies": {
2020
"@tanstack/db": "workspace:*"
2121
},
2222
"devDependencies": {
23-
"@angular/common": "^19.0.0",
24-
"@angular/compiler": "^19.0.0",
25-
"@angular/core": "^19.0.0",
26-
"@angular/platform-browser": "^19.0.0",
27-
"@angular/platform-browser-dynamic": "^19.0.0",
28-
"@vitest/coverage-istanbul": "^3.0.9",
29-
"rxjs": "^7.8.0",
30-
"zone.js": "^0.14.0"
23+
"@angular/common": "^19.2.15",
24+
"@angular/compiler": "^19.2.15",
25+
"@angular/core": "^19.2.15",
26+
"@angular/platform-browser": "^19.2.15",
27+
"@angular/platform-browser-dynamic": "^19.2.15",
28+
"@vitest/coverage-istanbul": "^3.2.4",
29+
"rxjs": "^7.8.2",
30+
"zone.js": "^0.15.1"
3131
},
3232
"exports": {
3333
".": {

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.6.3",
32+
"packageManager": "pnpm@10.17.0",
3333
"peerDependencies": {
3434
"typescript": ">=4.7"
3535
},

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"main": "dist/cjs/index.cjs",
3232
"module": "dist/esm/index.js",
33-
"packageManager": "pnpm@10.6.3",
33+
"packageManager": "pnpm@10.17.0",
3434
"peerDependencies": {
3535
"typescript": ">=4.7"
3636
},

packages/electric-db-collection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@standard-schema/spec": "^1.0.0",
77
"@electric-sql/client": "^1.0.10",
88
"@tanstack/db": "workspace:*",
9-
"@tanstack/store": "^0.7.5",
10-
"debug": "^4.4.1"
9+
"@tanstack/store": "^0.7.7",
10+
"debug": "^4.4.3"
1111
},
1212
"devDependencies": {
1313
"@types/debug": "^4.1.12",
@@ -32,7 +32,7 @@
3232
],
3333
"main": "dist/cjs/index.cjs",
3434
"module": "dist/esm/index.js",
35-
"packageManager": "pnpm@10.6.3",
35+
"packageManager": "pnpm@10.17.0",
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.87.4",
10+
"@tanstack/query-core": "^5.90.1",
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.6.3",
32+
"packageManager": "pnpm@10.17.0",
3333
"peerDependencies": {
3434
"@tanstack/query-core": "^5.0.0",
3535
"typescript": ">=4.7"

0 commit comments

Comments
 (0)