From 75f0f1edcfcb59f3fda97c0001197e0593f92903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:11:30 +0000 Subject: [PATCH] chore(deps-dev): bump jsdom and @types/jsdom Bumps [jsdom](https://github.com/jsdom/jsdom) and [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom). These dependencies needed to be updated together. Updates `jsdom` from 29.1.1 to 30.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](https://github.com/jsdom/jsdom/compare/v29.1.1...v30.0.1) Updates `@types/jsdom` from 28.0.3 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom) --- updated-dependencies: - dependency-name: "@types/jsdom" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/host/package.json | 2 +- packages/module-kit/package.json | 2 +- packages/sdk/package.json | 2 +- packages/viewer-kit/package.json | 4 +- pnpm-lock.yaml | 316 +++++++++++++++++++++---------- 5 files changed, 225 insertions(+), 101 deletions(-) diff --git a/apps/host/package.json b/apps/host/package.json index 98d31bb5..659a3f26 100644 --- a/apps/host/package.json +++ b/apps/host/package.json @@ -88,7 +88,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.4", "globals": "^17.11.0", - "jsdom": "^29.1.1", + "jsdom": "^30.0.1", "postcss": "^8.5.26", "tailwindcss": "^3.4.4", "typescript": "^5.2.2", diff --git a/packages/module-kit/package.json b/packages/module-kit/package.json index 1fb90670..0d8e3c87 100644 --- a/packages/module-kit/package.json +++ b/packages/module-kit/package.json @@ -53,7 +53,7 @@ "eslint": "^10.8.1", "eslint-plugin-react-hooks": "^7.1.1", "typescript-eslint": "^8.67.0", - "jsdom": "^29.1.1", + "jsdom": "^30.0.1", "react": "^18.3.0", "react-dom": "^18.3.1", "tsup": "^8.0.0", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 4ad9ff33..1fba3fac 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -54,7 +54,7 @@ "@testing-library/react": "^16.1.0", "eslint": "^10.8.1", "typescript-eslint": "^8.67.0", - "jsdom": "^29.1.1", + "jsdom": "^30.0.1", "typescript": "^5.2.2", "vitest": "^3.2.6" } diff --git a/packages/viewer-kit/package.json b/packages/viewer-kit/package.json index d7b67e85..dfbc0691 100644 --- a/packages/viewer-kit/package.json +++ b/packages/viewer-kit/package.json @@ -44,10 +44,10 @@ "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", - "@types/jsdom": "^28.0.3", + "@types/jsdom": "^30.0.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", - "jsdom": "^29.1.1", + "jsdom": "^30.0.1", "tsup": "^8.0.0", "typescript": "^5.2.2", "vitest": "^3.2.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a4f34a7..6aefbceb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -215,7 +215,7 @@ importers: version: 3.5.32 '@vitest/coverage-v8': specifier: ^3.2.7 - version: 3.2.7(vitest@3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0)) + version: 3.2.7(vitest@3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0)) autoprefixer: specifier: ^10.5.4 version: 10.5.4(postcss@8.5.26) @@ -232,8 +232,8 @@ importers: specifier: ^17.11.0 version: 17.11.0 jsdom: - specifier: ^29.1.1 - version: 29.1.1 + specifier: ^30.0.1 + version: 30.0.1 postcss: specifier: ^8.5.26 version: 8.5.26 @@ -248,7 +248,7 @@ importers: version: 8.67.0(eslint@10.8.1(jiti@1.21.7))(typescript@5.9.3) vitest: specifier: ^3.2.6 - version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) packages/create-module: {} @@ -300,16 +300,16 @@ importers: version: 5.9.3 vitest: specifier: ^3.2.6 - version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + version: 3.2.6(@types/node@26.4.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) packages/module-builder: dependencies: '@module-federation/vite': specifier: 1.16.8 - version: 1.16.8(node-fetch@2.7.0)(typescript@5.9.3)(vite@6.4.3(@types/node@26.2.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0)) + version: 1.16.8(node-fetch@2.7.0)(typescript@5.9.3)(vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0)) '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.7.0(vite@6.4.3(@types/node@26.2.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0)) + version: 4.7.0(vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0)) esbuild: specifier: ^0.28.2 version: 0.28.2 @@ -325,10 +325,10 @@ importers: version: 5.9.3 vite: specifier: ^6.4.2 - version: 6.4.3(@types/node@26.2.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + version: 6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) vitest: specifier: ^3.2.6 - version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + version: 3.2.6(@types/node@26.4.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) packages/module-kit: dependencies: @@ -364,8 +364,8 @@ importers: specifier: ^7.1.1 version: 7.1.1(eslint@10.8.1(jiti@1.21.7)) jsdom: - specifier: ^29.1.1 - version: 29.1.1 + specifier: ^30.0.1 + version: 30.0.1 react: specifier: ^18.3.0 version: 18.3.1 @@ -383,7 +383,7 @@ importers: version: 8.67.0(eslint@10.8.1(jiti@1.21.7))(typescript@5.9.3) vitest: specifier: ^3.2.6 - version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + version: 3.2.6(@types/node@26.4.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) packages/nkz-cli: dependencies: @@ -435,8 +435,8 @@ importers: specifier: ^10.8.1 version: 10.8.1(jiti@1.21.7) jsdom: - specifier: ^29.1.1 - version: 29.1.1 + specifier: ^30.0.1 + version: 30.0.1 react: specifier: ^18.3.1 version: 18.3.1 @@ -454,7 +454,7 @@ importers: version: 8.67.0(eslint@10.8.1(jiti@1.21.7))(typescript@5.9.3) vitest: specifier: ^3.2.6 - version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + version: 3.2.6(@types/node@26.4.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) packages/ui-kit: dependencies: @@ -542,8 +542,8 @@ importers: specifier: ^16.1.0 version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@18.3.7(@types/react@18.3.27))(@types/react@18.3.27)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/jsdom': - specifier: ^28.0.3 - version: 28.0.3 + specifier: ^30.0.0 + version: 30.0.0 '@types/react': specifier: ^18.3.0 version: 18.3.27 @@ -551,8 +551,8 @@ importers: specifier: ^18.3.0 version: 18.3.7(@types/react@18.3.27) jsdom: - specifier: ^29.1.1 - version: 29.1.1 + specifier: ^30.0.1 + version: 30.0.1 tsup: specifier: ^8.0.0 version: 8.5.1(jiti@1.21.7)(postcss@8.5.26)(tsx@4.23.12)(typescript@5.9.3)(yaml@2.9.0) @@ -561,7 +561,7 @@ importers: version: 5.9.3 vitest: specifier: ^3.2.6 - version: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + version: 3.2.6(@types/node@26.4.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) packages: @@ -576,20 +576,13 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@asamuzakjp/css-color@5.1.11': - resolution: {integrity: sha512-KVw6qIiCTUQhByfTd78h2yD1/00waTmm9uy/R7Ck/ctUyAPj+AEDLkQIdJW0T8+qGgj3j5bpNKK7Q3G+LedJWg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - - '@asamuzakjp/dom-selector@7.1.1': - resolution: {integrity: sha512-67RZDnYRc8H/8MLDgQCDE//zoqVFwajkepHZgmXrbwybzXOEwOWGPYGmALYl9J2DOLfFPPs6kKCqmbzV895hTQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - - '@asamuzakjp/generational-cache@1.0.1': - resolution: {integrity: sha512-wajfB8KqzMCN2KGNFdLkReeHncd0AslUSrvHVvvYWuU8ghncRJoA50kT3zP9MVL0+9g4/67H+cdvBskj9THPzg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@asamuzakjp/css-color@6.0.7': + resolution: {integrity: sha512-vC/bk1Lz7Tn/EfU9/apOTBk80/8dyGyWMowPoV1tJ52muDGsDqt2HPT2klrFUiY60MQmQv9q8yIht15JnBgDGw==} + engines: {node: ^22.13.0 || >=24.0.0} - '@asamuzakjp/nwsapi@2.3.9': - resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==} + '@asamuzakjp/dom-selector@8.3.2': + resolution: {integrity: sha512-93Z1N+BQNXysodoicpOIyNh2drHfz/CTf9nnT0FEx72GJcIiwgydD7tGAr78j41LsYn3hlRn+LdGPuBLn1Bl8Q==} + engines: {node: ^22.13.0 || >=24.0.0} '@babel/code-frame@7.27.1': resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} @@ -704,19 +697,19 @@ packages: resolution: {integrity: sha512-um2JznRouJ2pfC0FNnEgJJU7WrCDrYFeyqCdiSsdbZgdW4q/R9ysDpj0VO/H2U4r4t6HDn9pA3HgAYpuIsdUWg==} engines: {node: '>=22.0.0'} - '@csstools/color-helpers@6.0.2': - resolution: {integrity: sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==} + '@csstools/color-helpers@6.1.1': + resolution: {integrity: sha512-gLNsunvwf3mCi5u5o46/Z/JcJMnhbHSaZ69rkgPzNM3J4s8hWwpPUQB6/tt0EDFyCiWzxANlx+2LJwpYj4zS1w==} engines: {node: '>=20.19.0'} - '@csstools/css-calc@3.2.1': - resolution: {integrity: sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==} + '@csstools/css-calc@3.3.0': + resolution: {integrity: sha512-c5ihYsPkdG6JCkU2zTMm4+k6r7RXuGxtWYhu5DHMIiF1FHzrfmHL5so11AoFpUv/tu61xfcmT4AmKoFfMPoqdQ==} engines: {node: '>=20.19.0'} peerDependencies: '@csstools/css-parser-algorithms': ^4.0.0 '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-color-parser@4.1.8': - resolution: {integrity: sha512-3chWb7PRLijpJpPIKkDxdu6IBeO5MrFACND57On0j8OPpc0wZibcGc3xAHrSEbOx/KDRyMHoIxGn0w1PhXMYHw==} + '@csstools/css-color-parser@4.2.2': + resolution: {integrity: sha512-3QKjR/vxyjcSXBLgb6lP0S3MGdvwbmqSsvLPbYdVORqPDc8FX1HAJ0Spk38bxaRXgvENTA47tlhhbb5Z2e8hEg==} engines: {node: '>=20.19.0'} peerDependencies: '@csstools/css-parser-algorithms': ^4.0.0 @@ -728,8 +721,8 @@ packages: peerDependencies: '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-syntax-patches-for-csstree@1.1.5': - resolution: {integrity: sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==} + '@csstools/css-syntax-patches-for-csstree@1.1.12': + resolution: {integrity: sha512-3vLQK+dXxhBMR2Wx99PTCifE+vHtW2ndZWyla8yK813ev6oGhyn8Lja8jCyGAWTJ+LEYZK7EVtJxrDj8ztevJw==} peerDependencies: css-tree: ^3.2.1 peerDependenciesMeta: @@ -2386,8 +2379,8 @@ packages: '@types/geojson@7946.0.16': resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==} - '@types/jsdom@28.0.3': - resolution: {integrity: sha512-/HQ2uFoetFTXuye8vzIcHw2z6Fwi7Hi/qcgC+RoS9NCyewiqxhVGqlG+ViGB6lkax481R6dmhf1I7lIGlzJStQ==} + '@types/jsdom@30.0.0': + resolution: {integrity: sha512-uAHGxujGE0cDaKGdK28zgDotFtNA7MKq5DXl8LrfdxdCI8VHcg15oJz+amHTChPNI5JpgEPQWc2xFdrw3em/nQ==} '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -2395,6 +2388,9 @@ packages: '@types/node@26.2.0': resolution: {integrity: sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==} + '@types/node@26.4.0': + resolution: {integrity: sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==} + '@types/prompts@2.4.9': resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==} @@ -3344,11 +3340,11 @@ packages: js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - jsdom@29.1.1: - resolution: {integrity: sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==} - engines: {node: ^20.19.0 || ^22.13.0 || >=24.0.0} + jsdom@30.0.1: + resolution: {integrity: sha512-52v7mUVUfNQVYYqE1lcdaymWL0njO7lTLUog6ZvW2U5KsbiLk/GnZlVJ+qx0xfNJZ6Gn+KSpPNE52vurbxZwrA==} + engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0} peerDependencies: - canvas: ^3.0.0 + canvas: ^3.2.3 peerDependenciesMeta: canvas: optional: true @@ -3442,8 +3438,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.5.1: - resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} + lru-cache@11.5.2: + resolution: {integrity: sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -4108,11 +4104,11 @@ packages: resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==} engines: {node: '>=14.0.0'} - tldts-core@7.4.3: - resolution: {integrity: sha512-27ep5H9PzdBrNd5OFM/j3WCU8F3kPwM9D0BOaOf7uYfxMJfyr0K5Tjj69Gri+sZlh2WXd5buIm47NuPF29CDiw==} + tldts-core@7.4.11: + resolution: {integrity: sha512-CW3WN2rIIE/Of21mulhgnGOwoDyEFNygyIBOONSdyAuSATgMMUCpLeUlB+E8sAwA5xRV9hYPl+kyZ9citHCaKg==} - tldts@7.4.3: - resolution: {integrity: sha512-A3BDQBeeukYPzB4QdQ1DtdlUmp4x2OCH8n5UVhEWbyANxNep8GavottKzd1xYKFJKjUgMyPT7EzOfnBO55s8Sg==} + tldts@7.4.11: + resolution: {integrity: sha512-aBiNayCfTQxuIJBm06M+xR14cYaYlDlSXZbgsnKzKNxDKUVq7KFwTjwBSsb7m9Y5xO8WfPnBc63WaYFMTGlvqw==} hasBin: true to-regex-range@5.0.1: @@ -4127,8 +4123,8 @@ packages: resolution: {integrity: sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==} hasBin: true - tough-cookie@6.0.1: - resolution: {integrity: sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==} + tough-cookie@6.0.2: + resolution: {integrity: sha512-exgYmnmL/sJpR3upZfXG5PoatXQii55xAiXGXzY+sROLZ/Y+SLcp9PgJNI9Vz37HpQ74WvDcLT8eqm+kV3FzrA==} engines: {node: '>=16'} tr46@0.0.3: @@ -4204,8 +4200,8 @@ packages: ufo@1.6.1: resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} - undici-types@7.25.0: - resolution: {integrity: sha512-AXNgS1Byr27fTI+2bsPEkV9CxkT8H6xNyRI68b3TatlZo3RkzlqQBLL+w7SmGPVpokjHbcuNVQUWE7FRTg+LRA==} + undici-types@8.10.1: + resolution: {integrity: sha512-ZpkgovMu+ALwfuo6Bgys8H82gHJ25d4ARMB51FD2BeLnUCDRgY6N3caWk3N6CtKR77gHmRKYHnLF723owNYPNA==} undici-types@8.3.0: resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} @@ -4214,6 +4210,10 @@ packages: resolution: {integrity: sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==} engines: {node: '>=20.18.1'} + undici@8.10.1: + resolution: {integrity: sha512-YQ3WlbqjYMmNpdvDH64jAgLjxuAR9+649calDWhbshYaeQGO2bR4nI94ORJmwI3J9YhoKQnpyGOK+0zlWS5N5Q==} + engines: {node: '>=22.19.0'} + universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} @@ -4359,6 +4359,10 @@ packages: resolution: {integrity: sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + whatwg-url@17.1.0: + resolution: {integrity: sha512-3GeworPmc2ZfEEHP7lEbUfBX/L75wdEsi0rLNhXcXxnoN5jyq0SL5gCy06SGW2cyTIZdTvWIDQNQoza++vKeaw==} + engines: {node: ^22.14.0 || >=24.0.0} + whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} @@ -4439,25 +4443,20 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@asamuzakjp/css-color@5.1.11': + '@asamuzakjp/css-color@6.0.7': dependencies: - '@asamuzakjp/generational-cache': 1.0.1 - '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) - '@csstools/css-color-parser': 4.1.8(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-calc': 3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-color-parser': 4.2.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 + lru-cache: 11.5.2 - '@asamuzakjp/dom-selector@7.1.1': + '@asamuzakjp/dom-selector@8.3.2': dependencies: - '@asamuzakjp/generational-cache': 1.0.1 - '@asamuzakjp/nwsapi': 2.3.9 bidi-js: 1.0.3 css-tree: 3.2.1 is-potential-custom-element-name: 1.0.1 - - '@asamuzakjp/generational-cache@1.0.1': {} - - '@asamuzakjp/nwsapi@2.3.9': {} + lru-cache: 11.5.2 '@babel/code-frame@7.27.1': dependencies: @@ -4618,17 +4617,17 @@ snapshots: '@cesium/engine': 26.2.0 nosleep.js: 0.12.0 - '@csstools/color-helpers@6.0.2': {} + '@csstools/color-helpers@6.1.1': {} - '@csstools/css-calc@3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': + '@csstools/css-calc@3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/css-color-parser@4.1.8(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': + '@csstools/css-color-parser@4.2.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': dependencies: - '@csstools/color-helpers': 6.0.2 - '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/color-helpers': 6.1.1 + '@csstools/css-calc': 3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 @@ -4636,7 +4635,7 @@ snapshots: dependencies: '@csstools/css-tokenizer': 4.0.0 - '@csstools/css-syntax-patches-for-csstree@1.1.5(css-tree@3.2.1)': + '@csstools/css-syntax-patches-for-csstree@1.1.12(css-tree@3.2.1)': optionalDependencies: css-tree: 3.2.1 @@ -5060,6 +5059,19 @@ snapshots: - utf-8-validate - vue-tsc + '@module-federation/vite@1.16.8(node-fetch@2.7.0)(typescript@5.9.3)(vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0))': + dependencies: + '@module-federation/dts-plugin': 2.5.1(node-fetch@2.7.0)(typescript@5.9.3) + '@module-federation/runtime': 2.5.1(node-fetch@2.7.0) + '@module-federation/sdk': 2.5.1(node-fetch@2.7.0) + vite: 6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + transitivePeerDependencies: + - bufferutil + - node-fetch + - typescript + - utf-8-validate + - vue-tsc + '@napi-rs/lzma-linux-x64-gnu@1.5.1': optional: true @@ -6191,12 +6203,12 @@ snapshots: '@types/geojson@7946.0.16': {} - '@types/jsdom@28.0.3': + '@types/jsdom@30.0.0': dependencies: - '@types/node': 26.2.0 + '@types/node': 26.4.0 '@types/tough-cookie': 4.0.5 parse5: 8.0.1 - undici-types: 7.25.0 + undici-types: 8.10.1 '@types/json-schema@7.0.15': {} @@ -6204,6 +6216,10 @@ snapshots: dependencies: undici-types: 8.3.0 + '@types/node@26.4.0': + dependencies: + undici-types: 8.3.0 + '@types/prompts@2.4.9': dependencies: '@types/node': 26.2.0 @@ -6340,7 +6356,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitest/coverage-v8@3.2.7(vitest@3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0))': + '@vitejs/plugin-react@4.7.0(vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0))': + dependencies: + '@babel/core': 7.29.7 + '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.7) + '@rolldown/pluginutils': 1.0.0-beta.27 + '@types/babel__core': 7.20.5 + react-refresh: 0.17.0 + vite: 6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + transitivePeerDependencies: + - supports-color + + '@vitest/coverage-v8@3.2.7(vitest@3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 1.0.2 @@ -6355,7 +6383,7 @@ snapshots: std-env: 3.10.0 test-exclude: 7.0.2 tinyrainbow: 2.0.0 - vitest: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0) + vitest: 3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0) transitivePeerDependencies: - supports-color @@ -6375,6 +6403,14 @@ snapshots: optionalDependencies: vite: 6.4.3(@types/node@26.2.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + '@vitest/mocker@3.2.6(vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0))': + dependencies: + '@vitest/spy': 3.2.6 + estree-walker: 3.0.3 + magic-string: 0.30.21 + optionalDependencies: + vite: 6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + '@vitest/pretty-format@3.2.6': dependencies: tinyrainbow: 2.0.0 @@ -7232,28 +7268,28 @@ snapshots: js-tokens@9.0.1: {} - jsdom@29.1.1: + jsdom@30.0.1: dependencies: - '@asamuzakjp/css-color': 5.1.11 - '@asamuzakjp/dom-selector': 7.1.1 + '@asamuzakjp/css-color': 6.0.7 + '@asamuzakjp/dom-selector': 8.3.2 '@bramus/specificity': 2.4.2 - '@csstools/css-syntax-patches-for-csstree': 1.1.5(css-tree@3.2.1) + '@csstools/css-syntax-patches-for-csstree': 1.1.12(css-tree@3.2.1) '@exodus/bytes': 1.15.1 css-tree: 3.2.1 data-urls: 7.0.0 decimal.js: 10.6.0 html-encoding-sniffer: 6.0.0 is-potential-custom-element-name: 1.0.1 - lru-cache: 11.5.1 + lru-cache: 11.5.2 parse5: 8.0.1 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 6.0.1 - undici: 7.29.0 + tough-cookie: 6.0.2 + undici: 8.10.1 w3c-xmlserializer: 5.0.0 webidl-conversions: 8.0.1 whatwg-mimetype: 5.0.0 - whatwg-url: 16.0.1 + whatwg-url: 17.1.0 xml-name-validator: 5.0.0 transitivePeerDependencies: - '@noble/hashes' @@ -7327,7 +7363,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.5.1: {} + lru-cache@11.5.2: {} lru-cache@5.1.1: dependencies: @@ -7972,11 +8008,11 @@ snapshots: tinyspy@4.0.4: {} - tldts-core@7.4.3: {} + tldts-core@7.4.11: {} - tldts@7.4.3: + tldts@7.4.11: dependencies: - tldts-core: 7.4.3 + tldts-core: 7.4.11 to-regex-range@5.0.1: dependencies: @@ -7988,9 +8024,9 @@ snapshots: dependencies: commander: 2.20.3 - tough-cookie@6.0.1: + tough-cookie@6.0.2: dependencies: - tldts: 7.4.3 + tldts: 7.4.11 tr46@0.0.3: optional: true @@ -8076,12 +8112,14 @@ snapshots: ufo@1.6.1: {} - undici-types@7.25.0: {} + undici-types@8.10.1: {} undici-types@8.3.0: {} undici@7.29.0: {} + undici@8.10.1: {} + universalify@2.0.1: {} update-browserslist-db@1.3.1(browserslist@4.28.8): @@ -8136,6 +8174,27 @@ snapshots: - tsx - yaml + vite-node@3.2.4(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0): + dependencies: + cac: 6.7.14 + debug: 4.4.3 + es-module-lexer: 1.7.0 + pathe: 2.0.3 + vite: 6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + transitivePeerDependencies: + - '@types/node' + - jiti + - less + - lightningcss + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + - tsx + - yaml + vite-plugin-cesium@1.2.23(cesium@1.144.0)(rollup@4.63.1)(vite@6.4.3(@types/node@26.2.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0)): dependencies: cesium: 1.144.0 @@ -8162,7 +8221,22 @@ snapshots: tsx: 4.23.12 yaml: 2.9.0 - vitest@3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@29.1.1)(tsx@4.23.12)(yaml@2.9.0): + vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0): + dependencies: + esbuild: 0.25.12 + fdir: 6.5.0(picomatch@4.0.5) + picomatch: 4.0.5 + postcss: 8.5.26 + rollup: 4.63.1 + tinyglobby: 0.2.17 + optionalDependencies: + '@types/node': 26.4.0 + fsevents: 2.3.3 + jiti: 1.21.7 + tsx: 4.23.12 + yaml: 2.9.0 + + vitest@3.2.6(@types/node@26.2.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.6 @@ -8189,7 +8263,49 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 26.2.0 - jsdom: 29.1.1 + jsdom: 30.0.1 + transitivePeerDependencies: + - jiti + - less + - lightningcss + - msw + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + - tsx + - yaml + + vitest@3.2.6(@types/node@26.4.0)(jiti@1.21.7)(jsdom@30.0.1)(tsx@4.23.12)(yaml@2.9.0): + dependencies: + '@types/chai': 5.2.3 + '@vitest/expect': 3.2.6 + '@vitest/mocker': 3.2.6(vite@6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0)) + '@vitest/pretty-format': 3.2.6 + '@vitest/runner': 3.2.6 + '@vitest/snapshot': 3.2.6 + '@vitest/spy': 3.2.6 + '@vitest/utils': 3.2.6 + chai: 5.3.3 + debug: 4.4.3 + expect-type: 1.3.0 + magic-string: 0.30.21 + pathe: 2.0.3 + picomatch: 4.0.5 + std-env: 3.10.0 + tinybench: 2.9.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.17 + tinypool: 1.1.1 + tinyrainbow: 2.0.0 + vite: 6.4.3(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + vite-node: 3.2.4(@types/node@26.4.0)(jiti@1.21.7)(tsx@4.23.12)(yaml@2.9.0) + why-is-node-running: 2.3.0 + optionalDependencies: + '@types/node': 26.4.0 + jsdom: 30.0.1 transitivePeerDependencies: - jiti - less @@ -8225,6 +8341,14 @@ snapshots: transitivePeerDependencies: - '@noble/hashes' + whatwg-url@17.1.0: + dependencies: + '@exodus/bytes': 1.15.1 + tr46: 6.0.0 + webidl-conversions: 8.0.1 + transitivePeerDependencies: + - '@noble/hashes' + whatwg-url@5.0.0: dependencies: tr46: 0.0.3