diff --git a/.changeset/fix-gc-infinity.md b/.changeset/fix-gc-infinity.md deleted file mode 100644 index 1421e425e..000000000 --- a/.changeset/fix-gc-infinity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/db': patch ---- - -Fix `gcTime: Infinity` causing immediate garbage collection instead of disabling GC. JavaScript's `setTimeout` coerces `Infinity` to `0` via ToInt32, so we now explicitly check for non-finite values. diff --git a/.changeset/lovely-carpets-feel.md b/.changeset/lovely-carpets-feel.md deleted file mode 100644 index 9fb6d8139..000000000 --- a/.changeset/lovely-carpets-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/query-db-collection': patch ---- - -Fix updating all active query caches on directWrite for on-demand collections.Previously directWrite operations (e.g. writeUpdate/writeInsert) only updated the cache at the base query key for on-demand collections, leading to stale data when components remounted. This change ensures all active query cache keys are updated so data persists correctly. diff --git a/examples/angular/todos/package.json b/examples/angular/todos/package.json index fdee3945e..91e14870b 100644 --- a/examples/angular/todos/package.json +++ b/examples/angular/todos/package.json @@ -28,8 +28,8 @@ "@angular/forms": "^20.3.15", "@angular/platform-browser": "^19.2.17", "@angular/router": "^20.3.15", - "@tanstack/angular-db": "^0.1.47", - "@tanstack/db": "^0.5.21", + "@tanstack/angular-db": "^0.1.48", + "@tanstack/db": "^0.5.22", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "^0.16.0" diff --git a/examples/react-native/offline-transactions/package.json b/examples/react-native/offline-transactions/package.json index d7b061e40..857c2819e 100644 --- a/examples/react-native/offline-transactions/package.json +++ b/examples/react-native/offline-transactions/package.json @@ -14,9 +14,9 @@ "@expo/metro-runtime": "~5.0.5", "@react-native-async-storage/async-storage": "2.1.2", "@react-native-community/netinfo": "11.4.1", - "@tanstack/offline-transactions": "^1.0.11", - "@tanstack/query-db-collection": "^1.0.18", - "@tanstack/react-db": "^0.1.65", + "@tanstack/offline-transactions": "^1.0.12", + "@tanstack/query-db-collection": "^1.0.19", + "@tanstack/react-db": "^0.1.66", "@tanstack/react-query": "^5.90.16", "expo": "~53.0.0", "expo-constants": "~17.1.0", diff --git a/examples/react/offline-transactions/package.json b/examples/react/offline-transactions/package.json index c786fd031..93ad92b09 100644 --- a/examples/react/offline-transactions/package.json +++ b/examples/react/offline-transactions/package.json @@ -9,9 +9,9 @@ "start": "node .output/server/index.mjs" }, "dependencies": { - "@tanstack/offline-transactions": "^1.0.11", - "@tanstack/query-db-collection": "^1.0.18", - "@tanstack/react-db": "^0.1.65", + "@tanstack/offline-transactions": "^1.0.12", + "@tanstack/query-db-collection": "^1.0.19", + "@tanstack/react-db": "^0.1.66", "@tanstack/react-query": "^5.90.16", "@tanstack/react-router": "^1.144.0", "@tanstack/react-router-devtools": "^1.144.0", diff --git a/examples/react/paced-mutations-demo/package.json b/examples/react/paced-mutations-demo/package.json index 270c0e14d..7e552bf1f 100644 --- a/examples/react/paced-mutations-demo/package.json +++ b/examples/react/paced-mutations-demo/package.json @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/db": "^0.5.21", - "@tanstack/react-db": "^0.1.65", + "@tanstack/db": "^0.5.22", + "@tanstack/react-db": "^0.1.66", "mitt": "^3.0.1", "react": "^19.2.3", "react-dom": "^19.2.3" diff --git a/examples/react/projects/package.json b/examples/react/projects/package.json index 5c1ed57f6..d845fe2d6 100644 --- a/examples/react/projects/package.json +++ b/examples/react/projects/package.json @@ -17,8 +17,8 @@ "dependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/query-core": "^5.90.16", - "@tanstack/query-db-collection": "^1.0.18", - "@tanstack/react-db": "^0.1.65", + "@tanstack/query-db-collection": "^1.0.19", + "@tanstack/react-db": "^0.1.66", "@tanstack/react-router": "^1.144.0", "@tanstack/react-router-devtools": "^1.144.0", "@tanstack/react-router-with-query": "^1.130.17", diff --git a/examples/react/todo/package.json b/examples/react/todo/package.json index 7797f6fd8..596dad0ff 100644 --- a/examples/react/todo/package.json +++ b/examples/react/todo/package.json @@ -3,13 +3,13 @@ "private": true, "version": "0.1.24", "dependencies": { - "@tanstack/electric-db-collection": "^0.2.26", + "@tanstack/electric-db-collection": "^0.2.27", "@tanstack/query-core": "^5.90.16", - "@tanstack/query-db-collection": "^1.0.18", - "@tanstack/react-db": "^0.1.65", + "@tanstack/query-db-collection": "^1.0.19", + "@tanstack/react-db": "^0.1.66", "@tanstack/react-router": "^1.144.0", "@tanstack/react-start": "^1.145.5", - "@tanstack/trailbase-db-collection": "^0.1.65", + "@tanstack/trailbase-db-collection": "^0.1.66", "cors": "^2.8.5", "drizzle-orm": "^0.45.1", "drizzle-zod": "^0.8.3", diff --git a/examples/solid/todo/package.json b/examples/solid/todo/package.json index 86235d157..10028a408 100644 --- a/examples/solid/todo/package.json +++ b/examples/solid/todo/package.json @@ -3,13 +3,13 @@ "private": true, "version": "0.0.34", "dependencies": { - "@tanstack/electric-db-collection": "^0.2.26", + "@tanstack/electric-db-collection": "^0.2.27", "@tanstack/query-core": "^5.90.16", - "@tanstack/query-db-collection": "^1.0.18", - "@tanstack/solid-db": "^0.2.1", + "@tanstack/query-db-collection": "^1.0.19", + "@tanstack/solid-db": "^0.2.2", "@tanstack/solid-router": "^1.144.0", "@tanstack/solid-start": "^1.145.5", - "@tanstack/trailbase-db-collection": "^0.1.65", + "@tanstack/trailbase-db-collection": "^0.1.66", "cors": "^2.8.5", "drizzle-orm": "^0.45.1", "drizzle-zod": "^0.8.3", diff --git a/packages/angular-db/CHANGELOG.md b/packages/angular-db/CHANGELOG.md index 66c97a745..94f6c6c8f 100644 --- a/packages/angular-db/CHANGELOG.md +++ b/packages/angular-db/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-db +## 0.1.48 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.1.47 ### Patch Changes diff --git a/packages/angular-db/package.json b/packages/angular-db/package.json index 45b5b7d6d..ac96c7abb 100644 --- a/packages/angular-db/package.json +++ b/packages/angular-db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-db", - "version": "0.1.47", + "version": "0.1.48", "description": "Angular integration for @tanstack/db", "author": "Ethan McDaniel", "license": "MIT", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index d758642cb..fa9539ce8 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/db +## 0.5.22 + +### Patch Changes + +- Fix `gcTime: Infinity` causing immediate garbage collection instead of disabling GC. JavaScript's `setTimeout` coerces `Infinity` to `0` via ToInt32, so we now explicitly check for non-finite values. ([#1135](https://github.com/TanStack/db/pull/1135)) + ## 0.5.21 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index 1a9fb634e..dfbc90337 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/db", - "version": "0.5.21", + "version": "0.5.22", "description": "A reactive client store for building super fast apps on sync", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/electric-db-collection/CHANGELOG.md b/packages/electric-db-collection/CHANGELOG.md index 5dc2e830d..7be12d326 100644 --- a/packages/electric-db-collection/CHANGELOG.md +++ b/packages/electric-db-collection/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/electric-db-collection +## 0.2.27 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.2.26 ### Patch Changes diff --git a/packages/electric-db-collection/package.json b/packages/electric-db-collection/package.json index 28b543e14..afd481e28 100644 --- a/packages/electric-db-collection/package.json +++ b/packages/electric-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/electric-db-collection", - "version": "0.2.26", + "version": "0.2.27", "description": "ElectricSQL collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/offline-transactions/CHANGELOG.md b/packages/offline-transactions/CHANGELOG.md index d29b51615..0e07ba891 100644 --- a/packages/offline-transactions/CHANGELOG.md +++ b/packages/offline-transactions/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/offline-transactions +## 1.0.12 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 1.0.11 ### Patch Changes diff --git a/packages/offline-transactions/package.json b/packages/offline-transactions/package.json index 554fbb720..1203d6fe0 100644 --- a/packages/offline-transactions/package.json +++ b/packages/offline-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/offline-transactions", - "version": "1.0.11", + "version": "1.0.12", "description": "Offline-first transaction capabilities for TanStack DB", "author": "TanStack", "license": "MIT", diff --git a/packages/powersync-db-collection/CHANGELOG.md b/packages/powersync-db-collection/CHANGELOG.md index 9591655ff..a67ba984d 100644 --- a/packages/powersync-db-collection/CHANGELOG.md +++ b/packages/powersync-db-collection/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/powersync-db-collection +## 0.1.26 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.1.25 ### Patch Changes diff --git a/packages/powersync-db-collection/package.json b/packages/powersync-db-collection/package.json index 5cef87f5a..508bef36f 100644 --- a/packages/powersync-db-collection/package.json +++ b/packages/powersync-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/powersync-db-collection", - "version": "0.1.25", + "version": "0.1.26", "description": "PowerSync collection for TanStack DB", "author": "POWERSYNC", "license": "MIT", diff --git a/packages/query-db-collection/CHANGELOG.md b/packages/query-db-collection/CHANGELOG.md index 723d8a91c..df410e8eb 100644 --- a/packages/query-db-collection/CHANGELOG.md +++ b/packages/query-db-collection/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/query-db-collection +## 1.0.19 + +### Patch Changes + +- Fix updating all active query caches on directWrite for on-demand collections.Previously directWrite operations (e.g. writeUpdate/writeInsert) only updated the cache at the base query key for on-demand collections, leading to stale data when components remounted. This change ensures all active query cache keys are updated so data persists correctly. ([#1155](https://github.com/TanStack/db/pull/1155)) + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 1.0.18 ### Patch Changes diff --git a/packages/query-db-collection/package.json b/packages/query-db-collection/package.json index 0bdcafa8e..4cc257f26 100644 --- a/packages/query-db-collection/package.json +++ b/packages/query-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-db-collection", - "version": "1.0.18", + "version": "1.0.19", "description": "TanStack Query collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/react-db/CHANGELOG.md b/packages/react-db/CHANGELOG.md index cc1abeace..631091b54 100644 --- a/packages/react-db/CHANGELOG.md +++ b/packages/react-db/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-db +## 0.1.66 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.1.65 ### Patch Changes diff --git a/packages/react-db/package.json b/packages/react-db/package.json index 4a7c8ba20..27abe2844 100644 --- a/packages/react-db/package.json +++ b/packages/react-db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-db", - "version": "0.1.65", + "version": "0.1.66", "description": "React integration for @tanstack/db", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/rxdb-db-collection/CHANGELOG.md b/packages/rxdb-db-collection/CHANGELOG.md index 6c8d5c339..2befc1b0d 100644 --- a/packages/rxdb-db-collection/CHANGELOG.md +++ b/packages/rxdb-db-collection/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/rxdb-db-collection +## 0.1.54 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.1.53 ### Patch Changes diff --git a/packages/rxdb-db-collection/package.json b/packages/rxdb-db-collection/package.json index d91362f2f..e8151c393 100644 --- a/packages/rxdb-db-collection/package.json +++ b/packages/rxdb-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/rxdb-db-collection", - "version": "0.1.53", + "version": "0.1.54", "description": "RxDB collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/solid-db/CHANGELOG.md b/packages/solid-db/CHANGELOG.md index da469a9ce..ee6de26ef 100644 --- a/packages/solid-db/CHANGELOG.md +++ b/packages/solid-db/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-db +## 0.2.2 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.2.1 ### Patch Changes diff --git a/packages/solid-db/package.json b/packages/solid-db/package.json index 307992a76..1feeb2a64 100644 --- a/packages/solid-db/package.json +++ b/packages/solid-db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-db", - "version": "0.2.1", + "version": "0.2.2", "description": "Solid integration for @tanstack/db", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/svelte-db/CHANGELOG.md b/packages/svelte-db/CHANGELOG.md index 67b037f4e..b13b15ea9 100644 --- a/packages/svelte-db/CHANGELOG.md +++ b/packages/svelte-db/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-db +## 0.1.65 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.1.64 ### Patch Changes diff --git a/packages/svelte-db/package.json b/packages/svelte-db/package.json index 905e80eaf..c06b2ea94 100644 --- a/packages/svelte-db/package.json +++ b/packages/svelte-db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-db", - "version": "0.1.64", + "version": "0.1.65", "description": "Svelte integration for @tanstack/db", "author": "Kyle Mathews", "license": "MIT", diff --git a/packages/trailbase-db-collection/CHANGELOG.md b/packages/trailbase-db-collection/CHANGELOG.md index 3ec9d5b78..926f027df 100644 --- a/packages/trailbase-db-collection/CHANGELOG.md +++ b/packages/trailbase-db-collection/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/trailbase-db-collection +## 0.1.66 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.1.65 ### Patch Changes diff --git a/packages/trailbase-db-collection/package.json b/packages/trailbase-db-collection/package.json index d7afca994..3f05e0167 100644 --- a/packages/trailbase-db-collection/package.json +++ b/packages/trailbase-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/trailbase-db-collection", - "version": "0.1.65", + "version": "0.1.66", "description": "TrailBase collection for TanStack DB", "author": "Sebastian Jeltsch", "license": "MIT", diff --git a/packages/vue-db/CHANGELOG.md b/packages/vue-db/CHANGELOG.md index b99e6a396..75a17c189 100644 --- a/packages/vue-db/CHANGELOG.md +++ b/packages/vue-db/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-db +## 0.0.99 + +### Patch Changes + +- Updated dependencies [[`f9b741e`](https://github.com/TanStack/db/commit/f9b741e9fb636be1c9f1502b7e28fe691bae2480)]: + - @tanstack/db@0.5.22 + ## 0.0.98 ### Patch Changes diff --git a/packages/vue-db/package.json b/packages/vue-db/package.json index 0ea5be22d..676a43ccf 100644 --- a/packages/vue-db/package.json +++ b/packages/vue-db/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-db", - "version": "0.0.98", + "version": "0.0.99", "description": "Vue integration for @tanstack/db", "author": "Kyle Mathews", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c84f5c422..92cbc0878 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -135,10 +135,10 @@ importers: specifier: ^20.3.15 version: 20.3.15(@angular/common@19.2.17(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@19.2.17(@angular/common@19.2.17(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@tanstack/angular-db': - specifier: ^0.1.47 + specifier: ^0.1.48 version: link:../../../packages/angular-db '@tanstack/db': - specifier: ^0.5.21 + specifier: ^0.5.22 version: link:../../../packages/db rxjs: specifier: ^7.8.2 @@ -205,13 +205,13 @@ importers: specifier: 11.4.1 version: 11.4.1(react-native@0.79.6(@babel/core@7.28.5)(@types/react@19.2.7)(react@19.2.3)) '@tanstack/offline-transactions': - specifier: ^1.0.11 + specifier: ^1.0.12 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.0.18 + specifier: ^1.0.19 version: link:../../../packages/query-db-collection '@tanstack/react-db': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/react-db '@tanstack/react-query': specifier: ^5.90.16 @@ -278,13 +278,13 @@ importers: examples/react/offline-transactions: dependencies: '@tanstack/offline-transactions': - specifier: ^1.0.11 + specifier: ^1.0.12 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.0.18 + specifier: ^1.0.19 version: link:../../../packages/query-db-collection '@tanstack/react-db': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/react-db '@tanstack/react-query': specifier: ^5.90.16 @@ -345,10 +345,10 @@ importers: examples/react/paced-mutations-demo: dependencies: '@tanstack/db': - specifier: ^0.5.21 + specifier: ^0.5.22 version: link:../../../packages/db '@tanstack/react-db': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/react-db mitt: specifier: ^3.0.1 @@ -385,10 +385,10 @@ importers: specifier: ^5.90.16 version: 5.90.16 '@tanstack/query-db-collection': - specifier: ^1.0.18 + specifier: ^1.0.19 version: link:../../../packages/query-db-collection '@tanstack/react-db': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/react-db '@tanstack/react-router': specifier: ^1.144.0 @@ -518,16 +518,16 @@ importers: examples/react/todo: dependencies: '@tanstack/electric-db-collection': - specifier: ^0.2.26 + specifier: ^0.2.27 version: link:../../../packages/electric-db-collection '@tanstack/query-core': specifier: ^5.90.16 version: 5.90.16 '@tanstack/query-db-collection': - specifier: ^1.0.18 + specifier: ^1.0.19 version: link:../../../packages/query-db-collection '@tanstack/react-db': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/react-db '@tanstack/react-router': specifier: ^1.144.0 @@ -536,7 +536,7 @@ importers: specifier: ^1.145.5 version: 1.145.5(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.10)(vite@7.3.1(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.44.0)(tsx@4.21.0)(yaml@2.8.1)))(vite@7.3.1(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.44.0)(tsx@4.21.0)(yaml@2.8.1)) '@tanstack/trailbase-db-collection': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/trailbase-db-collection cors: specifier: ^2.8.5 @@ -639,16 +639,16 @@ importers: examples/solid/todo: dependencies: '@tanstack/electric-db-collection': - specifier: ^0.2.26 + specifier: ^0.2.27 version: link:../../../packages/electric-db-collection '@tanstack/query-core': specifier: ^5.90.16 version: 5.90.16 '@tanstack/query-db-collection': - specifier: ^1.0.18 + specifier: ^1.0.19 version: link:../../../packages/query-db-collection '@tanstack/solid-db': - specifier: ^0.2.1 + specifier: ^0.2.2 version: link:../../../packages/solid-db '@tanstack/solid-router': specifier: ^1.144.0 @@ -657,7 +657,7 @@ importers: specifier: ^1.145.5 version: 1.145.5(@tanstack/react-router@1.144.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(solid-js@1.9.10)(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.10)(vite@7.3.1(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.44.0)(tsx@4.21.0)(yaml@2.8.1)))(vite@7.3.1(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.44.0)(tsx@4.21.0)(yaml@2.8.1)) '@tanstack/trailbase-db-collection': - specifier: ^0.1.65 + specifier: ^0.1.66 version: link:../../../packages/trailbase-db-collection cors: specifier: ^2.8.5