diff --git a/examples/lit/dynamic/package.json b/examples/lit/dynamic/package.json index 14701c3c..3140f1a7 100644 --- a/examples/lit/dynamic/package.json +++ b/examples/lit/dynamic/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "^18.19.3", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/lit/fixed/package.json b/examples/lit/fixed/package.json index cb25f531..0acac7f8 100644 --- a/examples/lit/fixed/package.json +++ b/examples/lit/fixed/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "^18.19.3", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index 4dedcb65..c91f2a4b 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -15,10 +15,10 @@ }, "devDependencies": { "@types/node": "^18.19.3", - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index a334bcf4..353fa0a5 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -14,10 +14,10 @@ }, "devDependencies": { "@types/node": "^18.19.3", - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index e20d3363..44f5c8af 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -15,9 +15,9 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index 8b202689..f6685376 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -14,9 +14,9 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index 56901f08..f1b41421 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -15,9 +15,9 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index 108a4212..51e32e5a 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -14,9 +14,9 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index fae95e92..4fcab4bd 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -17,9 +17,9 @@ }, "devDependencies": { "@types/lodash": "^4.17.7", - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/table/package.json b/examples/react/table/package.json index a9bcc93e..29b87676 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -16,9 +16,9 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index 508513ad..219b0fd9 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -14,9 +14,9 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/react/window/package.json b/examples/react/window/package.json index 1df4ab86..7367557f 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -14,10 +14,10 @@ }, "devDependencies": { "@types/node": "^18.19.3", - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index b2145af7..a874d912 100644 --- a/examples/svelte/dynamic/package.json +++ b/examples/svelte/dynamic/package.json @@ -19,6 +19,6 @@ "svelte-check": "^4.0.2", "tslib": "^2.7.0", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/svelte/fixed/package.json b/examples/svelte/fixed/package.json index 11911bcd..ae614fe8 100644 --- a/examples/svelte/fixed/package.json +++ b/examples/svelte/fixed/package.json @@ -18,6 +18,6 @@ "svelte-check": "^4.0.2", "tslib": "^2.7.0", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index c25a9235..ee5533c5 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^4.0.2", "tslib": "^2.7.0", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/svelte/smooth-scroll/package.json b/examples/svelte/smooth-scroll/package.json index c301062a..94230f03 100644 --- a/examples/svelte/smooth-scroll/package.json +++ b/examples/svelte/smooth-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^4.0.2", "tslib": "^2.7.0", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/svelte/sticky/package.json b/examples/svelte/sticky/package.json index 410b7509..5095389f 100644 --- a/examples/svelte/sticky/package.json +++ b/examples/svelte/sticky/package.json @@ -20,6 +20,6 @@ "svelte-check": "^4.0.2", "tslib": "^2.7.0", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/svelte/table/package.json b/examples/svelte/table/package.json index a4576e57..55dc1c8b 100644 --- a/examples/svelte/table/package.json +++ b/examples/svelte/table/package.json @@ -20,6 +20,6 @@ "svelte-check": "^4.0.2", "tslib": "^2.7.0", "typescript": "5.2.2", - "vite": "^5.4.5" + "vite": "^5.4.7" } } diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index de1c7f13..be67559b 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.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index c1ab7182..23e56ed7 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index dfba8542..bca258f5 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/vue-query": "^5.56.2", "@tanstack/vue-virtual": "^3.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index c1cf3b8c..9e308a22 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 51ca33a6..8d7b01cd 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -9,14 +9,14 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.10.8", - "@vueuse/core": "^11.0.3", - "vue": "^3.5.5" + "@vueuse/core": "^11.1.0", + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 5358cffb..465bd57e 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index 8f10fe8e..a1d6f73e 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.10.8", "lodash": "^4.17.21", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@types/lodash": "^4.17.7", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index b6647ff9..f2dffddd 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -11,13 +11,13 @@ "@faker-js/faker": "^8.4.1", "@tanstack/vue-table": "^8.20.5", "@tanstack/vue-virtual": "^3.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index 1c8c3c0a..878d96e7 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "@tanstack/vue-virtual": "^3.10.8", - "vue": "^3.5.5" + "vue": "^3.5.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vue-tsc": "^2.1.6" } } diff --git a/package.json b/package.json index 17d91afb..f636902c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/virtual.git" }, - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.11.0", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", @@ -37,20 +37,20 @@ ] }, "devDependencies": { - "@tanstack/config": "^0.13.1", + "@tanstack/config": "^0.13.3", "@testing-library/jest-dom": "^6.5.0", "@types/node": "^18.19.3", - "eslint": "^9.10.0", - "jsdom": "^25.0.0", - "knip": "^5.30.2", - "nx": "^19.7.3", + "eslint": "^9.11.0", + "jsdom": "^25.0.1", + "knip": "^5.30.4", + "nx": "^19.8.0", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.6", - "publint": "^0.2.10", + "publint": "^0.2.11", "rimraf": "^5.0.10", "sherif": "^0.11.0", "typescript": "5.2.2", - "vite": "^5.4.5", + "vite": "^5.4.7", "vitest": "^2.1.1" } } diff --git a/packages/react-virtual/package.json b/packages/react-virtual/package.json index b886f334..50426b31 100644 --- a/packages/react-virtual/package.json +++ b/packages/react-virtual/package.json @@ -58,7 +58,7 @@ }, "devDependencies": { "@testing-library/react": "^16.0.1", - "@types/react": "^18.3.5", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "react": "^18.3.1", diff --git a/packages/vue-virtual/package.json b/packages/vue-virtual/package.json index c03aeef6..aeba269a 100644 --- a/packages/vue-virtual/package.json +++ b/packages/vue-virtual/package.json @@ -59,8 +59,8 @@ "@tanstack/virtual-core": "workspace:*" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.3", - "vue": "^3.5.5" + "@vitejs/plugin-vue": "^5.1.4", + "vue": "^3.5.8" }, "peerDependencies": { "vue": "^2.7.0 || ^3.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a13de8bd..084795e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@tanstack/config': - specifier: ^0.13.1 - version: 0.13.1(@types/node@18.19.47)(esbuild@0.21.5)(eslint@9.10.0(jiti@1.21.6))(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + specifier: ^0.13.3 + version: 0.13.3(@types/node@18.19.47)(esbuild@0.21.5)(eslint@9.11.0(jiti@1.21.6))(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@testing-library/jest-dom': specifier: ^6.5.0 version: 6.5.0 @@ -18,17 +18,17 @@ importers: specifier: ^18.19.3 version: 18.19.47 eslint: - specifier: ^9.10.0 - version: 9.10.0(jiti@1.21.6) + specifier: ^9.11.0 + version: 9.11.0(jiti@1.21.6) jsdom: - specifier: ^25.0.0 - version: 25.0.0 + specifier: ^25.0.1 + version: 25.0.1 knip: - specifier: ^5.30.2 - version: 5.30.2(@types/node@18.19.47)(typescript@5.2.2) + specifier: ^5.30.4 + version: 5.30.4(@types/node@18.19.47)(typescript@5.2.2) nx: - specifier: ^19.7.3 - version: 19.7.3 + specifier: ^19.8.0 + version: 19.8.0 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -36,8 +36,8 @@ importers: specifier: ^3.2.6 version: 3.2.6(prettier@3.3.3)(svelte@4.2.19) publint: - specifier: ^0.2.10 - version: 0.2.10 + specifier: ^0.2.11 + version: 0.2.11 rimraf: specifier: ^5.0.10 version: 5.0.10 @@ -48,11 +48,11 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vitest: specifier: ^2.1.1 - version: 2.1.1(@types/node@18.19.47)(jsdom@25.0.0)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + version: 2.1.1(@types/node@18.19.47)(jsdom@25.0.1)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/angular/dynamic: dependencies: @@ -559,8 +559,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/lit/fixed: dependencies: @@ -584,8 +584,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/dynamic: dependencies: @@ -606,20 +606,20 @@ importers: specifier: ^18.19.3 version: 18.19.47 '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/fixed: dependencies: @@ -637,20 +637,20 @@ importers: specifier: ^18.19.3 version: 18.19.47 '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/infinite-scroll: dependencies: @@ -668,17 +668,17 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/padding: dependencies: @@ -693,17 +693,17 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/scroll-padding: dependencies: @@ -721,17 +721,17 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/smooth-scroll: dependencies: @@ -746,17 +746,17 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/sticky: dependencies: @@ -780,17 +780,17 @@ importers: specifier: ^4.17.7 version: 4.17.7 '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/table: dependencies: @@ -811,17 +811,17 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/variable: dependencies: @@ -836,17 +836,17 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/react/window: dependencies: @@ -864,20 +864,20 @@ importers: specifier: ^18.19.3 version: 18.19.47 '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/svelte/dynamic: dependencies: @@ -890,7 +890,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -907,8 +907,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/svelte/fixed: dependencies: @@ -918,7 +918,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -935,8 +935,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/svelte/infinite-scroll: dependencies: @@ -949,7 +949,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -966,8 +966,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/svelte/smooth-scroll: dependencies: @@ -980,7 +980,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -997,8 +997,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/svelte/sticky: dependencies: @@ -1014,7 +1014,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -1031,8 +1031,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/svelte/table: dependencies: @@ -1048,7 +1048,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@tsconfig/svelte': specifier: ^5.0.4 version: 5.0.4 @@ -1065,8 +1065,8 @@ importers: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) examples/vue/dynamic: dependencies: @@ -1077,21 +1077,21 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1102,21 +1102,21 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1125,26 +1125,26 @@ importers: dependencies: '@tanstack/vue-query': specifier: ^5.56.2 - version: 5.56.2(vue@3.5.5(typescript@5.2.2)) + version: 5.56.2(vue@3.5.8(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1155,21 +1155,21 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1180,24 +1180,24 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual '@vueuse/core': - specifier: ^11.0.3 - version: 11.0.3(vue@3.5.5(typescript@5.2.2)) + specifier: ^11.1.0 + version: 11.1.0(vue@3.5.8(typescript@5.2.2)) vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1208,21 +1208,21 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1239,8 +1239,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(typescript@5.2.2) devDependencies: '@codesandbox/vue-preview': specifier: ^0.1.1-alpha.16 @@ -1249,14 +1249,14 @@ importers: specifier: ^4.17.7 version: 4.17.7 '@vitejs/plugin-vue': - specifier: ^5.1.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1268,26 +1268,26 @@ importers: version: 8.4.1 '@tanstack/vue-table': specifier: ^8.20.5 - version: 8.20.5(vue@3.5.5(typescript@5.2.2)) + version: 8.20.5(vue@3.5.8(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1298,21 +1298,21 @@ importers: specifier: ^3.10.8 version: link:../../../packages/vue-virtual vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.2.2) + specifier: ^3.5.8 + version: 3.5.8(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.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2)) typescript: specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + specifier: ^5.4.7 + version: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.2.2) @@ -1357,16 +1357,16 @@ importers: devDependencies: '@testing-library/react': specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react': - specifier: ^18.3.5 - version: 18.3.5 + specifier: ^18.3.8 + version: 18.3.8 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) react: specifier: ^18.3.1 version: 18.3.1 @@ -1388,7 +1388,7 @@ importers: version: 1.8.22 vite-plugin-solid: specifier: ^2.10.2 - version: 2.10.2(@testing-library/jest-dom@6.5.0)(solid-js@1.8.22)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 2.10.2(@testing-library/jest-dom@6.5.0)(solid-js@1.8.22)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) packages/svelte-virtual: dependencies: @@ -1401,7 +1401,7 @@ importers: version: 2.3.5(svelte@4.2.19)(typescript@5.4.2) '@sveltejs/vite-plugin-svelte': specifier: ^3.1.2 - version: 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + version: 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) svelte: specifier: ^4.2.19 version: 4.2.19 @@ -1415,11 +1415,11 @@ importers: version: link:../virtual-core devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.3 - version: 5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.4.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.4.2)) vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.4.2) + specifier: ^3.5.8 + version: 3.5.8(typescript@5.4.2) packages: @@ -2194,12 +2194,12 @@ packages: resolution: {integrity: sha512-ZhiG66TcDMc7GegF2rhXrlL9zE/xioL1dDnn5ymxnaK+Lwt1/Lc0gwlgaa78QyjapDI8oPK2KJDEnYs8kcalUw==} hasBin: true - '@commitlint/parse@19.0.3': - resolution: {integrity: sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==} + '@commitlint/parse@19.5.0': + resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==} engines: {node: '>=v18'} - '@commitlint/types@19.0.3': - resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} + '@commitlint/types@19.5.0': + resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} engines: {node: '>=v18'} '@discoveryjs/json-ext@0.5.7': @@ -2785,16 +2785,16 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.10.0': - resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==} + '@eslint/js@9.11.0': + resolution: {integrity: sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.1.0': - resolution: {integrity: sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==} + '@eslint/plugin-kit@0.2.0': + resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@esm-bundle/chai@4.3.4-fix.0': @@ -2944,66 +2944,66 @@ packages: resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==} engines: {node: ^16.14.0 || >=18.0.0} - '@nrwl/tao@19.7.3': - resolution: {integrity: sha512-cIGhnSFPZdVTp4bI0fqwFoE9i7ToPg5jXz+hNMl/MTwcOQfKQ1JJY/ZPLM3aBUPORFIZ/GECQEycUb6+xCB56g==} + '@nrwl/tao@19.8.0': + resolution: {integrity: sha512-tybyYdhHNfyBRb8SOc/SasT1iwjYkp/QibS8L3ayTvpvvzJpNr8BpuTznQWIkaIjilflmcdHl+rMiQDqwABqpg==} hasBin: true - '@nx/nx-darwin-arm64@19.7.3': - resolution: {integrity: sha512-0dDK0UkMR0vBv4AP/48Q9A+OC2dvpivdt8su/4W/CPADy69M9B5O3jPiK+jTRsLshQG/soC9JG0Rll1BNWymPg==} + '@nx/nx-darwin-arm64@19.8.0': + resolution: {integrity: sha512-JWtBb6ndCdGE+RBIwKN85BZnX41lFGsFxnsmot71GeAj/g7Cb0PM2qcmxawoy8yLPTBGZhb+eHER3z3nDIqRog==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.7.3': - resolution: {integrity: sha512-hTdv5YY2GQTdT7GwVO7ST27ZzvCmAQvmkEapfnCdy74QsL4gapaXJFvtWLHVfG6qHNRHWXbpdegvR3VswRHZVQ==} + '@nx/nx-darwin-x64@19.8.0': + resolution: {integrity: sha512-NcNaqbbStBkyahLaoKFtW6nEdjCjYT5ZOmGjc6UpAx1Y3pkk/FcIOYJRCBxwuOsRRsEAyeVcHPdYrouZmV+6Yw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.7.3': - resolution: {integrity: sha512-dwuB/3eoV2RbD0b0LHnagQOXa9PKAjLi7g5vNxzw6LuNT1tdaLaUZZGv2tfG0hHjsV0cOaAX41rEyOIwJyE7zg==} + '@nx/nx-freebsd-x64@19.8.0': + resolution: {integrity: sha512-QXHRnMW5LrpYvtmdFRL2CRgX9CWDccrs2xhQNNzcgsLgL87Wte5kjDoJJN4GQjtrmjD3Q93w67CE9lhqnpXBvQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.7.3': - resolution: {integrity: sha512-X/eG3IqvIxlCfIOiCQKv7RKwra54I+SN9zj2TeSOtd/uK0paa3mYSlGUJqoP3wpzasW1+EPIGkTQqV283IA15w==} + '@nx/nx-linux-arm-gnueabihf@19.8.0': + resolution: {integrity: sha512-VjZOLMxz0gT+0AdDygxQS0Vvi3AcEzO3y9o9WdGKKaDVUDycrFn72X+ZbvFoio1dF7S1s2TbmOlR09Bu1yTgGg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.7.3': - resolution: {integrity: sha512-LNaX8DVcPlFVJhMf1AAAR6j1DZF9BlVhWlilRM44tIfnmvPfKIahKJIJbuikHE7q+lkvMrQUUDXKiQJlmm/qDw==} + '@nx/nx-linux-arm64-gnu@19.8.0': + resolution: {integrity: sha512-sCSrXkSmEfDUDGLESXB3eHXECAIYz9nosFZpCggyUP1vgF/QcV40fHnV38nrFbKaVHuoaxy43RgnD+I3o6sDSw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.7.3': - resolution: {integrity: sha512-TJ9PqSebhrn8NfrW+wqMXB9N65U0L0Kjt8FfahWffNKtSAEUvhurbNhqna2Rt5WJe2qaVf6zN2pOHKhF/5pL0w==} + '@nx/nx-linux-arm64-musl@19.8.0': + resolution: {integrity: sha512-F3xEe7NGjsVKZTVlvUiUOTmCzxteRsQH2SSsYXyAfgJ42P3eZPc9HgeLx6RByjC/NBCwc7XEECMP1FjQgQXHVw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.7.3': - resolution: {integrity: sha512-YMb4WGGovwgxsP6VvAEnyWvLoUwsDrdE5CxFQ2yoThD2BixmSHUKLtx6dtPDHz25nOE3v1ZzM0xTwYXBhPaeRQ==} + '@nx/nx-linux-x64-gnu@19.8.0': + resolution: {integrity: sha512-4uYuE+LvxOFXvi9z9ueJSVrME5D383SHNCjs6jYwc9KovCsmL5oPVXRieoE4/hYI4lrjly+CrAnPZU1P7ocBiw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.7.3': - resolution: {integrity: sha512-zkjgDSvw2eDN+KuJBPPAPhU/lOdiMvJU0UMthJFw85dhQIYfAO8+UgiFg/qBsKo0kQ0MkhntnIPBPF8bH40qWg==} + '@nx/nx-linux-x64-musl@19.8.0': + resolution: {integrity: sha512-9UDEGjOvNt+m+kMBCAB7CGisSwv05Xvaq8K3NJ+xM5GPG74EkQel24mSoIJfm/6zmDkdZCiRzNN9VRjOjzOz6Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.7.3': - resolution: {integrity: sha512-qCTFG6VxNvEe5JfoAELGZsjWDL4G+2NVSoSS3tByJYwVX256qgALcVoUHMjpxBn9FeOvUW9w5PL4Am4PKDdXLw==} + '@nx/nx-win32-arm64-msvc@19.8.0': + resolution: {integrity: sha512-JVzm0KjyLZY5ponBukZ/b35wttW0b3LB0nqaiiHY7WKwSzo+m0UGEYHD/Yk6rKA0RRZN2wQVeIzLeWfYcZYrhA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.7.3': - resolution: {integrity: sha512-ULNf73gLgB5cU/O4dlQe6tetbRIROTmaUNYTUUCCAC0BqVwZwPDxn4u9C5LgiErVyfPwwAhlserCGei5taLASQ==} + '@nx/nx-win32-x64-msvc@19.8.0': + resolution: {integrity: sha512-IRLhMZIInvp9okLsjnj76zaz8iaMovtLr6MHIFOOPIMsZYRhqQTArF5Os/NqEezeYYxvX6YZ5hKYe0xQO7A5LA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3179,8 +3179,20 @@ packages: resolution: {integrity: sha512-q6N8mbcYC6cgPyjTrMH7ehULQoUUwEYN4g7uo4ylZ/PFklSLJvpSp4BuuxANgW449qHSBvQfdIoui9ayAUXQzA==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@shikijs/core@1.15.2': - resolution: {integrity: sha512-hi6XZuwHYn6bU4wtXZxST8ynM55aiU2+rVU9aPIrSxqKmEKl4d65puwGsggwcZWTET+7zGXKe7AUj46iQ8Aq8w==} + '@shikijs/core@1.18.0': + resolution: {integrity: sha512-VK4BNVCd2leY62Nm2JjyxtRLkyrZT/tv104O81eyaCjHq4Adceq2uJVFJJAIof6lT1mBwZrEo2qT/T+grv3MQQ==} + + '@shikijs/engine-javascript@1.18.0': + resolution: {integrity: sha512-qoP/aO/ATNwYAUw1YMdaip/YVEstMZEgrwhePm83Ll9OeQPuxDZd48szZR8oSQNQBT8m8UlWxZv8EA3lFuyI5A==} + + '@shikijs/engine-oniguruma@1.18.0': + resolution: {integrity: sha512-B9u0ZKI/cud+TcmF8Chyh+R4V5qQVvyDOqXC2l2a4x73PBSBc6sZ0JRAX3eqyJswqir6ktwApUUGBYePdKnMJg==} + + '@shikijs/types@1.18.0': + resolution: {integrity: sha512-O9N36UEaGGrxv1yUrN2nye7gDLG5Uq0/c1LyfmxsvzNPqlHzWo9DI0A4+fhW2y3bGKuQu/fwS7EPdKJJCowcVA==} + + '@shikijs/vscode-textmate@9.2.2': + resolution: {integrity: sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==} '@sigstore/bundle@2.3.2': resolution: {integrity: sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==} @@ -3214,8 +3226,8 @@ packages: engines: {node: '>=8.10'} hasBin: true - '@stylistic/eslint-plugin-js@2.7.2': - resolution: {integrity: sha512-PkwTDduCY6+ILlHNEfVT3BtShrtqrDJmyW3BW53PvCb+SHu7z88iReXbN+/uCr39fcP6qH49RA7RFsKRlpyMEQ==} + '@stylistic/eslint-plugin-js@2.8.0': + resolution: {integrity: sha512-/e7pSzVMrwBd6yzSDsKHwax3TS96+pd/xSKzELaTkOuYqUhYfj/becWdfDbFSBGQD7BBBCiiE4L8L2cUfu5h+A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -3253,8 +3265,8 @@ packages: peerDependencies: '@angular/core': '>=17' - '@tanstack/config@0.13.1': - resolution: {integrity: sha512-p8K5lrwZPGjvfPuvP1UxHyucDmdADrHOqzpO/zRAhjqV6uBZBatZ2CTKR8Zlvekmb2bdXKjqBGoiyIuLiT0xTA==} + '@tanstack/config@0.13.3': + resolution: {integrity: sha512-7f3XT5TxS16g9xQb25Iiu1tnWLwugRGoX3Enl2U4CYnzrDAqYagX+/mwzlqxipzyMmHvut09ZXxR3LubRTTwSg==} engines: {node: '>=18'} hasBin: true @@ -3404,9 +3416,6 @@ packages: '@types/debounce@1.2.4': resolution: {integrity: sha512-jBqiORIzKDOToaF63Fm//haOCHuwQuLa2202RK4MozpA6lh93eCBc+/8+wZn5OzjJt3ySdc+74SXWXB55Ewtyw==} - '@types/eslint@9.6.1': - resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -3452,6 +3461,9 @@ packages: '@types/lodash@4.17.7': resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==} + '@types/mdast@4.0.4': + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} @@ -3476,8 +3488,8 @@ packages: '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.3.5': - resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==} + '@types/react@18.3.8': + resolution: {integrity: sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -3521,8 +3533,8 @@ packages: '@types/ws@8.5.12': resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} - '@typescript-eslint/eslint-plugin@8.3.0': - resolution: {integrity: sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==} + '@typescript-eslint/eslint-plugin@8.6.0': + resolution: {integrity: sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -3532,8 +3544,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.3.0': - resolution: {integrity: sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==} + '@typescript-eslint/parser@8.6.0': + resolution: {integrity: sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3542,12 +3554,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.3.0': - resolution: {integrity: sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==} + '@typescript-eslint/scope-manager@8.6.0': + resolution: {integrity: sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.3.0': - resolution: {integrity: sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==} + '@typescript-eslint/type-utils@8.6.0': + resolution: {integrity: sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3555,12 +3567,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.3.0': - resolution: {integrity: sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==} + '@typescript-eslint/types@8.6.0': + resolution: {integrity: sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.3.0': - resolution: {integrity: sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==} + '@typescript-eslint/typescript-estree@8.6.0': + resolution: {integrity: sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3568,16 +3580,19 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.3.0': - resolution: {integrity: sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==} + '@typescript-eslint/utils@8.6.0': + resolution: {integrity: sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@8.3.0': - resolution: {integrity: sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==} + '@typescript-eslint/visitor-keys@8.6.0': + resolution: {integrity: sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.2.0': + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + '@vitejs/plugin-basic-ssl@1.1.0': resolution: {integrity: sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==} engines: {node: '>=14.6.0'} @@ -3590,8 +3605,8 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-vue@5.1.3': - resolution: {integrity: sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==} + '@vitejs/plugin-vue@5.1.4': + resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -3636,17 +3651,17 @@ packages: '@volar/typescript@2.4.1': resolution: {integrity: sha512-UoRzC0PXcwajFQTu8XxKSYNsWNBtVja6Y9gC8eLv7kYm+UEKJCcZ8g7dialsOYA0HKs3Vpg57MeCsawFLC6m9Q==} - '@vue/compiler-core@3.5.5': - resolution: {integrity: sha512-ZrxcY8JMoV+kgDrmRwlDufz0SjDZ7jfoNZiIBluAACMBmgr55o/jTbxnyrccH6VSJXnFaDI4Ik1UFCiq9r8i7w==} + '@vue/compiler-core@3.5.8': + resolution: {integrity: sha512-Uzlxp91EPjfbpeO5KtC0KnXPkuTfGsNDeaKQJxQN718uz+RqDYarEf7UhQJGK+ZYloD2taUbHTI2J4WrUaZQNA==} - '@vue/compiler-dom@3.5.5': - resolution: {integrity: sha512-HSvK5q1gmBbxRse3S0Wt34RcKuOyjDJKDDMuF3i7NC+QkDFrbAqw8NnrEm/z7zFDxWZa4/5eUwsBOMQzm1RHBA==} + '@vue/compiler-dom@3.5.8': + resolution: {integrity: sha512-GUNHWvoDSbSa5ZSHT9SnV5WkStWfzJwwTd6NMGzilOE/HM5j+9EB9zGXdtu/fCNEmctBqMs6C9SvVPpVPuk1Eg==} - '@vue/compiler-sfc@3.5.5': - resolution: {integrity: sha512-MzBHDxwZhgQPHrwJ5tj92gdTYRCuPDSZr8PY3+JFv8cv2UD5/WayH5yo0kKCkKfrtJhc39jNSMityHrkMSbfnA==} + '@vue/compiler-sfc@3.5.8': + resolution: {integrity: sha512-taYpngQtSysrvO9GULaOSwcG5q821zCoIQBtQQSx7Uf7DxpR6CIHR90toPr9QfDD2mqHQPCSgoWBvJu0yV9zjg==} - '@vue/compiler-ssr@3.5.5': - resolution: {integrity: sha512-oFasHnpv/upubjJEmqiTKQYb4qS3ziJddf4UVWuFw6ebk/QTrTUc+AUoTJdo39x9g+AOQBzhOU0ICCRuUjvkmw==} + '@vue/compiler-ssr@3.5.8': + resolution: {integrity: sha512-W96PtryNsNG9u0ZnN5Q5j27Z/feGrFV6zy9q5tzJVyJaLiwYxvC0ek4IXClZygyhjm+XKM7WD9pdKi/wIRVC/Q==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -3670,31 +3685,31 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.5': - resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==} + '@vue/reactivity@3.5.8': + resolution: {integrity: sha512-mlgUyFHLCUZcAYkqvzYnlBRCh0t5ZQfLYit7nukn1GR96gc48Bp4B7OIcSfVSvlG1k3BPfD+p22gi1t2n9tsXg==} - '@vue/runtime-core@3.5.5': - resolution: {integrity: sha512-2/CFaRN17jgsXy4MpigWFBCAMmLkXPb4CjaHrndglwYSra7ajvkH2cat21dscuXaH91G8fXAeg5gCyxWJ+wCRA==} + '@vue/runtime-core@3.5.8': + resolution: {integrity: sha512-fJuPelh64agZ8vKkZgp5iCkPaEqFJsYzxLk9vSC0X3G8ppknclNDr61gDc45yBGTaN5Xqc1qZWU3/NoaBMHcjQ==} - '@vue/runtime-dom@3.5.5': - resolution: {integrity: sha512-0bQGgCuL+4Muz5PsCLgF4Ata9BTdhHi5VjsxtTDyI0Wy4MgoSvBGaA6bDc7W7CGgZOyirf9LNeetMYHQ05pgpw==} + '@vue/runtime-dom@3.5.8': + resolution: {integrity: sha512-DpAUz+PKjTZPUOB6zJgkxVI3GuYc2iWZiNeeHQUw53kdrparSTG6HeXUrYDjaam8dVsCdvQxDz6ZWxnyjccUjQ==} - '@vue/server-renderer@3.5.5': - resolution: {integrity: sha512-XjRamLIq5f47cxgy+hiX7zUIY+4RHdPDVrPvvMDAUTdW5RJWX/S0ji/rCbm3LWTT/9Co9bvQME8ZI15ahL4/Qw==} + '@vue/server-renderer@3.5.8': + resolution: {integrity: sha512-7AmC9/mEeV9mmXNVyUIm1a1AjUhyeeGNbkLh39J00E7iPeGks8OGRB5blJiMmvqSh8SkaS7jkLWSpXtxUCeagA==} peerDependencies: - vue: 3.5.5 + vue: 3.5.8 - '@vue/shared@3.5.5': - resolution: {integrity: sha512-0KyMXyEgnmFAs6rNUL+6eUHtUCqCaNrVd+AW3MX3LyA0Yry5SA0Km03CDKiOua1x1WWnIr+W9+S0GMFoSDWERQ==} + '@vue/shared@3.5.8': + resolution: {integrity: sha512-mJleSWbAGySd2RJdX1RBtcrUBX6snyOc0qHpgk3lGi4l9/P/3ny3ELqFWqYdkXIwwNN/kdm8nD9ky8o6l/Lx2A==} - '@vueuse/core@11.0.3': - resolution: {integrity: sha512-RENlh64+SYA9XMExmmH1a3TPqeIuJBNNB/63GT35MZI+zpru3oMRUA6cEFr9HmGqEgUisurwGwnIieF6qu3aXw==} + '@vueuse/core@11.1.0': + resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==} - '@vueuse/metadata@11.0.3': - resolution: {integrity: sha512-+FtbO4SD5WpsOcQTcC0hAhNlOid6QNLzqedtquTtQ+CRNBoAt9GuV07c6KNHK1wCmlq8DFPwgiLF2rXwgSHX5Q==} + '@vueuse/metadata@11.1.0': + resolution: {integrity: sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==} - '@vueuse/shared@11.0.3': - resolution: {integrity: sha512-0rY2m6HS5t27n/Vp5cTDsKTlNnimCqsbh/fmT2LgE+aaU42EMfXo8+bNX91W9I7DDmxfuACXMmrd7d79JxkqWA==} + '@vueuse/shared@11.1.0': + resolution: {integrity: sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==} '@web/browser-logs@0.4.0': resolution: {integrity: sha512-/EBiDAUCJ2DzZhaFxTPRIznEPeafdLbXShIL6aTu7x73x7ZoxSDv7DGuTsh2rWNMUa4+AKli4UORrpyv6QBOiA==} @@ -4088,6 +4103,9 @@ packages: caniuse-lite@1.0.30001655: resolution: {integrity: sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==} + ccount@2.0.1: + resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} + chai-a11y-axe@1.5.0: resolution: {integrity: sha512-V/Vg/zJDr9aIkaHJ2KQu7lGTQQm5ZOH4u1k5iTMvIXuSVlSuUo0jcSpSqf9wUn9zl6oQXa4e4E0cqH18KOgKlQ==} @@ -4111,6 +4129,12 @@ packages: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + character-entities-html4@2.1.0: + resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} + + character-entities-legacy@3.0.0: + resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} + chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} @@ -4201,6 +4225,9 @@ packages: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} + comma-separated-tokens@2.0.3: + resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + commander@12.1.0: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} @@ -4344,8 +4371,8 @@ packages: engines: {node: '>=4'} hasBin: true - cssstyle@4.0.1: - resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} + cssstyle@4.1.0: + resolution: {integrity: sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==} engines: {node: '>=18'} csstype@3.1.3: @@ -4462,6 +4489,9 @@ packages: detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + devlop@1.1.0: + resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} + diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4649,8 +4679,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-import-x@4.1.1: - resolution: {integrity: sha512-dBEM8fACIFNt4H7GoOaRmnH6evJW6JSTJTYYgmRd3vI4geBTjgDM/JyUDKUwIw0HDSyI+u7Vs3vFRXUo/BOAtA==} + eslint-plugin-import-x@4.3.0: + resolution: {integrity: sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -4677,8 +4707,8 @@ packages: resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.10.0: - resolution: {integrity: sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==} + eslint@9.11.0: + resolution: {integrity: sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5045,6 +5075,12 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} + hast-util-to-html@9.0.3: + resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} + + hast-util-whitespace@3.0.0: + resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} + he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true @@ -5073,6 +5109,9 @@ packages: html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + html-void-elements@3.0.0: + resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} + htmlparser2@8.0.2: resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} @@ -5435,8 +5474,8 @@ packages: jsbn@1.1.0: resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} - jsdom@25.0.0: - resolution: {integrity: sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==} + jsdom@25.0.1: + resolution: {integrity: sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==} engines: {node: '>=18'} peerDependencies: canvas: ^2.11.2 @@ -5518,8 +5557,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.30.2: - resolution: {integrity: sha512-UuUwuTN+6Aa6mjxufWwidayGX/tPJsxZSlwUo8q4R+Gf/0aNYuhHsUH/GccuKtRPfFnf3r+ZU/7BV0dNfC7OEQ==} + knip@5.30.4: + resolution: {integrity: sha512-ws9HtVEMyEFFlGZ3+XCC/XQ0dRfllaW0TVWQJzYTJprAvB98cy3mSH4wZo1UkzdPe6l+qbJJxnGuG69Jm916BQ==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -5714,6 +5753,9 @@ packages: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true + mdast-util-to-hast@13.2.0: + resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} + mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} @@ -5750,6 +5792,21 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} + micromark-util-character@2.1.0: + resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} + + micromark-util-encode@2.0.0: + resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} + + micromark-util-sanitize-uri@2.0.0: + resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} + + micromark-util-symbol@2.0.0: + resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} + + micromark-util-types@2.0.0: + resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} + micromatch@4.0.8: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} @@ -6021,8 +6078,8 @@ packages: nwsapi@2.2.12: resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} - nx@19.7.3: - resolution: {integrity: sha512-8F4CzKavSuOFv+uKVwXHc00Px0q40CWAYCW6NC5IgU3AMaJVumyHzgB8Sn+yfkaVgfVnZVqznOsyrbZUWuj/VA==} + nx@19.8.0: + resolution: {integrity: sha512-zD1ZvkfxECrd9QnvUyAUVLESmjl0bpIhB1gLcYN2BqsCkB1vkngbxIvXDorI98keOVEfHzeuwNSkufQNls1hug==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -6063,6 +6120,9 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} + oniguruma-to-js@0.4.3: + resolution: {integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==} + only@0.0.2: resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==} @@ -6240,8 +6300,8 @@ packages: periscopic@3.1.0: resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -6327,8 +6387,8 @@ packages: resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} engines: {node: ^10 || ^12 || >=14} - postcss@8.4.45: - resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} + postcss@8.4.47: + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -6381,6 +6441,9 @@ packages: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} + property-information@6.5.0: + resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} + proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} @@ -6394,11 +6457,8 @@ packages: pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - psl@1.9.0: - resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - - publint@0.2.10: - resolution: {integrity: sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==} + publint@0.2.11: + resolution: {integrity: sha512-/kxbd+sD/uEG515N/ZYpC6gYs8h89cQ4UIsAq1y6VT4qlNh8xmiSwcP2xU2MbzXFl8J0l2IdONKFweLfYoqhcA==} engines: {node: '>=16'} hasBin: true @@ -6418,9 +6478,6 @@ packages: resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} engines: {node: '>=0.6'} - querystringify@2.2.0: - resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} - queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -6505,6 +6562,9 @@ packages: regex-parser@2.3.0: resolution: {integrity: sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==} + regex@4.3.2: + resolution: {integrity: sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==} + regexpu-core@5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} @@ -6592,9 +6652,6 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rrweb-cssom@0.6.0: - resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} - rrweb-cssom@0.7.1: resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} @@ -6792,8 +6849,8 @@ packages: resolution: {integrity: sha512-R6aHBquTiQlD4NzJHTaaJDAwsMzVuZa0RR8y3UpqH4muPX2694HvVtcKAIYpnuxQSrvx2CRdyGGa9+577eJxUQ==} hasBin: true - shiki@1.15.2: - resolution: {integrity: sha512-M+7QZQZiZw/cZeizrC/yryG3eeG8pTUhu7ZaHxVyzPNFIRIlN46YBciquoNPCiXiwLnx6JB62f3lSuSYQrus1w==} + shiki@1.18.0: + resolution: {integrity: sha512-8jo7tOXr96h9PBQmOHVrltnETn1honZZY76YA79MHheGQg55jBvbm9dtU+MI5pjC5NJCFuA6rvVTLVeSW5cE4A==} side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} @@ -6813,8 +6870,8 @@ packages: resolution: {integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==} engines: {node: ^16.14.0 || >=18.0.0} - simple-git@3.25.0: - resolution: {integrity: sha512-KIY5sBnzc4yEcJXW7Tdv4viEz8KyG+nU0hay+DWZasvdFOYKeUZ6Xc25LUHHjw0tinPT7O1eY6pzX7pRT1K8rw==} + simple-git@3.27.0: + resolution: {integrity: sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==} slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} @@ -6855,8 +6912,8 @@ packages: peerDependencies: solid-js: ^1.3 - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} source-map-loader@5.0.0: @@ -6876,6 +6933,9 @@ packages: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} + space-separated-tokens@2.0.2: + resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} + spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -6944,6 +7004,9 @@ packages: string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + stringify-entities@4.0.4: + resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} + strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -7099,6 +7162,13 @@ packages: resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} engines: {node: '>=14.0.0'} + tldts-core@6.1.47: + resolution: {integrity: sha512-6SWyFMnlst1fEt7GQVAAu16EGgFK0cLouH/2Mk6Ftlwhv3Ol40L0dlpGMcnnNiiOMyD2EV/aF3S+U2nKvvLvrA==} + + tldts@6.1.47: + resolution: {integrity: sha512-R/K2tZ5MiY+mVrnSkNJkwqYT2vUv1lcT6wJvd2emGaMJ7PHUGRY4e3tUsdFCXgqxi2QgbHjL3yJgXCo40v9Hxw==} + hasBin: true + tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} @@ -7119,9 +7189,9 @@ packages: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} - tough-cookie@4.1.4: - resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} - engines: {node: '>=6'} + tough-cookie@5.0.0: + resolution: {integrity: sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==} + engines: {node: '>=16'} tr46@5.0.0: resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} @@ -7131,6 +7201,9 @@ packages: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true + trim-lines@3.0.1: + resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} + ts-api-utils@1.3.0: resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} @@ -7185,21 +7258,21 @@ packages: peerDependencies: typedoc-plugin-markdown: '>=4.0.0' - typedoc-plugin-markdown@4.2.6: - resolution: {integrity: sha512-k33o2lZSGpL3GjH28eW+RsujzCYFP0L5GNqpK+wa4CBcMOxpj8WV7SydNRLS6eSa2UvaPvNVJTaAZ6Tm+8GXoA==} + typedoc-plugin-markdown@4.2.8: + resolution: {integrity: sha512-1EDsc66jaCjZtxdYy+Rl0KDU1WY/iyuCOOPaeFzcYFZ81FNXV8CmgUDOHri20WGmYnkEM5nQ+ooxj1vyuQo0Lg==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.26.x - typedoc@0.26.6: - resolution: {integrity: sha512-SfEU3SH3wHNaxhFPjaZE2kNl/NFtLNW5c1oHsg7mti7GjmUj1Roq6osBQeMd+F4kL0BoRBBr8gQAuqBlfFu8LA==} + typedoc@0.26.7: + resolution: {integrity: sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==} engines: {node: '>= 18'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x - typescript-eslint@8.3.0: - resolution: {integrity: sha512-EvWjwWLwwKDIJuBjk2I6UkV8KEQcwZ0VM10nR1rIunRDIP67QJTZAHBXTX0HW/oI1H10YESF8yWie8fRQxjvFA==} + typescript-eslint@8.6.0: + resolution: {integrity: sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -7258,14 +7331,25 @@ packages: resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + unist-util-is@6.0.0: + resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} + + unist-util-position@5.0.0: + resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} + + unist-util-stringify-position@4.0.0: + resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} + + unist-util-visit-parents@6.0.1: + resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} + + unist-util-visit@5.0.0: + resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} + universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} - universalify@0.2.0: - resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} - engines: {node: '>= 4.0.0'} - universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} @@ -7283,9 +7367,6 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - url-parse@1.5.10: - resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} - util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -7315,6 +7396,12 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} + vfile-message@4.0.2: + resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} + + vfile@6.0.3: + resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} + vite-node@2.1.1: resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -7381,8 +7468,8 @@ packages: terser: optional: true - vite@5.4.5: - resolution: {integrity: sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==} + vite@5.4.7: + resolution: {integrity: sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -7471,8 +7558,8 @@ packages: peerDependencies: typescript: '>=5.0.0' - vue@3.5.5: - resolution: {integrity: sha512-ybC+xn67K4+df1yVeov4UjBGyVcXM0a1g7JVZr+pWVUX3xF6ntXU0wIjkTkduZBUIpxTlsftJSxz2kwhsT7dgA==} + vue@3.5.8: + resolution: {integrity: sha512-hvuvuCy51nP/1fSRvrrIqTLSvrSyz2Pq+KQ8S8SXCxTWVE0nMaOnSDnSOxV1eYmGfvK7mqiwvd1C59CEEz7dAQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -7662,8 +7749,8 @@ packages: yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - yaml@2.5.0: - resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + yaml@2.5.1: + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} engines: {node: '>= 14'} hasBin: true @@ -7699,6 +7786,9 @@ packages: zone.js@0.15.0: resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} + zwitch@2.0.4: + resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + snapshots: '@adobe/css-tools@4.4.0': {} @@ -7932,7 +8022,7 @@ snapshots: '@babel/code-frame@7.24.7': dependencies: '@babel/highlight': 7.24.7 - picocolors: 1.0.1 + picocolors: 1.1.0 '@babel/compat-data@7.25.4': {} @@ -8193,7 +8283,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.1 + picocolors: 1.1.0 '@babel/parser@7.25.6': dependencies: @@ -8800,13 +8890,13 @@ snapshots: - bufferutil - utf-8-validate - '@commitlint/parse@19.0.3': + '@commitlint/parse@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 - '@commitlint/types@19.0.3': + '@commitlint/types@19.5.0': dependencies: '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 @@ -9102,9 +9192,9 @@ snapshots: '@esbuild/win32-x64@0.21.5': optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@9.10.0(jiti@1.21.6))': + '@eslint-community/eslint-utils@4.4.0(eslint@9.11.0(jiti@1.21.6))': dependencies: - eslint: 9.10.0(jiti@1.21.6) + eslint: 9.11.0(jiti@1.21.6) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.11.0': {} @@ -9131,11 +9221,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.10.0': {} + '@eslint/js@9.11.0': {} '@eslint/object-schema@2.1.4': {} - '@eslint/plugin-kit@0.1.0': + '@eslint/plugin-kit@0.2.0': dependencies: levn: 0.4.1 @@ -9339,43 +9429,43 @@ snapshots: - bluebird - supports-color - '@nrwl/tao@19.7.3': + '@nrwl/tao@19.8.0': dependencies: - nx: 19.7.3 + nx: 19.8.0 tslib: 2.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/nx-darwin-arm64@19.7.3': + '@nx/nx-darwin-arm64@19.8.0': optional: true - '@nx/nx-darwin-x64@19.7.3': + '@nx/nx-darwin-x64@19.8.0': optional: true - '@nx/nx-freebsd-x64@19.7.3': + '@nx/nx-freebsd-x64@19.8.0': optional: true - '@nx/nx-linux-arm-gnueabihf@19.7.3': + '@nx/nx-linux-arm-gnueabihf@19.8.0': optional: true - '@nx/nx-linux-arm64-gnu@19.7.3': + '@nx/nx-linux-arm64-gnu@19.8.0': optional: true - '@nx/nx-linux-arm64-musl@19.7.3': + '@nx/nx-linux-arm64-musl@19.8.0': optional: true - '@nx/nx-linux-x64-gnu@19.7.3': + '@nx/nx-linux-x64-gnu@19.8.0': optional: true - '@nx/nx-linux-x64-musl@19.7.3': + '@nx/nx-linux-x64-musl@19.8.0': optional: true - '@nx/nx-win32-arm64-msvc@19.7.3': + '@nx/nx-win32-arm64-msvc@19.8.0': optional: true - '@nx/nx-win32-x64-msvc@19.7.3': + '@nx/nx-win32-x64-msvc@19.8.0': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -9545,10 +9635,33 @@ snapshots: transitivePeerDependencies: - chokidar - '@shikijs/core@1.15.2': + '@shikijs/core@1.18.0': + dependencies: + '@shikijs/engine-javascript': 1.18.0 + '@shikijs/engine-oniguruma': 1.18.0 + '@shikijs/types': 1.18.0 + '@shikijs/vscode-textmate': 9.2.2 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.3 + + '@shikijs/engine-javascript@1.18.0': + dependencies: + '@shikijs/types': 1.18.0 + '@shikijs/vscode-textmate': 9.2.2 + oniguruma-to-js: 0.4.3 + + '@shikijs/engine-oniguruma@1.18.0': + dependencies: + '@shikijs/types': 1.18.0 + '@shikijs/vscode-textmate': 9.2.2 + + '@shikijs/types@1.18.0': dependencies: + '@shikijs/vscode-textmate': 9.2.2 '@types/hast': 3.0.4 + '@shikijs/vscode-textmate@9.2.2': {} + '@sigstore/bundle@2.3.2': dependencies: '@sigstore/protobuf-specs': 0.3.2 @@ -9589,10 +9702,9 @@ snapshots: ignore: 5.3.2 p-map: 4.0.0 - '@stylistic/eslint-plugin-js@2.7.2(eslint@9.10.0(jiti@1.21.6))': + '@stylistic/eslint-plugin-js@2.8.0(eslint@9.11.0(jiti@1.21.6))': dependencies: - '@types/eslint': 9.6.1 - eslint: 9.10.0(jiti@1.21.6) + eslint: 9.11.0(jiti@1.21.6) eslint-visitor-keys: 4.0.0 espree: 10.1.0 @@ -9607,26 +9719,26 @@ snapshots: transitivePeerDependencies: - typescript - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)))(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)))(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) debug: 4.3.6 svelte: 4.2.19 - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': + '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)))(svelte@4.2.19)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)))(svelte@4.2.19)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) debug: 4.3.6 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.11 svelte: 4.2.19 svelte-hmr: 0.16.0(svelte@4.2.19) - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) - vitefu: 0.2.5(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vitefu: 0.2.5(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) transitivePeerDependencies: - supports-color @@ -9642,16 +9754,16 @@ snapshots: '@tanstack/table-core': 8.20.5 tslib: 2.7.0 - '@tanstack/config@0.13.1(@types/node@18.19.47)(esbuild@0.21.5)(eslint@9.10.0(jiti@1.21.6))(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': + '@tanstack/config@0.13.3(@types/node@18.19.47)(esbuild@0.21.5)(eslint@9.11.0(jiti@1.21.6))(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': dependencies: - '@commitlint/parse': 19.0.3 - '@eslint/js': 9.10.0 - '@stylistic/eslint-plugin-js': 2.7.2(eslint@9.10.0(jiti@1.21.6)) + '@commitlint/parse': 19.5.0 + '@eslint/js': 9.11.0 + '@stylistic/eslint-plugin-js': 2.8.0(eslint@9.11.0(jiti@1.21.6)) commander: 12.1.0 current-git-branch: 1.1.0 esbuild-register: 3.6.0(esbuild@0.21.5) - eslint-plugin-import-x: 4.1.1(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) - eslint-plugin-n: 17.10.2(eslint@9.10.0(jiti@1.21.6)) + eslint-plugin-import-x: 4.3.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) + eslint-plugin-n: 17.10.2(eslint@9.11.0(jiti@1.21.6)) globals: 15.9.0 interpret: 3.1.1 jsonfile: 6.1.0 @@ -9659,15 +9771,15 @@ snapshots: minimist: 1.2.8 rollup-plugin-preserve-directives: 0.4.0(rollup@4.21.2) semver: 7.6.3 - simple-git: 3.25.0 - typedoc: 0.26.6(typescript@5.2.2) - typedoc-plugin-frontmatter: 1.0.0(typedoc-plugin-markdown@4.2.6(typedoc@0.26.6(typescript@5.2.2))) - typedoc-plugin-markdown: 4.2.6(typedoc@0.26.6(typescript@5.2.2)) - typescript-eslint: 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) + simple-git: 3.27.0 + typedoc: 0.26.7(typescript@5.2.2) + typedoc-plugin-frontmatter: 1.0.0(typedoc-plugin-markdown@4.2.8(typedoc@0.26.7(typescript@5.2.2))) + typedoc-plugin-markdown: 4.2.8(typedoc@0.26.7(typescript@5.2.2)) + typescript-eslint: 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) v8flags: 4.0.1 - vite-plugin-dts: 4.0.3(@types/node@18.19.47)(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) - vite-plugin-externalize-deps: 0.8.0(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) - vite-tsconfig-paths: 5.0.1(typescript@5.2.2)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + vite-plugin-dts: 4.0.3(@types/node@18.19.47)(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + vite-plugin-externalize-deps: 0.8.0(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + vite-tsconfig-paths: 5.0.1(typescript@5.2.2)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) transitivePeerDependencies: - '@types/node' - esbuild @@ -9706,18 +9818,18 @@ snapshots: '@tanstack/table-core@8.20.5': {} - '@tanstack/vue-query@5.56.2(vue@3.5.5(typescript@5.2.2))': + '@tanstack/vue-query@5.56.2(vue@3.5.8(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 '@tanstack/query-core': 5.56.2 '@vue/devtools-api': 6.6.3 - vue: 3.5.5(typescript@5.2.2) - vue-demi: 0.14.10(vue@3.5.5(typescript@5.2.2)) + vue: 3.5.8(typescript@5.2.2) + vue-demi: 0.14.10(vue@3.5.8(typescript@5.2.2)) - '@tanstack/vue-table@8.20.5(vue@3.5.5(typescript@5.2.2))': + '@tanstack/vue-table@8.20.5(vue@3.5.8(typescript@5.2.2))': dependencies: '@tanstack/table-core': 8.20.5 - vue: 3.5.5(typescript@5.2.2) + vue: 3.5.8(typescript@5.2.2) '@testing-library/dom@10.4.0': dependencies: @@ -9740,14 +9852,14 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.6 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 18.3.5 + '@types/react': 18.3.8 '@types/react-dom': 18.3.0 '@tsconfig/svelte@5.0.4': {} @@ -9840,11 +9952,6 @@ snapshots: '@types/debounce@1.2.4': {} - '@types/eslint@9.6.1': - dependencies: - '@types/estree': 1.0.5 - '@types/json-schema': 7.0.15 - '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.5': @@ -9904,6 +10011,10 @@ snapshots: '@types/lodash@4.17.7': {} + '@types/mdast@4.0.4': + dependencies: + '@types/unist': 3.0.3 + '@types/mime@1.3.5': {} '@types/node-forge@1.3.11': @@ -9924,9 +10035,9 @@ snapshots: '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.3.5 + '@types/react': 18.3.8 - '@types/react@18.3.5': + '@types/react@18.3.8': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -9979,15 +10090,15 @@ snapshots: dependencies: '@types/node': 18.19.47 - '@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2))(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2)': + '@typescript-eslint/eslint-plugin@8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2))(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) - '@typescript-eslint/utils': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 8.3.0 - eslint: 9.10.0(jiti@1.21.6) + '@typescript-eslint/parser': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/scope-manager': 8.6.0 + '@typescript-eslint/type-utils': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/utils': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 8.6.0 + eslint: 9.11.0(jiti@1.21.6) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -9997,28 +10108,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2)': + '@typescript-eslint/parser@8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2)': dependencies: - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/scope-manager': 8.6.0 + '@typescript-eslint/types': 8.6.0 + '@typescript-eslint/typescript-estree': 8.6.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 8.6.0 debug: 4.3.6 - eslint: 9.10.0(jiti@1.21.6) + eslint: 9.11.0(jiti@1.21.6) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.3.0': + '@typescript-eslint/scope-manager@8.6.0': dependencies: - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/types': 8.6.0 + '@typescript-eslint/visitor-keys': 8.6.0 - '@typescript-eslint/type-utils@8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2)': + '@typescript-eslint/type-utils@8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.2.2) - '@typescript-eslint/utils': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 8.6.0(typescript@5.2.2) + '@typescript-eslint/utils': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) debug: 4.3.6 ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: @@ -10027,12 +10138,12 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@8.3.0': {} + '@typescript-eslint/types@8.6.0': {} - '@typescript-eslint/typescript-estree@8.3.0(typescript@5.2.2)': + '@typescript-eslint/typescript-estree@8.6.0(typescript@5.2.2)': dependencies: - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/types': 8.6.0 + '@typescript-eslint/visitor-keys': 8.6.0 debug: 4.3.6 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -10044,46 +10155,48 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2)': + '@typescript-eslint/utils@8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0(jiti@1.21.6)) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.2.2) - eslint: 9.10.0(jiti@1.21.6) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.0(jiti@1.21.6)) + '@typescript-eslint/scope-manager': 8.6.0 + '@typescript-eslint/types': 8.6.0 + '@typescript-eslint/typescript-estree': 8.6.0(typescript@5.2.2) + eslint: 9.11.0(jiti@1.21.6) transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@8.3.0': + '@typescript-eslint/visitor-keys@8.6.0': dependencies: - '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/types': 8.6.0 eslint-visitor-keys: 3.4.3 + '@ungap/structured-clone@1.2.0': {} + '@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.7(@types/node@18.19.47)(less@4.2.0)(sass@1.71.1)(terser@5.29.1))': dependencies: vite: 5.1.7(@types/node@18.19.47)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) - '@vitejs/plugin-react@4.3.1(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': + '@vitejs/plugin-react@4.3.1(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': 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.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.2.2))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.2.2))': dependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) - vue: 3.5.5(typescript@5.2.2) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vue: 3.5.8(typescript@5.2.2) - '@vitejs/plugin-vue@5.1.3(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.5(typescript@5.4.2))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))(vue@3.5.8(typescript@5.4.2))': dependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) - vue: 3.5.5(typescript@5.4.2) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vue: 3.5.8(typescript@5.4.2) '@vitest/expect@2.1.1': dependencies: @@ -10092,13 +10205,13 @@ snapshots: chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': + '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1))': dependencies: '@vitest/spy': 2.1.1 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) '@vitest/pretty-format@2.1.1': dependencies: @@ -10137,35 +10250,35 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue/compiler-core@3.5.5': + '@vue/compiler-core@3.5.8': dependencies: '@babel/parser': 7.25.6 - '@vue/shared': 3.5.5 + '@vue/shared': 3.5.8 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.2.0 + source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.5': + '@vue/compiler-dom@3.5.8': dependencies: - '@vue/compiler-core': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/compiler-core': 3.5.8 + '@vue/shared': 3.5.8 - '@vue/compiler-sfc@3.5.5': + '@vue/compiler-sfc@3.5.8': dependencies: '@babel/parser': 7.25.6 - '@vue/compiler-core': 3.5.5 - '@vue/compiler-dom': 3.5.5 - '@vue/compiler-ssr': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/compiler-core': 3.5.8 + '@vue/compiler-dom': 3.5.8 + '@vue/compiler-ssr': 3.5.8 + '@vue/shared': 3.5.8 estree-walker: 2.0.2 magic-string: 0.30.11 - postcss: 8.4.45 - source-map-js: 1.2.0 + postcss: 8.4.47 + source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.5': + '@vue/compiler-ssr@3.5.8': dependencies: - '@vue/compiler-dom': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/compiler-dom': 3.5.8 + '@vue/shared': 3.5.8 '@vue/compiler-vue2@2.7.16': dependencies: @@ -10177,9 +10290,9 @@ snapshots: '@vue/language-core@2.0.29(typescript@5.2.2)': dependencies: '@volar/language-core': 2.4.1 - '@vue/compiler-dom': 3.5.5 + '@vue/compiler-dom': 3.5.8 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.5 + '@vue/shared': 3.5.8 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -10190,9 +10303,9 @@ snapshots: '@vue/language-core@2.1.6(typescript@5.2.2)': dependencies: '@volar/language-core': 2.4.1 - '@vue/compiler-dom': 3.5.5 + '@vue/compiler-dom': 3.5.8 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.5 + '@vue/shared': 3.5.8 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -10200,51 +10313,51 @@ snapshots: optionalDependencies: typescript: 5.2.2 - '@vue/reactivity@3.5.5': + '@vue/reactivity@3.5.8': dependencies: - '@vue/shared': 3.5.5 + '@vue/shared': 3.5.8 - '@vue/runtime-core@3.5.5': + '@vue/runtime-core@3.5.8': dependencies: - '@vue/reactivity': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/reactivity': 3.5.8 + '@vue/shared': 3.5.8 - '@vue/runtime-dom@3.5.5': + '@vue/runtime-dom@3.5.8': dependencies: - '@vue/reactivity': 3.5.5 - '@vue/runtime-core': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/reactivity': 3.5.8 + '@vue/runtime-core': 3.5.8 + '@vue/shared': 3.5.8 csstype: 3.1.3 - '@vue/server-renderer@3.5.5(vue@3.5.5(typescript@5.2.2))': + '@vue/server-renderer@3.5.8(vue@3.5.8(typescript@5.2.2))': dependencies: - '@vue/compiler-ssr': 3.5.5 - '@vue/shared': 3.5.5 - vue: 3.5.5(typescript@5.2.2) + '@vue/compiler-ssr': 3.5.8 + '@vue/shared': 3.5.8 + vue: 3.5.8(typescript@5.2.2) - '@vue/server-renderer@3.5.5(vue@3.5.5(typescript@5.4.2))': + '@vue/server-renderer@3.5.8(vue@3.5.8(typescript@5.4.2))': dependencies: - '@vue/compiler-ssr': 3.5.5 - '@vue/shared': 3.5.5 - vue: 3.5.5(typescript@5.4.2) + '@vue/compiler-ssr': 3.5.8 + '@vue/shared': 3.5.8 + vue: 3.5.8(typescript@5.4.2) - '@vue/shared@3.5.5': {} + '@vue/shared@3.5.8': {} - '@vueuse/core@11.0.3(vue@3.5.5(typescript@5.2.2))': + '@vueuse/core@11.1.0(vue@3.5.8(typescript@5.2.2))': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 11.0.3 - '@vueuse/shared': 11.0.3(vue@3.5.5(typescript@5.2.2)) - vue-demi: 0.14.10(vue@3.5.5(typescript@5.2.2)) + '@vueuse/metadata': 11.1.0 + '@vueuse/shared': 11.1.0(vue@3.5.8(typescript@5.2.2)) + vue-demi: 0.14.10(vue@3.5.8(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/metadata@11.0.3': {} + '@vueuse/metadata@11.1.0': {} - '@vueuse/shared@11.0.3(vue@3.5.5(typescript@5.2.2))': + '@vueuse/shared@11.1.0(vue@3.5.8(typescript@5.2.2))': dependencies: - vue-demi: 0.14.10(vue@3.5.5(typescript@5.2.2)) + vue-demi: 0.14.10(vue@3.5.8(typescript@5.2.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -10568,7 +10681,7 @@ snapshots: caniuse-lite: 1.0.30001655 fraction.js: 4.3.7 normalize-range: 0.1.2 - picocolors: 1.0.1 + picocolors: 1.1.0 postcss: 8.4.35 postcss-value-parser: 4.2.0 @@ -10750,6 +10863,8 @@ snapshots: caniuse-lite@1.0.30001655: {} + ccount@2.0.1: {} + chai-a11y-axe@1.5.0: dependencies: axe-core: 4.10.0 @@ -10780,6 +10895,10 @@ snapshots: chalk@5.3.0: {} + character-entities-html4@2.1.0: {} + + character-entities-legacy@3.0.0: {} + chardet@0.7.0: {} check-error@2.1.1: {} @@ -10868,6 +10987,8 @@ snapshots: dependencies: delayed-stream: 1.0.0 + comma-separated-tokens@2.0.3: {} + commander@12.1.0: {} commander@2.20.3: {} @@ -10975,7 +11096,7 @@ snapshots: dom-serializer: 2.0.0 domhandler: 5.0.3 htmlparser2: 8.0.2 - postcss: 8.4.45 + postcss: 8.4.47 postcss-media-query-parser: 0.2.3 cross-spawn@5.1.0: @@ -10992,12 +11113,12 @@ snapshots: css-loader@6.10.0(webpack@5.94.0(esbuild@0.20.1)): dependencies: - icss-utils: 5.1.0(postcss@8.4.45) - postcss: 8.4.45 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.45) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.45) - postcss-modules-scope: 3.2.0(postcss@8.4.45) - postcss-modules-values: 4.0.0(postcss@8.4.45) + icss-utils: 5.1.0(postcss@8.4.47) + postcss: 8.4.47 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.47) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.47) + postcss-modules-scope: 3.2.0(postcss@8.4.47) + postcss-modules-values: 4.0.0(postcss@8.4.47) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: @@ -11014,7 +11135,7 @@ snapshots: css-tree@2.3.1: dependencies: mdn-data: 2.0.30 - source-map-js: 1.2.0 + source-map-js: 1.2.1 css-what@6.1.0: {} @@ -11022,9 +11143,9 @@ snapshots: cssesc@3.0.0: {} - cssstyle@4.0.1: + cssstyle@4.1.0: dependencies: - rrweb-cssom: 0.6.0 + rrweb-cssom: 0.7.1 csstype@3.1.3: {} @@ -11103,6 +11224,10 @@ snapshots: detect-node@2.1.0: {} + devlop@1.1.0: + dependencies: + dequal: 2.0.3 + diff-sequences@29.6.3: {} dir-glob@3.0.1: @@ -11339,9 +11464,9 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.10.0(jiti@1.21.6)): + eslint-compat-utils@0.5.1(eslint@9.11.0(jiti@1.21.6)): dependencies: - eslint: 9.10.0(jiti@1.21.6) + eslint: 9.11.0(jiti@1.21.6) semver: 7.6.3 eslint-import-resolver-node@0.3.9: @@ -11352,20 +11477,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-es-x@7.8.0(eslint@9.10.0(jiti@1.21.6)): + eslint-plugin-es-x@7.8.0(eslint@9.11.0(jiti@1.21.6)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0(jiti@1.21.6)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.0(jiti@1.21.6)) '@eslint-community/regexpp': 4.11.0 - eslint: 9.10.0(jiti@1.21.6) - eslint-compat-utils: 0.5.1(eslint@9.10.0(jiti@1.21.6)) + eslint: 9.11.0(jiti@1.21.6) + eslint-compat-utils: 0.5.1(eslint@9.11.0(jiti@1.21.6)) - eslint-plugin-import-x@4.1.1(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2): + eslint-plugin-import-x@4.3.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2): dependencies: - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.2.2) - '@typescript-eslint/utils': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/utils': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) debug: 4.3.6 doctrine: 3.0.0 - eslint: 9.10.0(jiti@1.21.6) + eslint: 9.11.0(jiti@1.21.6) eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.8.0 is-glob: 4.0.3 @@ -11377,12 +11501,12 @@ snapshots: - supports-color - typescript - eslint-plugin-n@17.10.2(eslint@9.10.0(jiti@1.21.6)): + eslint-plugin-n@17.10.2(eslint@9.11.0(jiti@1.21.6)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0(jiti@1.21.6)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.0(jiti@1.21.6)) enhanced-resolve: 5.17.1 - eslint: 9.10.0(jiti@1.21.6) - eslint-plugin-es-x: 7.8.0(eslint@9.10.0(jiti@1.21.6)) + eslint: 9.11.0(jiti@1.21.6) + eslint-plugin-es-x: 7.8.0(eslint@9.11.0(jiti@1.21.6)) get-tsconfig: 4.8.0 globals: 15.9.0 ignore: 5.3.2 @@ -11403,14 +11527,14 @@ snapshots: eslint-visitor-keys@4.0.0: {} - eslint@9.10.0(jiti@1.21.6): + eslint@9.11.0(jiti@1.21.6): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0(jiti@1.21.6)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.0(jiti@1.21.6)) '@eslint-community/regexpp': 4.11.0 '@eslint/config-array': 0.18.0 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.10.0 - '@eslint/plugin-kit': 0.1.0 + '@eslint/js': 9.11.0 + '@eslint/plugin-kit': 0.2.0 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.3.0 '@nodelib/fs.walk': 1.2.8 @@ -11843,6 +11967,24 @@ snapshots: dependencies: function-bind: 1.1.2 + hast-util-to-html@9.0.3: + dependencies: + '@types/hast': 3.0.4 + '@types/unist': 3.0.3 + ccount: 2.0.1 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 3.0.0 + html-void-elements: 3.0.0 + mdast-util-to-hast: 13.2.0 + property-information: 6.5.0 + space-separated-tokens: 2.0.2 + stringify-entities: 4.0.4 + zwitch: 2.0.4 + + hast-util-whitespace@3.0.0: + dependencies: + '@types/hast': 3.0.4 + he@1.2.0: {} homedir-polyfill@1.0.3: @@ -11870,6 +12012,8 @@ snapshots: html-escaper@2.0.2: {} + html-void-elements@3.0.0: {} + htmlparser2@8.0.2: dependencies: domelementtype: 2.3.0 @@ -11962,9 +12106,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.4.45): + icss-utils@5.1.0(postcss@8.4.47): dependencies: - postcss: 8.4.45 + postcss: 8.4.47 ieee754@1.2.1: {} @@ -12220,9 +12364,9 @@ snapshots: jsbn@1.1.0: {} - jsdom@25.0.0: + jsdom@25.0.1: dependencies: - cssstyle: 4.0.1 + cssstyle: 4.1.0 data-urls: 5.0.0 decimal.js: 10.4.3 form-data: 4.0.0 @@ -12235,7 +12379,7 @@ snapshots: rrweb-cssom: 0.7.1 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.4 + tough-cookie: 5.0.0 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 @@ -12302,7 +12446,7 @@ snapshots: klona@2.0.6: {} - knip@5.30.2(@types/node@18.19.47)(typescript@5.2.2): + knip@5.30.4(@types/node@18.19.47)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -12313,7 +12457,7 @@ snapshots: jiti: 1.21.6 js-yaml: 4.1.0 minimist: 1.2.8 - picocolors: 1.0.1 + picocolors: 1.1.0 picomatch: 4.0.2 pretty-ms: 9.1.0 smol-toml: 1.3.0 @@ -12381,7 +12525,7 @@ snapshots: launch-editor@2.8.1: dependencies: - picocolors: 1.0.1 + picocolors: 1.1.0 shell-quote: 1.8.1 less-loader@11.1.0(less@4.2.0)(webpack@5.94.0(esbuild@0.20.1)): @@ -12579,6 +12723,18 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 + mdast-util-to-hast@13.2.0: + dependencies: + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + '@ungap/structured-clone': 1.2.0 + devlop: 1.1.0 + micromark-util-sanitize-uri: 2.0.0 + trim-lines: 3.0.1 + unist-util-position: 5.0.0 + unist-util-visit: 5.0.0 + vfile: 6.0.3 + mdn-data@2.0.30: {} mdurl@2.0.0: {} @@ -12603,6 +12759,23 @@ snapshots: methods@1.1.2: {} + micromark-util-character@2.1.0: + dependencies: + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-encode@2.0.0: {} + + micromark-util-sanitize-uri@2.0.0: + dependencies: + micromark-util-character: 2.1.0 + micromark-util-encode: 2.0.0 + micromark-util-symbol: 2.0.0 + + micromark-util-symbol@2.0.0: {} + + micromark-util-types@2.0.0: {} + micromatch@4.0.8: dependencies: braces: 3.0.3 @@ -12760,7 +12933,7 @@ snapshots: less: 4.2.0 ora: 5.4.1 piscina: 4.6.1 - postcss: 8.4.45 + postcss: 8.4.47 rxjs: 7.8.1 sass: 1.77.8 tslib: 2.7.0 @@ -12889,10 +13062,10 @@ snapshots: nwsapi@2.2.12: {} - nx@19.7.3: + nx@19.8.0: dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.7.3 + '@nrwl/tao': 19.8.0 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -12927,16 +13100,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.7.3 - '@nx/nx-darwin-x64': 19.7.3 - '@nx/nx-freebsd-x64': 19.7.3 - '@nx/nx-linux-arm-gnueabihf': 19.7.3 - '@nx/nx-linux-arm64-gnu': 19.7.3 - '@nx/nx-linux-arm64-musl': 19.7.3 - '@nx/nx-linux-x64-gnu': 19.7.3 - '@nx/nx-linux-x64-musl': 19.7.3 - '@nx/nx-win32-arm64-msvc': 19.7.3 - '@nx/nx-win32-x64-msvc': 19.7.3 + '@nx/nx-darwin-arm64': 19.8.0 + '@nx/nx-darwin-x64': 19.8.0 + '@nx/nx-freebsd-x64': 19.8.0 + '@nx/nx-linux-arm-gnueabihf': 19.8.0 + '@nx/nx-linux-arm64-gnu': 19.8.0 + '@nx/nx-linux-arm64-musl': 19.8.0 + '@nx/nx-linux-x64-gnu': 19.8.0 + '@nx/nx-linux-x64-musl': 19.8.0 + '@nx/nx-win32-arm64-msvc': 19.8.0 + '@nx/nx-win32-x64-msvc': 19.8.0 transitivePeerDependencies: - debug @@ -12969,6 +13142,10 @@ snapshots: dependencies: mimic-fn: 2.1.0 + oniguruma-to-js@0.4.3: + dependencies: + regex: 4.3.2 + only@0.0.2: {} open@8.4.2: @@ -13167,7 +13344,7 @@ snapshots: estree-walker: 3.0.3 is-reference: 3.0.2 - picocolors@1.0.1: {} + picocolors@1.1.0: {} picomatch@2.3.1: {} @@ -13213,26 +13390,26 @@ snapshots: postcss-media-query-parser@0.2.3: {} - postcss-modules-extract-imports@3.1.0(postcss@8.4.45): + postcss-modules-extract-imports@3.1.0(postcss@8.4.47): dependencies: - postcss: 8.4.45 + postcss: 8.4.47 - postcss-modules-local-by-default@4.0.5(postcss@8.4.45): + postcss-modules-local-by-default@4.0.5(postcss@8.4.47): dependencies: - icss-utils: 5.1.0(postcss@8.4.45) - postcss: 8.4.45 + icss-utils: 5.1.0(postcss@8.4.47) + postcss: 8.4.47 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.0(postcss@8.4.45): + postcss-modules-scope@3.2.0(postcss@8.4.47): dependencies: - postcss: 8.4.45 + postcss: 8.4.47 postcss-selector-parser: 6.1.2 - postcss-modules-values@4.0.0(postcss@8.4.45): + postcss-modules-values@4.0.0(postcss@8.4.47): dependencies: - icss-utils: 5.1.0(postcss@8.4.45) - postcss: 8.4.45 + icss-utils: 5.1.0(postcss@8.4.47) + postcss: 8.4.47 postcss-selector-parser@6.1.2: dependencies: @@ -13244,14 +13421,14 @@ snapshots: postcss@8.4.35: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 + picocolors: 1.1.0 + source-map-js: 1.2.1 - postcss@8.4.45: + postcss@8.4.47: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 + picocolors: 1.1.0 + source-map-js: 1.2.1 prelude-ls@1.2.1: {} @@ -13291,6 +13468,8 @@ snapshots: err-code: 2.0.3 retry: 0.12.0 + property-information@6.5.0: {} + proxy-addr@2.0.7: dependencies: forwarded: 0.2.0 @@ -13303,12 +13482,10 @@ snapshots: pseudomap@1.0.2: {} - psl@1.9.0: {} - - publint@0.2.10: + publint@0.2.11: dependencies: npm-packlist: 5.1.3 - picocolors: 1.0.1 + picocolors: 1.1.0 sade: 1.8.1 punycode.js@2.3.1: {} @@ -13323,8 +13500,6 @@ snapshots: dependencies: side-channel: 1.0.6 - querystringify@2.2.0: {} - queue-microtask@1.2.3: {} randombytes@2.1.0: @@ -13415,6 +13590,8 @@ snapshots: regex-parser@2.3.0: {} + regex@4.3.2: {} + regexpu-core@5.3.2: dependencies: '@babel/regjsgen': 0.8.0 @@ -13459,7 +13636,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.45 + postcss: 8.4.47 source-map: 0.6.1 resolve@1.22.8: @@ -13515,8 +13692,6 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.21.2 fsevents: 2.3.3 - rrweb-cssom@0.6.0: {} - rrweb-cssom@0.7.1: {} run-async@3.0.0: {} @@ -13550,13 +13725,13 @@ snapshots: dependencies: chokidar: 3.6.0 immutable: 4.3.7 - source-map-js: 1.2.0 + source-map-js: 1.2.1 sass@1.77.8: dependencies: chokidar: 3.6.0 immutable: 4.3.7 - source-map-js: 1.2.0 + source-map-js: 1.2.1 sax@1.4.1: optional: true @@ -13711,9 +13886,13 @@ snapshots: sherif-windows-arm64: 0.11.0 sherif-windows-x64: 0.11.0 - shiki@1.15.2: + shiki@1.18.0: dependencies: - '@shikijs/core': 1.15.2 + '@shikijs/core': 1.18.0 + '@shikijs/engine-javascript': 1.18.0 + '@shikijs/engine-oniguruma': 1.18.0 + '@shikijs/types': 1.18.0 + '@shikijs/vscode-textmate': 9.2.2 '@types/hast': 3.0.4 side-channel@1.0.6: @@ -13740,7 +13919,7 @@ snapshots: transitivePeerDependencies: - supports-color - simple-git@3.25.0: + simple-git@3.27.0: dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 @@ -13796,12 +13975,12 @@ snapshots: transitivePeerDependencies: - supports-color - source-map-js@1.2.0: {} + source-map-js@1.2.1: {} source-map-loader@5.0.0(webpack@5.94.0(esbuild@0.20.1)): dependencies: iconv-lite: 0.6.3 - source-map-js: 1.2.0 + source-map-js: 1.2.1 webpack: 5.94.0(esbuild@0.21.5) source-map-support@0.5.21: @@ -13813,6 +13992,8 @@ snapshots: source-map@0.7.4: {} + space-separated-tokens@2.0.2: {} + spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 @@ -13890,6 +14071,11 @@ snapshots: dependencies: safe-buffer: 5.2.1 + stringify-entities@4.0.4: + dependencies: + character-entities-html4: 2.1.0 + character-entities-legacy: 3.0.0 + strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 @@ -13939,7 +14125,7 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 chokidar: 3.6.0 fdir: 6.3.0(picomatch@4.0.2) - picocolors: 1.0.1 + picocolors: 1.1.0 sade: 1.8.1 svelte: 4.2.19 typescript: 5.2.2 @@ -14039,6 +14225,12 @@ snapshots: tinyspy@3.0.0: {} + tldts-core@6.1.47: {} + + tldts@6.1.47: + dependencies: + tldts-core: 6.1.47 + tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 @@ -14053,12 +14245,9 @@ snapshots: toidentifier@1.0.1: {} - tough-cookie@4.1.4: + tough-cookie@5.0.0: dependencies: - psl: 1.9.0 - punycode: 2.3.1 - universalify: 0.2.0 - url-parse: 1.5.10 + tldts: 6.1.47 tr46@5.0.0: dependencies: @@ -14066,6 +14255,8 @@ snapshots: tree-kill@1.2.2: {} + trim-lines@3.0.1: {} + ts-api-utils@1.3.0(typescript@5.2.2): dependencies: typescript: 5.2.2 @@ -14107,29 +14298,29 @@ snapshots: typed-assert@1.0.9: {} - typedoc-plugin-frontmatter@1.0.0(typedoc-plugin-markdown@4.2.6(typedoc@0.26.6(typescript@5.2.2))): + typedoc-plugin-frontmatter@1.0.0(typedoc-plugin-markdown@4.2.8(typedoc@0.26.7(typescript@5.2.2))): dependencies: - typedoc-plugin-markdown: 4.2.6(typedoc@0.26.6(typescript@5.2.2)) - yaml: 2.5.0 + typedoc-plugin-markdown: 4.2.8(typedoc@0.26.7(typescript@5.2.2)) + yaml: 2.5.1 - typedoc-plugin-markdown@4.2.6(typedoc@0.26.6(typescript@5.2.2)): + typedoc-plugin-markdown@4.2.8(typedoc@0.26.7(typescript@5.2.2)): dependencies: - typedoc: 0.26.6(typescript@5.2.2) + typedoc: 0.26.7(typescript@5.2.2) - typedoc@0.26.6(typescript@5.2.2): + typedoc@0.26.7(typescript@5.2.2): dependencies: lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.15.2 + shiki: 1.18.0 typescript: 5.2.2 - yaml: 2.5.0 + yaml: 2.5.1 - typescript-eslint@8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2): + typescript-eslint@8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.3.0(@typescript-eslint/parser@8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2))(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) - '@typescript-eslint/parser': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) - '@typescript-eslint/utils': 8.3.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2))(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/parser': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) + '@typescript-eslint/utils': 8.6.0(eslint@9.11.0(jiti@1.21.6))(typescript@5.2.2) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: @@ -14169,9 +14360,30 @@ snapshots: dependencies: imurmurhash: 0.1.4 - universalify@0.1.2: {} + unist-util-is@6.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-position@5.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-stringify-position@4.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-visit-parents@6.0.1: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + + unist-util-visit@5.0.0: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.1 - universalify@0.2.0: {} + universalify@0.1.2: {} universalify@2.0.1: {} @@ -14181,17 +14393,12 @@ snapshots: dependencies: browserslist: 4.23.3 escalade: 3.2.0 - picocolors: 1.0.1 + picocolors: 1.1.0 uri-js@4.4.1: dependencies: punycode: 2.3.1 - url-parse@1.5.10: - dependencies: - querystringify: 2.2.0 - requires-port: 1.0.0 - util-deprecate@1.0.2: {} utils-merge@1.0.1: {} @@ -14211,12 +14418,22 @@ snapshots: vary@1.1.2: {} + vfile-message@4.0.2: + dependencies: + '@types/unist': 3.0.3 + unist-util-stringify-position: 4.0.0 + + vfile@6.0.3: + dependencies: + '@types/unist': 3.0.3 + vfile-message: 4.0.2 + vite-node@2.1.1(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) transitivePeerDependencies: - '@types/node' - less @@ -14228,7 +14445,7 @@ snapshots: - supports-color - terser - vite-plugin-dts@4.0.3(@types/node@18.19.47)(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): + vite-plugin-dts@4.0.3(@types/node@18.19.47)(rollup@4.21.2)(typescript@5.2.2)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): dependencies: '@microsoft/api-extractor': 7.47.4(@types/node@18.19.47) '@rollup/pluginutils': 5.1.0(rollup@4.21.2) @@ -14242,17 +14459,17 @@ snapshots: typescript: 5.2.2 vue-tsc: 2.0.29(typescript@5.2.2) optionalDependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-externalize-deps@0.8.0(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): + vite-plugin-externalize-deps@0.8.0(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): dependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) - vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.5.0)(solid-js@1.8.22)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): + vite-plugin-solid@2.10.2(@testing-library/jest-dom@6.5.0)(solid-js@1.8.22)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): dependencies: '@babel/core': 7.25.2 '@types/babel__core': 7.20.5 @@ -14260,20 +14477,20 @@ snapshots: merge-anything: 5.1.7 solid-js: 1.8.22 solid-refresh: 0.6.3(solid-js@1.8.22) - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) - vitefu: 0.2.5(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vitefu: 0.2.5(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) optionalDependencies: '@testing-library/jest-dom': 6.5.0 transitivePeerDependencies: - supports-color - vite-tsconfig-paths@5.0.1(typescript@5.2.2)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): + vite-tsconfig-paths@5.0.1(typescript@5.2.2)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): dependencies: debug: 4.3.6 globrex: 0.1.2 tsconfck: 3.1.3(typescript@5.2.2) optionalDependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) transitivePeerDependencies: - supports-color - typescript @@ -14281,7 +14498,7 @@ snapshots: vite@5.1.7(@types/node@18.19.47)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): dependencies: esbuild: 0.19.12 - postcss: 8.4.45 + postcss: 8.4.47 rollup: 4.21.2 optionalDependencies: '@types/node': 18.19.47 @@ -14290,10 +14507,10 @@ snapshots: sass: 1.71.1 terser: 5.29.1 - vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1): + vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1): dependencies: esbuild: 0.21.5 - postcss: 8.4.45 + postcss: 8.4.47 rollup: 4.21.2 optionalDependencies: '@types/node': 18.19.47 @@ -14302,14 +14519,14 @@ snapshots: sass: 1.77.8 terser: 5.29.1 - vitefu@0.2.5(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): + vitefu@0.2.5(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)): optionalDependencies: - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) - vitest@2.1.1(@types/node@18.19.47)(jsdom@25.0.0)(less@4.2.0)(sass@1.77.8)(terser@5.29.1): + vitest@2.1.1(@types/node@18.19.47)(jsdom@25.0.1)(less@4.2.0)(sass@1.77.8)(terser@5.29.1): dependencies: '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1)) '@vitest/pretty-format': 2.1.1 '@vitest/runner': 2.1.1 '@vitest/snapshot': 2.1.1 @@ -14324,12 +14541,12 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.5(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) + vite: 5.4.7(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) vite-node: 2.1.1(@types/node@18.19.47)(less@4.2.0)(sass@1.77.8)(terser@5.29.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 18.19.47 - jsdom: 25.0.0 + jsdom: 25.0.1 transitivePeerDependencies: - less - lightningcss @@ -14343,9 +14560,9 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.10(vue@3.5.5(typescript@5.2.2)): + vue-demi@0.14.10(vue@3.5.8(typescript@5.2.2)): dependencies: - vue: 3.5.5(typescript@5.2.2) + vue: 3.5.8(typescript@5.2.2) vue-tsc@2.0.29(typescript@5.2.2): dependencies: @@ -14361,23 +14578,23 @@ snapshots: semver: 7.6.3 typescript: 5.2.2 - vue@3.5.5(typescript@5.2.2): + vue@3.5.8(typescript@5.2.2): dependencies: - '@vue/compiler-dom': 3.5.5 - '@vue/compiler-sfc': 3.5.5 - '@vue/runtime-dom': 3.5.5 - '@vue/server-renderer': 3.5.5(vue@3.5.5(typescript@5.2.2)) - '@vue/shared': 3.5.5 + '@vue/compiler-dom': 3.5.8 + '@vue/compiler-sfc': 3.5.8 + '@vue/runtime-dom': 3.5.8 + '@vue/server-renderer': 3.5.8(vue@3.5.8(typescript@5.2.2)) + '@vue/shared': 3.5.8 optionalDependencies: typescript: 5.2.2 - vue@3.5.5(typescript@5.4.2): + vue@3.5.8(typescript@5.4.2): dependencies: - '@vue/compiler-dom': 3.5.5 - '@vue/compiler-sfc': 3.5.5 - '@vue/runtime-dom': 3.5.5 - '@vue/server-renderer': 3.5.5(vue@3.5.5(typescript@5.4.2)) - '@vue/shared': 3.5.5 + '@vue/compiler-dom': 3.5.8 + '@vue/compiler-sfc': 3.5.8 + '@vue/runtime-dom': 3.5.8 + '@vue/server-renderer': 3.5.8(vue@3.5.8(typescript@5.4.2)) + '@vue/shared': 3.5.8 optionalDependencies: typescript: 5.4.2 @@ -14583,7 +14800,7 @@ snapshots: yallist@4.0.0: {} - yaml@2.5.0: {} + yaml@2.5.1: {} yargs-parser@21.1.1: {} @@ -14610,3 +14827,5 @@ snapshots: zod@3.23.8: {} zone.js@0.15.0: {} + + zwitch@2.0.4: {}