Skip to content

Commit b64603e

Browse files
chore(deps): update all non-major dependencies
1 parent 3e3504a commit b64603e

File tree

23 files changed

+1550
-1630
lines changed

23 files changed

+1550
-1630
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.19.0
21+
version: 10.22.0
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

examples/angular/todos/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/common": "^20.3.7",
26-
"@angular/compiler": "^20.3.7",
27-
"@angular/core": "^20.3.7",
28-
"@angular/forms": "^20.3.7",
29-
"@angular/platform-browser": "^20.3.7",
30-
"@angular/router": "^20.3.7",
25+
"@angular/common": "^20.3.10",
26+
"@angular/compiler": "^20.3.10",
27+
"@angular/core": "^20.3.10",
28+
"@angular/forms": "^20.3.10",
29+
"@angular/platform-browser": "^20.3.10",
30+
"@angular/router": "^20.3.10",
3131
"@tanstack/angular-db": ">=0.0.0 <1.0.0",
3232
"@tanstack/db": ">=0.0.0 <1.0.0",
3333
"rxjs": "~7.8.2",
3434
"tslib": "^2.8.1",
3535
"zone.js": "~0.15.1"
3636
},
3737
"devDependencies": {
38-
"@angular/build": "^20.3.7",
39-
"@angular/cli": "^20.3.7",
40-
"@angular/compiler-cli": "^20.3.7",
38+
"@angular/build": "^20.3.9",
39+
"@angular/cli": "^20.3.9",
40+
"@angular/compiler-cli": "^20.3.10",
4141
"@types/jasmine": "~5.1.12",
42-
"autoprefixer": "^10.4.21",
43-
"jasmine-core": "~5.12.0",
42+
"autoprefixer": "^10.4.22",
43+
"jasmine-core": "~5.12.1",
4444
"karma": "~6.4.4",
4545
"karma-chrome-launcher": "~3.2.0",
4646
"karma-coverage": "~2.2.1",

examples/react/offline-transactions/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"@tanstack/offline-transactions": ">=1.0.0",
1313
"@tanstack/query-db-collection": ">=1.0.0",
1414
"@tanstack/react-db": ">=0.1.44",
15-
"@tanstack/react-query": "^5.89.0",
16-
"@tanstack/react-router": "^1.131.47",
17-
"@tanstack/react-router-devtools": "^1.131.47",
18-
"@tanstack/react-start": "^1.131.47",
19-
"react": "^19.0.0",
20-
"react-dom": "^19.0.0",
15+
"@tanstack/react-query": "^5.90.8",
16+
"@tanstack/react-router": "^1.135.2",
17+
"@tanstack/react-router-devtools": "^1.135.2",
18+
"@tanstack/react-start": "^1.135.2",
19+
"react": "^19.2.0",
20+
"react-dom": "^19.2.0",
2121
"tailwind-merge": "^2.6.0",
22-
"zod": "^3.24.2"
22+
"zod": "^3.25.76"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^22.5.4",
26-
"@types/react": "^19.0.8",
27-
"@types/react-dom": "^19.0.3",
28-
"@vitejs/plugin-react": "^5.0.3",
29-
"autoprefixer": "^10.4.20",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
28+
"@vitejs/plugin-react": "^5.1.1",
29+
"autoprefixer": "^10.4.22",
3030
"chokidar": "^4.0.3",
31-
"postcss": "^8.5.1",
32-
"tailwindcss": "^3.4.17",
31+
"postcss": "^8.5.6",
32+
"tailwindcss": "^3.4.18",
3333
"typescript": "^5.7.2",
34-
"vite": "^7.1.7",
34+
"vite": "^7.2.2",
3535
"vite-tsconfig-paths": "^5.1.4"
3636
}
3737
}

examples/react/paced-mutations-demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.12",
20-
"@types/react-dom": "^18.3.1",
21-
"@vitejs/plugin-react": "^4.3.4",
19+
"@types/react": "^18.3.26",
20+
"@types/react-dom": "^18.3.7",
21+
"@vitejs/plugin-react": "^4.7.0",
2222
"typescript": "^5.7.2",
23-
"vite": "^6.0.3"
23+
"vite": "^6.4.1"
2424
}
2525
}

examples/react/projects/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,47 +15,47 @@
1515
"format:check": "prettier --check ."
1616
},
1717
"dependencies": {
18-
"@tailwindcss/vite": "^4.1.16",
19-
"@tanstack/query-core": "^5.90.5",
18+
"@tailwindcss/vite": "^4.1.17",
19+
"@tanstack/query-core": "^5.90.8",
2020
"@tanstack/query-db-collection": ">=1.0.0",
2121
"@tanstack/react-db": ">=0.1.44",
22-
"@tanstack/react-router": "^1.133.32",
23-
"@tanstack/react-router-devtools": "^1.133.32",
22+
"@tanstack/react-router": "^1.135.2",
23+
"@tanstack/react-router-devtools": "^1.135.2",
2424
"@tanstack/react-router-with-query": "^1.130.17",
25-
"@tanstack/react-start": "^1.133.32",
26-
"@tanstack/router-plugin": "^1.133.32",
27-
"@trpc/client": "^11.7.0",
28-
"@trpc/server": "^11.7.0",
25+
"@tanstack/react-start": "^1.135.2",
26+
"@tanstack/router-plugin": "^1.135.2",
27+
"@trpc/client": "^11.7.1",
28+
"@trpc/server": "^11.7.1",
2929
"better-auth": "^1.3.26",
3030
"dotenv": "^17.2.3",
3131
"drizzle-orm": "^0.44.7",
3232
"drizzle-zod": "^0.8.3",
3333
"pg": "^8.16.3",
3434
"react": "^19.2.0",
3535
"react-dom": "^19.2.0",
36-
"tailwindcss": "^4.1.16",
36+
"tailwindcss": "^4.1.17",
3737
"vite": "^6.3.5",
3838
"vite-tsconfig-paths": "^5.1.4",
3939
"zod": "^4.1.11"
4040
},
4141
"devDependencies": {
42-
"@eslint/compat": "^1.4.0",
43-
"@eslint/js": "^9.38.0",
42+
"@eslint/compat": "^1.4.1",
43+
"@eslint/js": "^9.39.1",
4444
"@testing-library/dom": "^10.4.1",
4545
"@testing-library/react": "^16.3.0",
46-
"@types/pg": "^8.15.5",
47-
"@types/react": "^19.2.2",
48-
"@types/react-dom": "^19.2.2",
49-
"@typescript-eslint/eslint-plugin": "^8.46.2",
50-
"@typescript-eslint/parser": "^8.46.2",
46+
"@types/pg": "^8.15.6",
47+
"@types/react": "^19.2.3",
48+
"@types/react-dom": "^19.2.3",
49+
"@typescript-eslint/eslint-plugin": "^8.46.4",
50+
"@typescript-eslint/parser": "^8.46.4",
5151
"@vitejs/plugin-react": "^5.0.4",
5252
"concurrently": "^9.2.1",
53-
"drizzle-kit": "^0.31.5",
54-
"eslint": "^9.38.0",
53+
"drizzle-kit": "^0.31.6",
54+
"eslint": "^9.39.1",
5555
"eslint-config-prettier": "^10.1.8",
5656
"eslint-plugin-prettier": "^5.5.4",
5757
"eslint-plugin-react": "^7.37.5",
58-
"globals": "^16.4.0",
58+
"globals": "^16.5.0",
5959
"jsdom": "^27.0.0",
6060
"prettier": "^3.6.2",
6161
"tsx": "^4.20.6",

examples/react/todo/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"version": "0.1.24",
55
"dependencies": {
66
"@tanstack/electric-db-collection": ">=0.2.0",
7-
"@tanstack/query-core": "^5.90.5",
7+
"@tanstack/query-core": "^5.90.8",
88
"@tanstack/query-db-collection": ">=1.0.0",
99
"@tanstack/react-db": ">=0.1.44",
10-
"@tanstack/react-router": "^1.133.32",
11-
"@tanstack/react-start": "^1.133.32",
10+
"@tanstack/react-router": "^1.135.2",
11+
"@tanstack/react-start": "^1.135.2",
1212
"@tanstack/trailbase-db-collection": ">=0.1.44",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.44.7",
@@ -17,27 +17,27 @@
1717
"postgres": "^3.4.7",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0",
20-
"tailwindcss": "^4.1.16",
20+
"tailwindcss": "^4.1.17",
2121
"trailbase": "^0.8.0",
2222
"vite-tsconfig-paths": "^5.1.4",
2323
"zod": "^4.1.11"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "^9.38.0",
27-
"@tailwindcss/vite": "^4.1.16",
26+
"@eslint/js": "^9.39.1",
27+
"@tailwindcss/vite": "^4.1.17",
2828
"@types/cors": "^2.8.19",
29-
"@types/express": "^4.17.24",
29+
"@types/express": "^4.17.25",
3030
"@types/node": "^24.5.2",
31-
"@types/pg": "^8.15.5",
32-
"@types/react": "^19.2.2",
33-
"@types/react-dom": "^19.2.2",
34-
"@typescript-eslint/eslint-plugin": "^8.46.2",
35-
"@typescript-eslint/parser": "^8.46.2",
31+
"@types/pg": "^8.15.6",
32+
"@types/react": "^19.2.3",
33+
"@types/react-dom": "^19.2.3",
34+
"@typescript-eslint/eslint-plugin": "^8.46.4",
35+
"@typescript-eslint/parser": "^8.46.4",
3636
"@vitejs/plugin-react": "^5.0.3",
3737
"concurrently": "^9.2.1",
3838
"dotenv": "^17.2.2",
39-
"drizzle-kit": "^0.31.5",
40-
"eslint": "^9.38.0",
39+
"drizzle-kit": "^0.31.6",
40+
"eslint": "^9.39.1",
4141
"eslint-plugin-react-hooks": "^5.2.0",
4242
"eslint-plugin-react-refresh": "^0.4.24",
4343
"pg": "^8.16.3",

examples/solid/todo/package.json

Lines changed: 16 additions & 16 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.1.38",
7-
"@tanstack/query-core": "^5.90.5",
6+
"@tanstack/electric-db-collection": "^0.1.44",
7+
"@tanstack/query-core": "^5.90.8",
88
"@tanstack/query-db-collection": ">=0.0.0 <1.0.0",
9-
"@tanstack/solid-db": "^0.1.36",
10-
"@tanstack/solid-router": "^1.133.31",
11-
"@tanstack/solid-start": "^1.133.32",
12-
"@tanstack/trailbase-db-collection": "^0.1.36",
9+
"@tanstack/solid-db": "^0.1.42",
10+
"@tanstack/solid-router": "^1.135.2",
11+
"@tanstack/solid-start": "^1.135.2",
12+
"@tanstack/trailbase-db-collection": "^0.1.43",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.44.7",
1515
"drizzle-zod": "^0.8.3",
1616
"express": "^4.21.2",
1717
"postgres": "^3.4.7",
18-
"solid-js": "^1.9.9",
19-
"tailwindcss": "^4.1.16",
18+
"solid-js": "^1.9.10",
19+
"tailwindcss": "^4.1.17",
2020
"trailbase": "^0.8.0",
2121
"vite-tsconfig-paths": "^5.1.4"
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "^9.38.0",
25-
"@tailwindcss/vite": "^4.1.16",
24+
"@eslint/js": "^9.39.1",
25+
"@tailwindcss/vite": "^4.1.17",
2626
"@types/cors": "^2.8.19",
27-
"@types/express": "^4.17.24",
27+
"@types/express": "^4.17.25",
2828
"@types/node": "^22.18.1",
29-
"@types/pg": "^8.15.5",
30-
"@typescript-eslint/eslint-plugin": "^8.46.2",
31-
"@typescript-eslint/parser": "^8.46.2",
29+
"@types/pg": "^8.15.6",
30+
"@typescript-eslint/eslint-plugin": "^8.46.4",
31+
"@typescript-eslint/parser": "^8.46.4",
3232
"concurrently": "^9.2.1",
3333
"dotenv": "^16.6.1",
34-
"drizzle-kit": "^0.31.5",
35-
"eslint": "^9.38.0",
34+
"drizzle-kit": "^0.31.6",
35+
"eslint": "^9.39.1",
3636
"eslint-plugin-solid": "^0.14.5",
3737
"pg": "^8.16.3",
3838
"tsx": "^4.20.6",

package.json

Lines changed: 12 additions & 12 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.19.0",
8+
"packageManager": "pnpm@10.22.0",
99
"type": "module",
1010
"scripts": {
1111
"build": "pnpm --filter \"./packages/**\" build",
@@ -23,36 +23,36 @@
2323
},
2424
"devDependencies": {
2525
"@changesets/cli": "^2.29.7",
26-
"@eslint/js": "^9.38.0",
26+
"@eslint/js": "^9.39.1",
2727
"@stylistic/eslint-plugin": "^4.4.1",
2828
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
2929
"@tanstack/config": "^0.22.0",
3030
"@testing-library/jest-dom": "^6.9.1",
3131
"@types/node": "^24.6.2",
32-
"@types/react": "^19.2.2",
33-
"@types/react-dom": "^19.2.2",
32+
"@types/react": "^19.2.3",
33+
"@types/react-dom": "^19.2.3",
3434
"@types/use-sync-external-store": "^1.5.0",
35-
"@typescript-eslint/eslint-plugin": "^8.46.2",
36-
"@typescript-eslint/parser": "^8.46.2",
37-
"@vitejs/plugin-react": "^5.1.0",
38-
"eslint": "^9.38.0",
35+
"@typescript-eslint/eslint-plugin": "^8.46.4",
36+
"@typescript-eslint/parser": "^8.46.4",
37+
"@vitejs/plugin-react": "^5.1.1",
38+
"eslint": "^9.39.1",
3939
"eslint-config-prettier": "^10.1.8",
4040
"eslint-import-resolver-typescript": "^4.4.4",
4141
"eslint-plugin-prettier": "^5.5.4",
4242
"eslint-plugin-react": "^7.37.5",
4343
"husky": "^9.1.7",
44-
"jsdom": "^27.0.1",
45-
"knip": "^5.66.3",
44+
"jsdom": "^27.2.0",
45+
"knip": "^5.69.0",
4646
"lint-staged": "^15.5.2",
4747
"markdown-link-extractor": "^4.0.2",
4848
"mitt": "^3.0.1",
4949
"prettier": "^3.6.2",
5050
"publint": "^0.3.15",
51-
"sherif": "^1.7.0",
51+
"sherif": "^1.8.0",
5252
"shx": "^0.4.0",
5353
"tinyglobby": "^0.2.15",
5454
"typescript": "^5.9.2",
55-
"vite": "^7.1.12",
55+
"vite": "^7.2.2",
5656
"vitest": "^3.2.4",
5757
"zod": "^3.25.76"
5858
},

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.19.0",
18+
"packageManager": "pnpm@10.22.0",
1919
"dependencies": {
2020
"@tanstack/db": "workspace:*"
2121
},

packages/db-collection-e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@tanstack/db": "workspace:*",
1515
"@tanstack/electric-db-collection": "workspace:*",
1616
"@tanstack/query-db-collection": "workspace:*",
17-
"pg": "^8.13.1"
17+
"pg": "^8.16.3"
1818
},
1919
"devDependencies": {
20-
"@types/pg": "^8.11.10",
20+
"@types/pg": "^8.15.6",
2121
"@vitest/ui": "^3.2.4",
2222
"typescript": "^5.9.2",
23-
"vite": "^7.1.12",
23+
"vite": "^7.2.2",
2424
"vitest": "^3.2.4"
2525
},
26-
"packageManager": "pnpm@10.19.0"
26+
"packageManager": "pnpm@10.22.0"
2727
}

0 commit comments

Comments
 (0)