From 3202bd07902c4b996f69317761a93e3f672a0424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:45:56 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#873) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/angular/dynamic/package.json | 2 +- examples/angular/fixed/package.json | 2 +- examples/angular/infinite-scroll/package.json | 4 +- examples/angular/padding/package.json | 2 +- examples/angular/smooth-scroll/package.json | 2 +- examples/angular/sticky/package.json | 2 +- examples/angular/table/package.json | 2 +- examples/angular/variable/package.json | 2 +- examples/angular/window/package.json | 2 +- examples/react/infinite-scroll/package.json | 2 +- examples/react/sticky/package.json | 2 +- examples/svelte/dynamic/package.json | 2 +- examples/svelte/fixed/package.json | 2 +- examples/svelte/infinite-scroll/package.json | 4 +- examples/svelte/smooth-scroll/package.json | 2 +- examples/svelte/sticky/package.json | 2 +- examples/svelte/table/package.json | 2 +- examples/vue/dynamic/package.json | 2 +- examples/vue/fixed/package.json | 2 +- examples/vue/infinite-scroll/package.json | 4 +- examples/vue/padding/package.json | 2 +- examples/vue/scroll-padding/package.json | 4 +- examples/vue/smooth-scroll/package.json | 2 +- examples/vue/sticky/package.json | 4 +- examples/vue/table/package.json | 2 +- examples/vue/variable/package.json | 2 +- package.json | 10 +- packages/angular-virtual/package.json | 2 +- pnpm-lock.yaml | 332 +++++++++--------- 29 files changed, 206 insertions(+), 200 deletions(-) diff --git a/examples/angular/dynamic/package.json b/examples/angular/dynamic/package.json index f55a0bbe..feb291b5 100644 --- a/examples/angular/dynamic/package.json +++ b/examples/angular/dynamic/package.json @@ -20,7 +20,7 @@ "@faker-js/faker": "^8.4.1", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/fixed/package.json b/examples/angular/fixed/package.json index df6f4a79..6031ca89 100644 --- a/examples/angular/fixed/package.json +++ b/examples/angular/fixed/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index 93ed81fe..358c1c23 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -19,8 +19,8 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "@tanstack/angular-query-experimental": "5.59.16", - "tslib": "^2.8.0", + "@tanstack/angular-query-experimental": "5.59.17", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/padding/package.json b/examples/angular/padding/package.json index a6eea663..b8dc52ee 100644 --- a/examples/angular/padding/package.json +++ b/examples/angular/padding/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/smooth-scroll/package.json b/examples/angular/smooth-scroll/package.json index 8f6e1bdf..9356c242 100644 --- a/examples/angular/smooth-scroll/package.json +++ b/examples/angular/smooth-scroll/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/sticky/package.json b/examples/angular/sticky/package.json index 82f94698..5b4ab34f 100644 --- a/examples/angular/sticky/package.json +++ b/examples/angular/sticky/package.json @@ -20,7 +20,7 @@ "@faker-js/faker": "^8.4.1", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/table/package.json b/examples/angular/table/package.json index 4ddee180..b802144d 100644 --- a/examples/angular/table/package.json +++ b/examples/angular/table/package.json @@ -21,7 +21,7 @@ "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", "@tanstack/angular-table": "8.20.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/variable/package.json b/examples/angular/variable/package.json index 90b9544d..2243dc56 100644 --- a/examples/angular/variable/package.json +++ b/examples/angular/variable/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/angular/window/package.json b/examples/angular/window/package.json index 7156b1a8..a730ae74 100644 --- a/examples/angular/window/package.json +++ b/examples/angular/window/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.8", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "zone.js": "0.15.0" }, "devDependencies": { diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 5534a1ab..226789bb 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-virtual": "^3.10.8", - "@tanstack/react-query": "^5.59.16", + "@tanstack/react-query": "^5.59.19", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 08e36622..67674faf 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/lodash": "^4.17.12", + "@types/lodash": "^4.17.13", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index 8be80d9b..6dfa4316 100644 --- a/examples/svelte/dynamic/package.json +++ b/examples/svelte/dynamic/package.json @@ -17,7 +17,7 @@ "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.10" } diff --git a/examples/svelte/fixed/package.json b/examples/svelte/fixed/package.json index 0f9bbc08..ead16eb7 100644 --- a/examples/svelte/fixed/package.json +++ b/examples/svelte/fixed/package.json @@ -16,7 +16,7 @@ "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.10" } diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index 5521eb04..995b74d5 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.59.16", + "@tanstack/svelte-query": "^5.59.17", "@tanstack/svelte-virtual": "^3.10.8" }, "devDependencies": { @@ -17,7 +17,7 @@ "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.10" } diff --git a/examples/svelte/smooth-scroll/package.json b/examples/svelte/smooth-scroll/package.json index 298b8946..47af4163 100644 --- a/examples/svelte/smooth-scroll/package.json +++ b/examples/svelte/smooth-scroll/package.json @@ -17,7 +17,7 @@ "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.10" } diff --git a/examples/svelte/sticky/package.json b/examples/svelte/sticky/package.json index 82aad08b..3c9e75b4 100644 --- a/examples/svelte/sticky/package.json +++ b/examples/svelte/sticky/package.json @@ -18,7 +18,7 @@ "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.10" } diff --git a/examples/svelte/table/package.json b/examples/svelte/table/package.json index 9b1b9a33..2e256ba4 100644 --- a/examples/svelte/table/package.json +++ b/examples/svelte/table/package.json @@ -18,7 +18,7 @@ "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tslib": "^2.8.0", + "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.10" } diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index 10dfcf36..ab7f155d 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -17,6 +17,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index e0479aee..c64c2f8b 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -16,6 +16,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 57aa9390..c53d7093 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.59.16", + "@tanstack/vue-query": "^5.59.17", "@tanstack/vue-virtual": "^3.10.8", "vue": "^3.5.12" }, @@ -17,6 +17,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index 6a654c54..1225559e 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -16,6 +16,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index aad4a1a9..8b4da906 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.10.8", - "@vueuse/core": "^11.1.0", + "@vueuse/core": "^11.2.0", "vue": "^3.5.12" }, "devDependencies": { @@ -17,6 +17,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 8bcd4f46..7549ff82 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -16,6 +16,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index 3b2775e5..f1dab641 100644 --- a/examples/vue/sticky/package.json +++ b/examples/vue/sticky/package.json @@ -15,10 +15,10 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@types/lodash": "^4.17.12", + "@types/lodash": "^4.17.13", "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index 2691dc2b..b45f6ba9 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -18,6 +18,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index e1a54f20..3060de63 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -16,6 +16,6 @@ "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", "vite": "^5.4.10", - "vue-tsc": "^2.1.8" + "vue-tsc": "^2.1.10" } } diff --git a/package.json b/package.json index 8e3d7455..e8e3edb2 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ }, "devDependencies": { "@tanstack/config": "^0.13.4", - "@testing-library/jest-dom": "^6.6.2", + "@testing-library/jest-dom": "^6.6.3", "@types/node": "^18.19.3", - "eslint": "^9.13.0", + "eslint": "^9.14.0", "jsdom": "^25.0.1", - "knip": "^5.34.1", - "nx": "^20.0.6", + "knip": "^5.36.2", + "nx": "^20.0.8", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", "publint": "^0.2.12", @@ -51,6 +51,6 @@ "sherif": "^0.11.0", "typescript": "5.2.2", "vite": "^5.4.10", - "vitest": "^2.1.3" + "vitest": "^2.1.4" } } diff --git a/packages/angular-virtual/package.json b/packages/angular-virtual/package.json index 3354f176..46de6b5a 100644 --- a/packages/angular-virtual/package.json +++ b/packages/angular-virtual/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@tanstack/virtual-core": "workspace:*", - "tslib": "^2.8.0" + "tslib": "^2.8.1" }, "devDependencies": { "@angular/core": "^17.3.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1536c2f3..b1d364ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,25 +10,25 @@ importers: devDependencies: '@tanstack/config': specifier: ^0.13.4 - version: 0.13.4(@types/node@18.19.63)(esbuild@0.21.5)(eslint@9.13.0(jiti@2.3.3))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) + version: 0.13.4(@types/node@18.19.63)(esbuild@0.21.5)(eslint@9.14.0(jiti@2.4.0))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) '@testing-library/jest-dom': - specifier: ^6.6.2 + specifier: ^6.6.3 version: 6.6.3 '@types/node': specifier: ^18.19.3 version: 18.19.63 eslint: - specifier: ^9.13.0 - version: 9.13.0(jiti@2.3.3) + specifier: ^9.14.0 + version: 9.14.0(jiti@2.4.0) jsdom: specifier: ^25.0.1 version: 25.0.1 knip: - specifier: ^5.34.1 - version: 5.36.0(@types/node@18.19.63)(typescript@5.2.2) + specifier: ^5.36.2 + version: 5.36.2(@types/node@18.19.63)(typescript@5.2.2) nx: - specifier: ^20.0.6 - version: 20.0.7 + specifier: ^20.0.8 + version: 20.0.8 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -51,7 +51,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vitest: - specifier: ^2.1.3 + specifier: ^2.1.4 version: 2.1.4(@types/node@18.19.63)(jsdom@25.0.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) examples/angular/dynamic: @@ -90,7 +90,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -142,7 +142,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -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.59.16 - version: 5.59.16(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) + specifier: 5.59.17 + version: 5.59.17(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) '@tanstack/angular-virtual': specifier: ^3.10.8 version: link:../../../packages/angular-virtual @@ -197,7 +197,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -249,7 +249,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -301,7 +301,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -356,7 +356,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -414,7 +414,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -466,7 +466,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -518,7 +518,7 @@ importers: specifier: ^7.8.1 version: 7.8.1 tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 zone.js: specifier: 0.15.0 @@ -655,8 +655,8 @@ importers: examples/react/infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.59.16 - version: 5.59.16(react@18.3.1) + specifier: ^5.59.19 + version: 5.59.19(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.10.8 version: link:../../../packages/react-virtual @@ -777,7 +777,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/lodash': - specifier: ^4.17.12 + specifier: ^4.17.13 version: 4.17.13 '@types/react': specifier: ^18.3.12 @@ -901,7 +901,7 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: 5.2.2 @@ -929,7 +929,7 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: 5.2.2 @@ -941,8 +941,8 @@ importers: examples/svelte/infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.59.16 - version: 5.59.16(svelte@4.2.19) + specifier: ^5.59.17 + version: 5.59.17(svelte@4.2.19) '@tanstack/svelte-virtual': specifier: ^3.10.8 version: link:../../../packages/svelte-virtual @@ -960,7 +960,7 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: 5.2.2 @@ -991,7 +991,7 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: 5.2.2 @@ -1025,7 +1025,7 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: 5.2.2 @@ -1059,7 +1059,7 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: 5.2.2 @@ -1093,7 +1093,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/fixed: @@ -1118,14 +1118,14 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/infinite-scroll: dependencies: '@tanstack/vue-query': - specifier: ^5.59.16 - version: 5.59.16(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.59.17 + version: 5.59.17(vue@3.5.12(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.10.8 version: link:../../../packages/vue-virtual @@ -1146,7 +1146,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/padding: @@ -1171,7 +1171,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/scroll-padding: @@ -1180,7 +1180,7 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual '@vueuse/core': - specifier: ^11.1.0 + specifier: ^11.2.0 version: 11.2.0(vue@3.5.12(typescript@5.2.2)) vue: specifier: ^3.5.12 @@ -1199,7 +1199,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/smooth-scroll: @@ -1224,7 +1224,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/sticky: @@ -1246,7 +1246,7 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@types/lodash': - specifier: ^4.17.12 + specifier: ^4.17.13 version: 4.17.13 '@vitejs/plugin-vue': specifier: ^5.1.4 @@ -1258,7 +1258,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/table: @@ -1289,7 +1289,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) examples/vue/variable: @@ -1314,7 +1314,7 @@ importers: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue-tsc: - specifier: ^2.1.8 + specifier: ^2.1.10 version: 2.1.10(typescript@5.2.2) packages/angular-virtual: @@ -1323,7 +1323,7 @@ importers: specifier: workspace:* version: link:../virtual-core tslib: - specifier: ^2.8.0 + specifier: ^2.8.1 version: 2.8.1 devDependencies: '@angular/core': @@ -2782,8 +2782,8 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.13.0': - resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==} + '@eslint/js@9.14.0': + resolution: {integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': @@ -2820,6 +2820,10 @@ packages: resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} engines: {node: '>=18.18'} + '@humanwhocodes/retry@0.4.0': + resolution: {integrity: sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g==} + engines: {node: '>=18.18'} + '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -3049,62 +3053,62 @@ packages: resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==} engines: {node: ^16.14.0 || >=18.0.0} - '@nx/nx-darwin-arm64@20.0.7': - resolution: {integrity: sha512-QLD0DlyT343okCMHNg4EyM1s9HWU55RGiD36OxopaAmDcJ45j4p7IgmYlwbWCC5TyjIXSnLnZyIAs5DrqaKwrg==} + '@nx/nx-darwin-arm64@20.0.8': + resolution: {integrity: sha512-tDoafq5YUyOwxR1Y796WXA6j49OLJRO7TA/Fym52SSuD3AULbgo3/X5XeY6oL2PWM044CuUVrp3V4cIDUtyJpA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.0.7': - resolution: {integrity: sha512-Sc2h+eAunGKiqpumvjVrrt0LRtk/l6Fev/633WP55svSNuY9muB/MPcP9v/oLyAD1flDnzvIWeUT6eEw6oqvZw==} + '@nx/nx-darwin-x64@20.0.8': + resolution: {integrity: sha512-bvfZ6VhSvOpPV00veaJDO1a4X+f0dn8S1A73/2ThbGZrZLAQIFrA8v+ysax+bfCGRHNdtlAL+f7TG2buh/4BRg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.0.7': - resolution: {integrity: sha512-Sp0pMVGj4LuPaO6oL9R5gsIPjIm8Xt3IyP9f+5uwtqjipiPriw0IdD2uV9bDjPPs0QQc15ncz+eSk30p836qpA==} + '@nx/nx-freebsd-x64@20.0.8': + resolution: {integrity: sha512-AdOme0o/pTFy+TutIOAamuGTqbh6nOLrkNEX8f4ogfDRH+k/WvjRQ4z4ne58wf/2EVXua4jKTIEipIZAP/Ad1w==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.0.7': - resolution: {integrity: sha512-hs15RudLvFkfBtUL20M9Hr0wn8FLije3EGn1j9iPmo8EiZBZn4mDAywwPZXmDiAuxKTU8LKBLT/xJczNe8gzbQ==} + '@nx/nx-linux-arm-gnueabihf@20.0.8': + resolution: {integrity: sha512-PYf7Z30A1TCZq9HVUP6JjT3ghTLYkaBpR6vDwiGWUV/exuNmhUgfYW6TiTpiSArXwnAgSIbaoGe537iEvYzA7A==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.0.7': - resolution: {integrity: sha512-t1NSxBvWpyjb9VnbxAN2Oka3JXEKtbQv//aLOer8++8Y+e6INDOHmRADyyp5BcLwBpsaP/lWLKcDa6vlsMzXTg==} + '@nx/nx-linux-arm64-gnu@20.0.8': + resolution: {integrity: sha512-3VpvhjmNR78HVxGzpWiwqZsG5sNvLUv2Qfohtxyc3561o8VU41R9Onf/LJmbbZvmdDaPvvXQp3rs0OXT4i7T1g==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.0.7': - resolution: {integrity: sha512-lLAzyxQeeALMKM2uBA9728gZ0bihy6rfhMe+fracV1xjGLfcHEa/hNmhXNMp9Vf80sZJ50EUeW6mUPluLROBNQ==} + '@nx/nx-linux-arm64-musl@20.0.8': + resolution: {integrity: sha512-3Z7fTJGG8h4VCHhD8Ix0zr6eFMfa1y3YDlzm8Clxu4Enzz0pEsUrT+ph6qrsArnIyUgiCowSi8+xgHFg7V/F1Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.0.7': - resolution: {integrity: sha512-H9LfEoHEa0ZHnfifseY24RPErtGaXSoWTuW9JAPylUXeYOy66i/FwxwbjsG5BMFJCnL1LGXPN9Oirh442lcsbQ==} + '@nx/nx-linux-x64-gnu@20.0.8': + resolution: {integrity: sha512-Uttl1RHzWpjZgdzowCUNjC6/b3YhZR31wyXWgVF4PDWpDVgy4EigGc19tdrvv8pUVKQFuj0uaSTPUklguN7c3A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.0.7': - resolution: {integrity: sha512-2VsTSLZZVGHmN2BkSaLoOp/Byj9j20so/Ne/TZg4Lo/HBp0iDSOmUtbPAnkJOS6UiAPvQtb9zqzRKPphhDhnzg==} + '@nx/nx-linux-x64-musl@20.0.8': + resolution: {integrity: sha512-llc6ywSPaOWQzEzD73USyAXd/y3Slu+GHS02IsQqZeA23EIOEzhvEeeeKgs4F8LKuFW/TpV6T5IhvSHw9/mvBg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.0.7': - resolution: {integrity: sha512-lmH7xTPHJe2q/P2tnHEjOTdwzNxnFV08Kp2z6sUU0lAfJ79mye2nydGBDtFq9CeFF1Q6vfCSDTRu5fbxAZ9/Xg==} + '@nx/nx-win32-arm64-msvc@20.0.8': + resolution: {integrity: sha512-GhPVVNrL0QcQ3B6r0P0Dta3TIesJz7uso7iI5rCZ/oOGa02UsT4NkQBpIhxYQZ4TnHYNy84g4rHtYHrSlpDlEw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.0.7': - resolution: {integrity: sha512-U8LY1O3XA1yD8FoCM0ozT0DpFJdei2NNSrp/5lBXn5KHb2nkZ8DQ1zh7RKvMhEMwDNfNGbM7JsaBTr+fP6eYJg==} + '@nx/nx-win32-x64-msvc@20.0.8': + resolution: {integrity: sha512-yLlcgM0zFdmsExdLv8O2g5FWQ6d2vyN5OynKV+F5BrWHC4LvrqyYJ99y++5bLFoEi19RYIK6sLnzGIRSF6dHGg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3441,8 +3445,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@tanstack/angular-query-experimental@5.59.16': - resolution: {integrity: sha512-KB+20k+o/57J1E4wip1HEJn5cMHk640F1rSYCBFasM305QRtCvzEn9b2c230EVRWdzbhas2Na3dVHDO634RaWQ==} + '@tanstack/angular-query-experimental@5.59.17': + resolution: {integrity: sha512-uHpcr2BhLg6ARBwIKVHC8NGKUGNmMAYO7sywS5GAbJ5t+BN+jmRQzu4mKAF7enEFZ6geVqprHGWVjcyz8+AUxA==} peerDependencies: '@angular/core': '>=16.0.0' @@ -3461,11 +3465,11 @@ packages: resolution: {integrity: sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==} engines: {node: '>=12'} - '@tanstack/query-core@5.59.16': - resolution: {integrity: sha512-crHn+G3ltqb5JG0oUv6q+PMz1m1YkjpASrXTU+sYWW9pLk0t2GybUHNRqYPZWhxgjPaVGC4yp92gSFEJgYEsPw==} + '@tanstack/query-core@5.59.17': + resolution: {integrity: sha512-jWdDiif8kaqnRGHNXAa9CnudtxY5v9DUxXhodgqX2Rwzj+1UwStDHEbBd9IA5C7VYAaJ2s+BxFR6PUBs8ERorA==} - '@tanstack/react-query@5.59.16': - resolution: {integrity: sha512-MuyWheG47h6ERd4PKQ6V8gDyBu3ThNG22e1fRVwvq6ap3EqsFhyuxCAwhNP/03m/mLg+DAb0upgbPaX6VB+CkQ==} + '@tanstack/react-query@5.59.19': + resolution: {integrity: sha512-xLRfyFyQOFcLltKCds0LijfC6/HQJrrTTnZB8ciyn74LIkVAm++vZJ6eUVG20RmJtdP8REdy7vSOYW4M3//XLA==} peerDependencies: react: ^18 || ^19 @@ -3476,8 +3480,8 @@ packages: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/svelte-query@5.59.16': - resolution: {integrity: sha512-s0CRtjUK0Lo+uvRU+XFxWjmTRV1hr0fe+Z/R+wDGnTzbMKSyaSKYeC0aZSQKZdAO6R/DvEVrD9tgjof1ojufnQ==} + '@tanstack/svelte-query@5.59.17': + resolution: {integrity: sha512-1nJw29NyVgTIrlIC3X1PtQsxE4ecBkYNkq/1OOaYKofc7Q3aXbvC8KOdoyzPSk/pUKj0LJl7tKfRRTvB3l+YGA==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -3491,8 +3495,8 @@ packages: resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} engines: {node: '>=12'} - '@tanstack/vue-query@5.59.16': - resolution: {integrity: sha512-ncKfvrDV1CfPWr4VKykn33yW74ZPbHZBBUN8X2saIvxH8yZLiT/lwjh50WpRSWLcCTw/zrQJgteA3X3Qsoqo5A==} + '@tanstack/vue-query@5.59.17': + resolution: {integrity: sha512-113b6ITbiNMrzZIybVRIbvNIiVRCIdWzSfZbXBNa+WIjDto/xdR2NnMZrNe2wtUActzC1cArAlGM2CFH1SR11Q==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -4896,8 +4900,8 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.13.0: - resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==} + eslint@9.14.0: + resolution: {integrity: sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5631,8 +5635,8 @@ packages: resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} hasBin: true - jiti@2.3.3: - resolution: {integrity: sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==} + jiti@2.4.0: + resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==} hasBin: true jju@1.4.0: @@ -5736,8 +5740,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.36.0: - resolution: {integrity: sha512-Lzba5RwuhF0tr2ABLJVJLpNW3qSbpEy9DYjWhFWiOHat22DM326Fke/Ybpr5mkr48AVbWspdi6AHBKHHnLx6pQ==} + knip@5.36.2: + resolution: {integrity: sha512-MudNTKBSqThAFAV29GuRPSKSebByZeQCFeNgXVRVSd+sXcubehTgQHTGqqiwlXGCt4WBP7vuVekp0ZehfZtHuw==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -6261,8 +6265,8 @@ packages: nwsapi@2.2.13: resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} - nx@20.0.7: - resolution: {integrity: sha512-Un7eMAqTx+gRB4j6hRWafMvOso4pmFg3Ff+BmfFOgqD8XdE+xV/+Ke9mPTfi4qYD5eQiY1lO15l3dRuBH7+AJw==} + nx@20.0.8: + resolution: {integrity: sha512-cMtb+u5Eji7Xm9xMHZkRXMcO8GH6FFqS2+nMgtLUZ/+ZmquEgoV8mbsKVw1u1sJ6osOpWAu9OwXcilwtvSOoBw==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -9339,9 +9343,9 @@ snapshots: '@esbuild/win32-x64@0.21.5': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.13.0(jiti@2.3.3))': + '@eslint-community/eslint-utils@4.4.1(eslint@9.14.0(jiti@2.4.0))': dependencies: - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -9370,7 +9374,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.13.0': {} + '@eslint/js@9.14.0': {} '@eslint/object-schema@2.1.4': {} @@ -9397,6 +9401,8 @@ snapshots: '@humanwhocodes/retry@0.3.1': {} + '@humanwhocodes/retry@0.4.0': {} + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -9653,34 +9659,34 @@ snapshots: - bluebird - supports-color - '@nx/nx-darwin-arm64@20.0.7': + '@nx/nx-darwin-arm64@20.0.8': optional: true - '@nx/nx-darwin-x64@20.0.7': + '@nx/nx-darwin-x64@20.0.8': optional: true - '@nx/nx-freebsd-x64@20.0.7': + '@nx/nx-freebsd-x64@20.0.8': optional: true - '@nx/nx-linux-arm-gnueabihf@20.0.7': + '@nx/nx-linux-arm-gnueabihf@20.0.8': optional: true - '@nx/nx-linux-arm64-gnu@20.0.7': + '@nx/nx-linux-arm64-gnu@20.0.8': optional: true - '@nx/nx-linux-arm64-musl@20.0.7': + '@nx/nx-linux-arm64-musl@20.0.8': optional: true - '@nx/nx-linux-x64-gnu@20.0.7': + '@nx/nx-linux-x64-gnu@20.0.8': optional: true - '@nx/nx-linux-x64-musl@20.0.7': + '@nx/nx-linux-x64-musl@20.0.8': optional: true - '@nx/nx-win32-arm64-msvc@20.0.7': + '@nx/nx-win32-arm64-msvc@20.0.8': optional: true - '@nx/nx-win32-x64-msvc@20.0.7': + '@nx/nx-win32-x64-msvc@20.0.8': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -9978,9 +9984,9 @@ snapshots: ignore: 5.3.2 p-map: 4.0.0 - '@stylistic/eslint-plugin-js@2.10.0(eslint@9.13.0(jiti@2.3.3))': + '@stylistic/eslint-plugin-js@2.10.0(eslint@9.14.0(jiti@2.4.0))': dependencies: - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -10018,10 +10024,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/angular-query-experimental@5.59.16(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': + '@tanstack/angular-query-experimental@5.59.17(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: '@angular/core': 17.3.12(rxjs@7.8.1)(zone.js@0.15.0) - '@tanstack/query-core': 5.59.16 + '@tanstack/query-core': 5.59.17 tslib: 2.8.1 '@tanstack/angular-table@8.20.5(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': @@ -10030,16 +10036,16 @@ snapshots: '@tanstack/table-core': 8.20.5 tslib: 2.8.1 - '@tanstack/config@0.13.4(@types/node@18.19.63)(esbuild@0.21.5)(eslint@9.13.0(jiti@2.3.3))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))': + '@tanstack/config@0.13.4(@types/node@18.19.63)(esbuild@0.21.5)(eslint@9.14.0(jiti@2.4.0))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))': dependencies: '@commitlint/parse': 19.5.0 - '@eslint/js': 9.13.0 - '@stylistic/eslint-plugin-js': 2.10.0(eslint@9.13.0(jiti@2.3.3)) + '@eslint/js': 9.14.0 + '@stylistic/eslint-plugin-js': 2.10.0(eslint@9.14.0(jiti@2.4.0)) commander: 12.1.0 current-git-branch: 1.1.0 esbuild-register: 3.6.0(esbuild@0.21.5) - eslint-plugin-import-x: 4.4.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) - eslint-plugin-n: 17.12.0(eslint@9.13.0(jiti@2.3.3)) + eslint-plugin-import-x: 4.4.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) + eslint-plugin-n: 17.12.0(eslint@9.14.0(jiti@2.4.0)) globals: 15.11.0 interpret: 3.1.1 jsonfile: 6.1.0 @@ -10051,7 +10057,7 @@ snapshots: typedoc: 0.26.10(typescript@5.2.2) typedoc-plugin-frontmatter: 1.0.0(typedoc-plugin-markdown@4.2.9(typedoc@0.26.10(typescript@5.2.2))) typedoc-plugin-markdown: 4.2.9(typedoc@0.26.10(typescript@5.2.2)) - typescript-eslint: 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) + typescript-eslint: 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) v8flags: 4.0.1 vite-plugin-dts: 4.0.3(@types/node@18.19.63)(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) vite-plugin-externalize-deps: 0.8.0(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -10069,11 +10075,11 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.59.16': {} + '@tanstack/query-core@5.59.17': {} - '@tanstack/react-query@5.59.16(react@18.3.1)': + '@tanstack/react-query@5.59.19(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.59.16 + '@tanstack/query-core': 5.59.17 react: 18.3.1 '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -10082,9 +10088,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/svelte-query@5.59.16(svelte@4.2.19)': + '@tanstack/svelte-query@5.59.17(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.59.16 + '@tanstack/query-core': 5.59.17 svelte: 4.2.19 '@tanstack/svelte-table@8.20.5(svelte@4.2.19)': @@ -10094,10 +10100,10 @@ snapshots: '@tanstack/table-core@8.20.5': {} - '@tanstack/vue-query@5.59.16(vue@3.5.12(typescript@5.2.2))': + '@tanstack/vue-query@5.59.17(vue@3.5.12(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/query-core': 5.59.16 + '@tanstack/query-core': 5.59.17 '@vue/devtools-api': 6.6.4 vue: 3.5.12(typescript@5.2.2) vue-demi: 0.14.10(vue@3.5.12(typescript@5.2.2)) @@ -10386,15 +10392,15 @@ snapshots: dependencies: '@types/node': 18.19.63 - '@typescript-eslint/eslint-plugin@8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2))(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2)': + '@typescript-eslint/eslint-plugin@8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2))(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) + '@typescript-eslint/parser': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) '@typescript-eslint/scope-manager': 8.12.2 - '@typescript-eslint/type-utils': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) - '@typescript-eslint/utils': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) + '@typescript-eslint/type-utils': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/utils': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) '@typescript-eslint/visitor-keys': 8.12.2 - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -10404,14 +10410,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2)': + '@typescript-eslint/parser@8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: '@typescript-eslint/scope-manager': 8.12.2 '@typescript-eslint/types': 8.12.2 '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.2.2) '@typescript-eslint/visitor-keys': 8.12.2 debug: 4.3.7 - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: @@ -10422,10 +10428,10 @@ snapshots: '@typescript-eslint/types': 8.12.2 '@typescript-eslint/visitor-keys': 8.12.2 - '@typescript-eslint/type-utils@8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2)': + '@typescript-eslint/type-utils@8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.2.2) - '@typescript-eslint/utils': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) + '@typescript-eslint/utils': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) debug: 4.3.7 ts-api-utils: 1.4.0(typescript@5.2.2) optionalDependencies: @@ -10451,13 +10457,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2)': + '@typescript-eslint/utils@8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.13.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@2.4.0)) '@typescript-eslint/scope-manager': 8.12.2 '@typescript-eslint/types': 8.12.2 '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.2.2) - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) transitivePeerDependencies: - supports-color - typescript @@ -11747,9 +11753,9 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.13.0(jiti@2.3.3)): + eslint-compat-utils@0.5.1(eslint@9.14.0(jiti@2.4.0)): dependencies: - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) semver: 7.6.3 eslint-import-resolver-node@0.3.9: @@ -11760,19 +11766,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-es-x@7.8.0(eslint@9.13.0(jiti@2.3.3)): + eslint-plugin-es-x@7.8.0(eslint@9.14.0(jiti@2.4.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.13.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@2.4.0)) '@eslint-community/regexpp': 4.12.1 - eslint: 9.13.0(jiti@2.3.3) - eslint-compat-utils: 0.5.1(eslint@9.13.0(jiti@2.3.3)) + eslint: 9.14.0(jiti@2.4.0) + eslint-compat-utils: 0.5.1(eslint@9.14.0(jiti@2.4.0)) - eslint-plugin-import-x@4.4.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2): + eslint-plugin-import-x@4.4.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2): dependencies: - '@typescript-eslint/utils': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) + '@typescript-eslint/utils': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) debug: 4.3.7 doctrine: 3.0.0 - eslint: 9.13.0(jiti@2.3.3) + eslint: 9.14.0(jiti@2.4.0) eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.8.1 is-glob: 4.0.3 @@ -11784,12 +11790,12 @@ snapshots: - supports-color - typescript - eslint-plugin-n@17.12.0(eslint@9.13.0(jiti@2.3.3)): + eslint-plugin-n@17.12.0(eslint@9.14.0(jiti@2.4.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.13.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@2.4.0)) enhanced-resolve: 5.17.1 - eslint: 9.13.0(jiti@2.3.3) - eslint-plugin-es-x: 7.8.0(eslint@9.13.0(jiti@2.3.3)) + eslint: 9.14.0(jiti@2.4.0) + eslint-plugin-es-x: 7.8.0(eslint@9.14.0(jiti@2.4.0)) get-tsconfig: 4.8.1 globals: 15.11.0 ignore: 5.3.2 @@ -11810,18 +11816,18 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.13.0(jiti@2.3.3): + eslint@9.14.0(jiti@2.4.0): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.13.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@2.4.0)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.18.0 '@eslint/core': 0.7.0 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.13.0 + '@eslint/js': 9.14.0 '@eslint/plugin-kit': 0.2.2 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.3.1 + '@humanwhocodes/retry': 0.4.0 '@types/estree': 1.0.6 '@types/json-schema': 7.0.15 ajv: 6.12.6 @@ -11848,7 +11854,7 @@ snapshots: optionator: 0.9.4 text-table: 0.2.0 optionalDependencies: - jiti: 2.3.3 + jiti: 2.4.0 transitivePeerDependencies: - supports-color @@ -12619,7 +12625,7 @@ snapshots: jiti@1.21.6: {} - jiti@2.3.3: {} + jiti@2.4.0: {} jju@1.4.0: {} @@ -12718,7 +12724,7 @@ snapshots: klona@2.0.6: {} - knip@5.36.0(@types/node@18.19.63)(typescript@5.2.2): + knip@5.36.2(@types/node@18.19.63)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -12726,7 +12732,7 @@ snapshots: easy-table: 1.2.0 enhanced-resolve: 5.17.1 fast-glob: 3.3.2 - jiti: 2.3.3 + jiti: 2.4.0 js-yaml: 4.1.0 minimist: 1.2.8 picocolors: 1.1.1 @@ -13334,7 +13340,7 @@ snapshots: nwsapi@2.2.13: {} - nx@20.0.7: + nx@20.0.8: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -13369,16 +13375,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.0.7 - '@nx/nx-darwin-x64': 20.0.7 - '@nx/nx-freebsd-x64': 20.0.7 - '@nx/nx-linux-arm-gnueabihf': 20.0.7 - '@nx/nx-linux-arm64-gnu': 20.0.7 - '@nx/nx-linux-arm64-musl': 20.0.7 - '@nx/nx-linux-x64-gnu': 20.0.7 - '@nx/nx-linux-x64-musl': 20.0.7 - '@nx/nx-win32-arm64-msvc': 20.0.7 - '@nx/nx-win32-x64-msvc': 20.0.7 + '@nx/nx-darwin-arm64': 20.0.8 + '@nx/nx-darwin-x64': 20.0.8 + '@nx/nx-freebsd-x64': 20.0.8 + '@nx/nx-linux-arm-gnueabihf': 20.0.8 + '@nx/nx-linux-arm64-gnu': 20.0.8 + '@nx/nx-linux-arm64-musl': 20.0.8 + '@nx/nx-linux-x64-gnu': 20.0.8 + '@nx/nx-linux-x64-musl': 20.0.8 + '@nx/nx-win32-arm64-msvc': 20.0.8 + '@nx/nx-win32-x64-msvc': 20.0.8 transitivePeerDependencies: - debug @@ -14574,11 +14580,11 @@ snapshots: typescript: 5.2.2 yaml: 2.6.0 - typescript-eslint@8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2): + typescript-eslint@8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2))(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) - '@typescript-eslint/parser': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) - '@typescript-eslint/utils': 8.12.2(eslint@9.13.0(jiti@2.3.3))(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2))(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/parser': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/utils': 8.12.2(eslint@9.14.0(jiti@2.4.0))(typescript@5.2.2) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: