diff --git a/examples/lit/dynamic/package.json b/examples/lit/dynamic/package.json index 9f9197f8..985c4d89 100644 --- a/examples/lit/dynamic/package.json +++ b/examples/lit/dynamic/package.json @@ -11,11 +11,11 @@ "@faker-js/faker": "^8.4.1", "@tanstack/lit-virtual": "^3.8.6", "@tanstack/virtual-core": "^3.8.6", - "lit": "^3.1.4" + "lit": "^3.2.0" }, "devDependencies": { "@types/node": "^18.19.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/lit/fixed/package.json b/examples/lit/fixed/package.json index eee14c8a..7dd806d4 100644 --- a/examples/lit/fixed/package.json +++ b/examples/lit/fixed/package.json @@ -11,11 +11,11 @@ "@faker-js/faker": "^8.4.1", "@tanstack/lit-virtual": "^3.8.6", "@tanstack/virtual-core": "^3.8.6", - "lit": "^3.1.4" + "lit": "^3.2.0" }, "devDependencies": { "@types/node": "^18.19.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index d3562026..c7d2a363 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -19,6 +19,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index f5b9a17f..ea5b1a78 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -18,6 +18,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 2c695672..54959984 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-virtual": "^3.8.6", - "@tanstack/react-query": "^5.51.21", + "@tanstack/react-query": "^5.51.23", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -18,6 +18,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index 7a5d8967..46a7d42e 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -17,6 +17,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index e3a4e2e5..6e4bee7b 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -18,6 +18,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index 9c41aecf..78e75d5d 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -17,6 +17,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 97c7b3db..6ade4975 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -20,6 +20,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/table/package.json b/examples/react/table/package.json index 912bf41c..958e86b1 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -19,6 +19,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index 67449ddb..9eb567d9 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -17,6 +17,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/react/window/package.json b/examples/react/window/package.json index 7557ee48..7686f750 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -18,6 +18,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index de2fb4ec..d7b72d6a 100644 --- a/examples/svelte/dynamic/package.json +++ b/examples/svelte/dynamic/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.8.5", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/svelte/fixed/package.json b/examples/svelte/fixed/package.json index 7b51e2bc..a39f3a48 100644 --- a/examples/svelte/fixed/package.json +++ b/examples/svelte/fixed/package.json @@ -18,6 +18,6 @@ "svelte-check": "^3.8.5", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index a25b20a8..caf74c56 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.8.5", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/svelte/smooth-scroll/package.json b/examples/svelte/smooth-scroll/package.json index c238a36c..53f5e9ca 100644 --- a/examples/svelte/smooth-scroll/package.json +++ b/examples/svelte/smooth-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.8.5", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/svelte/sticky/package.json b/examples/svelte/sticky/package.json index 5d38bd77..0c46d1ac 100644 --- a/examples/svelte/sticky/package.json +++ b/examples/svelte/sticky/package.json @@ -20,6 +20,6 @@ "svelte-check": "^3.8.5", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/svelte/table/package.json b/examples/svelte/table/package.json index 9578fea5..73d5d9ef 100644 --- a/examples/svelte/table/package.json +++ b/examples/svelte/table/package.json @@ -20,6 +20,6 @@ "svelte-check": "^3.8.5", "tslib": "^2.6.3", "typescript": "5.2.2", - "vite": "^5.3.5" + "vite": "^5.4.0" } } diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index 74e6d97b..1ea60b97 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -10,13 +10,13 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index cd1020c2..bfcb0661 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 2f2560f1..d8649a24 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/vue-query": "^5.51.21", "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index de8347ff..e0bc4883 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 67e4a8f8..66c62964 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -9,14 +9,14 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.6", - "@vueuse/core": "^10.11.0", - "vue": "^3.4.35" + "@vueuse/core": "^10.11.1", + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 52ef31dc..c8d9bfa2 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index 2915c6c9..b48c8a4e 100644 --- a/examples/vue/sticky/package.json +++ b/examples/vue/sticky/package.json @@ -11,14 +11,14 @@ "@faker-js/faker": "^8.4.1", "@tanstack/vue-virtual": "^3.8.6", "lodash": "^4.17.21", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@types/lodash": "^4.17.7", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index e35f51d3..d3b269b9 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -9,15 +9,15 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^8.20.1", + "@tanstack/vue-table": "^8.20.4", "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index 66f1bec6..c8f7a94f 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.8.6", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^5.1.2", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vue-tsc": "^2.0.29" } } diff --git a/package.json b/package.json index f83a33fc..74d09deb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/virtual.git" }, - "packageManager": "pnpm@9.6.0", + "packageManager": "pnpm@9.7.0", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", @@ -37,20 +37,20 @@ ] }, "devDependencies": { - "@tanstack/config": "^0.11.1", + "@tanstack/config": "^0.11.2", "@testing-library/jest-dom": "^6.4.8", "@types/node": "^18.19.3", "eslint": "^8.57.0", "jsdom": "^24.1.1", - "knip": "^5.27.0", - "nx": "^19.5.6", + "knip": "^5.27.2", + "nx": "^19.5.7", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.6", "publint": "^0.2.9", "rimraf": "^5.0.10", - "sherif": "^0.10.0", + "sherif": "^0.11.0", "typescript": "5.2.2", - "vite": "^5.3.5", + "vite": "^5.4.0", "vitest": "^2.0.5" } } diff --git a/packages/lit-virtual/package.json b/packages/lit-virtual/package.json index 72bfaf3e..d297c5d6 100644 --- a/packages/lit-virtual/package.json +++ b/packages/lit-virtual/package.json @@ -56,7 +56,7 @@ }, "devDependencies": { "@open-wc/testing": "^4.0.0", - "lit": "^3.1.4" + "lit": "^3.2.0" }, "peerDependencies": { "lit": "^3.1.0" diff --git a/packages/solid-virtual/package.json b/packages/solid-virtual/package.json index 47381173..7b796afe 100644 --- a/packages/solid-virtual/package.json +++ b/packages/solid-virtual/package.json @@ -55,7 +55,7 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "solid-js": "^1.8.19", + "solid-js": "^1.8.20", "vite-plugin-solid": "^2.10.2" }, "peerDependencies": { diff --git a/packages/svelte-virtual/package.json b/packages/svelte-virtual/package.json index 44ce5354..dff93a31 100644 --- a/packages/svelte-virtual/package.json +++ b/packages/svelte-virtual/package.json @@ -51,7 +51,7 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "@sveltejs/package": "^2.3.2", + "@sveltejs/package": "^2.3.3", "@sveltejs/vite-plugin-svelte": "^3.1.1", "svelte": "^4.2.18", "svelte-check": "^3.8.5" diff --git a/packages/vue-virtual/package.json b/packages/vue-virtual/package.json index 5c92597d..2786cd1c 100644 --- a/packages/vue-virtual/package.json +++ b/packages/vue-virtual/package.json @@ -60,7 +60,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", - "vue": "^3.4.35" + "vue": "^3.4.37" }, "peerDependencies": { "vue": "^2.7.0 || ^3.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85252b9e..5ee5d852 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@tanstack/config': - specifier: ^0.11.1 - version: 0.11.1(@types/node@18.19.42)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.19.1)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.42)) + specifier: ^0.11.2 + version: 0.11.2(@types/node@18.19.42)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.19.1)(typescript@5.2.2)(vite@5.4.0(@types/node@18.19.42)) '@testing-library/jest-dom': specifier: ^6.4.8 version: 6.4.8 @@ -24,11 +24,11 @@ importers: specifier: ^24.1.1 version: 24.1.1 knip: - specifier: ^5.27.0 - version: 5.27.0(@types/node@18.19.42)(typescript@5.2.2) + specifier: ^5.27.2 + version: 5.27.2(@types/node@18.19.42)(typescript@5.2.2) nx: - specifier: ^19.5.6 - version: 19.5.6 + specifier: ^19.5.7 + version: 19.5.7 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -42,14 +42,14 @@ importers: specifier: ^5.0.10 version: 5.0.10 sherif: - specifier: ^0.10.0 - version: 0.10.0 + specifier: ^0.11.0 + version: 0.11.0 typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vitest: specifier: ^2.0.5 version: 2.0.5(@types/node@18.19.42)(jsdom@24.1.1) @@ -66,8 +66,8 @@ importers: specifier: ^3.8.6 version: link:../../../packages/virtual-core lit: - specifier: ^3.1.4 - version: 3.1.4 + specifier: ^3.2.0 + version: 3.2.0 devDependencies: '@types/node': specifier: ^18.19.3 @@ -76,8 +76,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/lit/fixed: dependencies: @@ -91,8 +91,8 @@ importers: specifier: ^3.8.6 version: link:../../../packages/virtual-core lit: - specifier: ^3.1.4 - version: 3.1.4 + specifier: ^3.2.0 + version: 3.2.0 devDependencies: '@types/node': specifier: ^18.19.3 @@ -101,8 +101,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/dynamic: dependencies: @@ -130,13 +130,13 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/fixed: dependencies: @@ -161,19 +161,19 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.51.21 - version: 5.51.21(react@18.3.1) + specifier: ^5.51.23 + version: 5.51.23(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.8.6 version: link:../../../packages/react-virtual @@ -192,10 +192,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/padding: dependencies: @@ -217,10 +217,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/scroll-padding: dependencies: @@ -245,10 +245,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/smooth-scroll: dependencies: @@ -270,10 +270,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/sticky: dependencies: @@ -304,10 +304,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/table: dependencies: @@ -335,10 +335,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/variable: dependencies: @@ -360,10 +360,10 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/react/window: dependencies: @@ -388,13 +388,13 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/svelte/dynamic: dependencies: @@ -407,7 +407,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -424,8 +424,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/svelte/fixed: dependencies: @@ -435,7 +435,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -452,8 +452,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/svelte/infinite-scroll: dependencies: @@ -466,7 +466,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -483,8 +483,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/svelte/smooth-scroll: dependencies: @@ -497,7 +497,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -514,8 +514,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/svelte/sticky: dependencies: @@ -531,7 +531,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -548,8 +548,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/svelte/table: dependencies: @@ -565,7 +565,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -582,8 +582,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) examples/vue/dynamic: dependencies: @@ -594,21 +594,21 @@ importers: specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -619,21 +619,21 @@ importers: specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -642,26 +642,26 @@ importers: dependencies: '@tanstack/vue-query': specifier: ^5.51.21 - version: 5.51.21(vue@3.4.35(typescript@5.2.2)) + version: 5.51.21(vue@3.4.37(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -672,21 +672,21 @@ importers: specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -697,24 +697,24 @@ importers: specifier: ^3.8.6 version: link:../../../packages/vue-virtual '@vueuse/core': - specifier: ^10.11.0 - version: 10.11.0(vue@3.4.35(typescript@5.2.2)) + specifier: ^10.11.1 + version: 10.11.1(vue@3.4.37(typescript@5.2.2)) vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -725,21 +725,21 @@ importers: specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -756,8 +756,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 @@ -767,13 +767,13 @@ importers: version: 4.17.7 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -784,27 +784,27 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.20.1 - version: 8.20.1(vue@3.4.35(typescript@5.2.2)) + specifier: ^8.20.4 + version: 8.20.4(vue@3.4.37(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -815,21 +815,21 @@ importers: specifier: ^3.8.6 version: link:../../../packages/vue-virtual vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.2.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 version: 0.1.1-alpha.16 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.3.5 - version: 5.3.5(@types/node@18.19.42) + specifier: ^5.4.0 + version: 5.4.0(@types/node@18.19.42) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.2.2) @@ -844,8 +844,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 lit: - specifier: ^3.1.4 - version: 3.1.4 + specifier: ^3.2.0 + version: 3.2.0 packages/react-virtual: dependencies: @@ -864,7 +864,7 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.3.5(@types/node@18.19.42)) + version: 4.3.1(vite@5.4.0(@types/node@18.19.42)) react: specifier: ^18.3.1 version: 18.3.1 @@ -882,11 +882,11 @@ importers: version: link:../virtual-core devDependencies: solid-js: - specifier: ^1.8.19 - version: 1.8.19 + specifier: ^1.8.20 + version: 1.8.20 vite-plugin-solid: specifier: ^2.10.2 - version: 2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.19)(vite@5.3.5(@types/node@18.19.42)) + version: 2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.20)(vite@5.4.0(@types/node@18.19.42)) packages/svelte-virtual: dependencies: @@ -895,11 +895,11 @@ importers: version: link:../virtual-core devDependencies: '@sveltejs/package': - specifier: ^2.3.2 - version: 2.3.2(svelte@4.2.18)(typescript@5.4.2) + specifier: ^2.3.3 + version: 2.3.3(svelte@4.2.18)(typescript@5.4.2) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.1 - version: 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + version: 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) svelte: specifier: ^4.2.18 version: 4.2.18 @@ -917,10 +917,10 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.4.2)) + version: 5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.4.2)) vue: - specifier: ^3.4.35 - version: 3.4.35(typescript@5.4.2) + specifier: ^3.4.37 + version: 3.4.37(typescript@5.4.2) packages: @@ -1270,18 +1270,18 @@ packages: '@lit/reactive-element@2.0.4': resolution: {integrity: sha512-GFn91inaUa2oHLak8awSIigYz0cU0Payr1rcFsrkf5OJ5eSPxElyZfKh0f2p9FsTiZWXQdWGJeXZICEfXXYSXQ==} - '@microsoft/api-extractor-model@7.28.13': - resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==} + '@microsoft/api-extractor-model@7.29.4': + resolution: {integrity: sha512-LHOMxmT8/tU1IiiiHOdHFF83Qsi+V8d0kLfscG4EvQE9cafiR8blOYr8SfkQKWB1wgEilQgXJX3MIA4vetDLZw==} - '@microsoft/api-extractor@7.43.0': - resolution: {integrity: sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w==} + '@microsoft/api-extractor@7.47.4': + resolution: {integrity: sha512-HKm+P4VNzWwvq1Ey+Jfhhj/3MjsD+ka2hbt8L5AcRM95lu1MFOYnz3XlU7Gr79Q/ZhOb7W/imAKeYrOI0bFydg==} hasBin: true - '@microsoft/tsdoc-config@0.16.2': - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + '@microsoft/tsdoc-config@0.17.0': + resolution: {integrity: sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==} - '@microsoft/tsdoc@0.14.2': - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + '@microsoft/tsdoc@0.15.0': + resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} '@napi-rs/wasm-runtime@0.2.4': resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} @@ -1298,66 +1298,66 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nrwl/tao@19.5.6': - resolution: {integrity: sha512-p1bxEjW32bIHAiTp+PVdJpa2V9En2s9FigepHXyvmT2Aipisz96CKiDjexhPTjOZHUKtqA9FgmOIuVl3sBME3g==} + '@nrwl/tao@19.5.7': + resolution: {integrity: sha512-c1rN6HY97+cEwoM5Q9412399Ac1rw7pI/3IS5iJSYkeI5TTGOobIpdCavJPZVcfqo4+wegXPA3F/OmulgbOUJA==} hasBin: true - '@nx/nx-darwin-arm64@19.5.6': - resolution: {integrity: sha512-evEpUq571PQkhaLBR7ul5iqE2l97QS7Q37/rxoBuwJzyQ/QKHfNu5t032bR3KLyEOrv7golT10jMeoQlNeF7eQ==} + '@nx/nx-darwin-arm64@19.5.7': + resolution: {integrity: sha512-5jFAZSfV8QVNoxOXayZw4/jNJbxMMctNOYZW8Qj4eU8Ti+OmhsLgouxz/9enCh5SDITriOMZ7IHZ9rhrlGQoig==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.5.6': - resolution: {integrity: sha512-o1tu0dOW7TZ80VN9N11FQL/3gHd1+t6NqtEmRClN0/sAh2MZyiBdbXv7UeN5HoKE7HAusiVFIxK3c1lxOvFtsQ==} + '@nx/nx-darwin-x64@19.5.7': + resolution: {integrity: sha512-Ss+rF2+MQxyKrNnSYAeEGhtdE9hUHiTqyjJo4n1lvIWJ++TairOCtk5QRHrYLgAxE1XTf0OabcsDzegxv7yk3Q==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.5.6': - resolution: {integrity: sha512-IUL0ROGpLUol9cuVJ7VeUvaB/ptxg7DOjMef1+LJeOgxl/SFNa0bj0kKpA/AQwujz6cLI7Ei7xLTVQOboNh1DA==} + '@nx/nx-freebsd-x64@19.5.7': + resolution: {integrity: sha512-FMLXcUr3mw/v4LvmNqHMAXy2k+T/hp2YpdBUq9ExteMfRywFsnKNlm39n/quniFsgKthEMdvvzxSQppRKaVwIw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.5.6': - resolution: {integrity: sha512-TGf1+cpWg5QiPEGW5kgxa1fVNyASMuqu+LvQ9CKhNYNz5EPD15yr/k6C0tOjgSXro3wi8TikTeG0Ln2hpmn6pw==} + '@nx/nx-linux-arm-gnueabihf@19.5.7': + resolution: {integrity: sha512-LhJ342HutpR258lBLVTkXd6x2Uj4ZPJ6xKdfEm+FYQvG1byPr2L0TlNXcfSBkYtd7wRn0qg9eQZoCV/5+w415Q==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.5.6': - resolution: {integrity: sha512-4hZI5NmnBEAzr3NV/BtlPjbSVffLWGGCJ5tB/JB/NpW/vMtzOPCZ4RvsHuJMPprqHcXOdUnBgZFEcLbEMUXz0A==} + '@nx/nx-linux-arm64-gnu@19.5.7': + resolution: {integrity: sha512-Q6gN+VNLisg7mYPTXC5JuGCP/s9tLjJFclKdH6FoP5K1Hgy88KK1uUoivDIfI8xaEgyLqphD1AAqokiFWZNWsg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.5.6': - resolution: {integrity: sha512-n0oIBblMN+nlcBUbrFUkRSyzKZVR+G1lzdZ3PuHVwLC664hkbijEBAdF2E321yRfv5ohQVY0UIYDZVFN2XhFUg==} + '@nx/nx-linux-arm64-musl@19.5.7': + resolution: {integrity: sha512-BsYNcYujNKb+uE7PrJp4PrX8a3G9oy+THaUr0t5+L435HjuZDBiK+tK9JzYGvM0bR5FOYm5K99I1DVD/Hv0snw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.5.6': - resolution: {integrity: sha512-IuoNo1bDHyJEeHom/n2m4+AA+UQ+Rlryvt9+bTdADclSFjmBLYCgbJwQRy7q9+vQk2mpQm0pQJv4d3XKCpDH+g==} + '@nx/nx-linux-x64-gnu@19.5.7': + resolution: {integrity: sha512-ILaLU8b5lUokYVF3vxAVj62qFok1hexiNzBdLGJPI1OkPGELtLyb8RymI3939iJoNMk1DS3/6dqK7NHXvHX8Mw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.5.6': - resolution: {integrity: sha512-FXtB8m/CSRkXLtDOAGfImO9OCUDIwYBssnvCVqX6PyPTBaVWo/GvX1O9WRbXSqSVIaJJTPn1aY/p6vptlGbDFw==} + '@nx/nx-linux-x64-musl@19.5.7': + resolution: {integrity: sha512-LfTnO4JZebLugioMk+GTptv3N38Wj2i2Pko0bdRZaKba+INGSlUgFqoRuO0KqZEmVIUGrxfkfqIN3HghVQ4D/Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.5.6': - resolution: {integrity: sha512-aIDU84rjvxoqyUDIdN4VwS91Yec8bAtXOxjOFlF2acY2tXh0RjzmM+mkEP44nVAzFy0V1/cjzBKb6643FsEqdA==} + '@nx/nx-win32-arm64-msvc@19.5.7': + resolution: {integrity: sha512-cCTttdbf1AKuDU8j108SpIMWs53A/0mOVDPOPpa+oKkvBaI8ruZkxOceMjWZjWULd2gi1nS+5nJePpbrdQ8mkg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.5.6': - resolution: {integrity: sha512-zWB/2TjhNYKHbuPh++5hYitno3EpSFXrPND0I0VLec27WW7voRY9XQFFznA3omForU4FfmVhITcKCqzIb3EtpA==} + '@nx/nx-win32-x64-msvc@19.5.7': + resolution: {integrity: sha512-EqSnjpq1PNR/C8/YkL+Gn79dDfQ+HwJM8VJOt4qoCOQ9gQZqNJphjW2hg0H8WxLYezMScx3fbL99mvJO7ab2Cw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1484,27 +1484,27 @@ packages: cpu: [x64] os: [win32] - '@rushstack/node-core-library@4.0.2': - resolution: {integrity: sha512-hyES82QVpkfQMeBMteQUnrhASL/KHPhd7iJ8euduwNJG4mu2GSOKybf0rOEjOm1Wz7CwJEUm9y0yD7jg2C1bfg==} + '@rushstack/node-core-library@5.5.1': + resolution: {integrity: sha512-ZutW56qIzH8xIOlfyaLQJFx+8IBqdbVCZdnj+XT1MorQ1JqqxHse8vbCpEM+2MjsrqcbxcgDIbfggB1ZSQ2A3g==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true - '@rushstack/rig-package@0.5.2': - resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} + '@rushstack/rig-package@0.5.3': + resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} - '@rushstack/terminal@0.10.0': - resolution: {integrity: sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==} + '@rushstack/terminal@0.13.3': + resolution: {integrity: sha512-fc3zjXOw8E0pXS5t9vTiIPx9gHA0fIdTXsu9mT4WbH+P3mYvnrX0iAQ5a6NvyK1+CqYWBTw/wVNx7SDJkI+WYQ==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true - '@rushstack/ts-command-line@4.19.1': - resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} + '@rushstack/ts-command-line@4.22.3': + resolution: {integrity: sha512-edMpWB3QhFFZ4KtSzS8WNjBgR4PXPPOVrOHMbb7kNpmQ1UFS9HdVtjCXg1H5fG+xYAbeE+TMPcVPUyX2p84STA==} '@shikijs/core@1.12.0': resolution: {integrity: sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==} @@ -1517,14 +1517,14 @@ packages: engines: {node: '>=8.10'} hasBin: true - '@stylistic/eslint-plugin-js@2.6.0': - resolution: {integrity: sha512-6oN0Djdy8gTRhx2qS1m4P+CeDKqmZZwc4ibgzzJS+8iBW3Ts1c2mAvi+OH6TN4bt0AHm0FnDv2+KtTqqueMATw==} + '@stylistic/eslint-plugin-js@2.6.2': + resolution: {integrity: sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@sveltejs/package@2.3.2': - resolution: {integrity: sha512-6M8/Te7iXRG7SiH92wugqfyoJpuepjn78L433LnXicUeMso9M/N4vdL9DPK3MfTkVVY4klhNRptVqme3p4oZWA==} + '@sveltejs/package@2.3.3': + resolution: {integrity: sha512-YGohTTDpF4zHtVlBkNukeSmVrlSZgx4Va4t80rr3Hg1gMoskRxkDreT0YJkGQYz6s6hXdTfBIbD501vndbNstA==} engines: {node: ^16.14 || >=18} hasBin: true peerDependencies: @@ -1545,8 +1545,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@tanstack/config@0.11.1': - resolution: {integrity: sha512-P/U2ANQZMGpd6uBiVarY+SEVzCM50BOBV+C9c2pUZbMm3gtZN0a2LzX0fT0DutkeX3TsR5ogCw0ohxGzE4GcWw==} + '@tanstack/config@0.11.2': + resolution: {integrity: sha512-BlVPJ0SMtqPyLzq5e/OHPYLGMJTKJezfTWSRJ9VROyqUjtZPlLWC/l7diB1RdI4UT4zXoRd/KqWdvYIt+2EWZg==} engines: {node: '>=18'} hasBin: true @@ -1557,8 +1557,8 @@ packages: '@tanstack/query-core@5.51.21': resolution: {integrity: sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==} - '@tanstack/react-query@5.51.21': - resolution: {integrity: sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==} + '@tanstack/react-query@5.51.23': + resolution: {integrity: sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==} peerDependencies: react: ^18.0.0 @@ -1593,8 +1593,8 @@ packages: '@vue/composition-api': optional: true - '@tanstack/vue-table@8.20.1': - resolution: {integrity: sha512-N39CtJFMlKccF7sMcxerZ//iUlKfme9+nM1msLqDpJsJBoBuc0BgIQAr9M83dlgWzCizF8/6EDzcvWbPlV1CHw==} + '@tanstack/vue-table@8.20.4': + resolution: {integrity: sha512-84SCWnX8H44beXvtkLt11hYfvzNSwb9wHfSQkp64vsCh3ITPqT55oVD7I35JR++7u1BFzjzrfOGjhPj70CYUcw==} engines: {node: '>=12'} peerDependencies: vue: '>=3.2' @@ -1873,35 +1873,35 @@ packages: '@vitest/utils@2.0.5': resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==} - '@volar/language-core@1.11.1': - resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} + '@volar/language-core@2.3.4': + resolution: {integrity: sha512-wXBhY11qG6pCDAqDnbBRFIDSIwbqkWI7no+lj5+L7IlA7HRIjRP7YQLGzT0LF4lS6eHkMSsclXqy9DwYJasZTQ==} '@volar/language-core@2.4.0-alpha.18': resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==} - '@volar/source-map@1.11.1': - resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} + '@volar/source-map@2.3.4': + resolution: {integrity: sha512-C+t63nwcblqLIVTYXaVi/+gC8NukDaDIQI72J3R7aXGvtgaVB16c+J8Iz7/VfOy7kjYv7lf5GhBny6ACw9fTGQ==} '@volar/source-map@2.4.0-alpha.18': resolution: {integrity: sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==} - '@volar/typescript@1.11.1': - resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} + '@volar/typescript@2.3.4': + resolution: {integrity: sha512-acCvt7dZECyKcvO5geNybmrqOsu9u8n5XP1rfiYsOLYGPxvHRav9BVmEdRyZ3vvY6mNyQ1wLL5Hday4IShe17w==} '@volar/typescript@2.4.0-alpha.18': resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==} - '@vue/compiler-core@3.4.35': - resolution: {integrity: sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==} + '@vue/compiler-core@3.4.37': + resolution: {integrity: sha512-ZDDT/KiLKuCRXyzWecNzC5vTcubGz4LECAtfGPENpo0nrmqJHwuWtRLxk/Sb9RAKtR9iFflFycbkjkY+W/PZUQ==} - '@vue/compiler-dom@3.4.35': - resolution: {integrity: sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==} + '@vue/compiler-dom@3.4.37': + resolution: {integrity: sha512-rIiSmL3YrntvgYV84rekAtU/xfogMUJIclUMeIKEtVBFngOL3IeZHhsH3UaFEgB5iFGpj6IW+8YuM/2Up+vVag==} - '@vue/compiler-sfc@3.4.35': - resolution: {integrity: sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA==} + '@vue/compiler-sfc@3.4.37': + resolution: {integrity: sha512-vCfetdas40Wk9aK/WWf8XcVESffsbNkBQwS5t13Y/PcfqKfIwJX2gF+82th6dOpnpbptNMlMjAny80li7TaCIg==} - '@vue/compiler-ssr@3.4.35': - resolution: {integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==} + '@vue/compiler-ssr@3.4.37': + resolution: {integrity: sha512-TyAgYBWrHlFrt4qpdACh8e9Ms6C/AZQ6A6xLJaWrCL8GCX5DxMzxyeFAEMfU/VFr4tylHm+a2NpfJpcd7+20XA==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -1909,14 +1909,6 @@ packages: '@vue/devtools-api@6.6.3': resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} - '@vue/language-core@1.8.27': - resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@vue/language-core@2.0.29': resolution: {integrity: sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==} peerDependencies: @@ -1925,31 +1917,31 @@ packages: typescript: optional: true - '@vue/reactivity@3.4.35': - resolution: {integrity: sha512-Ggtz7ZZHakriKioveJtPlStYardwQH6VCs9V13/4qjHSQb/teE30LVJNrbBVs4+aoYGtTQKJbTe4CWGxVZrvEw==} + '@vue/reactivity@3.4.37': + resolution: {integrity: sha512-UmdKXGx0BZ5kkxPqQr3PK3tElz6adTey4307NzZ3whZu19i5VavYal7u2FfOmAzlcDVgE8+X0HZ2LxLb/jgbYw==} - '@vue/runtime-core@3.4.35': - resolution: {integrity: sha512-D+BAjFoWwT5wtITpSxwqfWZiBClhBbR+bm0VQlWYFOadUUXFo+5wbe9ErXhLvwguPiLZdEF13QAWi2vP3ZD5tA==} + '@vue/runtime-core@3.4.37': + resolution: {integrity: sha512-MNjrVoLV/sirHZoD7QAilU1Ifs7m/KJv4/84QVbE6nyAZGQNVOa1HGxaOzp9YqCG+GpLt1hNDC4RbH+KtanV7w==} - '@vue/runtime-dom@3.4.35': - resolution: {integrity: sha512-yGOlbos+MVhlS5NWBF2HDNgblG8e2MY3+GigHEyR/dREAluvI5tuUUgie3/9XeqhPE4LF0i2wjlduh5thnfOqw==} + '@vue/runtime-dom@3.4.37': + resolution: {integrity: sha512-Mg2EwgGZqtwKrqdL/FKMF2NEaOHuH+Ks9TQn3DHKyX//hQTYOun+7Tqp1eo0P4Ds+SjltZshOSRq6VsU0baaNg==} - '@vue/server-renderer@3.4.35': - resolution: {integrity: sha512-iZ0e/u9mRE4T8tNhlo0tbA+gzVkgv8r5BX6s1kRbOZqfpq14qoIvCZ5gIgraOmYkMYrSEZgkkojFPr+Nyq/Mnw==} + '@vue/server-renderer@3.4.37': + resolution: {integrity: sha512-jZ5FAHDR2KBq2FsRUJW6GKDOAG9lUTX8aBEGq4Vf6B/35I9fPce66BornuwmqmKgfiSlecwuOb6oeoamYMohkg==} peerDependencies: - vue: 3.4.35 + vue: 3.4.37 - '@vue/shared@3.4.35': - resolution: {integrity: sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==} + '@vue/shared@3.4.37': + resolution: {integrity: sha512-nIh8P2fc3DflG8+5Uw8PT/1i17ccFn0xxN/5oE9RfV5SVnd7G0XEFRwakrnNFE/jlS95fpGXDVG5zDETS26nmg==} - '@vueuse/core@10.11.0': - resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} + '@vueuse/core@10.11.1': + resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} - '@vueuse/metadata@10.11.0': - resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==} + '@vueuse/metadata@10.11.1': + resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==} - '@vueuse/shared@10.11.0': - resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==} + '@vueuse/shared@10.11.1': + resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} '@web/browser-logs@0.4.0': resolution: {integrity: sha512-/EBiDAUCJ2DzZhaFxTPRIznEPeafdLbXShIL6aTu7x73x7ZoxSDv7DGuTsh2rWNMUa4+AKli4UORrpyv6QBOiA==} @@ -2008,9 +2000,31 @@ packages: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} + ajv-draft-04@1.0.0: + resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} + peerDependencies: + ajv: ^8.5.0 + peerDependenciesMeta: + ajv: + optional: true + + ajv-formats@3.0.1: + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@8.12.0: + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + + ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} @@ -2255,19 +2269,21 @@ packages: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} - commander@9.5.0: - resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} - engines: {node: ^12.20.0 || >=14} - compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + compare-versions@6.1.1: + resolution: {integrity: sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==} + computeds@0.0.1: resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + confbox@0.1.7: + resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} + content-disposition@0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} @@ -2483,6 +2499,10 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + entities@5.0.0: + resolution: {integrity: sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==} + engines: {node: '>=0.12'} + errorstacks@2.4.1: resolution: {integrity: sha512-jE4i0SMYevwu/xxAuzhly/KTwtj0xDhbzB6m1xPImxTkw8wcCbgarOQPfCVMi5JKVyW7in29pNJCCJrry3Ynnw==} @@ -2803,8 +2823,8 @@ packages: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} - globals@15.8.0: - resolution: {integrity: sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==} + globals@15.9.0: + resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==} engines: {node: '>=18'} globby@11.1.0: @@ -3146,6 +3166,9 @@ packages: json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + json-schema-traverse@1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} @@ -3178,8 +3201,8 @@ packages: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - knip@5.27.0: - resolution: {integrity: sha512-W8+jhO7i5pXRUqOzhJGm2DT5/d9aQjyrYTCSojqJxFOvi7ku/nHKzpBO3WNf4eflJo0t3zitmUkM69g53qoZQw==} + knip@5.27.2: + resolution: {integrity: sha512-Mya1XEDq1oygibQf0uocQd02Fil8RtvNVhcFAcxypjcc6zakT7wsJtS0xvuwEitilfI0tiFC9PghmJQ3DMKuTg==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -3226,14 +3249,18 @@ packages: linkify-it@5.0.0: resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} - lit-element@4.0.6: - resolution: {integrity: sha512-U4sdJ3CSQip7sLGZ/uJskO5hGiqtlpxndsLr6mt3IQIjheg93UKYeGQjWMRql1s/cXNOaRrCzC2FQwjIwSUqkg==} + lit-element@4.1.0: + resolution: {integrity: sha512-gSejRUQJuMQjV2Z59KAS/D4iElUhwKpIyJvZ9w+DIagIQjfJnhR20h2Q5ddpzXGS+fF0tMZ/xEYGMnKmaI/iww==} - lit-html@3.1.4: - resolution: {integrity: sha512-yKKO2uVv7zYFHlWMfZmqc+4hkmSbFp8jgjdZY9vvR9jr4J8fH6FUMXhr+ljfELgmjpvlF7Z1SJ5n5/Jeqtc9YA==} + lit-html@3.2.0: + resolution: {integrity: sha512-pwT/HwoxqI9FggTrYVarkBKFN9MlTUpLrDHubTmW4SrkL3kkqW5gxwbxMMUnbbRHBC0WTZnYHcjDSCM559VyfA==} - lit@3.1.4: - resolution: {integrity: sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==} + lit@3.2.0: + resolution: {integrity: sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw==} + + local-pkg@0.5.0: + resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} + engines: {node: '>=14'} locate-character@3.0.0: resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} @@ -3242,12 +3269,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - - lodash.isequal@4.5.0: - resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} - lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} @@ -3394,6 +3415,9 @@ packages: engines: {node: '>=10'} hasBin: true + mlly@1.7.1: + resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} + mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} @@ -3404,9 +3428,6 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - muggle-string@0.3.1: - resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} - muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} @@ -3466,8 +3487,8 @@ packages: nwsapi@2.2.12: resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} - nx@19.5.6: - resolution: {integrity: sha512-qjP17aa5ViXSpo0bDgJ7O3b8EY/0+PbX7ZIKvG1g6qasohtfM1y4Sx2bbSow0zCKU0+r1LnR53Q0lyX4OOgtUg==} + nx@19.5.7: + resolution: {integrity: sha512-AUmGgE19NB4m/7oHYQVdzZHtclVevD8w0/nNzzjDJE823T8oeoNhmc9MfCLz+/2l2KOp+Wqm+8LiG9/xWpXk0g==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -3639,6 +3660,9 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} + pkg-types@1.1.3: + resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==} + postcss@8.4.40: resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} engines: {node: ^10 || ^12 || >=14} @@ -3751,6 +3775,10 @@ packages: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} + require-from-string@2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} @@ -3772,9 +3800,6 @@ packages: resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} - resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true @@ -3890,38 +3915,38 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - sherif-darwin-arm64@0.10.0: - resolution: {integrity: sha512-4o1EIHsLfCmvT0tryeoLTerPxb47pYdwuWzpeV1+KSaE1hvlorAbBVgc2YBrkdwbgqZrWYzAdeWGmS/Ob3sIMw==} + sherif-darwin-arm64@0.11.0: + resolution: {integrity: sha512-wLFHYuTg0wibBXZ2QxnwFRhvORrQLwVWgv22aw/FLsTIldbquf7rjIDpcAUDA0qjtMJaol19ZbJDnm+EdY78Dg==} cpu: [arm64] os: [darwin] - sherif-darwin-x64@0.10.0: - resolution: {integrity: sha512-MhaPxhGmn66J/aLjpIbf93B4XWlu2sKo+rzXohCbCYU2ajsgswMIw8gDi3JGPHLuilhWZB8kS9I/rEczAD3CQA==} + sherif-darwin-x64@0.11.0: + resolution: {integrity: sha512-BlcA4++fyIY2dF1gCoSgp8tLHmeRi98HIRfbVqI1ErA2TfM8BfHALP2SNitotda5S9EtGfZvKS9racz6jT/+wA==} cpu: [x64] os: [darwin] - sherif-linux-arm64@0.10.0: - resolution: {integrity: sha512-INTPHGvxdRxIEOAemWfltIyJatL8O9IPxwPkZX499Fn6vK9yj5ZHSlZ+SUgXpp1aX2Yo35gFuHshDRQ1Kuh9UA==} + sherif-linux-arm64@0.11.0: + resolution: {integrity: sha512-2JxPkpOrNuknB7NsOHifnJro/gsOuD/lwFMbPToBwMDnp8OtH2Hv8rKXcY+fGcmFgRtS5Au+I7vn/1kYyIFzPw==} cpu: [arm64] os: [linux] - sherif-linux-x64@0.10.0: - resolution: {integrity: sha512-NYUDzTdUnCxbDFjpS8VLoUF9aTsZ+3L7q4H5s5m8sHO8e3Swf2jgK7LixNhyGLhLcXtBAP5Veit4zy4yQ3WP1Q==} + sherif-linux-x64@0.11.0: + resolution: {integrity: sha512-eE/nNbhUrpB6UkwvabVFEpMGJtoP7dhtYL8TwNjfGx/K6LJX7EkCQYt3tFntiglqHBwHhaILD/u6p+vCDJnPXw==} cpu: [x64] os: [linux] - sherif-windows-arm64@0.10.0: - resolution: {integrity: sha512-iKni78rIcN0PTzI+V8+o81R0G7RA391wCxroU6tBS/tkBTBsPNzzO5KpOw3tgyZt3nETbL5hBZbHxV3MuE/+Ag==} + sherif-windows-arm64@0.11.0: + resolution: {integrity: sha512-ptnQWgJ7BiCvW0xGl3kWvTXSnXdSWh6Fe/UbD77Yw53gNkq4HdxGlHvXPhlQEqylPi/uEdPWunmWh8B9Vp3sxQ==} cpu: [arm64] os: [win32] - sherif-windows-x64@0.10.0: - resolution: {integrity: sha512-ylERbSsYmjHL6nX+NfX8jcnODKQQPrVT6wyp9INmvY+eoiovE1Ck7HOgyWGXpOEAYnr2/UOooTczKVQJDrXqhA==} + sherif-windows-x64@0.11.0: + resolution: {integrity: sha512-HhqZqCL7N+tbMeZlw2WwxH3yuxb3CUJri+j/pmSfaz/QbyEhCzME+A2xX7DXFqo0gH1fkBMs/atCgopK8iZ9YQ==} cpu: [x64] os: [win32] - sherif@0.10.0: - resolution: {integrity: sha512-KAKYAnhgJaz2F7EFowXU3xrukrRWkNsC8OhmTD9TW84mu0Pb6jI2GabFd9U/umMTVshDjS9l43D1JAGx/e0JdQ==} + sherif@0.11.0: + resolution: {integrity: sha512-R6aHBquTiQlD4NzJHTaaJDAwsMzVuZa0RR8y3UpqH4muPX2694HvVtcKAIYpnuxQSrvx2CRdyGGa9+577eJxUQ==} hasBin: true shiki@1.12.0: @@ -3956,8 +3981,8 @@ packages: resolution: {integrity: sha512-tWpi2TsODPScmi48b/OQZGi2lgUmBCHy6SZrhi/FdnnHiU1GwebbCfuQuxsC3nHaLwtYeJGPrDZDIeodDOc4pA==} engines: {node: '>= 18'} - solid-js@1.8.19: - resolution: {integrity: sha512-h8z/TvTQYsf894LM9Iau/ZW2iAKrCzAWDwjPhMcXnonmW1OIIihc28wp82b1wwei1p81fH5+gnfNOe8RzLbDRQ==} + solid-js@1.8.20: + resolution: {integrity: sha512-SsgaExCJ97mPm9WpAusjZ484Z8zTp8ggiueQOsrm81iAP7UaxaN+wiOgnPcJ9u6B2SQpoQ4FiDPAZBqVWi1V4g==} solid-refresh@0.6.3: resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} @@ -4282,6 +4307,9 @@ packages: uc.micro@2.1.0: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + ufo@1.5.4: + resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + unc-path-regex@0.1.2: resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} engines: {node: '>=0.10.0'} @@ -4327,10 +4355,6 @@ packages: validate-html-nesting@1.2.2: resolution: {integrity: sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg==} - validator@13.12.0: - resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} - engines: {node: '>= 0.10'} - vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -4340,8 +4364,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-plugin-dts@3.9.1: - resolution: {integrity: sha512-rVp2KM9Ue22NGWB8dNtWEr+KekN3rIgz1tWD050QnRGlriUCmaDwa7qA5zDEjbXg5lAXhYMSBJtx3q3hQIJZSg==} + vite-plugin-dts@4.0.2: + resolution: {integrity: sha512-Ni3EPG8yeLc5ivEzT4szreJ0rXpEQgvdYq3PaZ7OMoHc8uET4/HRUfzVPejJaUAojbxsKgaZbp6Zgm41sxb86Q==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4365,16 +4389,16 @@ packages: '@testing-library/jest-dom': optional: true - vite-tsconfig-paths@4.3.2: - resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==} + vite-tsconfig-paths@5.0.1: + resolution: {integrity: sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==} peerDependencies: vite: '*' peerDependenciesMeta: vite: optional: true - vite@5.3.5: - resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==} + vite@5.4.0: + resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -4382,6 +4406,7 @@ packages: less: '*' lightningcss: ^1.21.0 sass: '*' + sass-embedded: '*' stylus: '*' sugarss: '*' terser: ^5.4.0 @@ -4394,6 +4419,8 @@ packages: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -4448,23 +4475,14 @@ packages: '@vue/composition-api': optional: true - vue-template-compiler@2.7.16: - resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} - - vue-tsc@1.8.27: - resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} - hasBin: true - peerDependencies: - typescript: '*' - vue-tsc@2.0.29: resolution: {integrity: sha512-MHhsfyxO3mYShZCGYNziSbc63x7cQ5g9kvijV7dRe1TTXBRLxXyL0FnXWpUF1xII2mJ86mwYpYsUmMwkmerq7Q==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.4.35: - resolution: {integrity: sha512-+fl/GLmI4GPileHftVlCdB7fUL4aziPcqTudpTGXCT8s+iZWuOCeNEB5haX6Uz2IpRrbEXOgIFbe+XciCuGbNQ==} + vue@3.4.37: + resolution: {integrity: sha512-3vXvNfkKTBsSJ7JP+LyR7GBuwQuckbWvuwAid3xbqK9ppsKt/DUvfqgZ48fgOLEfpy1IacL5f8QhUVl77RaI7A==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -4592,11 +4610,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - z-schema@5.0.5: - resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} - engines: {node: '>=8.0.0'} - hasBin: true - zod-validation-error@3.3.0: resolution: {integrity: sha512-Syib9oumw1NTqEv4LT0e6U83Td9aVRk9iTXPUQr1otyV1PuXQKOvOwhMNqZIq5hluzHP2pMgnOmHEo7kPdI2mw==} engines: {node: '>=18.0.0'} @@ -4939,23 +4952,23 @@ snapshots: dependencies: '@lit-labs/ssr-dom-shim': 1.2.0 - '@microsoft/api-extractor-model@7.28.13(@types/node@18.19.42)': + '@microsoft/api-extractor-model@7.29.4(@types/node@18.19.42)': dependencies: - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@18.19.42) + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.5.1(@types/node@18.19.42) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.43.0(@types/node@18.19.42)': + '@microsoft/api-extractor@7.47.4(@types/node@18.19.42)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@18.19.42) - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@18.19.42) - '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@18.19.42) - '@rushstack/ts-command-line': 4.19.1(@types/node@18.19.42) + '@microsoft/api-extractor-model': 7.29.4(@types/node@18.19.42) + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.5.1(@types/node@18.19.42) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.13.3(@types/node@18.19.42) + '@rushstack/ts-command-line': 4.22.3(@types/node@18.19.42) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -4965,14 +4978,14 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@microsoft/tsdoc-config@0.16.2': + '@microsoft/tsdoc-config@0.17.0': dependencies: - '@microsoft/tsdoc': 0.14.2 - ajv: 6.12.6 + '@microsoft/tsdoc': 0.15.0 + ajv: 8.12.0 jju: 1.4.0 - resolve: 1.19.0 + resolve: 1.22.8 - '@microsoft/tsdoc@0.14.2': {} + '@microsoft/tsdoc@0.15.0': {} '@napi-rs/wasm-runtime@0.2.4': dependencies: @@ -4992,43 +5005,43 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nrwl/tao@19.5.6': + '@nrwl/tao@19.5.7': dependencies: - nx: 19.5.6 + nx: 19.5.7 tslib: 2.6.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/nx-darwin-arm64@19.5.6': + '@nx/nx-darwin-arm64@19.5.7': optional: true - '@nx/nx-darwin-x64@19.5.6': + '@nx/nx-darwin-x64@19.5.7': optional: true - '@nx/nx-freebsd-x64@19.5.6': + '@nx/nx-freebsd-x64@19.5.7': optional: true - '@nx/nx-linux-arm-gnueabihf@19.5.6': + '@nx/nx-linux-arm-gnueabihf@19.5.7': optional: true - '@nx/nx-linux-arm64-gnu@19.5.6': + '@nx/nx-linux-arm64-gnu@19.5.7': optional: true - '@nx/nx-linux-arm64-musl@19.5.6': + '@nx/nx-linux-arm64-musl@19.5.7': optional: true - '@nx/nx-linux-x64-gnu@19.5.6': + '@nx/nx-linux-x64-gnu@19.5.7': optional: true - '@nx/nx-linux-x64-musl@19.5.6': + '@nx/nx-linux-x64-musl@19.5.7': optional: true - '@nx/nx-win32-arm64-msvc@19.5.6': + '@nx/nx-win32-arm64-msvc@19.5.7': optional: true - '@nx/nx-win32-x64-msvc@19.5.6': + '@nx/nx-win32-x64-msvc@19.5.7': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -5036,7 +5049,7 @@ snapshots: '@open-wc/scoped-elements@3.0.5': dependencies: '@open-wc/dedupe-mixin': 1.4.0 - lit: 3.1.4 + lit: 3.2.0 '@open-wc/semantic-dom-diff@0.20.1': dependencies: @@ -5050,8 +5063,8 @@ snapshots: '@open-wc/testing-helpers@3.0.1': dependencies: '@open-wc/scoped-elements': 3.0.5 - lit: 3.1.4 - lit-html: 3.1.4 + lit: 3.2.0 + lit-html: 3.2.0 '@open-wc/testing@4.0.0': dependencies: @@ -5133,32 +5146,34 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.19.1': optional: true - '@rushstack/node-core-library@4.0.2(@types/node@18.19.42)': + '@rushstack/node-core-library@5.5.1(@types/node@18.19.42)': dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 semver: 7.5.4 - z-schema: 5.0.5 optionalDependencies: '@types/node': 18.19.42 - '@rushstack/rig-package@0.5.2': + '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.10.0(@types/node@18.19.42)': + '@rushstack/terminal@0.13.3(@types/node@18.19.42)': dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@18.19.42) + '@rushstack/node-core-library': 5.5.1(@types/node@18.19.42) supports-color: 8.1.1 optionalDependencies: '@types/node': 18.19.42 - '@rushstack/ts-command-line@4.19.1(@types/node@18.19.42)': + '@rushstack/ts-command-line@4.22.3(@types/node@18.19.42)': dependencies: - '@rushstack/terminal': 0.10.0(@types/node@18.19.42) + '@rushstack/terminal': 0.13.3(@types/node@18.19.42) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -5177,7 +5192,7 @@ snapshots: ignore: 5.3.1 p-map: 4.0.0 - '@stylistic/eslint-plugin-js@2.6.0(eslint@8.57.0)': + '@stylistic/eslint-plugin-js@2.6.2(eslint@8.57.0)': dependencies: '@types/eslint': 9.6.0 acorn: 8.12.1 @@ -5185,7 +5200,7 @@ snapshots: eslint-visitor-keys: 4.0.0 espree: 10.1.0 - '@sveltejs/package@2.3.2(svelte@4.2.18)(typescript@5.4.2)': + '@sveltejs/package@2.3.3(svelte@4.2.18)(typescript@5.4.2)': dependencies: chokidar: 3.6.0 kleur: 4.1.5 @@ -5196,40 +5211,40 @@ snapshots: transitivePeerDependencies: - typescript - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)))(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42))': + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)))(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) debug: 4.3.6 svelte: 4.2.18 - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42))': + '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)))(svelte@4.2.18)(vite@5.3.5(@types/node@18.19.42)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)))(svelte@4.2.18)(vite@5.4.0(@types/node@18.19.42)) debug: 4.3.6 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.11 svelte: 4.2.18 svelte-hmr: 0.16.0(svelte@4.2.18) - vite: 5.3.5(@types/node@18.19.42) - vitefu: 0.2.5(vite@5.3.5(@types/node@18.19.42)) + vite: 5.4.0(@types/node@18.19.42) + vitefu: 0.2.5(vite@5.4.0(@types/node@18.19.42)) transitivePeerDependencies: - supports-color - '@tanstack/config@0.11.1(@types/node@18.19.42)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.19.1)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.42))': + '@tanstack/config@0.11.2(@types/node@18.19.42)(esbuild@0.21.5)(eslint@8.57.0)(rollup@4.19.1)(typescript@5.2.2)(vite@5.4.0(@types/node@18.19.42))': dependencies: '@commitlint/parse': 19.0.3 '@eslint/js': 8.57.0 - '@stylistic/eslint-plugin-js': 2.6.0(eslint@8.57.0) + '@stylistic/eslint-plugin-js': 2.6.2(eslint@8.57.0) commander: 12.1.0 current-git-branch: 1.1.0 esbuild-register: 3.6.0(esbuild@0.21.5) eslint-plugin-import-x: 3.1.0(eslint@8.57.0)(typescript@5.2.2) eslint-plugin-n: 17.10.1(eslint@8.57.0) - globals: 15.8.0 + globals: 15.9.0 interpret: 3.1.1 jsonfile: 6.1.0 liftoff: 5.0.0 @@ -5242,9 +5257,9 @@ snapshots: typedoc-plugin-markdown: 4.2.3(typedoc@0.26.5(typescript@5.2.2)) typescript-eslint: 7.18.0(eslint@8.57.0)(typescript@5.2.2) v8flags: 4.0.1 - vite-plugin-dts: 3.9.1(@types/node@18.19.42)(rollup@4.19.1)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.42)) - vite-plugin-externalize-deps: 0.8.0(vite@5.3.5(@types/node@18.19.42)) - vite-tsconfig-paths: 4.3.2(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.42)) + vite-plugin-dts: 4.0.2(@types/node@18.19.42)(rollup@4.19.1)(typescript@5.2.2)(vite@5.4.0(@types/node@18.19.42)) + vite-plugin-externalize-deps: 0.8.0(vite@5.4.0(@types/node@18.19.42)) + vite-tsconfig-paths: 5.0.1(typescript@5.2.2)(vite@5.4.0(@types/node@18.19.42)) transitivePeerDependencies: - '@types/node' - esbuild @@ -5260,7 +5275,7 @@ snapshots: '@tanstack/query-core@5.51.21': {} - '@tanstack/react-query@5.51.21(react@18.3.1)': + '@tanstack/react-query@5.51.23(react@18.3.1)': dependencies: '@tanstack/query-core': 5.51.21 react: 18.3.1 @@ -5283,18 +5298,18 @@ snapshots: '@tanstack/table-core@8.20.1': {} - '@tanstack/vue-query@5.51.21(vue@3.4.35(typescript@5.2.2))': + '@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.15.1 '@tanstack/query-core': 5.51.21 '@vue/devtools-api': 6.6.3 - vue: 3.4.35(typescript@5.2.2) - vue-demi: 0.14.10(vue@3.4.35(typescript@5.2.2)) + vue: 3.4.37(typescript@5.2.2) + vue-demi: 0.14.10(vue@3.4.37(typescript@5.2.2)) - '@tanstack/vue-table@8.20.1(vue@3.4.35(typescript@5.2.2))': + '@tanstack/vue-table@8.20.4(vue@3.4.37(typescript@5.2.2))': dependencies: '@tanstack/table-core': 8.20.1 - vue: 3.4.35(typescript@5.2.2) + vue: 3.4.37(typescript@5.2.2) '@testing-library/dom@10.4.0': dependencies: @@ -5602,26 +5617,26 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@4.3.1(vite@5.3.5(@types/node@18.19.42))': + '@vitejs/plugin-react@4.3.1(vite@5.4.0(@types/node@18.19.42))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.2.2))': + '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.2.2))': dependencies: - vite: 5.3.5(@types/node@18.19.42) - vue: 3.4.35(typescript@5.2.2) + vite: 5.4.0(@types/node@18.19.42) + vue: 3.4.37(typescript@5.2.2) - '@vitejs/plugin-vue@5.1.2(vite@5.3.5(@types/node@18.19.42))(vue@3.4.35(typescript@5.4.2))': + '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@18.19.42))(vue@3.4.37(typescript@5.4.2))': dependencies: - vite: 5.3.5(@types/node@18.19.42) - vue: 3.4.35(typescript@5.4.2) + vite: 5.4.0(@types/node@18.19.42) + vue: 3.4.37(typescript@5.4.2) '@vitest/expect@2.0.5': dependencies: @@ -5656,24 +5671,23 @@ snapshots: loupe: 3.1.1 tinyrainbow: 1.2.0 - '@volar/language-core@1.11.1': + '@volar/language-core@2.3.4': dependencies: - '@volar/source-map': 1.11.1 + '@volar/source-map': 2.3.4 '@volar/language-core@2.4.0-alpha.18': dependencies: '@volar/source-map': 2.4.0-alpha.18 - '@volar/source-map@1.11.1': - dependencies: - muggle-string: 0.3.1 + '@volar/source-map@2.3.4': {} '@volar/source-map@2.4.0-alpha.18': {} - '@volar/typescript@1.11.1': + '@volar/typescript@2.3.4': dependencies: - '@volar/language-core': 1.11.1 + '@volar/language-core': 2.3.4 path-browserify: 1.0.1 + vscode-uri: 3.0.8 '@volar/typescript@2.4.0-alpha.18': dependencies: @@ -5681,35 +5695,35 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue/compiler-core@3.4.35': + '@vue/compiler-core@3.4.37': dependencies: '@babel/parser': 7.25.3 - '@vue/shared': 3.4.35 - entities: 4.5.0 + '@vue/shared': 3.4.37 + entities: 5.0.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.35': + '@vue/compiler-dom@3.4.37': dependencies: - '@vue/compiler-core': 3.4.35 - '@vue/shared': 3.4.35 + '@vue/compiler-core': 3.4.37 + '@vue/shared': 3.4.37 - '@vue/compiler-sfc@3.4.35': + '@vue/compiler-sfc@3.4.37': dependencies: '@babel/parser': 7.25.3 - '@vue/compiler-core': 3.4.35 - '@vue/compiler-dom': 3.4.35 - '@vue/compiler-ssr': 3.4.35 - '@vue/shared': 3.4.35 + '@vue/compiler-core': 3.4.37 + '@vue/compiler-dom': 3.4.37 + '@vue/compiler-ssr': 3.4.37 + '@vue/shared': 3.4.37 estree-walker: 2.0.2 magic-string: 0.30.11 postcss: 8.4.40 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.35': + '@vue/compiler-ssr@3.4.37': dependencies: - '@vue/compiler-dom': 3.4.35 - '@vue/shared': 3.4.35 + '@vue/compiler-dom': 3.4.37 + '@vue/shared': 3.4.37 '@vue/compiler-vue2@2.7.16': dependencies: @@ -5718,26 +5732,12 @@ snapshots: '@vue/devtools-api@6.6.3': {} - '@vue/language-core@1.8.27(typescript@5.2.2)': - dependencies: - '@volar/language-core': 1.11.1 - '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.4.35 - '@vue/shared': 3.4.35 - computeds: 0.0.1 - minimatch: 9.0.5 - muggle-string: 0.3.1 - path-browserify: 1.0.1 - vue-template-compiler: 2.7.16 - optionalDependencies: - typescript: 5.2.2 - '@vue/language-core@2.0.29(typescript@5.2.2)': dependencies: '@volar/language-core': 2.4.0-alpha.18 - '@vue/compiler-dom': 3.4.35 + '@vue/compiler-dom': 3.4.37 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.4.35 + '@vue/shared': 3.4.37 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -5745,51 +5745,51 @@ snapshots: optionalDependencies: typescript: 5.2.2 - '@vue/reactivity@3.4.35': + '@vue/reactivity@3.4.37': dependencies: - '@vue/shared': 3.4.35 + '@vue/shared': 3.4.37 - '@vue/runtime-core@3.4.35': + '@vue/runtime-core@3.4.37': dependencies: - '@vue/reactivity': 3.4.35 - '@vue/shared': 3.4.35 + '@vue/reactivity': 3.4.37 + '@vue/shared': 3.4.37 - '@vue/runtime-dom@3.4.35': + '@vue/runtime-dom@3.4.37': dependencies: - '@vue/reactivity': 3.4.35 - '@vue/runtime-core': 3.4.35 - '@vue/shared': 3.4.35 + '@vue/reactivity': 3.4.37 + '@vue/runtime-core': 3.4.37 + '@vue/shared': 3.4.37 csstype: 3.1.3 - '@vue/server-renderer@3.4.35(vue@3.4.35(typescript@5.2.2))': + '@vue/server-renderer@3.4.37(vue@3.4.37(typescript@5.2.2))': dependencies: - '@vue/compiler-ssr': 3.4.35 - '@vue/shared': 3.4.35 - vue: 3.4.35(typescript@5.2.2) + '@vue/compiler-ssr': 3.4.37 + '@vue/shared': 3.4.37 + vue: 3.4.37(typescript@5.2.2) - '@vue/server-renderer@3.4.35(vue@3.4.35(typescript@5.4.2))': + '@vue/server-renderer@3.4.37(vue@3.4.37(typescript@5.4.2))': dependencies: - '@vue/compiler-ssr': 3.4.35 - '@vue/shared': 3.4.35 - vue: 3.4.35(typescript@5.4.2) + '@vue/compiler-ssr': 3.4.37 + '@vue/shared': 3.4.37 + vue: 3.4.37(typescript@5.4.2) - '@vue/shared@3.4.35': {} + '@vue/shared@3.4.37': {} - '@vueuse/core@10.11.0(vue@3.4.35(typescript@5.2.2))': + '@vueuse/core@10.11.1(vue@3.4.37(typescript@5.2.2))': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 10.11.0 - '@vueuse/shared': 10.11.0(vue@3.4.35(typescript@5.2.2)) - vue-demi: 0.14.10(vue@3.4.35(typescript@5.2.2)) + '@vueuse/metadata': 10.11.1 + '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.2.2)) + vue-demi: 0.14.10(vue@3.4.37(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/metadata@10.11.0': {} + '@vueuse/metadata@10.11.1': {} - '@vueuse/shared@10.11.0(vue@3.4.35(typescript@5.2.2))': + '@vueuse/shared@10.11.1(vue@3.4.37(typescript@5.2.2))': dependencies: - vue-demi: 0.14.10(vue@3.4.35(typescript@5.2.2)) + vue-demi: 0.14.10(vue@3.4.37(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -5908,6 +5908,14 @@ snapshots: clean-stack: 2.2.0 indent-string: 4.0.0 + ajv-draft-04@1.0.0(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + + ajv-formats@3.0.1(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 @@ -5915,6 +5923,20 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + ajv@8.12.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + + ajv@8.13.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + ansi-colors@4.1.3: {} ansi-escapes@4.3.2: @@ -6154,18 +6176,19 @@ snapshots: commander@4.1.1: {} - commander@9.5.0: - optional: true - compare-func@2.0.0: dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 + compare-versions@6.1.1: {} + computeds@0.0.1: {} concat-map@0.0.1: {} + confbox@0.1.7: {} + content-disposition@0.5.4: dependencies: safe-buffer: 5.2.1 @@ -6343,6 +6366,8 @@ snapshots: entities@4.5.0: {} + entities@5.0.0: {} + errorstacks@2.4.1: {} es-define-property@1.0.0: @@ -6440,7 +6465,7 @@ snapshots: eslint: 8.57.0 eslint-plugin-es-x: 7.8.0(eslint@8.57.0) get-tsconfig: 4.7.6 - globals: 15.8.0 + globals: 15.9.0 ignore: 5.3.1 minimatch: 9.0.5 semver: 7.6.3 @@ -6757,7 +6782,7 @@ snapshots: dependencies: type-fest: 0.20.2 - globals@15.8.0: {} + globals@15.9.0: {} globby@11.1.0: dependencies: @@ -7074,6 +7099,8 @@ snapshots: json-schema-traverse@0.4.1: {} + json-schema-traverse@1.0.0: {} + json-stable-stringify-without-jsonify@1.0.1: {} json5@2.2.3: {} @@ -7102,12 +7129,13 @@ snapshots: kleur@4.1.5: {} - knip@5.27.0(@types/node@18.19.42)(typescript@5.2.2): + knip@5.27.2(@types/node@18.19.42)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 '@types/node': 18.19.42 easy-table: 1.2.0 + enhanced-resolve: 5.17.1 fast-glob: 3.3.2 jiti: 1.21.6 js-yaml: 4.1.0 @@ -7115,7 +7143,6 @@ snapshots: picocolors: 1.0.1 picomatch: 4.0.2 pretty-ms: 9.1.0 - resolve: 1.22.8 smol-toml: 1.3.0 strip-json-comments: 5.0.1 summary: 2.1.0 @@ -7200,21 +7227,26 @@ snapshots: dependencies: uc.micro: 2.1.0 - lit-element@4.0.6: + lit-element@4.1.0: dependencies: '@lit-labs/ssr-dom-shim': 1.2.0 '@lit/reactive-element': 2.0.4 - lit-html: 3.1.4 + lit-html: 3.2.0 - lit-html@3.1.4: + lit-html@3.2.0: dependencies: '@types/trusted-types': 2.0.7 - lit@3.1.4: + lit@3.2.0: dependencies: '@lit/reactive-element': 2.0.4 - lit-element: 4.0.6 - lit-html: 3.1.4 + lit-element: 4.1.0 + lit-html: 3.2.0 + + local-pkg@0.5.0: + dependencies: + mlly: 1.7.1 + pkg-types: 1.1.3 locate-character@3.0.0: {} @@ -7222,10 +7254,6 @@ snapshots: dependencies: p-locate: 5.0.0 - lodash.get@4.4.2: {} - - lodash.isequal@4.5.0: {} - lodash.merge@4.6.2: {} lodash@4.17.21: {} @@ -7357,14 +7385,19 @@ snapshots: mkdirp@1.0.4: {} + mlly@1.7.1: + dependencies: + acorn: 8.12.1 + pathe: 1.1.2 + pkg-types: 1.1.3 + ufo: 1.5.4 + mri@1.2.0: {} ms@2.1.2: {} ms@2.1.3: {} - muggle-string@0.3.1: {} - muggle-string@0.4.1: {} nanocolors@0.2.13: {} @@ -7413,10 +7446,10 @@ snapshots: nwsapi@2.2.12: {} - nx@19.5.6: + nx@19.5.7: dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.5.6 + '@nrwl/tao': 19.5.7 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -7451,16 +7484,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.5.6 - '@nx/nx-darwin-x64': 19.5.6 - '@nx/nx-freebsd-x64': 19.5.6 - '@nx/nx-linux-arm-gnueabihf': 19.5.6 - '@nx/nx-linux-arm64-gnu': 19.5.6 - '@nx/nx-linux-arm64-musl': 19.5.6 - '@nx/nx-linux-x64-gnu': 19.5.6 - '@nx/nx-linux-x64-musl': 19.5.6 - '@nx/nx-win32-arm64-msvc': 19.5.6 - '@nx/nx-win32-x64-msvc': 19.5.6 + '@nx/nx-darwin-arm64': 19.5.7 + '@nx/nx-darwin-x64': 19.5.7 + '@nx/nx-freebsd-x64': 19.5.7 + '@nx/nx-linux-arm-gnueabihf': 19.5.7 + '@nx/nx-linux-arm64-gnu': 19.5.7 + '@nx/nx-linux-arm64-musl': 19.5.7 + '@nx/nx-linux-x64-gnu': 19.5.7 + '@nx/nx-linux-x64-musl': 19.5.7 + '@nx/nx-win32-arm64-msvc': 19.5.7 + '@nx/nx-win32-x64-msvc': 19.5.7 transitivePeerDependencies: - debug @@ -7615,6 +7648,12 @@ snapshots: picomatch@4.0.2: {} + pkg-types@1.1.3: + dependencies: + confbox: 0.1.7 + mlly: 1.7.1 + pathe: 1.1.2 + postcss@8.4.40: dependencies: nanoid: 3.3.7 @@ -7718,6 +7757,8 @@ snapshots: require-directory@2.1.1: {} + require-from-string@2.0.2: {} + requires-port@1.0.0: {} resize-observer-polyfill@1.5.1: {} @@ -7736,11 +7777,6 @@ snapshots: resolve-pkg-maps@1.0.0: {} - resolve@1.19.0: - dependencies: - is-core-module: 2.15.0 - path-parse: 1.0.7 - resolve@1.22.8: dependencies: is-core-module: 2.15.0 @@ -7864,32 +7900,32 @@ snapshots: shebang-regex@3.0.0: {} - sherif-darwin-arm64@0.10.0: + sherif-darwin-arm64@0.11.0: optional: true - sherif-darwin-x64@0.10.0: + sherif-darwin-x64@0.11.0: optional: true - sherif-linux-arm64@0.10.0: + sherif-linux-arm64@0.11.0: optional: true - sherif-linux-x64@0.10.0: + sherif-linux-x64@0.11.0: optional: true - sherif-windows-arm64@0.10.0: + sherif-windows-arm64@0.11.0: optional: true - sherif-windows-x64@0.10.0: + sherif-windows-x64@0.11.0: optional: true - sherif@0.10.0: + sherif@0.11.0: optionalDependencies: - sherif-darwin-arm64: 0.10.0 - sherif-darwin-x64: 0.10.0 - sherif-linux-arm64: 0.10.0 - sherif-linux-x64: 0.10.0 - sherif-windows-arm64: 0.10.0 - sherif-windows-x64: 0.10.0 + sherif-darwin-arm64: 0.11.0 + sherif-darwin-x64: 0.11.0 + sherif-linux-arm64: 0.11.0 + sherif-linux-x64: 0.11.0 + sherif-windows-arm64: 0.11.0 + sherif-windows-x64: 0.11.0 shiki@1.12.0: dependencies: @@ -7927,18 +7963,18 @@ snapshots: smol-toml@1.3.0: {} - solid-js@1.8.19: + solid-js@1.8.20: dependencies: csstype: 3.1.3 seroval: 1.1.1 seroval-plugins: 1.1.1(seroval@1.1.1) - solid-refresh@0.6.3(solid-js@1.8.19): + solid-refresh@0.6.3(solid-js@1.8.20): dependencies: '@babel/generator': 7.25.0 '@babel/helper-module-imports': 7.24.7 '@babel/types': 7.25.2 - solid-js: 1.8.19 + solid-js: 1.8.20 transitivePeerDependencies: - supports-color @@ -8207,6 +8243,8 @@ snapshots: uc.micro@2.1.0: {} + ufo@1.5.4: {} + unc-path-regex@0.1.2: {} undici-types@5.26.5: {} @@ -8240,8 +8278,6 @@ snapshots: validate-html-nesting@1.2.2: {} - validator@13.12.0: {} - vary@1.1.2: {} vite-node@2.0.5(@types/node@18.19.42): @@ -8250,65 +8286,69 @@ snapshots: debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) transitivePeerDependencies: - '@types/node' - less - lightningcss - sass + - sass-embedded - stylus - sugarss - supports-color - terser - vite-plugin-dts@3.9.1(@types/node@18.19.42)(rollup@4.19.1)(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.42)): + vite-plugin-dts@4.0.2(@types/node@18.19.42)(rollup@4.19.1)(typescript@5.2.2)(vite@5.4.0(@types/node@18.19.42)): dependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@18.19.42) + '@microsoft/api-extractor': 7.47.4(@types/node@18.19.42) '@rollup/pluginutils': 5.1.0(rollup@4.19.1) - '@vue/language-core': 1.8.27(typescript@5.2.2) + '@volar/typescript': 2.3.4 + '@vue/language-core': 2.0.29(typescript@5.2.2) + compare-versions: 6.1.1 debug: 4.3.6 kolorist: 1.8.0 + local-pkg: 0.5.0 magic-string: 0.30.11 typescript: 5.2.2 - vue-tsc: 1.8.27(typescript@5.2.2) + vue-tsc: 2.0.29(typescript@5.2.2) optionalDependencies: - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-externalize-deps@0.8.0(vite@5.3.5(@types/node@18.19.42)): + vite-plugin-externalize-deps@0.8.0(vite@5.4.0(@types/node@18.19.42)): dependencies: - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) - vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.19)(vite@5.3.5(@types/node@18.19.42)): + vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.4.8)(solid-js@1.8.20)(vite@5.4.0(@types/node@18.19.42)): dependencies: '@babel/core': 7.25.2 '@types/babel__core': 7.20.5 babel-preset-solid: 1.8.19(@babel/core@7.25.2) merge-anything: 5.1.7 - solid-js: 1.8.19 - solid-refresh: 0.6.3(solid-js@1.8.19) - vite: 5.3.5(@types/node@18.19.42) - vitefu: 0.2.5(vite@5.3.5(@types/node@18.19.42)) + solid-js: 1.8.20 + solid-refresh: 0.6.3(solid-js@1.8.20) + vite: 5.4.0(@types/node@18.19.42) + vitefu: 0.2.5(vite@5.4.0(@types/node@18.19.42)) optionalDependencies: '@testing-library/jest-dom': 6.4.8 transitivePeerDependencies: - supports-color - vite-tsconfig-paths@4.3.2(typescript@5.2.2)(vite@5.3.5(@types/node@18.19.42)): + vite-tsconfig-paths@5.0.1(typescript@5.2.2)(vite@5.4.0(@types/node@18.19.42)): dependencies: debug: 4.3.6 globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.2.2) optionalDependencies: - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) transitivePeerDependencies: - supports-color - typescript - vite@5.3.5(@types/node@18.19.42): + vite@5.4.0(@types/node@18.19.42): dependencies: esbuild: 0.21.5 postcss: 8.4.40 @@ -8317,9 +8357,9 @@ snapshots: '@types/node': 18.19.42 fsevents: 2.3.3 - vitefu@0.2.5(vite@5.3.5(@types/node@18.19.42)): + vitefu@0.2.5(vite@5.4.0(@types/node@18.19.42)): optionalDependencies: - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) vitest@2.0.5(@types/node@18.19.42)(jsdom@24.1.1): dependencies: @@ -8339,7 +8379,7 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@18.19.42) + vite: 5.4.0(@types/node@18.19.42) vite-node: 2.0.5(@types/node@18.19.42) why-is-node-running: 2.3.0 optionalDependencies: @@ -8349,6 +8389,7 @@ snapshots: - less - lightningcss - sass + - sass-embedded - stylus - sugarss - supports-color @@ -8356,21 +8397,9 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.10(vue@3.4.35(typescript@5.2.2)): + vue-demi@0.14.10(vue@3.4.37(typescript@5.2.2)): dependencies: - vue: 3.4.35(typescript@5.2.2) - - vue-template-compiler@2.7.16: - dependencies: - de-indent: 1.0.2 - he: 1.2.0 - - vue-tsc@1.8.27(typescript@5.2.2): - dependencies: - '@volar/typescript': 1.11.1 - '@vue/language-core': 1.8.27(typescript@5.2.2) - semver: 7.6.3 - typescript: 5.2.2 + vue: 3.4.37(typescript@5.2.2) vue-tsc@2.0.29(typescript@5.2.2): dependencies: @@ -8379,23 +8408,23 @@ snapshots: semver: 7.6.3 typescript: 5.2.2 - vue@3.4.35(typescript@5.2.2): + vue@3.4.37(typescript@5.2.2): dependencies: - '@vue/compiler-dom': 3.4.35 - '@vue/compiler-sfc': 3.4.35 - '@vue/runtime-dom': 3.4.35 - '@vue/server-renderer': 3.4.35(vue@3.4.35(typescript@5.2.2)) - '@vue/shared': 3.4.35 + '@vue/compiler-dom': 3.4.37 + '@vue/compiler-sfc': 3.4.37 + '@vue/runtime-dom': 3.4.37 + '@vue/server-renderer': 3.4.37(vue@3.4.37(typescript@5.2.2)) + '@vue/shared': 3.4.37 optionalDependencies: typescript: 5.2.2 - vue@3.4.35(typescript@5.4.2): + vue@3.4.37(typescript@5.4.2): dependencies: - '@vue/compiler-dom': 3.4.35 - '@vue/compiler-sfc': 3.4.35 - '@vue/runtime-dom': 3.4.35 - '@vue/server-renderer': 3.4.35(vue@3.4.35(typescript@5.4.2)) - '@vue/shared': 3.4.35 + '@vue/compiler-dom': 3.4.37 + '@vue/compiler-sfc': 3.4.37 + '@vue/runtime-dom': 3.4.37 + '@vue/server-renderer': 3.4.37(vue@3.4.37(typescript@5.4.2)) + '@vue/shared': 3.4.37 optionalDependencies: typescript: 5.4.2 @@ -8489,14 +8518,6 @@ snapshots: yocto-queue@0.1.0: {} - z-schema@5.0.5: - dependencies: - lodash.get: 4.4.2 - lodash.isequal: 4.5.0 - validator: 13.12.0 - optionalDependencies: - commander: 9.5.0 - zod-validation-error@3.3.0(zod@3.23.8): dependencies: zod: 3.23.8