diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 75ae05df..fbecf186 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.1.1 + uses: nrwl/nx-set-shas@v4.1.2 with: main-branch-name: main - name: Run Checks diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index f2d3b6b9..98b88b99 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", - "@tanstack/angular-query-experimental": "5.59.17", + "@tanstack/angular-query-experimental": "5.60.0", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 4febdb19..4bd9768f 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.9", - "@tanstack/react-query": "^5.59.19", + "@tanstack/react-query": "^5.59.20", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index 7abea7d3..756ee208 100644 --- a/examples/svelte/dynamic/package.json +++ b/examples/svelte/dynamic/package.json @@ -16,7 +16,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", - "svelte-check": "^4.0.5", + "svelte-check": "^4.0.6", "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 82b88a4a..4c3fcaef 100644 --- a/examples/svelte/fixed/package.json +++ b/examples/svelte/fixed/package.json @@ -15,7 +15,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", - "svelte-check": "^4.0.5", + "svelte-check": "^4.0.6", "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 89c96c6e..22682190 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -9,14 +9,14 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.59.17", + "@tanstack/svelte-query": "^5.59.20", "@tanstack/svelte-virtual": "^3.10.9" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", - "svelte-check": "^4.0.5", + "svelte-check": "^4.0.6", "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 3d1424b9..cb059e85 100644 --- a/examples/svelte/smooth-scroll/package.json +++ b/examples/svelte/smooth-scroll/package.json @@ -16,7 +16,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", - "svelte-check": "^4.0.5", + "svelte-check": "^4.0.6", "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 e2193731..17090ce8 100644 --- a/examples/svelte/sticky/package.json +++ b/examples/svelte/sticky/package.json @@ -17,7 +17,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", - "svelte-check": "^4.0.5", + "svelte-check": "^4.0.6", "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 162fe669..3ad3bc65 100644 --- a/examples/svelte/table/package.json +++ b/examples/svelte/table/package.json @@ -17,7 +17,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tsconfig/svelte": "^5.0.4", "svelte": "^4.2.19", - "svelte-check": "^4.0.5", + "svelte-check": "^4.0.6", "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 4711caf3..f8578513 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index 6a03abf8..8a0dbce6 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 1e444fbb..2b647f0c 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -8,13 +8,13 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.59.17", + "@tanstack/vue-query": "^5.59.20", "@tanstack/vue-virtual": "^3.10.9", "vue": "^3.5.12" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index b3957d5d..cd0d464d 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 0b88bb04..225257c7 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 844f6c7a..e513f4a8 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index 4d3cb824..71a0996e 100644 --- a/examples/vue/sticky/package.json +++ b/examples/vue/sticky/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@types/lodash": "^4.17.13", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index e4b38a95..63d0daf4 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index 78e02c95..55b14fe4 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.1.5", "typescript": "5.2.2", "vite": "^5.4.10", "vue-tsc": "^2.1.10" diff --git a/package.json b/package.json index e8e3edb2..3b654632 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ ] }, "devDependencies": { - "@tanstack/config": "^0.13.4", + "@tanstack/config": "^0.14.0", "@testing-library/jest-dom": "^6.6.3", "@types/node": "^18.19.3", "eslint": "^9.14.0", "jsdom": "^25.0.1", - "knip": "^5.36.2", - "nx": "^20.0.8", + "knip": "^5.36.5", + "nx": "^20.0.12", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", "publint": "^0.2.12", diff --git a/packages/vue-virtual/package.json b/packages/vue-virtual/package.json index 6cc580d9..3eff2fa4 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.4", + "@vitejs/plugin-vue": "^5.1.5", "vue": "^3.5.12" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbbc7cd2..4bc16c16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@tanstack/config': - specifier: ^0.13.4 - 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)) + specifier: ^0.14.0 + version: 0.14.0(@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.3 version: 6.6.3 @@ -24,11 +24,11 @@ importers: specifier: ^25.0.1 version: 25.0.1 knip: - specifier: ^5.36.2 - version: 5.36.2(@types/node@18.19.63)(typescript@5.2.2) + specifier: ^5.36.5 + version: 5.36.5(@types/node@18.19.63)(typescript@5.2.2) nx: - specifier: ^20.0.8 - version: 20.0.8 + specifier: ^20.0.12 + version: 20.0.12 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -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.17 - version: 5.59.17(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) + specifier: 5.60.0 + version: 5.60.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-virtual': specifier: ^3.10.9 version: link:../../../packages/angular-virtual @@ -655,8 +655,8 @@ importers: examples/react/infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.59.19 - version: 5.59.19(react@18.3.1) + specifier: ^5.59.20 + version: 5.59.20(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.10.9 version: link:../../../packages/react-virtual @@ -898,8 +898,8 @@ importers: specifier: ^4.2.19 version: 4.2.19 svelte-check: - specifier: ^4.0.5 - version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.0.6 + version: 4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -926,8 +926,8 @@ importers: specifier: ^4.2.19 version: 4.2.19 svelte-check: - specifier: ^4.0.5 - version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.0.6 + version: 4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -941,8 +941,8 @@ importers: examples/svelte/infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.59.17 - version: 5.59.17(svelte@4.2.19) + specifier: ^5.59.20 + version: 5.59.20(svelte@4.2.19) '@tanstack/svelte-virtual': specifier: ^3.10.9 version: link:../../../packages/svelte-virtual @@ -957,8 +957,8 @@ importers: specifier: ^4.2.19 version: 4.2.19 svelte-check: - specifier: ^4.0.5 - version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.0.6 + version: 4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -988,8 +988,8 @@ importers: specifier: ^4.2.19 version: 4.2.19 svelte-check: - specifier: ^4.0.5 - version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.0.6 + version: 4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -1022,8 +1022,8 @@ importers: specifier: ^4.2.19 version: 4.2.19 svelte-check: - specifier: ^4.0.5 - version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.0.6 + version: 4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -1056,8 +1056,8 @@ importers: specifier: ^4.2.19 version: 4.2.19 svelte-check: - specifier: ^4.0.5 - version: 4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.0.6 + version: 4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -1084,8 +1084,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1109,8 +1109,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1124,8 +1124,8 @@ importers: examples/vue/infinite-scroll: dependencies: '@tanstack/vue-query': - specifier: ^5.59.17 - version: 5.59.17(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.59.20 + version: 5.59.20(vue@3.5.12(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.10.9 version: link:../../../packages/vue-virtual @@ -1137,8 +1137,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1162,8 +1162,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1190,8 +1190,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1215,8 +1215,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1249,8 +1249,8 @@ importers: specifier: ^4.17.13 version: 4.17.13 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1280,8 +1280,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1305,8 +1305,8 @@ importers: specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1415,8 +1415,8 @@ importers: version: link:../virtual-core devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.4 - version: 5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.4.2)) + specifier: ^5.1.5 + version: 5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.4.2)) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.4.2) @@ -3053,62 +3053,62 @@ packages: resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==} engines: {node: ^16.14.0 || >=18.0.0} - '@nx/nx-darwin-arm64@20.0.8': - resolution: {integrity: sha512-tDoafq5YUyOwxR1Y796WXA6j49OLJRO7TA/Fym52SSuD3AULbgo3/X5XeY6oL2PWM044CuUVrp3V4cIDUtyJpA==} + '@nx/nx-darwin-arm64@20.0.12': + resolution: {integrity: sha512-iwEDUTKx0n2S6Nz9gc9ShrfBw0MG87U0YIu2x/09tKOSkcsw90QKy54qN/6WNoFIE41Kt3U+dYtWi+NdLRE9kw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.0.8': - resolution: {integrity: sha512-bvfZ6VhSvOpPV00veaJDO1a4X+f0dn8S1A73/2ThbGZrZLAQIFrA8v+ysax+bfCGRHNdtlAL+f7TG2buh/4BRg==} + '@nx/nx-darwin-x64@20.0.12': + resolution: {integrity: sha512-JYFNf0yPReejaooQAAIMsjWDGENT777wDXj45e7JQUMM4t6NOMpGBj4qUFyc6a/jXT+/bCGEj4N7VDZDZiogGA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.0.8': - resolution: {integrity: sha512-AdOme0o/pTFy+TutIOAamuGTqbh6nOLrkNEX8f4ogfDRH+k/WvjRQ4z4ne58wf/2EVXua4jKTIEipIZAP/Ad1w==} + '@nx/nx-freebsd-x64@20.0.12': + resolution: {integrity: sha512-892n8o7vxdmE7pol3ggV78YHlP25p6Y/Z2x69nnC3BBTpWmesyd6lbEmamANofD5KcKCmT1HquC3m6rCT7akHw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.0.8': - resolution: {integrity: sha512-PYf7Z30A1TCZq9HVUP6JjT3ghTLYkaBpR6vDwiGWUV/exuNmhUgfYW6TiTpiSArXwnAgSIbaoGe537iEvYzA7A==} + '@nx/nx-linux-arm-gnueabihf@20.0.12': + resolution: {integrity: sha512-ZPcdYIVAc5JMtmvroJOloI9CJgtwBOGr7E7mO1eT44zs5av0j/QMIj6GSDdvJ7fx+I7TmT4mDiu3s6rLO+/JjA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.0.8': - resolution: {integrity: sha512-3VpvhjmNR78HVxGzpWiwqZsG5sNvLUv2Qfohtxyc3561o8VU41R9Onf/LJmbbZvmdDaPvvXQp3rs0OXT4i7T1g==} + '@nx/nx-linux-arm64-gnu@20.0.12': + resolution: {integrity: sha512-TadGwwUKS5WQg2YOMb2WuuVG1k14miSdB9qJOcAX5MGdOiQ1fpV00ph+kMWZSsCCo6N7sKxmvXXXdsUUFSDGjg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.0.8': - resolution: {integrity: sha512-3Z7fTJGG8h4VCHhD8Ix0zr6eFMfa1y3YDlzm8Clxu4Enzz0pEsUrT+ph6qrsArnIyUgiCowSi8+xgHFg7V/F1Q==} + '@nx/nx-linux-arm64-musl@20.0.12': + resolution: {integrity: sha512-EE2HQjgY87/s9+PQ27vbYyDEXFZ4Qot+O8ThVDVuMI/2dosmWs6C4+YEm3VYG+CT31MVwe/vHKXbDlZgkROMuA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.0.8': - resolution: {integrity: sha512-Uttl1RHzWpjZgdzowCUNjC6/b3YhZR31wyXWgVF4PDWpDVgy4EigGc19tdrvv8pUVKQFuj0uaSTPUklguN7c3A==} + '@nx/nx-linux-x64-gnu@20.0.12': + resolution: {integrity: sha512-gITJ2g6dH2qvGrI2CHHRyd3soVrJyQQGkqtJnWq04ge+YDy/KniXR2ThQ93LI/QLAxKrKOe3qmIIaNdcdDYnjA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.0.8': - resolution: {integrity: sha512-llc6ywSPaOWQzEzD73USyAXd/y3Slu+GHS02IsQqZeA23EIOEzhvEeeeKgs4F8LKuFW/TpV6T5IhvSHw9/mvBg==} + '@nx/nx-linux-x64-musl@20.0.12': + resolution: {integrity: sha512-vOoCrjL44nFZ5N8a4UAIYELnf/tq1dRaLEhSV+P0hKTEtwONj4k8crfU/2HifG1iU7p3AWJLEyaddMoINhB/2g==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.0.8': - resolution: {integrity: sha512-GhPVVNrL0QcQ3B6r0P0Dta3TIesJz7uso7iI5rCZ/oOGa02UsT4NkQBpIhxYQZ4TnHYNy84g4rHtYHrSlpDlEw==} + '@nx/nx-win32-arm64-msvc@20.0.12': + resolution: {integrity: sha512-gKdaul23bdRnh493iAd6pSLPSW54VBuEv2zPL86cgprLOcEZiGM5BLJWQguKHCib6dYKaIP4CUIs7i7vhEID+A==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.0.8': - resolution: {integrity: sha512-yLlcgM0zFdmsExdLv8O2g5FWQ6d2vyN5OynKV+F5BrWHC4LvrqyYJ99y++5bLFoEi19RYIK6sLnzGIRSF6dHGg==} + '@nx/nx-win32-x64-msvc@20.0.12': + resolution: {integrity: sha512-R1pz4kAG0Ok0EDxXhHwKM3ZZcK2nLycuR9SDrq2Ldp2knvbFf4quSjWyAQaiofJXo179+noa7o5tZDZbNjBYMw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3417,8 +3417,8 @@ packages: engines: {node: '>=8.10'} hasBin: true - '@stylistic/eslint-plugin-js@2.10.0': - resolution: {integrity: sha512-H742K6j8EeWgStJphdwWBZRy9LXWUZ/EjFgqUy7PfuXNnldr6QbfZT3zug5QUkWyA9Qh7skmMF8aT7TsnNwJ6w==} + '@stylistic/eslint-plugin-js@2.10.1': + resolution: {integrity: sha512-IikL/RKy9Sk2UMDUUpqrEcwDeYzUEt6SaL2/UVCFuVQxKACHSgStT0NxXkxZmBOUforaU52FPf2Su07FYH5s5g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -3445,9 +3445,10 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@tanstack/angular-query-experimental@5.59.17': - resolution: {integrity: sha512-uHpcr2BhLg6ARBwIKVHC8NGKUGNmMAYO7sywS5GAbJ5t+BN+jmRQzu4mKAF7enEFZ6geVqprHGWVjcyz8+AUxA==} + '@tanstack/angular-query-experimental@5.60.0': + resolution: {integrity: sha512-AbmuUaPmGhxjNUPeTFMQNyQ+8vbOsyyKX1pJ79icgwLn9g7KAHbH7z4hjGB78iotJFXKfVtxzz2/rD9b6vyitw==} peerDependencies: + '@angular/common': '>=16.0.0' '@angular/core': '>=16.0.0' '@tanstack/angular-table@8.20.5': @@ -3456,8 +3457,8 @@ packages: peerDependencies: '@angular/core': '>=17' - '@tanstack/config@0.13.4': - resolution: {integrity: sha512-JATGLntcaF/K3kQC5NOBsbeZ0aAJXQ6f/x2dZzbEtP8cT9dKf2VCrWCQAYm+mtSunPJN4LQ3ZJc6jlGDNjLUvg==} + '@tanstack/config@0.14.0': + resolution: {integrity: sha512-l4c6eeowRzZ3kQ7j6o3VLpATFuvJYa9uRoq0A2J0iGYfEdF2uVRYnm53WXyGM1/XQKHHKZlr2WG3Z2675eAgeA==} engines: {node: '>=18'} hasBin: true @@ -3465,11 +3466,14 @@ packages: resolution: {integrity: sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==} engines: {node: '>=12'} - '@tanstack/query-core@5.59.17': - resolution: {integrity: sha512-jWdDiif8kaqnRGHNXAa9CnudtxY5v9DUxXhodgqX2Rwzj+1UwStDHEbBd9IA5C7VYAaJ2s+BxFR6PUBs8ERorA==} + '@tanstack/query-core@5.59.20': + resolution: {integrity: sha512-e8vw0lf7KwfGe1if4uPFhvZRWULqHjFcz3K8AebtieXvnMOz5FSzlZe3mTLlPuUBcydCnBRqYs2YJ5ys68wwLg==} - '@tanstack/react-query@5.59.19': - resolution: {integrity: sha512-xLRfyFyQOFcLltKCds0LijfC6/HQJrrTTnZB8ciyn74LIkVAm++vZJ6eUVG20RmJtdP8REdy7vSOYW4M3//XLA==} + '@tanstack/query-devtools@5.59.20': + resolution: {integrity: sha512-vxhuQ+8VV4YWQSFxQLsuM+dnEKRY7VeRzpNabFXdhEwsBYLrjXlF1pM38A8WyKNLqZy8JjyRO8oP4Wd/oKHwuQ==} + + '@tanstack/react-query@5.59.20': + resolution: {integrity: sha512-Zly0egsK0tFdfSbh5/mapSa+Zfc3Et0Zkar7Wo5sQkFzWyB3p3uZWOHR2wrlAEEV2L953eLuDBtbgFvMYiLvUw==} peerDependencies: react: ^18 || ^19 @@ -3480,8 +3484,8 @@ packages: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/svelte-query@5.59.17': - resolution: {integrity: sha512-1nJw29NyVgTIrlIC3X1PtQsxE4ecBkYNkq/1OOaYKofc7Q3aXbvC8KOdoyzPSk/pUKj0LJl7tKfRRTvB3l+YGA==} + '@tanstack/svelte-query@5.59.20': + resolution: {integrity: sha512-DFRTz9i6OXIF+o4GFDRF4g3Q6BSBKWxoahZPcPbCAdXAS4NRhTnVFR4HgEtzlhfoQx8yMJsLXMhDiGUw365HsA==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -3495,8 +3499,8 @@ packages: resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} engines: {node: '>=12'} - '@tanstack/vue-query@5.59.17': - resolution: {integrity: sha512-113b6ITbiNMrzZIybVRIbvNIiVRCIdWzSfZbXBNa+WIjDto/xdR2NnMZrNe2wtUActzC1cArAlGM2CFH1SR11Q==} + '@tanstack/vue-query@5.59.20': + resolution: {integrity: sha512-kIs1GfXh7jVLycbnQDghfdrcvrZz5fxnMF7eAAp8O3ZfhHQWfP57DBXbOvww4Y+TI0EvVoh+hihX+LNFBGFKLg==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -3808,8 +3812,8 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-vue@5.1.4': - resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} + '@vitejs/plugin-vue@5.1.5': + resolution: {integrity: sha512-dlnib73G05CDBAUR/YpuZcQQ47fpjihnnNouAAqN62z+oqSsWJ+kh52GRzIxpkgFG3q11eXK7Di7RMmoCwISZA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -3987,9 +3991,9 @@ packages: '@yarnpkg/lockfile@1.1.0': resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} - '@yarnpkg/parsers@3.0.0-rc.46': - resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} - engines: {node: '>=14.15.0'} + '@yarnpkg/parsers@3.0.2': + resolution: {integrity: sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==} + engines: {node: '>=18.12.0'} '@zkochan/js-yaml@0.0.7': resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} @@ -5740,8 +5744,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.36.2: - resolution: {integrity: sha512-MudNTKBSqThAFAV29GuRPSKSebByZeQCFeNgXVRVSd+sXcubehTgQHTGqqiwlXGCt4WBP7vuVekp0ZehfZtHuw==} + knip@5.36.5: + resolution: {integrity: sha512-SKfT9ae69ldqM8fwdhDU4CGtH9T8WXtRFqiJlzd9GdxRUebkktdDB7XayJvHP/1HbSWUrjAG7CQHa78pwjoftw==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -6265,8 +6269,8 @@ packages: nwsapi@2.2.13: resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} - nx@20.0.8: - resolution: {integrity: sha512-cMtb+u5Eji7Xm9xMHZkRXMcO8GH6FFqS2+nMgtLUZ/+ZmquEgoV8mbsKVw1u1sJ6osOpWAu9OwXcilwtvSOoBw==} + nx@20.0.12: + resolution: {integrity: sha512-pQ7Rwb2Qlhr+fEamd0qc4VsL/aKjVJ0MXPsosuhdZobLJQOKHefe+nXSSZ1Jy19VM3RRpxUKFneD/V2jvs3qDA==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -7240,8 +7244,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - svelte-check@4.0.5: - resolution: {integrity: sha512-icBTBZ3ibBaywbXUat3cK6hB5Du+Kq9Z8CRuyLmm64XIe2/r+lQcbuBx/IQgsbrC+kT2jQ0weVpZSSRIPwB6jQ==} + svelte-check@4.0.6: + resolution: {integrity: sha512-2XwmQNJaKbenJbvu5at+DuRpvF4v73Zu7f0/WkMl1O7WDm/IfF+E13t8D0nnRiRcMsNYm9ufHyLwfeMEnebpdg==} engines: {node: '>= 18.0.0'} hasBin: true peerDependencies: @@ -7431,14 +7435,14 @@ packages: peerDependencies: typedoc-plugin-markdown: '>=4.0.0' - typedoc-plugin-markdown@4.2.9: - resolution: {integrity: sha512-Wqmx+7ezKFgtTklEq/iUhQ5uFeBDhAT6wiS2na9cFLidIpl9jpDHJy/COYh8jUZXgIRIZVQ/bPNjyrnPFoDwzg==} + typedoc-plugin-markdown@4.2.10: + resolution: {integrity: sha512-PLX3pc1/7z13UJm4TDE9vo9jWGcClFUErXXtd5LdnoLjV6mynPpqZLU992DwMGFSRqJFZeKbVyqlNNeNHnk2tQ==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.26.x - typedoc@0.26.10: - resolution: {integrity: sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw==} + typedoc@0.26.11: + resolution: {integrity: sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -9659,34 +9663,34 @@ snapshots: - bluebird - supports-color - '@nx/nx-darwin-arm64@20.0.8': + '@nx/nx-darwin-arm64@20.0.12': optional: true - '@nx/nx-darwin-x64@20.0.8': + '@nx/nx-darwin-x64@20.0.12': optional: true - '@nx/nx-freebsd-x64@20.0.8': + '@nx/nx-freebsd-x64@20.0.12': optional: true - '@nx/nx-linux-arm-gnueabihf@20.0.8': + '@nx/nx-linux-arm-gnueabihf@20.0.12': optional: true - '@nx/nx-linux-arm64-gnu@20.0.8': + '@nx/nx-linux-arm64-gnu@20.0.12': optional: true - '@nx/nx-linux-arm64-musl@20.0.8': + '@nx/nx-linux-arm64-musl@20.0.12': optional: true - '@nx/nx-linux-x64-gnu@20.0.8': + '@nx/nx-linux-x64-gnu@20.0.12': optional: true - '@nx/nx-linux-x64-musl@20.0.8': + '@nx/nx-linux-x64-musl@20.0.12': optional: true - '@nx/nx-win32-arm64-msvc@20.0.8': + '@nx/nx-win32-arm64-msvc@20.0.12': optional: true - '@nx/nx-win32-x64-msvc@20.0.8': + '@nx/nx-win32-x64-msvc@20.0.12': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -9984,7 +9988,7 @@ snapshots: ignore: 5.3.2 p-map: 4.0.0 - '@stylistic/eslint-plugin-js@2.10.0(eslint@9.14.0(jiti@2.4.0))': + '@stylistic/eslint-plugin-js@2.10.1(eslint@9.14.0(jiti@2.4.0))': dependencies: eslint: 9.14.0(jiti@2.4.0) eslint-visitor-keys: 4.2.0 @@ -10024,10 +10028,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/angular-query-experimental@5.59.17(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': + '@tanstack/angular-query-experimental@5.60.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))': 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.59.17 + '@tanstack/query-core': 5.59.20 + '@tanstack/query-devtools': 5.59.20 tslib: 2.8.1 '@tanstack/angular-table@8.20.5(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': @@ -10036,11 +10042,11 @@ 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.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))': + '@tanstack/config@0.14.0(@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.14.0 - '@stylistic/eslint-plugin-js': 2.10.0(eslint@9.14.0(jiti@2.4.0)) + '@stylistic/eslint-plugin-js': 2.10.1(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) @@ -10054,9 +10060,9 @@ snapshots: rollup-plugin-preserve-directives: 0.4.0(rollup@4.24.3) semver: 7.6.3 simple-git: 3.27.0 - 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)) + typedoc: 0.26.11(typescript@5.2.2) + typedoc-plugin-frontmatter: 1.0.0(typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.2.2))) + typedoc-plugin-markdown: 4.2.10(typedoc@0.26.11(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)) @@ -10075,11 +10081,13 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.59.17': {} + '@tanstack/query-core@5.59.20': {} + + '@tanstack/query-devtools@5.59.20': {} - '@tanstack/react-query@5.59.19(react@18.3.1)': + '@tanstack/react-query@5.59.20(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.59.17 + '@tanstack/query-core': 5.59.20 react: 18.3.1 '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -10088,9 +10096,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/svelte-query@5.59.17(svelte@4.2.19)': + '@tanstack/svelte-query@5.59.20(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.59.17 + '@tanstack/query-core': 5.59.20 svelte: 4.2.19 '@tanstack/svelte-table@8.20.5(svelte@4.2.19)': @@ -10100,10 +10108,10 @@ snapshots: '@tanstack/table-core@8.20.5': {} - '@tanstack/vue-query@5.59.17(vue@3.5.12(typescript@5.2.2))': + '@tanstack/vue-query@5.59.20(vue@3.5.12(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/query-core': 5.59.17 + '@tanstack/query-core': 5.59.20 '@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)) @@ -10490,12 +10498,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2))': + '@vitejs/plugin-vue@5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.2.2))': dependencies: vite: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue: 3.5.12(typescript@5.2.2) - '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.4.2))': + '@vitejs/plugin-vue@5.1.5(vite@5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))(vue@3.5.12(typescript@5.4.2))': dependencies: vite: 5.4.10(@types/node@18.19.63)(less@4.2.0)(sass@1.80.5)(terser@5.29.1) vue: 3.5.12(typescript@5.4.2) @@ -10822,7 +10830,7 @@ snapshots: '@yarnpkg/lockfile@1.1.0': {} - '@yarnpkg/parsers@3.0.0-rc.46': + '@yarnpkg/parsers@3.0.2': dependencies: js-yaml: 3.14.1 tslib: 2.8.1 @@ -12724,7 +12732,7 @@ snapshots: klona@2.0.6: {} - knip@5.36.2(@types/node@18.19.63)(typescript@5.2.2): + knip@5.36.5(@types/node@18.19.63)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -13340,11 +13348,11 @@ snapshots: nwsapi@2.2.13: {} - nx@20.0.8: + nx@20.0.12: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 + '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 axios: 1.7.7 chalk: 4.1.2 @@ -13375,16 +13383,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@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 + '@nx/nx-darwin-arm64': 20.0.12 + '@nx/nx-darwin-x64': 20.0.12 + '@nx/nx-freebsd-x64': 20.0.12 + '@nx/nx-linux-arm-gnueabihf': 20.0.12 + '@nx/nx-linux-arm64-gnu': 20.0.12 + '@nx/nx-linux-arm64-musl': 20.0.12 + '@nx/nx-linux-x64-gnu': 20.0.12 + '@nx/nx-linux-x64-musl': 20.0.12 + '@nx/nx-win32-arm64-msvc': 20.0.12 + '@nx/nx-win32-x64-msvc': 20.0.12 transitivePeerDependencies: - debug @@ -14386,7 +14394,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svelte-check@4.0.5(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2): + svelte-check@4.0.6(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2): dependencies: '@jridgewell/trace-mapping': 0.3.25 chokidar: 4.0.1 @@ -14562,16 +14570,16 @@ snapshots: typed-assert@1.0.9: {} - typedoc-plugin-frontmatter@1.0.0(typedoc-plugin-markdown@4.2.9(typedoc@0.26.10(typescript@5.2.2))): + typedoc-plugin-frontmatter@1.0.0(typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.2.2))): dependencies: - typedoc-plugin-markdown: 4.2.9(typedoc@0.26.10(typescript@5.2.2)) + typedoc-plugin-markdown: 4.2.10(typedoc@0.26.11(typescript@5.2.2)) yaml: 2.6.0 - typedoc-plugin-markdown@4.2.9(typedoc@0.26.10(typescript@5.2.2)): + typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.2.2)): dependencies: - typedoc: 0.26.10(typescript@5.2.2) + typedoc: 0.26.11(typescript@5.2.2) - typedoc@0.26.10(typescript@5.2.2): + typedoc@0.26.11(typescript@5.2.2): dependencies: lunr: 2.3.9 markdown-it: 14.1.0