diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index c8e18820..aa9dd8bd 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.60.5", + "@tanstack/angular-query-experimental": "5.61.3", "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 e1eff8b0..e5bde45a 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.60.5", + "@tanstack/react-query": "^5.61.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index 80969cd3..81dcbb8c 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.9", + "svelte-check": "^4.1.0", "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/svelte/fixed/package.json b/examples/svelte/fixed/package.json index cb2304cd..ff5385b4 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.9", + "svelte-check": "^4.1.0", "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index 1eaaeb79..b9355a68 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.60.5", + "@tanstack/svelte-query": "^5.61.3", "@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.9", + "svelte-check": "^4.1.0", "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/svelte/smooth-scroll/package.json b/examples/svelte/smooth-scroll/package.json index 703cb812..db4d4720 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.9", + "svelte-check": "^4.1.0", "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/svelte/sticky/package.json b/examples/svelte/sticky/package.json index c94ff7bd..36cb9e3a 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.9", + "svelte-check": "^4.1.0", "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/svelte/table/package.json b/examples/svelte/table/package.json index f5aaf832..c6efd632 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.9", + "svelte-check": "^4.1.0", "tslib": "^2.8.1", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 93ee86e2..e4fbbb6c 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.60.5", + "@tanstack/vue-query": "^5.61.3", "@tanstack/vue-virtual": "^3.10.9", "vue": "^3.5.13" }, diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 228f0f94..11c4112a 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.9", - "@vueuse/core": "^11.2.0", + "@vueuse/core": "^11.3.0", "vue": "^3.5.13" }, "devDependencies": { diff --git a/package.json b/package.json index 62eb0524..a000d6e2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/virtual.git" }, - "packageManager": "pnpm@9.13.2", + "packageManager": "pnpm@9.14.2", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", @@ -42,10 +42,10 @@ "@types/node": "^18.19.3", "eslint": "^9.15.0", "jsdom": "^25.0.1", - "knip": "^5.37.1", - "nx": "^20.1.2", + "knip": "^5.37.2", + "nx": "^20.1.3", "prettier": "^3.3.3", - "prettier-plugin-svelte": "^3.2.8", + "prettier-plugin-svelte": "^3.3.2", "publint": "^0.2.12", "rimraf": "^5.0.10", "sherif": "^0.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46a9777c..99c15e08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,17 +24,17 @@ importers: specifier: ^25.0.1 version: 25.0.1 knip: - specifier: ^5.37.1 - version: 5.37.1(@types/node@18.19.63)(typescript@5.2.2) + specifier: ^5.37.2 + version: 5.37.2(@types/node@18.19.63)(typescript@5.2.2) nx: - specifier: ^20.1.2 - version: 20.1.2 + specifier: ^20.1.3 + version: 20.1.3 prettier: specifier: ^3.3.3 version: 3.3.3 prettier-plugin-svelte: - specifier: ^3.2.8 - version: 3.2.8(prettier@3.3.3)(svelte@4.2.19) + specifier: ^3.3.2 + version: 3.3.2(prettier@3.3.3)(svelte@4.2.19) publint: specifier: ^0.2.12 version: 0.2.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.60.5 - version: 5.60.5(@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.61.3 + version: 5.61.3(@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.60.5 - version: 5.60.5(react@18.3.1) + specifier: ^5.61.3 + version: 5.61.3(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.9 - version: 4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.1.0 + version: 4.1.0(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.9 - version: 4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.1.0 + version: 4.1.0(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.60.5 - version: 5.60.5(svelte@4.2.19) + specifier: ^5.61.3 + version: 5.61.3(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.9 - version: 4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.1.0 + version: 4.1.0(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.9 - version: 4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.1.0 + version: 4.1.0(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.9 - version: 4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.1.0 + version: 4.1.0(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.9 - version: 4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) + specifier: ^4.1.0 + version: 4.1.0(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -1124,8 +1124,8 @@ importers: examples/vue/infinite-scroll: dependencies: '@tanstack/vue-query': - specifier: ^5.60.5 - version: 5.60.5(vue@3.5.13(typescript@5.2.2)) + specifier: ^5.61.3 + version: 5.61.3(vue@3.5.13(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.10.9 version: link:../../../packages/vue-virtual @@ -1180,8 +1180,8 @@ importers: specifier: ^3.10.9 version: link:../../../packages/vue-virtual '@vueuse/core': - specifier: ^11.2.0 - version: 11.2.0(vue@3.5.13(typescript@5.2.2)) + specifier: ^11.3.0 + version: 11.3.0(vue@3.5.13(typescript@5.2.2)) vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.2.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.1.2': - resolution: {integrity: sha512-PJ91TQhd28kitDBubKUOXMYvrtSDrG+rr8MsIe9cHo1CvU9smcGVBwuHBxniq0DXsyOX/5GL6ngq7hjN2nQ3XQ==} + '@nx/nx-darwin-arm64@20.1.3': + resolution: {integrity: sha512-m0Rwawht7Jwq6u2QPmAtsv+khFsTUIZUfiO1kXGcKOX3nQdJ7i82zLRd5yGbrDTAyRbAsgWO3v8zWQyhC1oGjw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.1.2': - resolution: {integrity: sha512-1fopau7nxIhTF26vDTIzMxl15AtW4FvUSdy+r1mNRKrKyjjpqnlu00SQBW7JzGV0agDD1B/61yYei5Q2aMOt7Q==} + '@nx/nx-darwin-x64@20.1.3': + resolution: {integrity: sha512-WsQK1sxOJFzD0vOtFqSHpLzWuFO4vG7G1PUyJ1Y5mPo4vbRslqoAUTqF7n42bBRPY/lE2aT7BqAAj8hm4PgcnQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.1.2': - resolution: {integrity: sha512-55YgIp3v4zz7xMzJO93dtglbOTER2XdS6jrCt8GbKaWGFl5drRrBoNGONtiGNU7C3hLx1VsorbynCkJT18PjKQ==} + '@nx/nx-freebsd-x64@20.1.3': + resolution: {integrity: sha512-HV57XMtCVPy/0LZtifcEHbOpVNKLTOBFUoUXkmGYBmAKfw7lccfF600/tunTCZ4aijsD6+opEeGHzlDUK0Ir1w==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.1.2': - resolution: {integrity: sha512-sMhNA8uAV43UYVEXEa8TZ8Fjpom4CGq1umTptEGOF4TTtdNn2AUBreg+0bVODM8MMSzRWGI1VbkZzHESnAPwqw==} + '@nx/nx-linux-arm-gnueabihf@20.1.3': + resolution: {integrity: sha512-RzP0vc4yhXktKxz7iiwVYFkgpyb5TN/lLGcKLMM4kjuyYJ0IUX58Kk5FDoqCy+HMKiMfGyTOT4fP+/UEsgW6qQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.1.2': - resolution: {integrity: sha512-bsevarNHglaYLmIvPNQOdHrBnBgaW3EOUM0flwaXdWuZbL1bWx8GoVwHp9yJpZOAOfIF/Nhq5iTpaZB2nYFrAA==} + '@nx/nx-linux-arm64-gnu@20.1.3': + resolution: {integrity: sha512-WCaU5AiGx21C3t3v4+d7nrA1r5Xc5Wk7yVxZFWh+mKHdcqk1JebDIr1qj/7yoKHD2R9k2Vp5x5Kd0pzAGS8AyA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.1.2': - resolution: {integrity: sha512-GFZTptkhZPL/iZ3tYDmspIcPEaXyy/L/o59gyp33GoFAAyDhiXIF7J1Lz81Xn8VKrX6TvEY8/9qSh86pb7qzDQ==} + '@nx/nx-linux-arm64-musl@20.1.3': + resolution: {integrity: sha512-lKAvR9jNyx/qvk3UZGYNJAoK5mkZc+rDD4gA23tOGYPjNrWHJEgbWycCk5A9tQ4QX4CskCNmkgQx0lOMdLeXsw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.1.2': - resolution: {integrity: sha512-yqEW/iglKT4d9lgfnwSNhmDzPxCkRhtdmZqOYpGDM0eZFwYwJF+WRGjW8xIqMj8PA1yrGItzXZOmyFjJqHAF2w==} + '@nx/nx-linux-x64-gnu@20.1.3': + resolution: {integrity: sha512-RKNm7RnTgCSl2HstDb/qMKO9r8o81EUe+UZB5fgjNR89PB757iHUX30kM0xbkiRZui1vIkMAvWcNsidxBnGGfg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.1.2': - resolution: {integrity: sha512-SP6PpWT4cQVrC4WJQdpfADrYJQzkbhgmcGleWbpr7II1HJgOsAcvoDwQGpPQX+3Wo+VBiNecvUAOzacMQkXPGw==} + '@nx/nx-linux-x64-musl@20.1.3': + resolution: {integrity: sha512-aCXEWt1WQDPLzgp5I+NfqaP0y4ZKi2aauZMnSO6KE54MnZmvB+B4HQMZvqHM3dfU0jluvLRBmVIPLeTHiCccrw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.1.2': - resolution: {integrity: sha512-JZQx9gr39LY3D7uleiXlpxUsavuOrOQNBocwKHkAMnykaT/e1VCxTnm/hk+2b4foWwfURTqoRiFEba70iiCdYg==} + '@nx/nx-win32-arm64-msvc@20.1.3': + resolution: {integrity: sha512-625rRYFfoCTu73bjDZ+jOLU0lvEN2heiiUGlErc6GchfcWuIcZy16oyYQzZX69UQqryGkkZVTaoyMXhGS5p7Tg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.1.2': - resolution: {integrity: sha512-6GmT8iswDiCvJaCtW9DpWeAQmLS/kfAuRLYBisfzlONuLPaDdjhgVIxZBqqUSFfclwcVz+NhIOGvdr0aGFZCtQ==} + '@nx/nx-win32-x64-msvc@20.1.3': + resolution: {integrity: sha512-XUbxSB6vUWoixNyCXkaXGkeUy/syqFOBXVh5Wbi6bqwTJ5o6EFUxCnzK/JsK55dfOz+I/jMXJzDWYEDAsikTSA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3445,8 +3445,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@tanstack/angular-query-experimental@5.60.5': - resolution: {integrity: sha512-VIvzeDhIuef04ta+ZSvCLw+ICdvLF8PXPfwlPMvmQw64jbQ2HtG5l3uTyJSdgeoJD/TSsF4swhzXMiJBC4Zp4g==} + '@tanstack/angular-query-experimental@5.61.3': + resolution: {integrity: sha512-nyuJ7au9IRMLxYh1HFMMAHd29JAbYeKSR/HMWCdbWDA5oQQfwgTZMbfXYnVeG95Tb+zjQn1/elJHOIPiU4O13Q==} peerDependencies: '@angular/common': '>=16.0.0' '@angular/core': '>=16.0.0' @@ -3466,14 +3466,14 @@ packages: resolution: {integrity: sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==} engines: {node: '>=12'} - '@tanstack/query-core@5.60.5': - resolution: {integrity: sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==} + '@tanstack/query-core@5.60.6': + resolution: {integrity: sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ==} - '@tanstack/query-devtools@5.59.20': - resolution: {integrity: sha512-vxhuQ+8VV4YWQSFxQLsuM+dnEKRY7VeRzpNabFXdhEwsBYLrjXlF1pM38A8WyKNLqZy8JjyRO8oP4Wd/oKHwuQ==} + '@tanstack/query-devtools@5.61.3': + resolution: {integrity: sha512-AoRco+DMw7Xy9fFs+5BxBop82YPKs1/tWpTPoO1iYVwPLmAU+znnLfWyZ8Qr5OiEqoS0dCyEe6F5V11/JkCK/A==} - '@tanstack/react-query@5.60.5': - resolution: {integrity: sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q==} + '@tanstack/react-query@5.61.3': + resolution: {integrity: sha512-c3Oz9KaCBapGkRewu7AJLhxE9BVqpMcHsd3KtFxSd7FSCu2qGwqfIN37zbSGoyk6Ix9LGZBNHQDPI6GpWABnmA==} peerDependencies: react: ^18 || ^19 @@ -3484,8 +3484,8 @@ packages: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/svelte-query@5.60.5': - resolution: {integrity: sha512-4aVM0iF/10fcOlQUO/P+oaod4Kr1GhYdPhxw4ValEG+JodHJSSiwV7PMlMuhm7EdLsH2oczfHn7oVvWMqzfQSg==} + '@tanstack/svelte-query@5.61.3': + resolution: {integrity: sha512-ObXvaDTkopUgHC7x/qq5/FZNEujsM2+KJl3b1BZfgoTYsqojvwJCZpir6v+zYQIZGVfv+AQJW9S9bHwdb2+nUg==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -3499,8 +3499,8 @@ packages: resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} engines: {node: '>=12'} - '@tanstack/vue-query@5.60.5': - resolution: {integrity: sha512-haiXgn4Rtmwdcj3o9mNggll+VCKZ88gymb4gTjofXy/GHHxBqwHnWM+gzgzpt8x5b4VaqUUG/okNht89ZiFxVg==} + '@tanstack/vue-query@5.61.3': + resolution: {integrity: sha512-BNl6hcOLbbvjDpAuzpD+0FUna+eZkFgTzads9/TtZPMgwWOUmJ016Q2X5ECFrMg+J7ubsKdViLS1IhASJDHGeQ==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -3908,14 +3908,14 @@ packages: '@vue/shared@3.5.13': resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} - '@vueuse/core@11.2.0': - resolution: {integrity: sha512-JIUwRcOqOWzcdu1dGlfW04kaJhW3EXnnjJJfLTtddJanymTL7lF1C0+dVVZ/siLfc73mWn+cGP1PE1PKPruRSA==} + '@vueuse/core@11.3.0': + resolution: {integrity: sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==} - '@vueuse/metadata@11.2.0': - resolution: {integrity: sha512-L0ZmtRmNx+ZW95DmrgD6vn484gSpVeRbgpWevFKXwqqQxW9hnSi2Ppuh2BzMjnbv4aJRiIw8tQatXT9uOB23dQ==} + '@vueuse/metadata@11.3.0': + resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==} - '@vueuse/shared@11.2.0': - resolution: {integrity: sha512-VxFjie0EanOudYSgMErxXfq6fo8vhr5ICI+BuE3I9FnX7ePllEsVrRQ7O6Q1TLgApeLuPKcHQxAXpP+KnlrJsg==} + '@vueuse/shared@11.3.0': + resolution: {integrity: sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==} '@web/browser-logs@0.4.0': resolution: {integrity: sha512-/EBiDAUCJ2DzZhaFxTPRIznEPeafdLbXShIL6aTu7x73x7ZoxSDv7DGuTsh2rWNMUa4+AKli4UORrpyv6QBOiA==} @@ -5744,8 +5744,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.37.1: - resolution: {integrity: sha512-69gjKj5lLsLXcIPXlHyFfX5AOHgRdh/iXH8gUqvmsHtjqoWhOATeXZDjvvemmgw7KxbWbUzxBNbpjhtJWzgqGA==} + knip@5.37.2: + resolution: {integrity: sha512-Rs9HHTgmUacyKxchP4kRwG8idi0tzVHVpSyo4EM9sNGDSrPq20lhKXOWMFmShGCV6CH2352393Ok/qG1NblCMw==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -6269,8 +6269,8 @@ packages: nwsapi@2.2.13: resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} - nx@20.1.2: - resolution: {integrity: sha512-CvjmuQmI0RWLYZxRSIgQZmzsQv6dPp9oI0YZE3L1dagBPfTf5Cun65I0GLt7bdkDnVx2PGYkDbIoJSv2/V+83Q==} + nx@20.1.3: + resolution: {integrity: sha512-mipsacEpn0gLd/4NSlOgyHW6Ozl++8ZIfuv42RtZEnS3BaGnnW+L2dkt85h4zffq+zBILoudd/VDFzaLY7Yrfw==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -6586,8 +6586,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier-plugin-svelte@3.2.8: - resolution: {integrity: sha512-PAHmmU5cGZdnhW4mWhmvxuG2PVbbHIxUuPOdUKvfE+d4Qt2d29iU5VWrPdsaW5YqVEE0nqhlvN4eoKmVMpIF3Q==} + prettier-plugin-svelte@3.3.2: + resolution: {integrity: sha512-kRPjH8wSj2iu+dO+XaUv4vD8qr5mdDmlak3IT/7AOgGIMRG86z/EHOLauFcClKEnOUf4A4nOA7sre5KrJD4Raw==} peerDependencies: prettier: ^3.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 @@ -7244,8 +7244,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - svelte-check@4.0.9: - resolution: {integrity: sha512-SVNCz2L+9ZELGli7G0n3B3QE5kdf0u27RtKr2ZivWQhcWIXatZxwM4VrQ6AiA2k9zKp2mk5AxkEhdjbpjv7rEw==} + svelte-check@4.1.0: + resolution: {integrity: sha512-AflEZYqI578KuDZcpcorPSf597LStxlkN7XqXi38u09zlHODVKd7c+7OuubGzbhgGRUqNTdQCZ+Ga96iRXEf2g==} engines: {node: '>= 18.0.0'} hasBin: true peerDependencies: @@ -9660,34 +9660,34 @@ snapshots: - bluebird - supports-color - '@nx/nx-darwin-arm64@20.1.2': + '@nx/nx-darwin-arm64@20.1.3': optional: true - '@nx/nx-darwin-x64@20.1.2': + '@nx/nx-darwin-x64@20.1.3': optional: true - '@nx/nx-freebsd-x64@20.1.2': + '@nx/nx-freebsd-x64@20.1.3': optional: true - '@nx/nx-linux-arm-gnueabihf@20.1.2': + '@nx/nx-linux-arm-gnueabihf@20.1.3': optional: true - '@nx/nx-linux-arm64-gnu@20.1.2': + '@nx/nx-linux-arm64-gnu@20.1.3': optional: true - '@nx/nx-linux-arm64-musl@20.1.2': + '@nx/nx-linux-arm64-musl@20.1.3': optional: true - '@nx/nx-linux-x64-gnu@20.1.2': + '@nx/nx-linux-x64-gnu@20.1.3': optional: true - '@nx/nx-linux-x64-musl@20.1.2': + '@nx/nx-linux-x64-musl@20.1.3': optional: true - '@nx/nx-win32-arm64-msvc@20.1.2': + '@nx/nx-win32-arm64-msvc@20.1.3': optional: true - '@nx/nx-win32-x64-msvc@20.1.2': + '@nx/nx-win32-x64-msvc@20.1.3': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -10025,12 +10025,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/angular-query-experimental@5.60.5(@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.61.3(@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.60.5 - '@tanstack/query-devtools': 5.59.20 + '@tanstack/query-core': 5.60.6 + '@tanstack/query-devtools': 5.61.3 '@tanstack/angular-table@8.20.5(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: @@ -10077,13 +10077,13 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.60.5': {} + '@tanstack/query-core@5.60.6': {} - '@tanstack/query-devtools@5.59.20': {} + '@tanstack/query-devtools@5.61.3': {} - '@tanstack/react-query@5.60.5(react@18.3.1)': + '@tanstack/react-query@5.61.3(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.60.5 + '@tanstack/query-core': 5.60.6 react: 18.3.1 '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -10092,9 +10092,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/svelte-query@5.60.5(svelte@4.2.19)': + '@tanstack/svelte-query@5.61.3(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.60.5 + '@tanstack/query-core': 5.60.6 svelte: 4.2.19 '@tanstack/svelte-table@8.20.5(svelte@4.2.19)': @@ -10104,10 +10104,10 @@ snapshots: '@tanstack/table-core@8.20.5': {} - '@tanstack/vue-query@5.60.5(vue@3.5.13(typescript@5.2.2))': + '@tanstack/vue-query@5.61.3(vue@3.5.13(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/query-core': 5.60.5 + '@tanstack/query-core': 5.60.6 '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.2.2) vue-demi: 0.14.10(vue@3.5.13(typescript@5.2.2)) @@ -10649,19 +10649,19 @@ snapshots: '@vue/shared@3.5.13': {} - '@vueuse/core@11.2.0(vue@3.5.13(typescript@5.2.2))': + '@vueuse/core@11.3.0(vue@3.5.13(typescript@5.2.2))': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 11.2.0 - '@vueuse/shared': 11.2.0(vue@3.5.13(typescript@5.2.2)) + '@vueuse/metadata': 11.3.0 + '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.2.2)) vue-demi: 0.14.10(vue@3.5.13(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/metadata@11.2.0': {} + '@vueuse/metadata@11.3.0': {} - '@vueuse/shared@11.2.0(vue@3.5.13(typescript@5.2.2))': + '@vueuse/shared@11.3.0(vue@3.5.13(typescript@5.2.2))': dependencies: vue-demi: 0.14.10(vue@3.5.13(typescript@5.2.2)) transitivePeerDependencies: @@ -12727,7 +12727,7 @@ snapshots: klona@2.0.6: {} - knip@5.37.1(@types/node@18.19.63)(typescript@5.2.2): + knip@5.37.2(@types/node@18.19.63)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -13343,7 +13343,7 @@ snapshots: nwsapi@2.2.13: {} - nx@20.1.2: + nx@20.1.3: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -13378,16 +13378,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.1.2 - '@nx/nx-darwin-x64': 20.1.2 - '@nx/nx-freebsd-x64': 20.1.2 - '@nx/nx-linux-arm-gnueabihf': 20.1.2 - '@nx/nx-linux-arm64-gnu': 20.1.2 - '@nx/nx-linux-arm64-musl': 20.1.2 - '@nx/nx-linux-x64-gnu': 20.1.2 - '@nx/nx-linux-x64-musl': 20.1.2 - '@nx/nx-win32-arm64-msvc': 20.1.2 - '@nx/nx-win32-x64-msvc': 20.1.2 + '@nx/nx-darwin-arm64': 20.1.3 + '@nx/nx-darwin-x64': 20.1.3 + '@nx/nx-freebsd-x64': 20.1.3 + '@nx/nx-linux-arm-gnueabihf': 20.1.3 + '@nx/nx-linux-arm64-gnu': 20.1.3 + '@nx/nx-linux-arm64-musl': 20.1.3 + '@nx/nx-linux-x64-gnu': 20.1.3 + '@nx/nx-linux-x64-musl': 20.1.3 + '@nx/nx-win32-arm64-msvc': 20.1.3 + '@nx/nx-win32-x64-msvc': 20.1.3 transitivePeerDependencies: - debug @@ -13710,7 +13710,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-svelte@3.2.8(prettier@3.3.3)(svelte@4.2.19): + prettier-plugin-svelte@3.3.2(prettier@3.3.3)(svelte@4.2.19): dependencies: prettier: 3.3.3 svelte: 4.2.19 @@ -14389,7 +14389,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svelte-check@4.0.9(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2): + svelte-check@4.1.0(picomatch@4.0.2)(svelte@4.2.19)(typescript@5.2.2): dependencies: '@jridgewell/trace-mapping': 0.3.25 chokidar: 4.0.1