diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 01a0bc6b..78a21f0d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Tools uses: tanstack/config/.github/setup@main - name: Get base and head commits for `nx affected` - uses: nrwl/nx-set-shas@v4.0.6 + uses: nrwl/nx-set-shas@v4.1.0 with: main-branch-name: main - name: Run Checks diff --git a/examples/angular/dynamic/package.json b/examples/angular/dynamic/package.json index 0cbddbeb..be88adc9 100644 --- a/examples/angular/dynamic/package.json +++ b/examples/angular/dynamic/package.json @@ -24,8 +24,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/fixed/package.json b/examples/angular/fixed/package.json index 652b641e..82476910 100644 --- a/examples/angular/fixed/package.json +++ b/examples/angular/fixed/package.json @@ -23,8 +23,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index d42b1061..97388d5a 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -19,13 +19,13 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.6", - "@tanstack/angular-query-experimental": "5.52.0", + "@tanstack/angular-query-experimental": "5.53.2", "tslib": "^2.7.0", "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/padding/package.json b/examples/angular/padding/package.json index 03b05ca5..3fd72da9 100644 --- a/examples/angular/padding/package.json +++ b/examples/angular/padding/package.json @@ -23,8 +23,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/smooth-scroll/package.json b/examples/angular/smooth-scroll/package.json index f62ffa36..027cf52f 100644 --- a/examples/angular/smooth-scroll/package.json +++ b/examples/angular/smooth-scroll/package.json @@ -23,8 +23,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/sticky/package.json b/examples/angular/sticky/package.json index 0b6f93cd..409aac02 100644 --- a/examples/angular/sticky/package.json +++ b/examples/angular/sticky/package.json @@ -24,8 +24,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/table/package.json b/examples/angular/table/package.json index 3680c5c4..a4308e3d 100644 --- a/examples/angular/table/package.json +++ b/examples/angular/table/package.json @@ -25,8 +25,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/variable/package.json b/examples/angular/variable/package.json index 706f7b56..12506fb5 100644 --- a/examples/angular/variable/package.json +++ b/examples/angular/variable/package.json @@ -23,8 +23,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/angular/window/package.json b/examples/angular/window/package.json index fcac6c5b..4d06c8d2 100644 --- a/examples/angular/window/package.json +++ b/examples/angular/window/package.json @@ -23,8 +23,8 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.12", "typescript": "5.2.2" } diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index 5b6b3c11..ef4d38b2 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/node": "^18.19.3", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index 3141311a..eb812a3c 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/node": "^18.19.3", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 8095d3f6..ee2b39d0 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -10,12 +10,12 @@ }, "dependencies": { "@tanstack/react-virtual": "^3.10.6", - "@tanstack/react-query": "^5.52.1", + "@tanstack/react-query": "^5.53.2", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index 17fd15b5..f458ee09 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index 7aa81b1c..aa5ff3ea 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index c81b295e..f4315bc1 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 31712b3d..7e5c441d 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/lodash": "^4.17.7", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/table/package.json b/examples/react/table/package.json index 0ebbc992..7b0c9bab 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index e228b094..f645ad99 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "vite": "^5.4.2" diff --git a/examples/react/window/package.json b/examples/react/window/package.json index 11c43536..62b9ddbc 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/node": "^18.19.3", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index d8039577..df0dfa89 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -9,7 +9,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.52.0", + "@tanstack/svelte-query": "^5.53.2", "@tanstack/svelte-virtual": "^3.10.6" }, "devDependencies": { diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index fde8e392..99d5f725 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -14,9 +14,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index 9682c002..52393e0f 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index f9b82e1b..2a2ddc9e 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -8,15 +8,15 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.52.0", + "@tanstack/vue-query": "^5.53.2", "@tanstack/vue-virtual": "^3.10.6", "vue": "^3.4.38" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index 5f44e1b1..2c8f179b 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 6eea4c60..195f0f64 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -14,9 +14,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 7e411058..65daa467 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index 8c63ee46..f10f2a38 100644 --- a/examples/vue/sticky/package.json +++ b/examples/vue/sticky/package.json @@ -16,9 +16,9 @@ "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@types/lodash": "^4.17.7", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index d176fba2..6e7c24e6 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -15,9 +15,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index 46220b09..70e5e97a 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "typescript": "5.2.2", "vite": "^5.4.2", - "vue-tsc": "^2.0.29" + "vue-tsc": "^2.1.4" } } diff --git a/package.json b/package.json index 9d857e46..81c2f966 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/virtual.git" }, - "packageManager": "pnpm@9.8.0", + "packageManager": "pnpm@9.9.0", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", @@ -42,8 +42,8 @@ "@types/node": "^18.19.3", "eslint": "^9.9.1", "jsdom": "^25.0.0", - "knip": "^5.27.4", - "nx": "^19.6.2", + "knip": "^5.29.1", + "nx": "^19.6.4", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.6", "publint": "^0.2.10", diff --git a/packages/react-virtual/package.json b/packages/react-virtual/package.json index b48a968e..fc44b135 100644 --- a/packages/react-virtual/package.json +++ b/packages/react-virtual/package.json @@ -57,8 +57,8 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "@testing-library/react": "^16.0.0", - "@types/react": "^18.3.4", + "@testing-library/react": "^16.0.1", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "react": "^18.3.1", diff --git a/packages/solid-virtual/package.json b/packages/solid-virtual/package.json index c314378d..b946a036 100644 --- a/packages/solid-virtual/package.json +++ b/packages/solid-virtual/package.json @@ -55,7 +55,7 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "solid-js": "^1.8.21", + "solid-js": "^1.8.22", "vite-plugin-solid": "^2.10.2" }, "peerDependencies": { diff --git a/packages/vue-virtual/package.json b/packages/vue-virtual/package.json index 45093b3b..8b351c93 100644 --- a/packages/vue-virtual/package.json +++ b/packages/vue-virtual/package.json @@ -59,7 +59,7 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "vue": "^3.4.38" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f83443a2..791c4508 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,10 +24,10 @@ importers: specifier: ^25.0.0 version: 25.0.0 knip: - specifier: ^5.27.4 - version: 5.28.0(@types/node@18.19.47)(typescript@5.2.2) + specifier: ^5.29.1 + version: 5.29.1(@types/node@18.19.47)(typescript@5.2.2) nx: - specifier: ^19.6.2 + specifier: ^19.6.4 version: 19.6.4 prettier: specifier: ^3.3.3 @@ -97,10 +97,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -149,10 +149,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -188,8 +188,8 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: 5.52.0 - version: 5.52.0(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) + specifier: 5.53.2 + version: 5.53.2(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) '@tanstack/angular-virtual': specifier: ^3.10.6 version: link:../../../packages/angular-virtual @@ -204,10 +204,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -256,10 +256,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -308,10 +308,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -363,10 +363,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -421,10 +421,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -473,10 +473,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -525,10 +525,10 @@ importers: version: 0.15.0 devDependencies: '@angular-devkit/build-angular': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(@types/express@4.17.21)(@types/node@18.19.47)(chokidar@3.6.0)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.7.0)(typescript@5.2.2))(typescript@5.2.2) '@angular/cli': - specifier: ^17.3.8 + specifier: ^17.3.9 version: 17.3.9(chokidar@3.6.0) '@angular/compiler-cli': specifier: ^17.3.12 @@ -606,7 +606,7 @@ importers: specifier: ^18.19.3 version: 18.19.47 '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -637,7 +637,7 @@ importers: specifier: ^18.19.3 version: 18.19.47 '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -655,8 +655,8 @@ importers: examples/react/infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.52.1 - version: 5.53.1(react@18.3.1) + specifier: ^5.53.2 + version: 5.53.2(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.10.6 version: link:../../../packages/react-virtual @@ -668,7 +668,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -693,7 +693,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -721,7 +721,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -746,7 +746,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -780,7 +780,7 @@ importers: specifier: ^4.17.7 version: 4.17.7 '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -811,7 +811,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -836,7 +836,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -864,7 +864,7 @@ importers: specifier: ^18.19.3 version: 18.19.47 '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -941,8 +941,8 @@ importers: examples/svelte/infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.52.0 - version: 5.53.1(svelte@4.2.19) + specifier: ^5.53.2 + version: 5.53.2(svelte@4.2.19) '@tanstack/svelte-virtual': specifier: ^3.10.6 version: link:../../../packages/svelte-virtual @@ -1084,7 +1084,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1093,7 +1093,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/fixed: @@ -1109,7 +1109,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1118,14 +1118,14 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/infinite-scroll: dependencies: '@tanstack/vue-query': - specifier: ^5.52.0 - version: 5.53.1(vue@3.4.38(typescript@5.2.2)) + specifier: ^5.53.2 + version: 5.53.2(vue@3.4.38(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.10.6 version: link:../../../packages/vue-virtual @@ -1137,7 +1137,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1146,7 +1146,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/padding: @@ -1162,7 +1162,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1171,7 +1171,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/scroll-padding: @@ -1190,7 +1190,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1199,7 +1199,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/smooth-scroll: @@ -1215,7 +1215,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1224,7 +1224,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/sticky: @@ -1249,7 +1249,7 @@ importers: specifier: ^4.17.7 version: 4.17.7 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1258,7 +1258,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/table: @@ -1280,7 +1280,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1289,7 +1289,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) examples/vue/variable: @@ -1305,7 +1305,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.2.2)) typescript: specifier: 5.2.2 @@ -1314,7 +1314,7 @@ importers: specifier: ^5.4.2 version: 5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: - specifier: ^2.0.29 + specifier: ^2.1.4 version: 2.1.4(typescript@5.2.2) packages/angular-virtual: @@ -1356,10 +1356,10 @@ importers: version: link:../virtual-core devDependencies: '@testing-library/react': - specifier: ^16.0.0 + specifier: ^16.0.1 version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react': - specifier: ^18.3.4 + specifier: ^18.3.5 version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 @@ -1384,7 +1384,7 @@ importers: version: link:../virtual-core devDependencies: solid-js: - specifier: ^1.8.21 + specifier: ^1.8.22 version: 1.8.22 vite-plugin-solid: specifier: ^2.10.2 @@ -1418,7 +1418,7 @@ importers: version: link:../virtual-core devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.2 + specifier: ^5.1.3 version: 5.1.3(vite@5.4.2(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.4.38(typescript@5.4.2)) vue: specifier: ^3.4.38 @@ -3241,8 +3241,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@tanstack/angular-query-experimental@5.52.0': - resolution: {integrity: sha512-jj68BlRFno3i1o1KCj5DzasGicXYPwrO1Wrf4LTPS97l6W5BwH7nbs7OMow37RrG1g3YusotbcFVf/n92Tw7Gw==} + '@tanstack/angular-query-experimental@5.53.2': + resolution: {integrity: sha512-RItHfcOA0g51d1wA4CbTfVW5U9yLR/S7u3zjdu68MCglVA1LuNSuX/yJIBpt25pHM85Uyxmd6ZUe/cMYQnC1PA==} peerDependencies: '@angular/common': '>=16.0.0' '@angular/core': '>=16.0.0' @@ -3262,14 +3262,11 @@ packages: resolution: {integrity: sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==} engines: {node: '>=12'} - '@tanstack/query-core@5.52.0': - resolution: {integrity: sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==} + '@tanstack/query-core@5.53.2': + resolution: {integrity: sha512-gCsABpRrYfLsmwcQ0JCE5I3LOQ9KYrDDSnseUDP3T7ukV8E7+lhlHDJS4Gegt1TSZCsxKhc1J5A7TkF5ePjDUQ==} - '@tanstack/query-core@5.53.1': - resolution: {integrity: sha512-mvLG7s4Zy3Yvc2LsKm8BVafbmPrsReKgqwhmp4XKVmRW9us3KbWRqu3qBBfhVavcUUEHfNK7PvpTchvQpVdFpw==} - - '@tanstack/react-query@5.53.1': - resolution: {integrity: sha512-35HU4836Ey1/W74BxmS8p9KHXcDRGPdkw6w3VX0Tc5S9v5acFl80oi/yc6nsmoLhu68wQkWMyX0h7y7cOtY5OA==} + '@tanstack/react-query@5.53.2': + resolution: {integrity: sha512-ZxG/rspElkfqg2LElnNtsNgPtiCZ4Wl2XY43bATQqPvNgyrhzbCFzCjDwSQy9fJhSiDVALSlxYS8YOIiToqQmg==} peerDependencies: react: ^18 || ^19 @@ -3280,8 +3277,8 @@ packages: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/svelte-query@5.53.1': - resolution: {integrity: sha512-hQGuJUivSBqqYPDyUNHDVJlFt0MrVYO+UXT5K1X09AJnAPF3l/E/zfSiT3mKxLVmuSiS0hJqabKvAX3JLV3fng==} + '@tanstack/svelte-query@5.53.2': + resolution: {integrity: sha512-LZz4LIdJ0QuScXF4KZWD5LzY5yrDUGWzTPpUlvoJaI3QYyLSL4hrlb+k2Hps4fhOHnNCrMPD7QXl3/RttnWxKQ==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -3295,8 +3292,8 @@ packages: resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} engines: {node: '>=12'} - '@tanstack/vue-query@5.53.1': - resolution: {integrity: sha512-BrNiIWn+KbEWGrhf/ccbLnfhprdb51ddupvR9QTnwMbuVvK9VE5BIxdsoNqCNb8reHWk8UuAPoh30RvjNpmabA==} + '@tanstack/vue-query@5.53.2': + resolution: {integrity: sha512-ejQERQlaZBB0ZQz4xUSbMU+L/MXbrd5wIHf8wN48EqEhjhARFbnMBL5DKgl8BO7/uv5dopcSMuCKloR4nE+zbQ==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -5527,8 +5524,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.28.0: - resolution: {integrity: sha512-3nlqKCHFCfXp4VDP570ly7HLCyIM3JyLM+msr2l3HtQJ1NeraBrj6AQE80SFIyu8nOJZZpiZQWmiXq5RSczqsQ==} + knip@5.29.1: + resolution: {integrity: sha512-l8qFtRqNpCk8xf46VOwhBUva7LBwanoGPJ4KQNwVRl6hmEXStf1BJlfbYRZ+yQpbilbIV6LN+ztX6LaGtyd4TQ==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -9699,11 +9696,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/angular-query-experimental@5.52.0(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': + '@tanstack/angular-query-experimental@5.53.2(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: '@angular/common': 17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/core': 17.3.12(rxjs@7.8.1)(zone.js@0.15.0) - '@tanstack/query-core': 5.52.0 + '@tanstack/query-core': 5.53.2 tslib: 2.7.0 '@tanstack/angular-table@8.20.5(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': @@ -9751,13 +9748,11 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.52.0': {} - - '@tanstack/query-core@5.53.1': {} + '@tanstack/query-core@5.53.2': {} - '@tanstack/react-query@5.53.1(react@18.3.1)': + '@tanstack/react-query@5.53.2(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.53.1 + '@tanstack/query-core': 5.53.2 react: 18.3.1 '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -9766,9 +9761,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/svelte-query@5.53.1(svelte@4.2.19)': + '@tanstack/svelte-query@5.53.2(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.53.1 + '@tanstack/query-core': 5.53.2 svelte: 4.2.19 '@tanstack/svelte-table@8.20.5(svelte@4.2.19)': @@ -9778,10 +9773,10 @@ snapshots: '@tanstack/table-core@8.20.5': {} - '@tanstack/vue-query@5.53.1(vue@3.4.38(typescript@5.2.2))': + '@tanstack/vue-query@5.53.2(vue@3.4.38(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/query-core': 5.53.1 + '@tanstack/query-core': 5.53.2 '@vue/devtools-api': 6.6.3 vue: 3.4.38(typescript@5.2.2) vue-demi: 0.14.10(vue@3.4.38(typescript@5.2.2)) @@ -12385,7 +12380,7 @@ snapshots: klona@2.0.6: {} - knip@5.28.0(@types/node@18.19.47)(typescript@5.2.2): + knip@5.29.1(@types/node@18.19.47)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0