Skip to content

Commit 884a561

Browse files
authored
Merge branch 'main' into patch-1
2 parents e962899 + e24b2fa commit 884a561

File tree

14 files changed

+659
-677
lines changed

14 files changed

+659
-677
lines changed

examples/angular/todos/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/common": "^19.2.15",
26-
"@angular/compiler": "^20.0.0",
27-
"@angular/core": "^19.2.16",
28-
"@angular/forms": "^20.3.14",
29-
"@angular/platform-browser": "^19.2.16",
30-
"@angular/router": "^20.3.14",
25+
"@angular/common": "^19.2.17",
26+
"@angular/compiler": "^20.3.15",
27+
"@angular/core": "^19.2.17",
28+
"@angular/forms": "^20.3.15",
29+
"@angular/platform-browser": "^19.2.17",
30+
"@angular/router": "^20.3.15",
3131
"@tanstack/angular-db": "^0.1.37",
3232
"@tanstack/db": "^0.5.11",
3333
"rxjs": "^7.8.2",
3434
"tslib": "^2.8.1",
3535
"zone.js": "^0.16.0"
3636
},
3737
"devDependencies": {
38-
"@angular/build": "^20.3.12",
39-
"@angular/cli": "^20.3.12",
40-
"@angular/compiler-cli": "^20.3.14",
38+
"@angular/build": "^20.3.13",
39+
"@angular/cli": "^20.3.13",
40+
"@angular/compiler-cli": "^20.3.15",
4141
"@tailwindcss/postcss": "^4.1.17",
4242
"@types/jasmine": "~5.1.13",
43-
"jasmine-core": "~5.12.1",
43+
"jasmine-core": "~5.13.0",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@tanstack/offline-transactions": "^1.0.1",
1313
"@tanstack/query-db-collection": "^1.0.6",
1414
"@tanstack/react-db": "^0.1.55",
15-
"@tanstack/react-query": "^5.90.11",
16-
"@tanstack/react-router": "^1.139.12",
17-
"@tanstack/react-router-devtools": "^1.139.12",
18-
"@tanstack/react-start": "^1.139.12",
19-
"react": "^19.2.0",
20-
"react-dom": "^19.2.0",
15+
"@tanstack/react-query": "^5.90.12",
16+
"@tanstack/react-router": "^1.140.0",
17+
"@tanstack/react-router-devtools": "^1.140.0",
18+
"@tanstack/react-start": "^1.140.0",
19+
"react": "^19.2.1",
20+
"react-dom": "^19.2.1",
2121
"tailwind-merge": "^2.6.0",
2222
"zod": "^3.25.76"
2323
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@tanstack/db": "^0.5.11",
1313
"@tanstack/react-db": "^0.1.55",
1414
"mitt": "^3.0.1",
15-
"react": "^19.2.0",
16-
"react-dom": "^19.2.0"
15+
"react": "^19.2.1",
16+
"react-dom": "^19.2.1"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^19.2.7",

examples/react/projects/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@
1616
},
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.1.17",
19-
"@tanstack/query-core": "^5.90.11",
19+
"@tanstack/query-core": "^5.90.12",
2020
"@tanstack/query-db-collection": "^1.0.6",
2121
"@tanstack/react-db": "^0.1.55",
22-
"@tanstack/react-router": "^1.139.12",
23-
"@tanstack/react-router-devtools": "^1.139.12",
22+
"@tanstack/react-router": "^1.140.0",
23+
"@tanstack/react-router-devtools": "^1.140.0",
2424
"@tanstack/react-router-with-query": "^1.130.17",
25-
"@tanstack/react-start": "^1.139.12",
26-
"@tanstack/router-plugin": "^1.139.12",
25+
"@tanstack/react-start": "^1.140.0",
26+
"@tanstack/router-plugin": "^1.140.0",
2727
"@trpc/client": "^11.7.2",
2828
"@trpc/server": "^11.7.2",
2929
"better-auth": "^1.3.26",
3030
"dotenv": "^17.2.3",
31-
"drizzle-orm": "^0.44.7",
31+
"drizzle-orm": "^0.45.0",
3232
"drizzle-zod": "^0.8.3",
3333
"pg": "^8.16.3",
34-
"react": "^19.2.0",
35-
"react-dom": "^19.2.0",
34+
"react": "^19.2.1",
35+
"react-dom": "^19.2.1",
3636
"tailwindcss": "^4.1.17",
3737
"vite": "^7.2.6",
3838
"vite-tsconfig-paths": "^5.1.4",
@@ -46,18 +46,18 @@
4646
"@types/pg": "^8.15.6",
4747
"@types/react": "^19.2.7",
4848
"@types/react-dom": "^19.2.3",
49-
"@typescript-eslint/eslint-plugin": "^8.48.0",
50-
"@typescript-eslint/parser": "^8.48.0",
49+
"@typescript-eslint/eslint-plugin": "^8.48.1",
50+
"@typescript-eslint/parser": "^8.48.1",
5151
"@vitejs/plugin-react": "^5.1.1",
5252
"concurrently": "^9.2.1",
53-
"drizzle-kit": "^0.31.7",
53+
"drizzle-kit": "^0.31.8",
5454
"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",
5858
"globals": "^16.5.0",
5959
"jsdom": "^27.2.0",
60-
"prettier": "^3.7.3",
60+
"prettier": "^3.7.4",
6161
"tsx": "^4.21.0",
6262
"typescript": "^5.9.2",
6363
"vite": "^7.2.6",

examples/react/todo/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"version": "0.1.24",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "^0.2.12",
7-
"@tanstack/query-core": "^5.90.11",
7+
"@tanstack/query-core": "^5.90.12",
88
"@tanstack/query-db-collection": "^1.0.6",
99
"@tanstack/react-db": "^0.1.55",
10-
"@tanstack/react-router": "^1.139.12",
11-
"@tanstack/react-start": "^1.139.12",
10+
"@tanstack/react-router": "^1.140.0",
11+
"@tanstack/react-start": "^1.140.0",
1212
"@tanstack/trailbase-db-collection": "^0.1.55",
1313
"cors": "^2.8.5",
14-
"drizzle-orm": "^0.44.7",
14+
"drizzle-orm": "^0.45.0",
1515
"drizzle-zod": "^0.8.3",
16-
"express": "^4.21.2",
16+
"express": "^4.22.1",
1717
"postgres": "^3.4.7",
18-
"react": "^19.2.0",
19-
"react-dom": "^19.2.0",
18+
"react": "^19.2.1",
19+
"react-dom": "^19.2.1",
2020
"tailwindcss": "^4.1.17",
2121
"trailbase": "^0.8.0",
2222
"vite-tsconfig-paths": "^5.1.4",
@@ -31,12 +31,12 @@
3131
"@types/pg": "^8.15.6",
3232
"@types/react": "^19.2.7",
3333
"@types/react-dom": "^19.2.3",
34-
"@typescript-eslint/eslint-plugin": "^8.48.0",
35-
"@typescript-eslint/parser": "^8.48.0",
34+
"@typescript-eslint/eslint-plugin": "^8.48.1",
35+
"@typescript-eslint/parser": "^8.48.1",
3636
"@vitejs/plugin-react": "^5.1.1",
3737
"concurrently": "^9.2.1",
3838
"dotenv": "^17.2.3",
39-
"drizzle-kit": "^0.31.7",
39+
"drizzle-kit": "^0.31.8",
4040
"eslint": "^9.39.1",
4141
"eslint-plugin-react-hooks": "^5.2.0",
4242
"eslint-plugin-react-refresh": "^0.4.24",

examples/solid/todo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"version": "0.0.33",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "^0.2.12",
7-
"@tanstack/query-core": "^5.90.11",
7+
"@tanstack/query-core": "^5.90.12",
88
"@tanstack/query-db-collection": "^1.0.6",
9-
"@tanstack/solid-db": "^0.1.52",
10-
"@tanstack/solid-router": "^1.139.12",
11-
"@tanstack/solid-start": "^1.139.12",
9+
"@tanstack/solid-db": "^0.1.54",
10+
"@tanstack/solid-router": "^1.140.0",
11+
"@tanstack/solid-start": "^1.140.0",
1212
"@tanstack/trailbase-db-collection": "^0.1.55",
1313
"cors": "^2.8.5",
14-
"drizzle-orm": "^0.44.7",
14+
"drizzle-orm": "^0.45.0",
1515
"drizzle-zod": "^0.8.3",
16-
"express": "^4.21.2",
16+
"express": "^4.22.1",
1717
"postgres": "^3.4.7",
1818
"solid-js": "^1.9.10",
1919
"tailwindcss": "^4.1.17",
@@ -27,11 +27,11 @@
2727
"@types/express": "^4.17.25",
2828
"@types/node": "^24.6.2",
2929
"@types/pg": "^8.15.6",
30-
"@typescript-eslint/eslint-plugin": "^8.48.0",
31-
"@typescript-eslint/parser": "^8.48.0",
30+
"@typescript-eslint/eslint-plugin": "^8.48.1",
31+
"@typescript-eslint/parser": "^8.48.1",
3232
"concurrently": "^9.2.1",
3333
"dotenv": "^17.2.3",
34-
"drizzle-kit": "^0.31.7",
34+
"drizzle-kit": "^0.31.8",
3535
"eslint": "^9.39.1",
3636
"eslint-plugin-solid": "^0.14.5",
3737
"pg": "^8.16.3",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@
2626
"@changesets/cli": "^2.29.8",
2727
"@eslint/js": "^9.39.1",
2828
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
29-
"@tanstack/eslint-config": "0.3.3",
30-
"@tanstack/typedoc-config": "0.3.2",
31-
"@tanstack/vite-config": "0.4.1",
29+
"@tanstack/eslint-config": "0.3.4",
30+
"@tanstack/typedoc-config": "0.3.3",
31+
"@tanstack/vite-config": "0.4.3",
3232
"@testing-library/jest-dom": "^6.9.1",
3333
"@types/node": "^24.6.2",
3434
"@types/react": "^19.2.7",
3535
"@types/react-dom": "^19.2.3",
3636
"@types/use-sync-external-store": "^1.5.0",
37-
"@typescript-eslint/eslint-plugin": "^8.48.0",
38-
"@typescript-eslint/parser": "^8.48.0",
37+
"@typescript-eslint/eslint-plugin": "^8.48.1",
38+
"@typescript-eslint/parser": "^8.48.1",
3939
"@vitejs/plugin-react": "^5.1.1",
4040
"eslint": "^9.39.1",
4141
"eslint-import-resolver-typescript": "^4.4.4",
4242
"eslint-plugin-react": "^7.37.5",
4343
"husky": "^9.1.7",
4444
"jsdom": "^27.2.0",
45-
"knip": "^5.70.2",
45+
"knip": "^5.71.0",
4646
"lint-staged": "^15.5.2",
4747
"markdown-link-extractor": "^4.0.3",
48-
"prettier": "^3.7.3",
48+
"prettier": "^3.7.4",
4949
"publint": "^0.3.15",
5050
"sherif": "^1.9.0",
5151
"shx": "^0.4.0",

packages/angular-db/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"rxjs": ">=6.0.0"
5252
},
5353
"devDependencies": {
54-
"@angular/common": "^19.2.15",
55-
"@angular/compiler": "^20.0.0",
56-
"@angular/core": "^19.2.16",
57-
"@angular/platform-browser": "^19.2.16",
58-
"@angular/platform-browser-dynamic": "^19.2.16",
54+
"@angular/common": "^19.2.17",
55+
"@angular/compiler": "^20.3.15",
56+
"@angular/core": "^19.2.17",
57+
"@angular/platform-browser": "^19.2.17",
58+
"@angular/platform-browser-dynamic": "^19.2.17",
5959
"@vitest/coverage-istanbul": "^3.2.4",
6060
"rxjs": "^7.8.2",
6161
"zone.js": "^0.16.0"

packages/db/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"dependencies": {
4747
"@standard-schema/spec": "^1.0.0",
4848
"@tanstack/db-ivm": "workspace:*",
49-
"@tanstack/pacer-lite": "^0.1.0"
49+
"@tanstack/pacer-lite": "^0.1.1"
5050
},
5151
"peerDependencies": {
5252
"typescript": ">=4.7"
5353
},
5454
"devDependencies": {
5555
"@vitest/coverage-istanbul": "^3.2.4",
56-
"arktype": "^2.1.27",
56+
"arktype": "^2.1.28",
5757
"mitt": "^3.0.1",
5858
"superjson": "^2.2.6",
5959
"temporal-polyfill": "^0.3.0"

packages/query-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": ">=4.7"
5555
},
5656
"devDependencies": {
57-
"@tanstack/query-core": "^5.90.11",
57+
"@tanstack/query-core": "^5.90.12",
5858
"@vitest/coverage-istanbul": "^3.2.4"
5959
}
6060
}

0 commit comments

Comments
 (0)