diff --git a/.github/linters/cspell-apps.dict.txt b/.github/linters/cspell-apps.dict.txt index 3fb9bc97..b22cf3a4 100644 --- a/.github/linters/cspell-apps.dict.txt +++ b/.github/linters/cspell-apps.dict.txt @@ -21,3 +21,4 @@ sonar sonarqube sonarcloud astrojs +protobuf diff --git a/common/autoinstallers/rush-api-documenter/package.json b/common/autoinstallers/rush-api-documenter/package.json index 41910964..35a50f5c 100644 --- a/common/autoinstallers/rush-api-documenter/package.json +++ b/common/autoinstallers/rush-api-documenter/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "private": true, "dependencies": { - "@microsoft/api-documenter": "7.26.0", - "typedoc": "0.27.2", + "@microsoft/api-documenter": "7.26.1", + "typedoc": "0.27.3", "typedoc-github-theme": "0.2.0", "typedoc-plugin-missing-exports": "3.1.0", "typedoc-plugin-extras": "3.1.0" diff --git a/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml b/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml index 4017eaa6..b77b713a 100644 --- a/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml +++ b/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml @@ -9,28 +9,28 @@ importers: .: dependencies: '@microsoft/api-documenter': - specifier: 7.26.0 - version: 7.26.0 + specifier: 7.26.1 + version: 7.26.1 typedoc: - specifier: 0.27.2 - version: 0.27.2(typescript@5.7.2) + specifier: 0.27.3 + version: 0.27.3(typescript@5.7.2) typedoc-github-theme: specifier: 0.2.0 - version: 0.2.0(typedoc@0.27.2(typescript@5.7.2)) + version: 0.2.0(typedoc@0.27.3(typescript@5.7.2)) typedoc-plugin-extras: specifier: 3.1.0 - version: 3.1.0(typedoc@0.27.2(typescript@5.7.2)) + version: 3.1.0(typedoc@0.27.3(typescript@5.7.2)) typedoc-plugin-missing-exports: specifier: 3.1.0 - version: 3.1.0(typedoc@0.27.2(typescript@5.7.2)) + version: 3.1.0(typedoc@0.27.3(typescript@5.7.2)) packages: '@gerrit0/mini-shiki@1.24.1': resolution: {integrity: sha512-PNP/Gjv3VqU7z7DjRgO3F9Ok5frTKqtpV+LJW1RzMcr2zpRk0ulhEWnbcNGXzPC7BZyWMIHrkfQX2GZRfxrn6Q==} - '@microsoft/api-documenter@7.26.0': - resolution: {integrity: sha512-iI/Oj+vzHwD2YlsHCmw3I5nvunVWxL+F5B1GOBDn5yl2dZ5KOCoh1osOTl9uRDRR65ZGymIUO1EajMgjMZBdEw==} + '@microsoft/api-documenter@7.26.1': + resolution: {integrity: sha512-flh7iPXsA3hzn03iXQYLiq7dvhTiBagGjmf7lvTNGABjWAKJez7ABI5T7+1jzbXjF3Luy1LFzugecXz9tMBavw==} hasBin: true '@microsoft/api-extractor-model@7.30.0': @@ -240,8 +240,8 @@ packages: peerDependencies: typedoc: 0.26.x || 0.27.x - typedoc@0.27.2: - resolution: {integrity: sha512-C2ima5TZJHU3ecnRIz50lKd1BsYck5LhYQIy7MRPmjuSEJreUEAt+uAVcZgY7wZsSORzEI7xW8miZIdxv/cbmw==} + typedoc@0.27.3: + resolution: {integrity: sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -278,7 +278,7 @@ snapshots: '@shikijs/types': 1.24.0 '@shikijs/vscode-textmate': 9.3.0 - '@microsoft/api-documenter@7.26.0': + '@microsoft/api-documenter@7.26.1': dependencies: '@microsoft/api-extractor-model': 7.30.0 '@microsoft/tsdoc': 0.15.1 @@ -480,19 +480,19 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - typedoc-github-theme@0.2.0(typedoc@0.27.2(typescript@5.7.2)): + typedoc-github-theme@0.2.0(typedoc@0.27.3(typescript@5.7.2)): dependencies: - typedoc: 0.27.2(typescript@5.7.2) + typedoc: 0.27.3(typescript@5.7.2) - typedoc-plugin-extras@3.1.0(typedoc@0.27.2(typescript@5.7.2)): + typedoc-plugin-extras@3.1.0(typedoc@0.27.3(typescript@5.7.2)): dependencies: - typedoc: 0.27.2(typescript@5.7.2) + typedoc: 0.27.3(typescript@5.7.2) - typedoc-plugin-missing-exports@3.1.0(typedoc@0.27.2(typescript@5.7.2)): + typedoc-plugin-missing-exports@3.1.0(typedoc@0.27.3(typescript@5.7.2)): dependencies: - typedoc: 0.27.2(typescript@5.7.2) + typedoc: 0.27.3(typescript@5.7.2) - typedoc@0.27.2(typescript@5.7.2): + typedoc@0.27.3(typescript@5.7.2): dependencies: '@gerrit0/mini-shiki': 1.24.1 lunr: 2.3.9 diff --git a/common/autoinstallers/rush-commitlint/package.json b/common/autoinstallers/rush-commitlint/package.json index 068f6cae..c42df762 100644 --- a/common/autoinstallers/rush-commitlint/package.json +++ b/common/autoinstallers/rush-commitlint/package.json @@ -8,7 +8,7 @@ "@commitlint/config-conventional": "19.6.0", "@commitlint/cz-commitlint": "19.5.0", "commitizen": "4.3.1", - "inquirer": "12.1.0" + "inquirer": "12.2.0" }, "devDependencies": { "@commitlint/types": "19.5.0" diff --git a/common/autoinstallers/rush-commitlint/pnpm-lock.yaml b/common/autoinstallers/rush-commitlint/pnpm-lock.yaml index 05697b99..7cf3e48b 100644 --- a/common/autoinstallers/rush-commitlint/pnpm-lock.yaml +++ b/common/autoinstallers/rush-commitlint/pnpm-lock.yaml @@ -16,13 +16,13 @@ importers: version: 19.6.0 '@commitlint/cz-commitlint': specifier: 19.5.0 - version: 19.5.0(@types/node@22.10.1)(commitizen@4.3.1(@types/node@22.10.1)(typescript@5.7.2))(inquirer@12.1.0(@types/node@22.10.1))(typescript@5.7.2) + version: 19.5.0(@types/node@22.10.1)(commitizen@4.3.1(@types/node@22.10.1)(typescript@5.7.2))(inquirer@12.2.0(@types/node@22.10.1))(typescript@5.7.2) commitizen: specifier: 4.3.1 version: 4.3.1(@types/node@22.10.1)(typescript@5.7.2) inquirer: - specifier: 12.1.0 - version: 12.1.0(@types/node@22.10.1) + specifier: 12.2.0 + version: 12.2.0(@types/node@22.10.1) devDependencies: '@commitlint/types': specifier: 19.5.0 @@ -114,30 +114,30 @@ packages: resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} engines: {node: '>=v18'} - '@inquirer/checkbox@4.0.2': - resolution: {integrity: sha512-+gznPl8ip8P8HYHYecDtUtdsh1t2jvb+sWCD72GAiZ9m45RqwrLmReDaqdC0umQfamtFXVRoMVJ2/qINKGm9Tg==} + '@inquirer/checkbox@4.0.3': + resolution: {integrity: sha512-CEt9B4e8zFOGtc/LYeQx5m8nfqQeG/4oNNv0PUvXGG0mys+wR/WbJ3B4KfSQ4Fcr3AQfpiuFOi3fVvmPfvNbxw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/confirm@5.0.2': - resolution: {integrity: sha512-KJLUHOaKnNCYzwVbryj3TNBxyZIrr56fR5N45v6K9IPrbT6B7DcudBMfylkV1A8PUdJE15mybkEQyp2/ZUpxUA==} + '@inquirer/confirm@5.1.0': + resolution: {integrity: sha512-osaBbIMEqVFjTX5exoqPXs6PilWQdjaLhGtMDXMXg/yxkHXNq43GlxGyTA35lK2HpzUgDN+Cjh/2AmqCN0QJpw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/core@10.1.0': - resolution: {integrity: sha512-I+ETk2AL+yAVbvuKx5AJpQmoaWhpiTFOg/UJb7ZkMAK4blmtG8ATh5ct+T/8xNld0CZG/2UhtkdMwpgvld92XQ==} + '@inquirer/core@10.1.1': + resolution: {integrity: sha512-rmZVXy9iZvO3ZStEe/ayuuwIJ23LSF13aPMlLMTQARX6lGUBDHGV8UB5i9MRrfy0+mZwt5/9bdy8llszSD3NQA==} engines: {node: '>=18'} - '@inquirer/editor@4.1.0': - resolution: {integrity: sha512-K1gGWsxEqO23tVdp5MT3H799OZ4ER1za7Dlc8F4um0W7lwSv0KGR/YyrUEyimj0g7dXZd8XknM/5QA2/Uy+TbA==} + '@inquirer/editor@4.2.0': + resolution: {integrity: sha512-Z3LeGsD3WlItDqLxTPciZDbGtm0wrz7iJGS/uUxSiQxef33ZrBq7LhsXg30P7xrWz1kZX4iGzxxj5SKZmJ8W+w==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/expand@4.0.2': - resolution: {integrity: sha512-WdgCX1cUtinz+syKyZdJomovULYlKUWZbVYZzhf+ZeeYf4htAQ3jLymoNs3koIAKfZZl3HUBb819ClCBfyznaw==} + '@inquirer/expand@4.0.3': + resolution: {integrity: sha512-MDszqW4HYBpVMmAoy/FA9laLrgo899UAga0itEjsYrBthKieDZNc0e16gdn7N3cQ0DSf/6zsTBZMuDYDQU4ktg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -146,44 +146,44 @@ packages: resolution: {integrity: sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==} engines: {node: '>=18'} - '@inquirer/input@4.0.2': - resolution: {integrity: sha512-yCLCraigU085EcdpIVEDgyfGv4vBiE4I+k1qRkc9C5dMjWF42ADMGy1RFU94+eZlz4YlkmFsiyHZy0W1wdhaNg==} + '@inquirer/input@4.1.0': + resolution: {integrity: sha512-16B8A9hY741yGXzd8UJ9R8su/fuuyO2e+idd7oVLYjP23wKJ6ILRIIHcnXe8/6AoYgwRS2zp4PNsW/u/iZ24yg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/number@3.0.2': - resolution: {integrity: sha512-MKQhYofdUNk7eqJtz52KvM1dH6R93OMrqHduXCvuefKrsiMjHiMwjc3NZw5Imm2nqY7gWd9xdhYrtcHMJQZUxA==} + '@inquirer/number@3.0.3': + resolution: {integrity: sha512-HA/W4YV+5deKCehIutfGBzNxWH1nhvUC67O4fC9ufSijn72yrYnRmzvC61dwFvlXIG1fQaYWi+cqNE9PaB9n6Q==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/password@4.0.2': - resolution: {integrity: sha512-tQXGSu7IO07gsYlGy3VgXRVsbOWqFBMbqAUrJSc1PDTQQ5Qdm+QVwkP0OC0jnUZ62D19iPgXOMO+tnWG+HhjNQ==} + '@inquirer/password@4.0.3': + resolution: {integrity: sha512-3qWjk6hS0iabG9xx0U1plwQLDBc/HA/hWzLFFatADpR6XfE62LqPr9GpFXBkLU0KQUaIXZ996bNG+2yUvocH8w==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/prompts@7.1.0': - resolution: {integrity: sha512-5U/XiVRH2pp1X6gpNAjWOglMf38/Ys522ncEHIKT1voRUvSj/DQnR22OVxHnwu5S+rCFaUiPQ57JOtMFQayqYA==} + '@inquirer/prompts@7.2.0': + resolution: {integrity: sha512-ZXYZ5oGVrb+hCzcglPeVerJ5SFwennmDOPfXq1WyeZIrPGySLbl4W6GaSsBFvu3WII36AOK5yB8RMIEEkBjf8w==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/rawlist@4.0.2': - resolution: {integrity: sha512-3XGcskMoVF8H0Dl1S5TSZ3rMPPBWXRcM0VeNVsS4ByWeWjSeb0lPqfnBg6N7T0608I1B2bSVnbi2cwCrmOD1Yw==} + '@inquirer/rawlist@4.0.3': + resolution: {integrity: sha512-5MhinSzfmOiZlRoPezfbJdfVCZikZs38ja3IOoWe7H1dxL0l3Z2jAUgbBldeyhhOkELdGvPlBfQaNbeLslib1w==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/search@3.0.2': - resolution: {integrity: sha512-Zv4FC7w4dJ13BOJfKRQCICQfShinGjb1bCEIHxTSnjj2telu3+3RHwHubPG9HyD4aix5s+lyAMEK/wSFD75HLA==} + '@inquirer/search@3.0.3': + resolution: {integrity: sha512-mQTCbdNolTGvGGVCJSI6afDwiSGTV+fMLPEIMDJgIV6L/s3+RYRpxt6t0DYnqMQmemnZ/Zq0vTIRwoHT1RgcTg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/select@4.0.2': - resolution: {integrity: sha512-uSWUzaSYAEj0hlzxa1mUB6VqrKaYx0QxGBLZzU4xWFxaSyGaXxsSE4OSOwdU24j0xl8OajgayqFXW0l2bkl2kg==} + '@inquirer/select@4.0.3': + resolution: {integrity: sha512-OZfKDtDE8+J54JYAFTUGZwvKNfC7W/gFCjDkcsO7HnTH/wljsZo9y/FJquOxMy++DY0+9l9o/MOZ8s5s1j5wmw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -511,8 +511,8 @@ packages: resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - inquirer@12.1.0: - resolution: {integrity: sha512-3/iexk64jn3EF0tjWYfOJi/DNWtcSSwg4ER67cnopO2xlCTUQjFCTMH9NBNQAMO/+dC3sEvKJtGJsqXnCkSsFg==} + inquirer@12.2.0: + resolution: {integrity: sha512-CI0yGbyd5SS4vP7i180S9i95yI+M3ONaljfLBlNS1IIIZ7n+xbH76WzHkIHj253huRiXaKQZl8zijOl0Y0mjqg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -926,14 +926,14 @@ snapshots: '@commitlint/types': 19.5.0 ajv: 8.17.1 - '@commitlint/cz-commitlint@19.5.0(@types/node@22.10.1)(commitizen@4.3.1(@types/node@22.10.1)(typescript@5.7.2))(inquirer@12.1.0(@types/node@22.10.1))(typescript@5.7.2)': + '@commitlint/cz-commitlint@19.5.0(@types/node@22.10.1)(commitizen@4.3.1(@types/node@22.10.1)(typescript@5.7.2))(inquirer@12.2.0(@types/node@22.10.1))(typescript@5.7.2)': dependencies: '@commitlint/ensure': 19.5.0 '@commitlint/load': 19.5.0(@types/node@22.10.1)(typescript@5.7.2) '@commitlint/types': 19.5.0 chalk: 5.3.0 commitizen: 4.3.1(@types/node@22.10.1)(typescript@5.7.2) - inquirer: 12.1.0(@types/node@22.10.1) + inquirer: 12.2.0(@types/node@22.10.1) lodash.isplainobject: 4.0.6 word-wrap: 1.2.5 transitivePeerDependencies: @@ -1027,22 +1027,22 @@ snapshots: '@types/conventional-commits-parser': 5.0.1 chalk: 5.3.0 - '@inquirer/checkbox@4.0.2(@types/node@22.10.1)': + '@inquirer/checkbox@4.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/figures': 1.0.8 '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 - '@inquirer/confirm@5.0.2(@types/node@22.10.1)': + '@inquirer/confirm@5.1.0(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 - '@inquirer/core@10.1.0(@types/node@22.10.1)': + '@inquirer/core@10.1.1(@types/node@22.10.1)': dependencies: '@inquirer/figures': 1.0.8 '@inquirer/type': 3.0.1(@types/node@22.10.1) @@ -1056,73 +1056,73 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@inquirer/editor@4.1.0(@types/node@22.10.1)': + '@inquirer/editor@4.2.0(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 external-editor: 3.1.0 - '@inquirer/expand@4.0.2(@types/node@22.10.1)': + '@inquirer/expand@4.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 yoctocolors-cjs: 2.1.2 '@inquirer/figures@1.0.8': {} - '@inquirer/input@4.0.2(@types/node@22.10.1)': + '@inquirer/input@4.1.0(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 - '@inquirer/number@3.0.2(@types/node@22.10.1)': + '@inquirer/number@3.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 - '@inquirer/password@4.0.2(@types/node@22.10.1)': + '@inquirer/password@4.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 ansi-escapes: 4.3.2 - '@inquirer/prompts@7.1.0(@types/node@22.10.1)': - dependencies: - '@inquirer/checkbox': 4.0.2(@types/node@22.10.1) - '@inquirer/confirm': 5.0.2(@types/node@22.10.1) - '@inquirer/editor': 4.1.0(@types/node@22.10.1) - '@inquirer/expand': 4.0.2(@types/node@22.10.1) - '@inquirer/input': 4.0.2(@types/node@22.10.1) - '@inquirer/number': 3.0.2(@types/node@22.10.1) - '@inquirer/password': 4.0.2(@types/node@22.10.1) - '@inquirer/rawlist': 4.0.2(@types/node@22.10.1) - '@inquirer/search': 3.0.2(@types/node@22.10.1) - '@inquirer/select': 4.0.2(@types/node@22.10.1) + '@inquirer/prompts@7.2.0(@types/node@22.10.1)': + dependencies: + '@inquirer/checkbox': 4.0.3(@types/node@22.10.1) + '@inquirer/confirm': 5.1.0(@types/node@22.10.1) + '@inquirer/editor': 4.2.0(@types/node@22.10.1) + '@inquirer/expand': 4.0.3(@types/node@22.10.1) + '@inquirer/input': 4.1.0(@types/node@22.10.1) + '@inquirer/number': 3.0.3(@types/node@22.10.1) + '@inquirer/password': 4.0.3(@types/node@22.10.1) + '@inquirer/rawlist': 4.0.3(@types/node@22.10.1) + '@inquirer/search': 3.0.3(@types/node@22.10.1) + '@inquirer/select': 4.0.3(@types/node@22.10.1) '@types/node': 22.10.1 - '@inquirer/rawlist@4.0.2(@types/node@22.10.1)': + '@inquirer/rawlist@4.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 yoctocolors-cjs: 2.1.2 - '@inquirer/search@3.0.2(@types/node@22.10.1)': + '@inquirer/search@3.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/figures': 1.0.8 '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 yoctocolors-cjs: 2.1.2 - '@inquirer/select@4.0.2(@types/node@22.10.1)': + '@inquirer/select@4.0.3(@types/node@22.10.1)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) '@inquirer/figures': 1.0.8 '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 @@ -1468,10 +1468,10 @@ snapshots: ini@4.1.1: {} - inquirer@12.1.0(@types/node@22.10.1): + inquirer@12.2.0(@types/node@22.10.1): dependencies: - '@inquirer/core': 10.1.0(@types/node@22.10.1) - '@inquirer/prompts': 7.1.0(@types/node@22.10.1) + '@inquirer/core': 10.1.1(@types/node@22.10.1) + '@inquirer/prompts': 7.2.0(@types/node@22.10.1) '@inquirer/type': 3.0.1(@types/node@22.10.1) '@types/node': 22.10.1 ansi-escapes: 4.3.2 diff --git a/common/autoinstallers/rush-lintstaged/package.json b/common/autoinstallers/rush-lintstaged/package.json index b2da98cf..80369db3 100644 --- a/common/autoinstallers/rush-lintstaged/package.json +++ b/common/autoinstallers/rush-lintstaged/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "prettier": "3.4.1", + "prettier": "3.4.2", "lint-staged": "15.2.10" } } diff --git a/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml b/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml index 36c5ed9a..b71fb1e6 100644 --- a/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml +++ b/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 15.2.10 version: 15.2.10 prettier: - specifier: 3.4.1 - version: 3.4.1 + specifier: 3.4.2 + version: 3.4.2 packages: @@ -114,8 +114,8 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - lilconfig@3.1.2: - resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} lint-staged@15.2.10: @@ -178,8 +178,8 @@ packages: engines: {node: '>=0.10'} hasBin: true - prettier@3.4.1: - resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -323,7 +323,7 @@ snapshots: isexe@2.0.0: {} - lilconfig@3.1.2: {} + lilconfig@3.1.3: {} lint-staged@15.2.10: dependencies: @@ -331,7 +331,7 @@ snapshots: commander: 12.1.0 debug: 4.3.7 execa: 8.0.1 - lilconfig: 3.1.2 + lilconfig: 3.1.3 listr2: 8.2.5 micromatch: 4.0.8 pidtree: 0.6.0 @@ -390,7 +390,7 @@ snapshots: pidtree@0.6.0: {} - prettier@3.4.1: {} + prettier@3.4.2: {} restore-cursor@5.1.0: dependencies: diff --git a/common/changes/@kcinternals/heft-esbuild-plugin/main_2024-12-08-03-38.json b/common/changes/@kcinternals/heft-esbuild-plugin/main_2024-12-08-03-38.json new file mode 100644 index 00000000..a87e19a9 --- /dev/null +++ b/common/changes/@kcinternals/heft-esbuild-plugin/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcinternals/heft-esbuild-plugin" + } + ], + "packageName": "@kcinternals/heft-esbuild-plugin", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcinternals/heft-node-rig/main_2024-12-08-03-38.json b/common/changes/@kcinternals/heft-node-rig/main_2024-12-08-03-38.json new file mode 100644 index 00000000..225d24ba --- /dev/null +++ b/common/changes/@kcinternals/heft-node-rig/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcinternals/heft-node-rig" + } + ], + "packageName": "@kcinternals/heft-node-rig", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcinternals/heft-types-rig/main_2024-12-08-03-38.json b/common/changes/@kcinternals/heft-types-rig/main_2024-12-08-03-38.json new file mode 100644 index 00000000..02cffea3 --- /dev/null +++ b/common/changes/@kcinternals/heft-types-rig/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcinternals/heft-types-rig" + } + ], + "packageName": "@kcinternals/heft-types-rig", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcinternals/heft-web-rig/main_2024-12-08-03-38.json b/common/changes/@kcinternals/heft-web-rig/main_2024-12-08-03-38.json new file mode 100644 index 00000000..ce804ee4 --- /dev/null +++ b/common/changes/@kcinternals/heft-web-rig/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcinternals/heft-web-rig" + } + ], + "packageName": "@kcinternals/heft-web-rig", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kctypes/generic/main_2024-12-08-03-38.json b/common/changes/@kctypes/generic/main_2024-12-08-03-38.json new file mode 100644 index 00000000..6a2527af --- /dev/null +++ b/common/changes/@kctypes/generic/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kctypes/generic" + } + ], + "packageName": "@kctypes/generic", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kctypes/package_json/main_2024-12-08-03-38.json b/common/changes/@kctypes/package_json/main_2024-12-08-03-38.json new file mode 100644 index 00000000..b1ac200f --- /dev/null +++ b/common/changes/@kctypes/package_json/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kctypes/package_json" + } + ], + "packageName": "@kctypes/package_json", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/astro-decap-cms/main_2024-12-08-03-38.json b/common/changes/@kcws/astro-decap-cms/main_2024-12-08-03-38.json new file mode 100644 index 00000000..d6e33f8c --- /dev/null +++ b/common/changes/@kcws/astro-decap-cms/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/astro-decap-cms" + } + ], + "packageName": "@kcws/astro-decap-cms", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/color/main_2024-12-08-03-38.json b/common/changes/@kcws/color/main_2024-12-08-03-38.json new file mode 100644 index 00000000..72aaeba7 --- /dev/null +++ b/common/changes/@kcws/color/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/color" + } + ], + "packageName": "@kcws/color", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/dtcheck/main_2024-12-08-03-38.json b/common/changes/@kcws/dtcheck/main_2024-12-08-03-38.json new file mode 100644 index 00000000..947162d0 --- /dev/null +++ b/common/changes/@kcws/dtcheck/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/dtcheck" + } + ], + "packageName": "@kcws/dtcheck", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/equals/main_2024-12-08-03-38.json b/common/changes/@kcws/equals/main_2024-12-08-03-38.json new file mode 100644 index 00000000..4110991e --- /dev/null +++ b/common/changes/@kcws/equals/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/equals" + } + ], + "packageName": "@kcws/equals", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/error/main_2024-12-08-03-38.json b/common/changes/@kcws/error/main_2024-12-08-03-38.json new file mode 100644 index 00000000..d9b30712 --- /dev/null +++ b/common/changes/@kcws/error/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/error" + } + ], + "packageName": "@kcws/error", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/eslint-config/main_2024-12-08-03-38.json b/common/changes/@kcws/eslint-config/main_2024-12-08-03-38.json new file mode 100644 index 00000000..9cc16729 --- /dev/null +++ b/common/changes/@kcws/eslint-config/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/eslint-config" + } + ], + "packageName": "@kcws/eslint-config", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/github-actions/main_2024-12-08-03-38.json b/common/changes/@kcws/github-actions/main_2024-12-08-03-38.json new file mode 100644 index 00000000..1d3f1dff --- /dev/null +++ b/common/changes/@kcws/github-actions/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/github-actions" + } + ], + "packageName": "@kcws/github-actions", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/heft-node-rig/main_2024-12-08-03-38.json b/common/changes/@kcws/heft-node-rig/main_2024-12-08-03-38.json new file mode 100644 index 00000000..9471b32b --- /dev/null +++ b/common/changes/@kcws/heft-node-rig/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/heft-node-rig" + } + ], + "packageName": "@kcws/heft-node-rig", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/heft-web-rig/main_2024-12-08-03-38.json b/common/changes/@kcws/heft-web-rig/main_2024-12-08-03-38.json new file mode 100644 index 00000000..eb0bd704 --- /dev/null +++ b/common/changes/@kcws/heft-web-rig/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/heft-web-rig" + } + ], + "packageName": "@kcws/heft-web-rig", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/lintstaged-config/main_2024-12-08-03-38.json b/common/changes/@kcws/lintstaged-config/main_2024-12-08-03-38.json new file mode 100644 index 00000000..f4acd12b --- /dev/null +++ b/common/changes/@kcws/lintstaged-config/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/lintstaged-config" + } + ], + "packageName": "@kcws/lintstaged-config", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/mixin/main_2024-12-08-03-38.json b/common/changes/@kcws/mixin/main_2024-12-08-03-38.json new file mode 100644 index 00000000..dace1e48 --- /dev/null +++ b/common/changes/@kcws/mixin/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/mixin" + } + ], + "packageName": "@kcws/mixin", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/prettier-config/main_2024-12-08-03-38.json b/common/changes/@kcws/prettier-config/main_2024-12-08-03-38.json new file mode 100644 index 00000000..da4655d6 --- /dev/null +++ b/common/changes/@kcws/prettier-config/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/prettier-config" + } + ], + "packageName": "@kcws/prettier-config", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/random/main_2024-12-08-03-38.json b/common/changes/@kcws/random/main_2024-12-08-03-38.json new file mode 100644 index 00000000..f0b6c37b --- /dev/null +++ b/common/changes/@kcws/random/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/random" + } + ], + "packageName": "@kcws/random", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/reset.css/main_2024-12-08-03-38.json b/common/changes/@kcws/reset.css/main_2024-12-08-03-38.json new file mode 100644 index 00000000..2fca7d21 --- /dev/null +++ b/common/changes/@kcws/reset.css/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/reset.css" + } + ], + "packageName": "@kcws/reset.css", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/rspack-config/main_2024-12-08-03-38.json b/common/changes/@kcws/rspack-config/main_2024-12-08-03-38.json new file mode 100644 index 00000000..e8079748 --- /dev/null +++ b/common/changes/@kcws/rspack-config/main_2024-12-08-03-38.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/rspack-config" + } + ], + "packageName": "@kcws/rspack-config", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 26423e64..bf4af2b1 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: dependencies: '@definitelytyped/eslint-plugin': specifier: 0.1.22 - version: 0.1.22(@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint-plugin-jsdoc@44.2.7(eslint@8.57.0))(eslint@8.57.0)(typescript@5.4.2) + version: 0.1.22(@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint-plugin-jsdoc@44.2.7(eslint@8.57.0))(eslint@8.57.0)(typescript@5.4.2) '@rushstack/eslint-patch': specifier: 1.10.4 version: 1.10.4 @@ -25,11 +25,11 @@ importers: specifier: 0.8.3 version: 0.8.3(eslint@8.57.0)(typescript@5.4.2) '@typescript-eslint/eslint-plugin': - specifier: 8.16.0 - version: 8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) + specifier: 8.17.0 + version: 8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) '@typescript-eslint/parser': - specifier: 8.16.0 - version: 8.16.0(eslint@8.57.0)(typescript@5.4.2) + specifier: 8.17.0 + version: 8.17.0(eslint@8.57.0)(typescript@5.4.2) eslint: specifier: ^8.0.0 version: 8.57.0 @@ -40,14 +40,14 @@ importers: specifier: 0.3.9 version: 0.3.9 eslint-import-resolver-typescript: - specifier: 3.6.3 - version: 3.6.3(eslint-plugin-import-x@4.4.3(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0) + specifier: 3.7.0 + version: 3.7.0(eslint-plugin-import-x@4.5.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0) eslint-plugin-import-x: - specifier: 4.4.3 - version: 4.4.3(eslint@8.57.0)(typescript@5.4.2) + specifier: 4.5.0 + version: 4.5.0(eslint@8.57.0)(typescript@5.4.2) eslint-plugin-jest: specifier: 28.9.0 - version: 28.9.0(@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) + version: 28.9.0(@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) eslint-plugin-jsdoc: specifier: 44.2.7 version: 44.2.7(eslint@8.57.0) @@ -71,8 +71,8 @@ importers: specifier: workspace:* version: link:../../packages-internal/heft-node-rig '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) '@types/eslint': specifier: 8.56.10 version: 8.56.10 @@ -90,8 +90,8 @@ importers: specifier: workspace:* version: link:../eslint-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) '@types/micromatch': specifier: 4.0.9 version: 4.0.9 @@ -108,17 +108,17 @@ importers: specifier: workspace:* version: link:../lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) prettier: - specifier: 3.4.1 - version: 3.4.1 + specifier: 3.4.2 + version: 3.4.2 ../../packages-config/rspack-config: dependencies: '@rspack/cli': specifier: ^0.5.0 - version: 0.5.9(@rspack/core@1.1.4)(@types/express@4.17.21)(webpack@5.96.1) + version: 0.5.9(@rspack/core@1.1.5)(@types/express@4.17.21)(webpack@5.97.1) devDependencies: '@kcinternals/heft-node-rig': specifier: workspace:* @@ -130,11 +130,11 @@ importers: specifier: workspace:* version: link:../lintstaged-config '@rspack/core': - specifier: 1.1.4 - version: 1.1.4 + specifier: 1.1.5 + version: 1.1.5 '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages-example/github-action: dependencies: @@ -155,8 +155,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -164,8 +164,8 @@ importers: specifier: 20.14.2 version: 20.14.2 prettier: - specifier: 3.4.1 - version: 3.4.1 + specifier: 3.4.2 + version: 3.4.2 ../../packages-example/heft-example-plugin: devDependencies: @@ -179,8 +179,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) '@rushstack/terminal': specifier: 0.14.3 version: 0.14.3(@types/node@20.14.2) @@ -203,8 +203,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages-example/local-web-lib: devDependencies: @@ -218,8 +218,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages-example/node-app: devDependencies: @@ -233,8 +233,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@18.19.3) + specifier: 0.68.9 + version: 0.68.9(@types/node@18.19.3) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -257,8 +257,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@18.19.3) + specifier: 0.68.9 + version: 0.68.9(@types/node@18.19.3) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -281,8 +281,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@18.19.3) + specifier: 0.68.9 + version: 0.68.9(@types/node@18.19.3) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -305,8 +305,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@18.19.3) + specifier: 0.68.9 + version: 0.68.9(@types/node@18.19.3) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -333,8 +333,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) '@rushstack/terminal': specifier: 0.14.3 version: 0.14.3(@types/node@20.14.2) @@ -351,17 +351,17 @@ importers: specifier: 7.48.0 version: 7.48.0(@types/node@18.19.3) '@rushstack/heft-api-extractor-plugin': - specifier: 0.3.58 - version: 0.3.58(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3) + specifier: 0.3.59 + version: 0.3.59(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3) '@rushstack/heft-jest-plugin': - specifier: 0.13.1 - version: 0.13.1(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) + specifier: 0.13.2 + version: 0.13.2(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) '@rushstack/heft-lint-plugin': - specifier: 0.5.7 - version: 0.5.7(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3) + specifier: 0.5.8 + version: 0.5.8(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3) '@rushstack/heft-typescript-plugin': - specifier: 0.6.1 - version: 0.6.1(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3) + specifier: 0.6.2 + version: 0.6.2(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -385,8 +385,8 @@ importers: version: 5.3.3 devDependencies: '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@18.19.3) + specifier: 0.68.9 + version: 0.68.9(@types/node@18.19.3) ../../packages-internal/heft-types-rig: dependencies: @@ -394,14 +394,14 @@ importers: specifier: 7.48.0 version: 7.48.0(@types/node@20.14.2) '@rushstack/heft-api-extractor-plugin': - specifier: 0.3.58 - version: 0.3.58(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.3.59 + version: 0.3.59(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-lint-plugin': - specifier: 0.5.7 - version: 0.5.7(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.5.8 + version: 0.5.8(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-typescript-plugin': - specifier: 0.6.1 - version: 0.6.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.6.2 + version: 0.6.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) eslint: specifier: 8.57.0 version: 8.57.0 @@ -410,8 +410,8 @@ importers: version: 5.3.3 devDependencies: '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages-internal/heft-web-rig: dependencies: @@ -419,20 +419,20 @@ importers: specifier: 7.48.0 version: 7.48.0(@types/node@20.14.2) '@rushstack/heft-api-extractor-plugin': - specifier: 0.3.58 - version: 0.3.58(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.3.59 + version: 0.3.59(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-jest-plugin': - specifier: 0.13.1 - version: 0.13.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) + specifier: 0.13.2 + version: 0.13.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) '@rushstack/heft-lint-plugin': - specifier: 0.5.7 - version: 0.5.7(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.5.8 + version: 0.5.8(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-sass-plugin': - specifier: 0.15.6 - version: 0.15.6(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.15.7 + version: 0.15.7(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-typescript-plugin': - specifier: 0.6.1 - version: 0.6.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.6.2 + version: 0.6.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -453,8 +453,8 @@ importers: version: 5.3.3 devDependencies: '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages-type/generic: devDependencies: @@ -468,8 +468,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) tsd: specifier: 0.31.2 version: 0.31.2 @@ -489,8 +489,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) tsd: specifier: 0.31.2 version: 0.31.2 @@ -506,7 +506,7 @@ importers: devDependencies: '@astrojs/check': specifier: 0.9.4 - version: 0.9.4(prettier@3.4.1)(typescript@5.4.2) + version: 0.9.4(prettier@3.4.2)(typescript@5.4.2) '@kcinternals/heft-node-rig': specifier: workspace:* version: link:../../packages-internal/heft-node-rig @@ -517,11 +517,11 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) astro: - specifier: 4.16.16 - version: 4.16.16(@types/node@20.14.2)(rollup@4.28.0)(sass-embedded@1.77.8)(terser@5.36.0)(typescript@5.4.2) + specifier: 5.0.3 + version: 5.0.3(@types/node@20.14.2)(rollup@4.28.1)(sass-embedded@1.77.8)(terser@5.37.0)(typescript@5.4.2)(yaml@2.6.1) ../../packages/color: devDependencies: @@ -535,8 +535,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/dtcheck: devDependencies: @@ -553,8 +553,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/equals: dependencies: @@ -572,8 +572,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/error: devDependencies: @@ -587,8 +587,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/github-actions: dependencies: @@ -618,8 +618,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/heft-node-rig: dependencies: @@ -630,17 +630,17 @@ importers: specifier: 7.48.0 version: 7.48.0(@types/node@18.19.3) '@rushstack/heft-api-extractor-plugin': - specifier: 0.3.58 - version: 0.3.58(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3) + specifier: 0.3.59 + version: 0.3.59(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3) '@rushstack/heft-jest-plugin': - specifier: 0.13.1 - version: 0.13.1(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) + specifier: 0.13.2 + version: 0.13.2(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) '@rushstack/heft-lint-plugin': - specifier: 0.5.7 - version: 0.5.7(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3) + specifier: 0.5.8 + version: 0.5.8(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3) '@rushstack/heft-typescript-plugin': - specifier: 0.6.1 - version: 0.6.1(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3) + specifier: 0.6.2 + version: 0.6.2(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -664,8 +664,8 @@ importers: version: 5.3.3 devDependencies: '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@18.19.3) + specifier: 0.68.9 + version: 0.68.9(@types/node@18.19.3) ../../packages/heft-web-rig: dependencies: @@ -676,20 +676,20 @@ importers: specifier: 7.48.0 version: 7.48.0(@types/node@20.14.2) '@rushstack/heft-api-extractor-plugin': - specifier: 0.3.58 - version: 0.3.58(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.3.59 + version: 0.3.59(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-jest-plugin': - specifier: 0.13.1 - version: 0.13.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) + specifier: 0.13.2 + version: 0.13.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0) '@rushstack/heft-lint-plugin': - specifier: 0.5.7 - version: 0.5.7(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.5.8 + version: 0.5.8(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-sass-plugin': - specifier: 0.15.6 - version: 0.15.6(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.15.7 + version: 0.15.7(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@rushstack/heft-typescript-plugin': - specifier: 0.6.1 - version: 0.6.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2) + specifier: 0.6.2 + version: 0.6.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2) '@types/heft-jest': specifier: 1.0.6 version: 1.0.6 @@ -710,8 +710,8 @@ importers: version: 5.3.3 devDependencies: '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/mixin: devDependencies: @@ -725,8 +725,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/random: devDependencies: @@ -743,8 +743,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) ../../packages/reset.css: devDependencies: @@ -755,8 +755,8 @@ importers: specifier: workspace:* version: link:../../packages-config/lintstaged-config '@rushstack/heft': - specifier: 0.68.8 - version: 0.68.8(@types/node@20.14.2) + specifier: 0.68.9 + version: 0.68.9(@types/node@20.14.2) stylelint: specifier: 16.11.0 version: 16.11.0(typescript@5.4.2) @@ -800,8 +800,8 @@ packages: '@astrojs/compiler@2.10.3': resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} - '@astrojs/internal-helpers@0.4.1': - resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==} + '@astrojs/internal-helpers@0.4.2': + resolution: {integrity: sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==} '@astrojs/language-server@2.15.4': resolution: {integrity: sha512-JivzASqTPR2bao9BWsSc/woPHH7OGSGc9aMxXL4U6egVTqBycB3ZHdBJPuOCVtcGLrzdWTosAqVPz1BVoxE0+A==} @@ -815,16 +815,16 @@ packages: prettier-plugin-astro: optional: true - '@astrojs/markdown-remark@5.3.0': - resolution: {integrity: sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==} + '@astrojs/markdown-remark@6.0.0': + resolution: {integrity: sha512-Tabo7xM44Pz2Yf9qpdaCCgxRmtaypi2YCinqTUNefDrWUa+OyKW62OuNeCaGwNh/ys+QAd9FUWN5/3HgPWjP4Q==} - '@astrojs/prism@3.1.0': - resolution: {integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} + '@astrojs/prism@3.2.0': + resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} - '@astrojs/telemetry@3.1.0': - resolution: {integrity: sha512-/ca/+D8MIKEC8/A9cSaPUqQNZm+Es/ZinRv0ZAzvu2ios7POQSsVD+VOj7/hypWNsNM3T7RpfgNq7H2TU1KEHA==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} + '@astrojs/telemetry@3.2.0': + resolution: {integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==} + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} '@astrojs/yaml2ts@0.2.2': resolution: {integrity: sha512-GOfvSr5Nqy2z5XiwqTouBBpy5FyI6DEe+/g/Mk5am9SjILN1S5fOEvYK0GuWHg98yS/dobP4m8qyqw/URW35fQ==} @@ -888,20 +888,16 @@ packages: resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.2': - resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} + '@babel/compat-data@7.26.3': + resolution: {integrity: sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==} engines: {node: '>=6.9.0'} '@babel/core@7.26.0': resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.2': - resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} + '@babel/generator@7.26.3': + resolution: {integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==} engines: {node: '>=6.9.0'} '@babel/helper-compilation-targets@7.25.9': @@ -938,8 +934,8 @@ packages: resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.2': - resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} + '@babel/parser@7.26.3': + resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==} engines: {node: '>=6.0.0'} hasBin: true @@ -1034,22 +1030,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx@7.25.9': - resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/template@7.25.9': resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.9': - resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} + '@babel/traverse@7.26.4': + resolution: {integrity: sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.0': - resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} + '@babel/types@7.26.3': + resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -1759,143 +1749,148 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.28.0': - resolution: {integrity: sha512-wLJuPLT6grGZsy34g4N1yRfYeouklTgPhH1gWXCYspenKYD0s3cR99ZevOGw5BexMNywkbV3UkjADisozBmpPQ==} + '@rollup/rollup-android-arm-eabi@4.28.1': + resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.28.0': - resolution: {integrity: sha512-eiNkznlo0dLmVG/6wf+Ifi/v78G4d4QxRhuUl+s8EWZpDewgk7PX3ZyECUXU0Zq/Ca+8nU8cQpNC4Xgn2gFNDA==} + '@rollup/rollup-android-arm64@4.28.1': + resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.28.0': - resolution: {integrity: sha512-lmKx9yHsppblnLQZOGxdO66gT77bvdBtr/0P+TPOseowE7D9AJoBw8ZDULRasXRWf1Z86/gcOdpBrV6VDUY36Q==} + '@rollup/rollup-darwin-arm64@4.28.1': + resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.28.0': - resolution: {integrity: sha512-8hxgfReVs7k9Js1uAIhS6zq3I+wKQETInnWQtgzt8JfGx51R1N6DRVy3F4o0lQwumbErRz52YqwjfvuwRxGv1w==} + '@rollup/rollup-darwin-x64@4.28.1': + resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.28.0': - resolution: {integrity: sha512-lA1zZB3bFx5oxu9fYud4+g1mt+lYXCoch0M0V/xhqLoGatbzVse0wlSQ1UYOWKpuSu3gyN4qEc0Dxf/DII1bhQ==} + '@rollup/rollup-freebsd-arm64@4.28.1': + resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.28.0': - resolution: {integrity: sha512-aI2plavbUDjCQB/sRbeUZWX9qp12GfYkYSJOrdYTL/C5D53bsE2/nBPuoiJKoWp5SN78v2Vr8ZPnB+/VbQ2pFA==} + '@rollup/rollup-freebsd-x64@4.28.1': + resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.28.0': - resolution: {integrity: sha512-WXveUPKtfqtaNvpf0iOb0M6xC64GzUX/OowbqfiCSXTdi/jLlOmH0Ba94/OkiY2yTGTwteo4/dsHRfh5bDCZ+w==} + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': + resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.28.0': - resolution: {integrity: sha512-yLc3O2NtOQR67lI79zsSc7lk31xjwcaocvdD1twL64PK1yNaIqCeWI9L5B4MFPAVGEVjH5k1oWSGuYX1Wutxpg==} + '@rollup/rollup-linux-arm-musleabihf@4.28.1': + resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.28.0': - resolution: {integrity: sha512-+P9G9hjEpHucHRXqesY+3X9hD2wh0iNnJXX/QhS/J5vTdG6VhNYMxJ2rJkQOxRUd17u5mbMLHM7yWGZdAASfcg==} + '@rollup/rollup-linux-arm64-gnu@4.28.1': + resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.28.0': - resolution: {integrity: sha512-1xsm2rCKSTpKzi5/ypT5wfc+4bOGa/9yI/eaOLW0oMs7qpC542APWhl4A37AENGZ6St6GBMWhCCMM6tXgTIplw==} + '@rollup/rollup-linux-arm64-musl@4.28.1': + resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.28.0': - resolution: {integrity: sha512-zgWxMq8neVQeXL+ouSf6S7DoNeo6EPgi1eeqHXVKQxqPy1B2NvTbaOUWPn/7CfMKL7xvhV0/+fq/Z/J69g1WAQ==} + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': + resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==} + cpu: [loong64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': + resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.28.0': - resolution: {integrity: sha512-VEdVYacLniRxbRJLNtzwGt5vwS0ycYshofI7cWAfj7Vg5asqj+pt+Q6x4n+AONSZW/kVm+5nklde0qs2EUwU2g==} + '@rollup/rollup-linux-riscv64-gnu@4.28.1': + resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.28.0': - resolution: {integrity: sha512-LQlP5t2hcDJh8HV8RELD9/xlYtEzJkm/aWGsauvdO2ulfl3QYRjqrKW+mGAIWP5kdNCBheqqqYIGElSRCaXfpw==} + '@rollup/rollup-linux-s390x-gnu@4.28.1': + resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.28.0': - resolution: {integrity: sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==} + '@rollup/rollup-linux-x64-gnu@4.28.1': + resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.28.0': - resolution: {integrity: sha512-eKpJr4vBDOi4goT75MvW+0dXcNUqisK4jvibY9vDdlgLx+yekxSm55StsHbxUsRxSTt3JEQvlr3cGDkzcSP8bw==} + '@rollup/rollup-linux-x64-musl@4.28.1': + resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.28.0': - resolution: {integrity: sha512-Vi+WR62xWGsE/Oj+mD0FNAPY2MEox3cfyG0zLpotZdehPFXwz6lypkGs5y38Jd/NVSbOD02aVad6q6QYF7i8Bg==} + '@rollup/rollup-win32-arm64-msvc@4.28.1': + resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.28.0': - resolution: {integrity: sha512-kN/Vpip8emMLn/eOza+4JwqDZBL6MPNpkdaEsgUtW1NYN3DZvZqSQrbKzJcTL6hd8YNmFTn7XGWMwccOcJBL0A==} + '@rollup/rollup-win32-ia32-msvc@4.28.1': + resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.28.0': - resolution: {integrity: sha512-Bvno2/aZT6usSa7lRDL2+hMjVAGjuqaymF1ApZm31JXzniR/hvr14jpU+/z4X6Gt5BPlzosscyJZGUvguXIqeQ==} + '@rollup/rollup-win32-x64-msvc@4.28.1': + resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} cpu: [x64] os: [win32] - '@rspack/binding-darwin-arm64@1.1.4': - resolution: {integrity: sha512-mSN9OWvenbD125THkj3nFOlJCk5o44C8uc0YH7gK1uR77g98USiC/4eSWXKqP+sRfDBplQEzannuPrBW1nPimQ==} + '@rspack/binding-darwin-arm64@1.1.5': + resolution: {integrity: sha512-eEynmyPPl+OGYQ9LRFwiQosyRfcca3OQB73akqY4mqDRl39OyiBjq7347DLHJysgbm9z+B1bsiLuh2xc6mdclQ==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.1.4': - resolution: {integrity: sha512-ECmcTJecXwqhqqpOjfjIcwDp8UqJ3D1Crc2COG+wUfwejtbqs9twUTaufZz7U7xna+oyfJ4GRNSKS9xs4N2kPQ==} + '@rspack/binding-darwin-x64@1.1.5': + resolution: {integrity: sha512-I6HPRgogewU5v1OKe3noEzq2U1FCEYAbW+smy+lPvpTW+3X6PlVMzTT4oelhB0EXDQ+KxjXH9KpOKON1hg/JGg==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.1.4': - resolution: {integrity: sha512-QVRFV6+z1DopeGn8rLRbBNrWXuBvp7J19lTtvx9F5mItzTiBVHmNqFt31namm59xkhHJ3leng7l2F39qcOMOIA==} + '@rspack/binding-linux-arm64-gnu@1.1.5': + resolution: {integrity: sha512-LQnqucNa6Dr6y3By+/M2ARO4jDR3AM+PuCsHgzlYT0RDRLS+Ow3f50WbNBf7eI/DhrEA0aucYL3sz1ljguB3EA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.1.4': - resolution: {integrity: sha512-UCateQWfEpEyFOC/tkuicXpIm81s5DavcwKjX3wwh1JB/KO6UxGHK8F75BV4K3Coo/UEiNCvL8xrB7eDjMDwYg==} + '@rspack/binding-linux-arm64-musl@1.1.5': + resolution: {integrity: sha512-b9L/9HJxrWY4cezPWqgj28I9Xe2XxwLHu8x0CMGobwF2XKR0QQVLAst38RW/EusJ8TURdyvNEOuRZlWEIJuYOw==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.1.4': - resolution: {integrity: sha512-Nz5Bt1PDxebVRU321h9AGkLRQL5n9Xgt+rluWAXLVtyxM9aPavmvu1n6/G9stXwQdnUVrZIUs7EzhIhWBe5R/A==} + '@rspack/binding-linux-x64-gnu@1.1.5': + resolution: {integrity: sha512-0az52ZXTg/ErCGC1v/oFLWByKAiXvng4euv+prwMWF6p1pA7lfLRLzdibDFO4KgC16Zlfcg3hqs7YikLng4x+w==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.1.4': - resolution: {integrity: sha512-1XG795a+M4vE7JLyeDa1oktr4WU/I5IQ9d8Vk3PVtF59IxnKpjOb3vdGhXP7Ke2zWP6C2YQzWotez6AbO3uWeA==} + '@rspack/binding-linux-x64-musl@1.1.5': + resolution: {integrity: sha512-EF/LJTtCTkuti2gJnCyvXHC5Q2L5M4+RXm5kj9Bfu/t0Zmmfe6Jd5QUsifgogioeL0ZsH/Pou5QiiVcOFcqFKQ==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.1.4': - resolution: {integrity: sha512-1hXOgHxnrBmjBNUluy9MbFMQi4lnAS199JD5UHRc2mx5i+D8cjAiBsWHzIcK4xzsxu2IYgVGsJcdIA8/zV/PVQ==} + '@rspack/binding-win32-arm64-msvc@1.1.5': + resolution: {integrity: sha512-VEqhK6HwIHby6gtOkxIx66SkqYndiaP1ddZ3X39RLE40TY3KlNgfG/SzbN9J5Qb+8jjq3ogV8n50+wLEGkhiWw==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.1.4': - resolution: {integrity: sha512-Jfq6gF5QKOYZsgDYRx+fWipDHmtHxq6jniws1WAE8F5w1qIt/dAHzW3a6+3VwCih9lQEEH3Rimy/ECB0oergng==} + '@rspack/binding-win32-ia32-msvc@1.1.5': + resolution: {integrity: sha512-Yi2BwYehc5/sRVgI7zTGYJKjnV8UszAJt/stWdFHaq82chHiuuF/tQd1WcBUq0Iin9ylBMo16mRJAuFkFmJ74Q==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.1.4': - resolution: {integrity: sha512-d9HUGVfNFhB+r32kDPkzHeMmgwemTFsDymnWJUgUrojzTJ326JrDmEXVeCnAHfwBSC9w4/mp4H+4iGhIdKSo9w==} + '@rspack/binding-win32-x64-msvc@1.1.5': + resolution: {integrity: sha512-4UArXYqJO1Ni7TmCw1T11JnrwfpoThDdiQ9k1P1voBWK3bDahPEBOptk9ZPu2+ZuRX8hFrvumRKkLY3oy7fTMw==} cpu: [x64] os: [win32] - '@rspack/binding@1.1.4': - resolution: {integrity: sha512-XdR/4DACpLqNjxEw+ikg5FN2dQbOAxj7fDlndNio0l+m8ThPiIsetkJ2FNSlxt/K4SVnIrwAkhE5kabVNKR4EA==} + '@rspack/binding@1.1.5': + resolution: {integrity: sha512-RsSkgi56Q5XUXut0qweLSE1C4Ogcm7g/ueKoOgsbHAYVKrCs9/dTFlPHWSIAaI7QWh0GWEePR/MM2O2HIu+1rw==} '@rspack/cli@0.5.9': resolution: {integrity: sha512-XVKhDfEEzY/70B419fNPjE2scn/nOdhC8IpoGiPQrwjr6trZaYeQpsfba16eK5AQwFGGhFNUIVYGL5ummHd0IQ==} @@ -1903,8 +1898,8 @@ packages: peerDependencies: '@rspack/core': '>=0.4.0' - '@rspack/core@1.1.4': - resolution: {integrity: sha512-JUU1pS11TY3/MwnezBfLLp3+7zfkd4Adzo8Pv4f4R1KoJyX1FYBFBcKnfZBlaGYi2C2e5ZDrrHxQlrPmygjbuw==} + '@rspack/core@1.1.5': + resolution: {integrity: sha512-/FmxDeMuW8fJkhz8fHuCu7OiJHFKW78xclEu7LkEujWl4PqJgdWjUL/6FWIj50spRwj6PRfuc31hFSL4hbNfCA==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1934,19 +1929,19 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - '@rushstack/heft-api-extractor-plugin@0.3.58': - resolution: {integrity: sha512-HtY2zMAJMb7OuHB36jwWStgV0jVGvl6r4oksroXbFoFVfmXvHNAslpn9UGMutJznZFH1HYudXof8O+cLcsEbKw==} + '@rushstack/heft-api-extractor-plugin@0.3.59': + resolution: {integrity: sha512-H2J8H8l9wyexk2AbHXq1WkeKWTORAEnwtcbVjINqWdzrGkZGAHyH2z5snTpTGUGP6McHd6/MgfHfCfct0UQXLg==} peerDependencies: - '@rushstack/heft': 0.68.8 + '@rushstack/heft': 0.68.9 - '@rushstack/heft-config-file@0.15.9': - resolution: {integrity: sha512-ovgiOlp1wN5hKdDUZKl35+TE2wR8xu4L4hPOh1+6onN6lIK0W/Udbve6qtWOtOO///79GqSwaqOQQftSLGOU9Q==} + '@rushstack/heft-config-file@0.16.0': + resolution: {integrity: sha512-kafsrpM7xtDaw0iZL9J+qodH9UN5BmDkNHJamS4p/wgp+Y1QCjhv9cC7B9VEAA5lmrRIFwtBOgOaah2W9Vsc/g==} engines: {node: '>=10.13.0'} - '@rushstack/heft-jest-plugin@0.13.1': - resolution: {integrity: sha512-qUya2+iYvKYL++X/JVo1lEbDPakphmsdbSAwvZ8CBH/fDuntipfuXaHzLQvz9BAIAK6I7+asXTKMI1yGzfW/Ug==} + '@rushstack/heft-jest-plugin@0.13.2': + resolution: {integrity: sha512-fNVifoLX0vWYdD7/TnfpKel0+4If5ndJFiyGCO3EHtlJBx+orRAErFdRB7qd0xwq+IVTXK3jpfaklYzInAd0Ig==} peerDependencies: - '@rushstack/heft': ^0.68.8 + '@rushstack/heft': ^0.68.9 jest-environment-jsdom: ^29.5.0 jest-environment-node: ^29.5.0 peerDependenciesMeta: @@ -1955,23 +1950,23 @@ packages: jest-environment-node: optional: true - '@rushstack/heft-lint-plugin@0.5.7': - resolution: {integrity: sha512-p0kdTYq23WWe9N32v33J5pond5fSnkz80K77oKMUkDNnDW30lMghe5Vr+UFlnpCZiHaX0DyHulp09DkFcKEE8w==} + '@rushstack/heft-lint-plugin@0.5.8': + resolution: {integrity: sha512-6qF9ThXO83Fhz4rvU9wDQIAmDbDPWgfvgrMCgZqunH6/5Z4vvb7aVOqSt6Uhp5lu9rZlV5uJv1KUAYYiTZ5JKQ==} peerDependencies: - '@rushstack/heft': 0.68.8 + '@rushstack/heft': 0.68.9 - '@rushstack/heft-sass-plugin@0.15.6': - resolution: {integrity: sha512-cdiFOtzApPdQUdFPWZ3kZGL7qj1hBPQ3Rk8M5QIC88LmFN+HCiJ7YtubG0ks8A37Put8ift5F3VGMSVlp3T1hw==} + '@rushstack/heft-sass-plugin@0.15.7': + resolution: {integrity: sha512-18IqmUqmY8tBJtzX12WR7b/6EZ4h9n77dGlH2XtbFoIcnxkRLZypWIX9u7VMwohYjukitZo0o2leDCMGO0F0Aw==} peerDependencies: - '@rushstack/heft': ^0.68.8 + '@rushstack/heft': ^0.68.9 - '@rushstack/heft-typescript-plugin@0.6.1': - resolution: {integrity: sha512-H+08XGWtIFY3OGNOzVK0GDZpF3jQlZ7VWh0vsWmEbquzG2jr+oxqAwMD1M6pLhfy6ZlTiXPgIchrH1s+e0jxvQ==} + '@rushstack/heft-typescript-plugin@0.6.2': + resolution: {integrity: sha512-/CdYHmWJTSpPnZwaJwuyRiyqA4ouAkwjT3Wy3V9ugEO7YGOg0RzJPJ3VPqvElkXvhjh/vBHaAHmDYPgoIOjudg==} peerDependencies: - '@rushstack/heft': 0.68.8 + '@rushstack/heft': 0.68.9 - '@rushstack/heft@0.68.8': - resolution: {integrity: sha512-4gmK2xp79EWWgeh3cEwpzf0rhJtxIIVSodJsV9IZCg+m4wFPADQ1j9zL6ariWkUhkiKi3t6ana5MA69C3EKVjA==} + '@rushstack/heft@0.68.9': + resolution: {integrity: sha512-po9dcjRtM1TbVsDeE1PpNCQoNpjx+J3KhUKNfiOSoyZ5wocCGiWNx4Np20S3xjLMtin1P0PfUADRaqidqnzmdQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -2008,8 +2003,8 @@ packages: '@rushstack/ts-command-line@4.23.1': resolution: {integrity: sha512-40jTmYoiu/xlIpkkRsVfENtBq4CW3R4azbL0Vmda+fMwHWqss6wwf/Cy/UJmMqIzpfYc2OTnjYP1ZLD3CmyeCA==} - '@rushstack/typings-generator@0.14.12': - resolution: {integrity: sha512-SGs89pXnShDu2Z+8cQci9oq5yn8ZAyljQMrzKkX10TK+bbWzLV4tnWVHFWNt+RB4EaQCHxxqsnZDk/QcZicthw==} + '@rushstack/typings-generator@0.14.13': + resolution: {integrity: sha512-+RELPgF4MTudbCF5Wt9U6jP88CQQ9ZKeFubNqXywM+3xIb68e1fQubcS7inaNHDWVYBmQBlrOYZymS6vyGmrPA==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -2219,8 +2214,8 @@ packages: '@types/yargs@17.0.33': resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} - '@typescript-eslint/eslint-plugin@8.16.0': - resolution: {integrity: sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==} + '@typescript-eslint/eslint-plugin@8.17.0': + resolution: {integrity: sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -2230,8 +2225,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.16.0': - resolution: {integrity: sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==} + '@typescript-eslint/parser@8.17.0': + resolution: {integrity: sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2244,12 +2239,12 @@ packages: resolution: {integrity: sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.16.0': - resolution: {integrity: sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==} + '@typescript-eslint/scope-manager@8.17.0': + resolution: {integrity: sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.16.0': - resolution: {integrity: sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==} + '@typescript-eslint/type-utils@8.17.0': + resolution: {integrity: sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2262,8 +2257,8 @@ packages: resolution: {integrity: sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.16.0': - resolution: {integrity: sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==} + '@typescript-eslint/types@8.17.0': + resolution: {integrity: sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@8.1.0': @@ -2275,8 +2270,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.16.0': - resolution: {integrity: sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==} + '@typescript-eslint/typescript-estree@8.17.0': + resolution: {integrity: sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -2290,8 +2285,8 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/utils@8.16.0': - resolution: {integrity: sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==} + '@typescript-eslint/utils@8.17.0': + resolution: {integrity: sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2304,12 +2299,12 @@ packages: resolution: {integrity: sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.16.0': - resolution: {integrity: sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==} + '@typescript-eslint/visitor-keys@8.17.0': + resolution: {integrity: sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@ungap/structured-clone@1.2.0': - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + '@ungap/structured-clone@1.2.1': + resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==} '@volar/kit@2.4.10': resolution: {integrity: sha512-ul+rLeO9RlFDgkY/FhPWMnpFqAsjvjkKz8VZeOY5YCJMwTblmmSBlNJtFNxSBx9t/k1q80nEthLyxiJ50ZbIAg==} @@ -2421,8 +2416,8 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.1: - resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} + agent-base@7.1.2: + resolution: {integrity: sha512-JVzqkCNRT+VfqzzgPWDPnwvDheSAUdiMUn3NoLXpDJF5lRqeJqyC9iGsAxIOAW+mzIdq+uP1TvcX6bMtrH0agg==} engines: {node: '>= 14'} ajv-draft-04@1.0.0: @@ -2585,9 +2580,9 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - astro@4.16.16: - resolution: {integrity: sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} + astro@5.0.3: + resolution: {integrity: sha512-qpeN+POmmfAQu/XDXaI2CxkUgQFwH9uMUVaA1reV9rybzIbOVYc3E3BU5SkiP/W4BMUFPdJtyw6+/n/0AUv6rw==} + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true async-mutex@0.3.2: @@ -2724,8 +2719,12 @@ packages: resolution: {integrity: sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==} engines: {node: '>=6'} - call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + call-bind-apply-helpers@1.0.0: + resolution: {integrity: sha512-CCKAP2tkPau7D3GE8+V8R6sQubA9R5foIzGp+85EXCVSCivuxBNAWqcpn72PKYiIcqoViv/kcUDpaEIMBVi1lQ==} + engines: {node: '>= 0.4'} + + call-bind@1.0.8: + resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} engines: {node: '>= 0.4'} callsites@3.1.0: @@ -2748,8 +2747,8 @@ packages: resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} engines: {node: '>=16'} - caniuse-lite@1.0.30001684: - resolution: {integrity: sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==} + caniuse-lite@1.0.30001687: + resolution: {integrity: sha512-0S/FDhf4ZiqrTUiQ39dKeUjYRjkv7lOZU1Dgif2rIqrTzX/1wV2hfKu9TOm1IHkdSijfLswxTFzl/cvir+SLSQ==} caseless@0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} @@ -2820,14 +2819,6 @@ packages: resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} engines: {node: '>=10'} - cli-cursor@5.0.0: - resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} - engines: {node: '>=18'} - - cli-spinners@2.9.2: - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} - engines: {node: '>=6'} - cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} @@ -2978,8 +2969,8 @@ packages: resolution: {integrity: sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==} engines: {node: '>=12 || >=16'} - css-tree@3.0.1: - resolution: {integrity: sha512-8Fxxv+tGhORlshCdCwnNJytvlvq46sOLSYEx2ZIGurahWvMucSRnyjPA3AmrMq4VPRYbHVpWj5VkiVasrM2H4Q==} + css-tree@3.1.0: + resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} cssesc@3.0.0: @@ -3023,8 +3014,8 @@ packages: debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -3166,6 +3157,10 @@ packages: resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} engines: {node: '>=4'} + dunder-proto@1.0.0: + resolution: {integrity: sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==} + engines: {node: '>= 0.4'} + duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -3175,8 +3170,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.5.67: - resolution: {integrity: sha512-nz88NNBsD7kQSAGGJyp8hS6xSPtWwqNogA0mjtc2nUYeEf3nURK9qpV18TuBdDmEDgVWotS8Wkzf+V52dSQ/LQ==} + electron-to-chromium@1.5.71: + resolution: {integrity: sha512-dB68l59BI75W1BUGVTAEJy45CEVuEGy9qPVVQ8pnHyHMn36PLPPoE1mjLH+lo9rKulO3HC2OhbACI/8tCqJBcA==} emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} @@ -3224,8 +3219,8 @@ packages: resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==} engines: {node: '>= 0.4'} - es-define-property@1.0.0: - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} engines: {node: '>= 0.4'} es-errors@1.3.0: @@ -3311,8 +3306,8 @@ packages: eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} - eslint-import-resolver-typescript@3.6.3: - resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==} + eslint-import-resolver-typescript@3.7.0: + resolution: {integrity: sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3324,23 +3319,14 @@ packages: eslint-plugin-import-x: optional: true - eslint-module-utils@2.12.0: - resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} - engines: {node: '>=4'} - peerDependencies: - eslint: '*' - peerDependenciesMeta: - eslint: - optional: true - eslint-plugin-es-x@7.8.0: resolution: {integrity: sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8' - eslint-plugin-import-x@4.4.3: - resolution: {integrity: sha512-QBprHvhLsfDhP++2T1NnjsOUt6bLDX3NMHaYwAB1FD3xmYTkdFH+HS1OamGhz28jLkRyIZa6UNAzTxbHnJwz5w==} + eslint-plugin-import-x@4.5.0: + resolution: {integrity: sha512-l0OTfnPF8RwmSXfjT75N8d6ZYLVrVYWpaGlgvVkVqFERCI5SyBfDP7QEMr3kt0zWi2sOa9EQ47clbdFsHkF83Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3489,14 +3475,10 @@ packages: resolution: {integrity: sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==} engines: {node: '>= 0.10.0'} - express@4.21.1: - resolution: {integrity: sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==} + express@4.21.2: + resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==} engines: {node: '>= 0.10.0'} - extend-shallow@2.0.1: - resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} - engines: {node: '>=0.10.0'} - extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -3689,8 +3671,8 @@ packages: resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} engines: {node: '>=18'} - get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + get-intrinsic@1.2.5: + resolution: {integrity: sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==} engines: {node: '>= 0.4'} get-package-type@0.1.0: @@ -3749,8 +3731,8 @@ packages: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} - globals@15.12.0: - resolution: {integrity: sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==} + globals@15.13.0: + resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==} engines: {node: '>=18'} globalthis@1.0.4: @@ -3764,8 +3746,8 @@ packages: globjoin@0.1.4: resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==} - gopd@1.1.0: - resolution: {integrity: sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==} + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} engines: {node: '>= 0.4'} graceful-fs@4.2.11: @@ -3774,10 +3756,6 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - gray-matter@4.0.3: - resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} - engines: {node: '>=6.0'} - gzip-size@6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} @@ -3808,12 +3786,12 @@ packages: has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} - has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} engines: {node: '>= 0.4'} - has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + has-symbols@1.1.0: + resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} engines: {node: '>= 0.4'} has-tostringtag@1.0.2: @@ -3933,8 +3911,8 @@ packages: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} - https-proxy-agent@7.0.5: - resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} + https-proxy-agent@7.0.6: + resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} engines: {node: '>= 14'} human-signals@2.1.0: @@ -4036,15 +4014,16 @@ packages: resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} engines: {node: '>= 0.4'} - is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} - is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + is-boolean-object@1.2.0: + resolution: {integrity: sha512-kR5g0+dXf/+kXnqI+lu0URKYPKgICtHGGNCDSB10AaUFj3o/HkB3u7WfpRBJGFopxxY0oH3ux7ZsDjLtK7xqvw==} engines: {node: '>= 0.4'} is-builtin-module@3.2.1: @@ -4080,10 +4059,6 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true - is-extendable@0.1.1: - resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} - engines: {node: '>=0.10.0'} - is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -4117,10 +4092,6 @@ packages: engines: {node: '>=14.16'} hasBin: true - is-interactive@2.0.0: - resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} - engines: {node: '>=12'} - is-map@2.0.3: resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} engines: {node: '>= 0.4'} @@ -4129,8 +4100,8 @@ packages: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} - is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + is-number-object@1.1.0: + resolution: {integrity: sha512-KVSZV0Dunv9DTPkhXwcZ3Q+tUc9TsaE1ZwX5J2WMvsSGS6Md8TFPun5uwh0yRdrNerI6vf/tbJxqSx4c1ZI1Lw==} engines: {node: '>= 0.4'} is-number@7.0.0: @@ -4176,12 +4147,12 @@ packages: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} - is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + is-string@1.1.0: + resolution: {integrity: sha512-PlfzajuF9vSo5wErv3MJAKD/nqf9ngAs1NFQYm16nUYFO2IzxJ2hcm+IOCg+EEopdykNNUhVq5cz35cAUxU8+g==} engines: {node: '>= 0.4'} - is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + is-symbol@1.1.0: + resolution: {integrity: sha512-qS8KkNNXUZ/I+nX6QT8ZS1/Yx0A444yhzdTKxCzKkNjQ9sHErBxJnJAgh+f5YhusYECEcjo4XcyH87hn6+ks0A==} engines: {node: '>= 0.4'} is-typed-array@1.1.13: @@ -4195,14 +4166,6 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} - is-unicode-supported@1.3.0: - resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} - engines: {node: '>=12'} - - is-unicode-supported@2.1.0: - resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} - engines: {node: '>=18'} - is-weakmap@2.0.2: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} @@ -4564,10 +4527,6 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} - log-symbols@6.0.0: - resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} - engines: {node: '>=18'} - logform@2.7.0: resolution: {integrity: sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==} engines: {node: '>= 12.0.0'} @@ -4652,12 +4611,12 @@ packages: mdast-util-to-string@4.0.0: resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} - mdn-data@2.12.1: - resolution: {integrity: sha512-rsfnCbOHjqrhWxwt5/wtSLzpoKTzW7OXdT5lLOIH1OTYhWu9rRJveGq0sKvDZODABH7RX+uoR+DYcpFnq4Tf6Q==} - mdn-data@2.12.2: resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} + mdn-data@2.13.0: + resolution: {integrity: sha512-OmD1FDyP706JqPqtLqgev/QCK0qudBdUuKKag6InQ/elEw3Cm2AhXYktcSggdc/vWniYqIsofkcteMEOioW5vQ==} + media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -4800,10 +4759,6 @@ packages: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - mimic-function@5.0.1: - resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} - engines: {node: '>=18'} - min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} @@ -4998,10 +4953,6 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - onetime@7.0.0: - resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} - engines: {node: '>=18'} - oniguruma-to-es@0.7.0: resolution: {integrity: sha512-HRaRh09cE0gRS3+wi2zxekB+I5L8C/gN60S+vb11eADHUaB/q4u8wGGOX3GvwvitG8ixaeycZfeoyruKQzUgNg==} @@ -5017,10 +4968,6 @@ packages: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} - ora@8.1.1: - resolution: {integrity: sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==} - engines: {node: '>=18'} - p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -5093,8 +5040,8 @@ packages: path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - path-to-regexp@0.1.10: - resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} + path-to-regexp@0.1.12: + resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} @@ -5212,8 +5159,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - prettier@3.4.1: - resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -5242,8 +5189,8 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - psl@1.14.0: - resolution: {integrity: sha512-Syk1bnf6fRZ9wQs03AtKJHcM12cKbOLo9L8JtCCdYj5/DTsHmTyXM4BK5ouWeG2P6kZ4nmFvuNTdtaqfobCOCg==} + psl@1.15.0: + resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} @@ -5333,8 +5280,8 @@ packages: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} - reflect.getprototypeof@1.0.7: - resolution: {integrity: sha512-bMvFGIUKlc/eSfXNX+aZ+EL95/EgZzuwA0OBPTbZZDEJw/0AkentjMuM1oiRfwHrshqk4RzdgiTg5CcDalXN5g==} + reflect.getprototypeof@1.0.8: + resolution: {integrity: sha512-B5dj6usc5dkk8uFliwjwDHM8To5/QwdKz9JcBZ8Ic4G1f0YmeeJTtE/ZTdgRFPAfxZFiUaPhZ1Jcs4qeagItGQ==} engines: {node: '>= 0.4'} regex-recursion@4.3.0: @@ -5419,8 +5366,8 @@ packages: resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - resolve.exports@2.0.2: - resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} + resolve.exports@2.0.3: + resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} engines: {node: '>=10'} resolve@1.22.8: @@ -5431,10 +5378,6 @@ packages: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true - restore-cursor@5.1.0: - resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} - engines: {node: '>=18'} - retext-latin@4.0.0: resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} @@ -5464,8 +5407,8 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rollup@4.28.0: - resolution: {integrity: sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==} + rollup@4.28.1: + resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -5630,10 +5573,6 @@ packages: resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} engines: {node: '>= 12.13.0'} - section-matter@1.0.0: - resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} - engines: {node: '>=4'} - select-hose@2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} @@ -5822,12 +5761,8 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} - stdin-discarder@0.2.2: - resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} - engines: {node: '>=18'} - - streamx@2.20.2: - resolution: {integrity: sha512-aDGDLU+j9tJcUdPGOaHmVF1u/hhI+CsGkT02V3OKlHDV7IukOI+nTWAGkiZEKCO35rWN1wIr4tS7YFr1f4qSvA==} + streamx@2.21.0: + resolution: {integrity: sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==} string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} @@ -5891,10 +5826,6 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} - strip-bom-string@1.0.0: - resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} - engines: {node: '>=0.10.0'} - strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -5987,8 +5918,8 @@ packages: symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - table@6.8.2: - resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} + table@6.9.0: + resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} tapable@1.1.3: @@ -6022,8 +5953,8 @@ packages: uglify-js: optional: true - terser@5.36.0: - resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==} + terser@5.37.0: + resolution: {integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==} engines: {node: '>=10'} hasBin: true @@ -6031,8 +5962,8 @@ packages: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} - text-decoder@1.2.1: - resolution: {integrity: sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==} + text-decoder@1.2.2: + resolution: {integrity: sha512-/MDslo7ZyWTA2vnk1j7XoDVfXsGk3tp+zFEJHJGm0UjIlQifonVFwlVbQDFh8KJzTBnT8ie115TYqir6bclddA==} text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -6155,8 +6086,8 @@ packages: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} - type-fest@4.29.0: - resolution: {integrity: sha512-RPYt6dKyemXJe7I6oNstcH24myUGSReicxcHTvCLgzm4e0n8y05dGvcGB15/SoPRBmhlMthWQ9pvKyL81ko8nQ==} + type-fest@4.30.0: + resolution: {integrity: sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==} engines: {node: '>=16'} type-is@1.6.18: @@ -6198,6 +6129,9 @@ packages: engines: {node: '>=14.17'} hasBin: true + ultrahtml@1.5.3: + resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} + unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} @@ -6312,22 +6246,27 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite@5.4.11: - resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} - engines: {node: ^18.0.0 || >=20.0.0} + vite@6.0.3: + resolution: {integrity: sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' less: '*' lightningcss: ^1.21.0 sass: '*' sass-embedded: '*' stylus: '*' sugarss: '*' - terser: ^5.4.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: '@types/node': optional: true + jiti: + optional: true less: optional: true lightningcss: @@ -6342,6 +6281,10 @@ packages: optional: true terser: optional: true + tsx: + optional: true + yaml: + optional: true vitefu@1.0.4: resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==} @@ -6410,8 +6353,8 @@ packages: '@volar/language-service': optional: true - vscode-css-languageservice@6.3.1: - resolution: {integrity: sha512-1BzTBuJfwMc3A0uX4JBdJgoxp74cjj4q2mDJdp49yD/GuAq4X0k5WtK6fNcMYr+FfJ9nqgR6lpfCSZDkARJ5qQ==} + vscode-css-languageservice@6.3.2: + resolution: {integrity: sha512-GEpPxrUTAeXWdZWHev1OJU9lz2Q2/PPBxQ2TIRmLGvQiH3WZbqaNoute0n0ewxlgtjzTW3AKZT+NHySk5Rf4Eg==} vscode-html-languageservice@5.3.1: resolution: {integrity: sha512-ysUh4hFeW/WOWz/TO9gm08xigiSsV/FOAZ+DolgJfeLftna54YdmZ4A+lIn46RbdO3/Qv5QHTn1ZGqmrXQhZyA==} @@ -6522,8 +6465,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - webpack@5.96.1: - resolution: {integrity: sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==} + webpack@5.97.1: + resolution: {integrity: sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -6558,8 +6501,9 @@ packages: whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} - which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-boxed-primitive@1.1.0: + resolution: {integrity: sha512-Ei7Miu/AXe2JJ4iNF5j/UphAgRoma4trE6PtisM09bPygb3egMH3YLW/befsWb1A1AxvNSFidOFTB18XtnIIng==} + engines: {node: '>= 0.4'} which-builtin-type@1.2.0: resolution: {integrity: sha512-I+qLGQ/vucCby4tf5HsLmGueEla4ZhwTBSqaooS+Y0BuxN4Cp+okmGuV+8mXZ84KDI9BA+oklo+RzKg0ONdSUA==} @@ -6737,6 +6681,14 @@ packages: resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} engines: {node: '>=12.20'} + yocto-spinner@0.1.1: + resolution: {integrity: sha512-vb6yztJdmbX9BwiR2NlKim7roGM5xFFhiTO6UstNiKBnh8NT6uFNjpXYC6DWTnLgRRyHh2nDNEM8kLHSRLw4kg==} + engines: {node: '>=18.19'} + + yoctocolors@2.1.1: + resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} + engines: {node: '>=18'} + zod-to-json-schema@3.23.5: resolution: {integrity: sha512-5wlSS0bXfF/BrL4jPAbz9da5hDlDptdEppYfe+x4eIJ7jioqKG9uUxOwPzqof09u/XeVdrgFu29lZi+8XNDJtA==} peerDependencies: @@ -6802,9 +6754,9 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@astrojs/check@0.9.4(prettier@3.4.1)(typescript@5.4.2)': + '@astrojs/check@0.9.4(prettier@3.4.2)(typescript@5.4.2)': dependencies: - '@astrojs/language-server': 2.15.4(prettier@3.4.1)(typescript@5.4.2) + '@astrojs/language-server': 2.15.4(prettier@3.4.2)(typescript@5.4.2) chokidar: 4.0.1 kleur: 4.1.5 typescript: 5.4.2 @@ -6815,9 +6767,9 @@ snapshots: '@astrojs/compiler@2.10.3': {} - '@astrojs/internal-helpers@0.4.1': {} + '@astrojs/internal-helpers@0.4.2': {} - '@astrojs/language-server@2.15.4(prettier@3.4.1)(typescript@5.4.2)': + '@astrojs/language-server@2.15.4(prettier@3.4.2)(typescript@5.4.2)': dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/yaml2ts': 0.2.2 @@ -6831,24 +6783,25 @@ snapshots: volar-service-css: 0.0.62(@volar/language-service@2.4.10) volar-service-emmet: 0.0.62(@volar/language-service@2.4.10) volar-service-html: 0.0.62(@volar/language-service@2.4.10) - volar-service-prettier: 0.0.62(@volar/language-service@2.4.10)(prettier@3.4.1) + volar-service-prettier: 0.0.62(@volar/language-service@2.4.10)(prettier@3.4.2) volar-service-typescript: 0.0.62(@volar/language-service@2.4.10) volar-service-typescript-twoslash-queries: 0.0.62(@volar/language-service@2.4.10) volar-service-yaml: 0.0.62(@volar/language-service@2.4.10) vscode-html-languageservice: 5.3.1 vscode-uri: 3.0.8 optionalDependencies: - prettier: 3.4.1 + prettier: 3.4.2 transitivePeerDependencies: - typescript - '@astrojs/markdown-remark@5.3.0': + '@astrojs/markdown-remark@6.0.0': dependencies: - '@astrojs/prism': 3.1.0 + '@astrojs/prism': 3.2.0 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 hast-util-to-text: 4.0.2 import-meta-resolve: 4.1.0 + js-yaml: 4.1.0 mdast-util-definitions: 6.0.0 rehype-raw: 7.0.0 rehype-stringify: 10.0.1 @@ -6865,14 +6818,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/prism@3.1.0': + '@astrojs/prism@3.2.0': dependencies: prismjs: 1.29.0 - '@astrojs/telemetry@3.1.0': + '@astrojs/telemetry@3.2.0': dependencies: ci-info: 4.1.0 - debug: 4.3.7 + debug: 4.4.0 dlv: 1.1.3 dset: 3.1.4 is-docker: 3.0.0 @@ -6938,7 +6891,7 @@ snapshots: '@azure/core-util': 1.11.0 '@azure/logger': 1.1.4 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.5 + https-proxy-agent: 7.0.6 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -6998,43 +6951,39 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.2': {} + '@babel/compat-data@7.26.3': {} '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 + '@babel/generator': 7.26.3 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helpers': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 convert-source-map: 2.0.0 - debug: 4.3.7 + debug: 4.4.0 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/generator@7.26.2': + '@babel/generator@7.26.3': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.26.0 - '@babel/helper-compilation-targets@7.25.9': dependencies: - '@babel/compat-data': 7.26.2 + '@babel/compat-data': 7.26.3 '@babel/helper-validator-option': 7.25.9 browserslist: 4.24.2 lru-cache: 5.1.1 @@ -7042,8 +6991,8 @@ snapshots: '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -7052,7 +7001,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -7067,11 +7016,11 @@ snapshots: '@babel/helpers@7.26.0': dependencies: '@babel/template': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 - '@babel/parser@7.26.2': + '@babel/parser@7.26.3': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)': dependencies: @@ -7158,36 +7107,25 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 - transitivePeerDependencies: - - supports-color - '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 - '@babel/traverse@7.25.9': + '@babel/traverse@7.26.4': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 - '@babel/parser': 7.26.2 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/types': 7.26.0 - debug: 4.3.7 + '@babel/types': 7.26.3 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.26.0': + '@babel/types@7.26.3': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 @@ -7219,13 +7157,13 @@ snapshots: enabled: 2.0.0 kuler: 2.0.0 - '@definitelytyped/eslint-plugin@0.1.22(@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint-plugin-jsdoc@44.2.7(eslint@8.57.0))(eslint@8.57.0)(typescript@5.4.2)': + '@definitelytyped/eslint-plugin@0.1.22(@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint-plugin-jsdoc@44.2.7(eslint@8.57.0))(eslint@8.57.0)(typescript@5.4.2)': dependencies: '@definitelytyped/utils': 0.1.8 - '@typescript-eslint/eslint-plugin': 8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/parser': 8.16.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/utils': 8.16.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/parser': 8.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/types': 8.17.0 + '@typescript-eslint/utils': 8.17.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 eslint-plugin-jsdoc: 44.2.7(eslint@8.57.0) semver: 7.6.3 @@ -7433,7 +7371,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.7 + debug: 4.4.0 espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -7473,7 +7411,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.7 + debug: 4.4.0 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -7781,7 +7719,7 @@ snapshots: '@kwsites/file-exists@1.1.1': dependencies: - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -7900,112 +7838,115 @@ snapshots: optionalDependencies: npmlog: 4.1.2 - '@rollup/pluginutils@5.1.3(rollup@4.28.0)': + '@rollup/pluginutils@5.1.3(rollup@4.28.1)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 - '@rollup/rollup-android-arm-eabi@4.28.0': + '@rollup/rollup-android-arm-eabi@4.28.1': optional: true - '@rollup/rollup-android-arm64@4.28.0': + '@rollup/rollup-android-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-arm64@4.28.0': + '@rollup/rollup-darwin-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-x64@4.28.0': + '@rollup/rollup-darwin-x64@4.28.1': optional: true - '@rollup/rollup-freebsd-arm64@4.28.0': + '@rollup/rollup-freebsd-arm64@4.28.1': optional: true - '@rollup/rollup-freebsd-x64@4.28.0': + '@rollup/rollup-freebsd-x64@4.28.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.28.0': + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.28.0': + '@rollup/rollup-linux-arm-musleabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.28.0': + '@rollup/rollup-linux-arm64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.28.0': + '@rollup/rollup-linux-arm64-musl@4.28.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.28.0': + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.28.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.28.0': + '@rollup/rollup-linux-riscv64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.28.0': + '@rollup/rollup-linux-s390x-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-musl@4.28.0': + '@rollup/rollup-linux-x64-gnu@4.28.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.28.0': + '@rollup/rollup-linux-x64-musl@4.28.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.28.0': + '@rollup/rollup-win32-arm64-msvc@4.28.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.28.0': + '@rollup/rollup-win32-ia32-msvc@4.28.1': optional: true - '@rspack/binding-darwin-arm64@1.1.4': + '@rollup/rollup-win32-x64-msvc@4.28.1': optional: true - '@rspack/binding-darwin-x64@1.1.4': + '@rspack/binding-darwin-arm64@1.1.5': optional: true - '@rspack/binding-linux-arm64-gnu@1.1.4': + '@rspack/binding-darwin-x64@1.1.5': optional: true - '@rspack/binding-linux-arm64-musl@1.1.4': + '@rspack/binding-linux-arm64-gnu@1.1.5': optional: true - '@rspack/binding-linux-x64-gnu@1.1.4': + '@rspack/binding-linux-arm64-musl@1.1.5': optional: true - '@rspack/binding-linux-x64-musl@1.1.4': + '@rspack/binding-linux-x64-gnu@1.1.5': optional: true - '@rspack/binding-win32-arm64-msvc@1.1.4': + '@rspack/binding-linux-x64-musl@1.1.5': optional: true - '@rspack/binding-win32-ia32-msvc@1.1.4': + '@rspack/binding-win32-arm64-msvc@1.1.5': optional: true - '@rspack/binding-win32-x64-msvc@1.1.4': + '@rspack/binding-win32-ia32-msvc@1.1.5': optional: true - '@rspack/binding@1.1.4': + '@rspack/binding-win32-x64-msvc@1.1.5': + optional: true + + '@rspack/binding@1.1.5': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.1.4 - '@rspack/binding-darwin-x64': 1.1.4 - '@rspack/binding-linux-arm64-gnu': 1.1.4 - '@rspack/binding-linux-arm64-musl': 1.1.4 - '@rspack/binding-linux-x64-gnu': 1.1.4 - '@rspack/binding-linux-x64-musl': 1.1.4 - '@rspack/binding-win32-arm64-msvc': 1.1.4 - '@rspack/binding-win32-ia32-msvc': 1.1.4 - '@rspack/binding-win32-x64-msvc': 1.1.4 - - '@rspack/cli@0.5.9(@rspack/core@1.1.4)(@types/express@4.17.21)(webpack@5.96.1)': + '@rspack/binding-darwin-arm64': 1.1.5 + '@rspack/binding-darwin-x64': 1.1.5 + '@rspack/binding-linux-arm64-gnu': 1.1.5 + '@rspack/binding-linux-arm64-musl': 1.1.5 + '@rspack/binding-linux-x64-gnu': 1.1.5 + '@rspack/binding-linux-x64-musl': 1.1.5 + '@rspack/binding-win32-arm64-msvc': 1.1.5 + '@rspack/binding-win32-ia32-msvc': 1.1.5 + '@rspack/binding-win32-x64-msvc': 1.1.5 + + '@rspack/cli@0.5.9(@rspack/core@1.1.5)(@types/express@4.17.21)(webpack@5.97.1)': dependencies: '@discoveryjs/json-ext': 0.5.7 - '@rspack/core': 1.1.4 - '@rspack/dev-server': 0.5.9(@rspack/core@1.1.4)(@types/express@4.17.21)(webpack@5.96.1) + '@rspack/core': 1.1.5 + '@rspack/dev-server': 0.5.9(@rspack/core@1.1.5)(@types/express@4.17.21)(webpack@5.97.1) colorette: 2.0.19 exit-hook: 3.2.0 interpret: 3.1.1 @@ -8022,23 +7963,23 @@ snapshots: - webpack - webpack-cli - '@rspack/core@1.1.4': + '@rspack/core@1.1.5': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.1.4 + '@rspack/binding': 1.1.5 '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001684 + caniuse-lite: 1.0.30001687 - '@rspack/dev-server@0.5.9(@rspack/core@1.1.4)(@types/express@4.17.21)(webpack@5.96.1)': + '@rspack/dev-server@0.5.9(@rspack/core@1.1.5)(@types/express@4.17.21)(webpack@5.97.1)': dependencies: - '@rspack/core': 1.1.4 + '@rspack/core': 1.1.5 chokidar: 3.5.3 connect-history-api-fallback: 2.0.0 express: 4.18.1 http-proxy-middleware: 2.0.6(@types/express@4.17.21) mime-types: 2.1.35 - webpack-dev-middleware: 6.0.2(webpack@5.96.1) - webpack-dev-server: 4.13.1(webpack@5.96.1) + webpack-dev-middleware: 6.0.2(webpack@5.97.1) + webpack-dev-server: 4.13.1(webpack@5.97.1) ws: 8.8.1 transitivePeerDependencies: - '@types/express' @@ -8071,25 +8012,25 @@ snapshots: - supports-color - typescript - '@rushstack/heft-api-extractor-plugin@0.3.58(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3)': + '@rushstack/heft-api-extractor-plugin@0.3.59(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@18.19.3) - '@rushstack/heft-config-file': 0.15.9(@types/node@18.19.3) + '@rushstack/heft': 0.68.9(@types/node@18.19.3) + '@rushstack/heft-config-file': 0.16.0(@types/node@18.19.3) '@rushstack/node-core-library': 5.10.0(@types/node@18.19.3) semver: 7.5.4 transitivePeerDependencies: - '@types/node' - '@rushstack/heft-api-extractor-plugin@0.3.58(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)': + '@rushstack/heft-api-extractor-plugin@0.3.59(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@20.14.2) - '@rushstack/heft-config-file': 0.15.9(@types/node@20.14.2) + '@rushstack/heft': 0.68.9(@types/node@20.14.2) + '@rushstack/heft-config-file': 0.16.0(@types/node@20.14.2) '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) semver: 7.5.4 transitivePeerDependencies: - '@types/node' - '@rushstack/heft-config-file@0.15.9(@types/node@18.19.3)': + '@rushstack/heft-config-file@0.16.0(@types/node@18.19.3)': dependencies: '@rushstack/node-core-library': 5.10.0(@types/node@18.19.3) '@rushstack/rig-package': 0.5.3 @@ -8098,7 +8039,7 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/heft-config-file@0.15.9(@types/node@20.14.2)': + '@rushstack/heft-config-file@0.16.0(@types/node@20.14.2)': dependencies: '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) '@rushstack/rig-package': 0.5.3 @@ -8107,13 +8048,13 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/heft-jest-plugin@0.13.1(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0)': + '@rushstack/heft-jest-plugin@0.13.2(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0)': dependencies: '@jest/core': 29.5.0 '@jest/reporters': 29.5.0 '@jest/transform': 29.5.0 - '@rushstack/heft': 0.68.8(@types/node@18.19.3) - '@rushstack/heft-config-file': 0.15.9(@types/node@18.19.3) + '@rushstack/heft': 0.68.9(@types/node@18.19.3) + '@rushstack/heft-config-file': 0.16.0(@types/node@18.19.3) '@rushstack/node-core-library': 5.10.0(@types/node@18.19.3) '@rushstack/terminal': 0.14.3(@types/node@18.19.3) jest-config: 29.5.0(@types/node@18.19.3) @@ -8130,13 +8071,13 @@ snapshots: - supports-color - ts-node - '@rushstack/heft-jest-plugin@0.13.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0)': + '@rushstack/heft-jest-plugin@0.13.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)(jest-environment-jsdom@29.7.0)(jest-environment-node@29.7.0)': dependencies: '@jest/core': 29.5.0 '@jest/reporters': 29.5.0 '@jest/transform': 29.5.0 - '@rushstack/heft': 0.68.8(@types/node@20.14.2) - '@rushstack/heft-config-file': 0.15.9(@types/node@20.14.2) + '@rushstack/heft': 0.68.9(@types/node@20.14.2) + '@rushstack/heft-config-file': 0.16.0(@types/node@20.14.2) '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) '@rushstack/terminal': 0.14.3(@types/node@20.14.2) jest-config: 29.5.0(@types/node@20.14.2) @@ -8153,38 +8094,38 @@ snapshots: - supports-color - ts-node - '@rushstack/heft-lint-plugin@0.5.7(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3)': + '@rushstack/heft-lint-plugin@0.5.8(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@18.19.3) + '@rushstack/heft': 0.68.9(@types/node@18.19.3) '@rushstack/node-core-library': 5.10.0(@types/node@18.19.3) semver: 7.5.4 transitivePeerDependencies: - '@types/node' - '@rushstack/heft-lint-plugin@0.5.7(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)': + '@rushstack/heft-lint-plugin@0.5.8(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@20.14.2) + '@rushstack/heft': 0.68.9(@types/node@20.14.2) '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) semver: 7.5.4 transitivePeerDependencies: - '@types/node' - '@rushstack/heft-sass-plugin@0.15.6(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)': + '@rushstack/heft-sass-plugin@0.15.7(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@20.14.2) - '@rushstack/heft-config-file': 0.15.9(@types/node@20.14.2) + '@rushstack/heft': 0.68.9(@types/node@20.14.2) + '@rushstack/heft-config-file': 0.16.0(@types/node@20.14.2) '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) - '@rushstack/typings-generator': 0.14.12(@types/node@20.14.2) + '@rushstack/typings-generator': 0.14.13(@types/node@20.14.2) postcss: 8.4.49 postcss-modules: 6.0.1(postcss@8.4.49) sass-embedded: 1.77.8 transitivePeerDependencies: - '@types/node' - '@rushstack/heft-typescript-plugin@0.6.1(@rushstack/heft@0.68.8(@types/node@18.19.3))(@types/node@18.19.3)': + '@rushstack/heft-typescript-plugin@0.6.2(@rushstack/heft@0.68.9(@types/node@18.19.3))(@types/node@18.19.3)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@18.19.3) - '@rushstack/heft-config-file': 0.15.9(@types/node@18.19.3) + '@rushstack/heft': 0.68.9(@types/node@18.19.3) + '@rushstack/heft-config-file': 0.16.0(@types/node@18.19.3) '@rushstack/node-core-library': 5.10.0(@types/node@18.19.3) '@types/tapable': 1.0.6 semver: 7.5.4 @@ -8192,10 +8133,10 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/heft-typescript-plugin@0.6.1(@rushstack/heft@0.68.8(@types/node@20.14.2))(@types/node@20.14.2)': + '@rushstack/heft-typescript-plugin@0.6.2(@rushstack/heft@0.68.9(@types/node@20.14.2))(@types/node@20.14.2)': dependencies: - '@rushstack/heft': 0.68.8(@types/node@20.14.2) - '@rushstack/heft-config-file': 0.15.9(@types/node@20.14.2) + '@rushstack/heft': 0.68.9(@types/node@20.14.2) + '@rushstack/heft-config-file': 0.16.0(@types/node@20.14.2) '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) '@types/tapable': 1.0.6 semver: 7.5.4 @@ -8203,9 +8144,9 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/heft@0.68.8(@types/node@18.19.3)': + '@rushstack/heft@0.68.9(@types/node@18.19.3)': dependencies: - '@rushstack/heft-config-file': 0.15.9(@types/node@18.19.3) + '@rushstack/heft-config-file': 0.16.0(@types/node@18.19.3) '@rushstack/node-core-library': 5.10.0(@types/node@18.19.3) '@rushstack/operation-graph': 0.2.34(@types/node@18.19.3) '@rushstack/rig-package': 0.5.3 @@ -8220,9 +8161,9 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/heft@0.68.8(@types/node@20.14.2)': + '@rushstack/heft@0.68.9(@types/node@20.14.2)': dependencies: - '@rushstack/heft-config-file': 0.15.9(@types/node@20.14.2) + '@rushstack/heft-config-file': 0.16.0(@types/node@20.14.2) '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) '@rushstack/operation-graph': 0.2.34(@types/node@20.14.2) '@rushstack/rig-package': 0.5.3 @@ -8316,7 +8257,7 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@rushstack/typings-generator@0.14.12(@types/node@20.14.2)': + '@rushstack/typings-generator@0.14.13(@types/node@20.14.2)': dependencies: '@rushstack/node-core-library': 5.10.0(@types/node@20.14.2) '@rushstack/terminal': 0.14.3(@types/node@20.14.2) @@ -8370,24 +8311,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/body-parser@1.19.5': dependencies: @@ -8577,14 +8518,14 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2)': + '@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.16.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/scope-manager': 8.16.0 - '@typescript-eslint/type-utils': 8.16.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/utils': 8.16.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/visitor-keys': 8.16.0 + '@typescript-eslint/parser': 8.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.17.0 + '@typescript-eslint/type-utils': 8.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 8.17.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/visitor-keys': 8.17.0 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -8595,13 +8536,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2)': + '@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@typescript-eslint/scope-manager': 8.16.0 - '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.4.2) - '@typescript-eslint/visitor-keys': 8.16.0 - debug: 4.3.7 + '@typescript-eslint/scope-manager': 8.17.0 + '@typescript-eslint/types': 8.17.0 + '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.4.2) + '@typescript-eslint/visitor-keys': 8.17.0 + debug: 4.4.0 eslint: 8.57.0 optionalDependencies: typescript: 5.4.2 @@ -8613,16 +8554,16 @@ snapshots: '@typescript-eslint/types': 8.1.0 '@typescript-eslint/visitor-keys': 8.1.0 - '@typescript-eslint/scope-manager@8.16.0': + '@typescript-eslint/scope-manager@8.17.0': dependencies: - '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/visitor-keys': 8.16.0 + '@typescript-eslint/types': 8.17.0 + '@typescript-eslint/visitor-keys': 8.17.0 - '@typescript-eslint/type-utils@8.16.0(eslint@8.57.0)(typescript@5.4.2)': + '@typescript-eslint/type-utils@8.17.0(eslint@8.57.0)(typescript@5.4.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.4.2) - '@typescript-eslint/utils': 8.16.0(eslint@8.57.0)(typescript@5.4.2) - debug: 4.3.7 + '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.4.2) + '@typescript-eslint/utils': 8.17.0(eslint@8.57.0)(typescript@5.4.2) + debug: 4.4.0 eslint: 8.57.0 ts-api-utils: 1.4.3(typescript@5.4.2) optionalDependencies: @@ -8632,13 +8573,13 @@ snapshots: '@typescript-eslint/types@8.1.0': {} - '@typescript-eslint/types@8.16.0': {} + '@typescript-eslint/types@8.17.0': {} '@typescript-eslint/typescript-estree@8.1.0(typescript@5.4.2)': dependencies: '@typescript-eslint/types': 8.1.0 '@typescript-eslint/visitor-keys': 8.1.0 - debug: 4.3.7 + debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -8649,11 +8590,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.16.0(typescript@5.4.2)': + '@typescript-eslint/typescript-estree@8.17.0(typescript@5.4.2)': dependencies: - '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/visitor-keys': 8.16.0 - debug: 4.3.7 + '@typescript-eslint/types': 8.17.0 + '@typescript-eslint/visitor-keys': 8.17.0 + debug: 4.4.0 fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -8675,12 +8616,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.16.0(eslint@8.57.0)(typescript@5.4.2)': + '@typescript-eslint/utils@8.17.0(eslint@8.57.0)(typescript@5.4.2)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.0) - '@typescript-eslint/scope-manager': 8.16.0 - '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.4.2) + '@typescript-eslint/scope-manager': 8.17.0 + '@typescript-eslint/types': 8.17.0 + '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.4.2) eslint: 8.57.0 optionalDependencies: typescript: 5.4.2 @@ -8692,12 +8633,12 @@ snapshots: '@typescript-eslint/types': 8.1.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.16.0': + '@typescript-eslint/visitor-keys@8.17.0': dependencies: - '@typescript-eslint/types': 8.16.0 + '@typescript-eslint/types': 8.17.0 eslint-visitor-keys: 4.2.0 - '@ungap/structured-clone@1.2.0': {} + '@ungap/structured-clone@1.2.1': {} '@volar/kit@2.4.10(typescript@5.4.2)': dependencies: @@ -8857,13 +8798,13 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color - agent-base@7.1.1: + agent-base@7.1.2: dependencies: - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -8967,19 +8908,19 @@ snapshots: array-buffer-byte-length@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-array-buffer: 3.0.4 array-flatten@1.1.1: {} array-includes@3.1.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 + get-intrinsic: 1.2.5 + is-string: 1.1.0 array-iterate@2.0.1: {} @@ -8987,7 +8928,7 @@ snapshots: array.prototype.findlast@1.2.5: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 @@ -8996,21 +8937,21 @@ snapshots: array.prototype.flat@1.3.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.flatmap@1.3.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.tosorted@1.1.4: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 @@ -9019,11 +8960,11 @@ snapshots: arraybuffer.prototype.slice@1.0.3: dependencies: array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.5 is-array-buffer: 3.0.4 is-shared-array-buffer: 1.0.3 @@ -9037,18 +8978,14 @@ snapshots: astral-regex@2.0.0: {} - astro@4.16.16(@types/node@20.14.2)(rollup@4.28.0)(sass-embedded@1.77.8)(terser@5.36.0)(typescript@5.4.2): + astro@5.0.3(@types/node@20.14.2)(rollup@4.28.1)(sass-embedded@1.77.8)(terser@5.37.0)(typescript@5.4.2)(yaml@2.6.1): dependencies: '@astrojs/compiler': 2.10.3 - '@astrojs/internal-helpers': 0.4.1 - '@astrojs/markdown-remark': 5.3.0 - '@astrojs/telemetry': 3.1.0 - '@babel/core': 7.26.0 - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 + '@astrojs/internal-helpers': 0.4.2 + '@astrojs/markdown-remark': 6.0.0 + '@astrojs/telemetry': 3.2.0 '@oslojs/encoding': 1.1.0 - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - '@types/babel__core': 7.20.5 + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) '@types/cookie': 0.6.0 acorn: 8.14.0 aria-query: 5.3.2 @@ -9059,7 +8996,7 @@ snapshots: common-ancestor-path: 1.0.1 cookie: 0.7.2 cssesc: 3.0.0 - debug: 4.3.7 + debug: 4.4.0 deterministic-object-hash: 2.0.2 devalue: 5.1.1 diff: 5.2.0 @@ -9071,7 +9008,6 @@ snapshots: fast-glob: 3.3.2 flattie: 1.1.1 github-slugger: 2.0.0 - gray-matter: 4.0.3 html-escaper: 3.0.3 http-cache-semantics: 4.1.1 js-yaml: 4.1.0 @@ -9081,7 +9017,6 @@ snapshots: micromatch: 4.0.8 mrmime: 2.0.0 neotraverse: 0.6.18 - ora: 8.1.1 p-limit: 6.1.0 p-queue: 8.0.1 preferred-pm: 4.0.0 @@ -9091,13 +9026,15 @@ snapshots: shiki: 1.24.0 tinyexec: 0.3.1 tsconfck: 3.1.4(typescript@5.4.2) + ultrahtml: 1.5.3 unist-util-visit: 5.0.0 vfile: 6.0.3 - vite: 5.4.11(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.36.0) - vitefu: 1.0.4(vite@5.4.11(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.36.0)) + vite: 6.0.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.37.0)(yaml@2.6.1) + vitefu: 1.0.4(vite@6.0.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.37.0)(yaml@2.6.1)) which-pm: 3.0.0 xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 + yocto-spinner: 0.1.1 zod: 3.23.8 zod-to-json-schema: 3.23.5(zod@3.23.8) zod-to-ts: 1.2.0(typescript@5.4.2)(zod@3.23.8) @@ -9105,6 +9042,7 @@ snapshots: sharp: 0.33.5 transitivePeerDependencies: - '@types/node' + - jiti - less - lightningcss - rollup @@ -9114,7 +9052,9 @@ snapshots: - sugarss - supports-color - terser + - tsx - typescript + - yaml async-mutex@0.3.2: dependencies: @@ -9162,7 +9102,7 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -9256,7 +9196,7 @@ snapshots: chalk: 5.3.0 cli-boxes: 3.0.0 string-width: 7.2.0 - type-fest: 4.29.0 + type-fest: 4.30.0 widest-line: 5.0.0 wrap-ansi: 9.0.0 @@ -9275,8 +9215,8 @@ snapshots: browserslist@4.24.2: dependencies: - caniuse-lite: 1.0.30001684 - electron-to-chromium: 1.5.67 + caniuse-lite: 1.0.30001687 + electron-to-chromium: 1.5.71 node-releases: 2.0.18 update-browserslist-db: 1.1.1(browserslist@4.24.2) @@ -9296,12 +9236,16 @@ snapshots: cachedir@2.4.0: {} - call-bind@1.0.7: + call-bind-apply-helpers@1.0.0: dependencies: - es-define-property: 1.0.0 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 + + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.0 + es-define-property: 1.0.1 + get-intrinsic: 1.2.5 set-function-length: 1.2.2 callsites@3.1.0: {} @@ -9318,7 +9262,7 @@ snapshots: camelcase@8.0.0: {} - caniuse-lite@1.0.30001684: {} + caniuse-lite@1.0.30001687: {} caseless@0.12.0: {} @@ -9387,12 +9331,6 @@ snapshots: cli-boxes@3.0.0: {} - cli-cursor@5.0.0: - dependencies: - restore-cursor: 5.1.0 - - cli-spinners@2.9.2: {} - cliui@8.0.1: dependencies: string-width: 4.2.3 @@ -9533,9 +9471,9 @@ snapshots: css-functions-list@3.2.3: {} - css-tree@3.0.1: + css-tree@3.1.0: dependencies: - mdn-data: 2.12.1 + mdn-data: 2.12.2 source-map-js: 1.2.1 cssesc@3.0.0: {} @@ -9560,19 +9498,19 @@ snapshots: data-view-buffer@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 is-data-view: 1.0.1 data-view-byte-length@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 is-data-view: 1.0.1 data-view-byte-offset@1.0.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 is-data-view: 1.0.1 @@ -9584,7 +9522,7 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.3.7: + debug@4.4.0: dependencies: ms: 2.1.3 @@ -9601,7 +9539,7 @@ snapshots: async-mutex: 0.3.2 cors: 2.8.5 dotenv: 10.0.0 - express: 4.21.1 + express: 4.21.2 morgan: 1.10.0 simple-git: 3.27.0 what-the-diff: 0.6.0 @@ -9627,9 +9565,9 @@ snapshots: define-data-property@1.1.4: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 - gopd: 1.1.0 + gopd: 1.2.0 define-lazy-prop@2.0.0: {} @@ -9699,6 +9637,12 @@ snapshots: dset@3.1.4: {} + dunder-proto@1.0.0: + dependencies: + call-bind-apply-helpers: 1.0.0 + es-errors: 1.3.0 + gopd: 1.2.0 + duplexer@0.1.2: {} ecc-jsbn@0.1.2: @@ -9708,7 +9652,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.5.67: {} + electron-to-chromium@1.5.71: {} emittery@0.13.1: {} @@ -9747,23 +9691,23 @@ snapshots: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 available-typed-arrays: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 data-view-buffer: 1.0.1 data-view-byte-length: 1.0.1 data-view-byte-offset: 1.0.0 - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-set-tostringtag: 2.0.3 es-to-primitive: 1.3.0 function.prototype.name: 1.1.6 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.5 get-symbol-description: 1.0.2 globalthis: 1.0.4 - gopd: 1.1.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 + has-proto: 1.2.0 + has-symbols: 1.1.0 hasown: 2.0.2 internal-slot: 1.0.7 is-array-buffer: 3.0.4 @@ -9772,7 +9716,7 @@ snapshots: is-negative-zero: 2.0.3 is-regex: 1.2.0 is-shared-array-buffer: 1.0.3 - is-string: 1.0.7 + is-string: 1.1.0 is-typed-array: 1.1.13 is-weakref: 1.0.2 object-inspect: 1.13.3 @@ -9791,26 +9735,24 @@ snapshots: unbox-primitive: 1.0.2 which-typed-array: 1.1.16 - es-define-property@1.0.0: - dependencies: - get-intrinsic: 1.2.4 + es-define-property@1.0.1: {} es-errors@1.3.0: {} es-iterator-helpers@1.2.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 es-set-tostringtag: 2.0.3 function-bind: 1.1.2 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.5 globalthis: 1.0.4 - gopd: 1.1.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 + has-proto: 1.2.0 + has-symbols: 1.1.0 internal-slot: 1.0.7 iterator.prototype: 1.1.3 safe-array-concat: 1.1.2 @@ -9823,7 +9765,7 @@ snapshots: es-set-tostringtag@2.0.3: dependencies: - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.5 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -9835,7 +9777,7 @@ snapshots: dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 - is-symbol: 1.0.4 + is-symbol: 1.1.0 esbuild@0.21.5: optionalDependencies: @@ -9936,28 +9878,22 @@ snapshots: is-core-module: 2.15.1 resolve: 1.22.8 - eslint-import-resolver-typescript@3.6.3(eslint-plugin-import-x@4.4.3(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0): + eslint-import-resolver-typescript@3.7.0(eslint-plugin-import-x@4.5.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.3.7 + debug: 4.4.0 enhanced-resolve: 5.17.1 eslint: 8.57.0 - eslint-module-utils: 2.12.0(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.3.0 is-glob: 4.0.3 + stable-hash: 0.0.4 optionalDependencies: - eslint-plugin-import-x: 4.4.3(eslint@8.57.0)(typescript@5.4.2) + eslint-plugin-import-x: 4.5.0(eslint@8.57.0)(typescript@5.4.2) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(eslint@8.57.0): - dependencies: - debug: 3.2.7 - optionalDependencies: - eslint: 8.57.0 - eslint-plugin-es-x@7.8.0(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.0) @@ -9965,10 +9901,11 @@ snapshots: eslint: 8.57.0 eslint-compat-utils: 0.5.1(eslint@8.57.0) - eslint-plugin-import-x@4.4.3(eslint@8.57.0)(typescript@5.4.2): + eslint-plugin-import-x@4.5.0(eslint@8.57.0)(typescript@5.4.2): dependencies: - '@typescript-eslint/utils': 8.16.0(eslint@8.57.0)(typescript@5.4.2) - debug: 4.3.7 + '@typescript-eslint/scope-manager': 8.17.0 + '@typescript-eslint/utils': 8.17.0(eslint@8.57.0)(typescript@5.4.2) + debug: 4.4.0 doctrine: 3.0.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -9982,12 +9919,12 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@28.9.0(@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2): + eslint-plugin-jest@28.9.0(@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2): dependencies: - '@typescript-eslint/utils': 8.16.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 8.17.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.16.0(@typescript-eslint/parser@8.16.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@8.57.0)(typescript@5.4.2))(eslint@8.57.0)(typescript@5.4.2) transitivePeerDependencies: - supports-color - typescript @@ -9997,7 +9934,7 @@ snapshots: '@es-joy/jsdoccomment': 0.39.4 are-docs-informative: 0.0.2 comment-parser: 1.3.1 - debug: 4.3.7 + debug: 4.4.0 escape-string-regexp: 4.0.0 eslint: 8.57.0 esquery: 1.6.0 @@ -10013,7 +9950,7 @@ snapshots: eslint: 8.57.0 eslint-plugin-es-x: 7.8.0(eslint@8.57.0) get-tsconfig: 4.8.1 - globals: 15.12.0 + globals: 15.13.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 @@ -10059,7 +9996,7 @@ snapshots: core-js-compat: 3.39.0 eslint: 8.57.0 esquery: 1.6.0 - globals: 15.12.0 + globals: 15.13.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 jsesc: 3.0.2 @@ -10095,11 +10032,11 @@ snapshots: '@humanwhocodes/config-array': 0.11.14 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.0 + '@ungap/structured-clone': 1.2.1 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7 + debug: 4.4.0 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -10225,7 +10162,7 @@ snapshots: utils-merge: 1.0.1 vary: 1.1.2 - express@4.21.1: + express@4.21.2: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -10246,7 +10183,7 @@ snapshots: methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.10 + path-to-regexp: 0.1.12 proxy-addr: 2.0.7 qs: 6.13.0 range-parser: 1.2.1 @@ -10259,10 +10196,6 @@ snapshots: utils-merge: 1.0.1 vary: 1.1.2 - extend-shallow@2.0.1: - dependencies: - is-extendable: 0.1.1 - extend@3.0.2: {} extsprintf@1.3.0: {} @@ -10432,7 +10365,7 @@ snapshots: function.prototype.name@1.1.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 functions-have-names: 1.2.3 @@ -10461,12 +10394,15 @@ snapshots: get-east-asian-width@1.3.0: {} - get-intrinsic@1.2.4: + get-intrinsic@1.2.5: dependencies: + call-bind-apply-helpers: 1.0.0 + dunder-proto: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 function-bind: 1.1.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 + gopd: 1.2.0 + has-symbols: 1.1.0 hasown: 2.0.2 get-package-type@0.1.0: {} @@ -10475,9 +10411,9 @@ snapshots: get-symbol-description@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.5 get-tsconfig@4.8.1: dependencies: @@ -10526,12 +10462,12 @@ snapshots: dependencies: type-fest: 0.20.2 - globals@15.12.0: {} + globals@15.13.0: {} globalthis@1.0.4: dependencies: define-properties: 1.2.1 - gopd: 1.1.0 + gopd: 1.2.0 globby@11.1.0: dependencies: @@ -10544,21 +10480,12 @@ snapshots: globjoin@0.1.4: {} - gopd@1.1.0: - dependencies: - get-intrinsic: 1.2.4 + gopd@1.2.0: {} graceful-fs@4.2.11: {} graphemer@1.4.0: {} - gray-matter@4.0.3: - dependencies: - js-yaml: 3.14.1 - kind-of: 6.0.3 - section-matter: 1.0.0 - strip-bom-string: 1.0.0 - gzip-size@6.0.0: dependencies: duplexer: 0.1.2 @@ -10580,15 +10507,17 @@ snapshots: has-property-descriptors@1.0.2: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 - has-proto@1.0.3: {} + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.0 - has-symbols@1.0.3: {} + has-symbols@1.1.0: {} has-tostringtag@1.0.2: dependencies: - has-symbols: 1.0.3 + has-symbols: 1.1.0 has-unicode@2.0.1: optional: true @@ -10629,7 +10558,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/unist': 3.0.3 - '@ungap/structured-clone': 1.2.0 + '@ungap/structured-clone': 1.2.1 hast-util-from-parse5: 8.0.2 hast-util-to-parse5: 8.0.0 html-void-elements: 3.0.0 @@ -10736,14 +10665,14 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.1 - debug: 4.3.7 + agent-base: 7.1.2 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -10776,14 +10705,14 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.5: + https-proxy-agent@7.0.6: dependencies: - agent-base: 7.1.1 - debug: 4.3.7 + agent-base: 7.1.2 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -10849,8 +10778,8 @@ snapshots: is-array-buffer@3.0.4: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bind: 1.0.8 + get-intrinsic: 1.2.5 is-arrayish@0.2.1: {} @@ -10860,7 +10789,7 @@ snapshots: dependencies: has-tostringtag: 1.0.2 - is-bigint@1.0.4: + is-bigint@1.1.0: dependencies: has-bigints: 1.0.2 @@ -10868,9 +10797,9 @@ snapshots: dependencies: binary-extensions: 2.3.0 - is-boolean-object@1.1.2: + is-boolean-object@1.2.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 has-tostringtag: 1.0.2 is-builtin-module@3.2.1: @@ -10899,13 +10828,11 @@ snapshots: is-docker@3.0.0: {} - is-extendable@0.1.1: {} - is-extglob@2.1.1: {} is-finalizationregistry@1.1.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-fullwidth-code-point@1.0.0: dependencies: @@ -10928,14 +10855,13 @@ snapshots: dependencies: is-docker: 3.0.0 - is-interactive@2.0.0: {} - is-map@2.0.3: {} is-negative-zero@2.0.3: {} - is-number-object@1.0.7: + is-number-object@1.1.0: dependencies: + call-bind: 1.0.8 has-tostringtag: 1.0.2 is-number@7.0.0: {} @@ -10954,8 +10880,8 @@ snapshots: is-regex@1.2.0: dependencies: - call-bind: 1.0.7 - gopd: 1.1.0 + call-bind: 1.0.8 + gopd: 1.2.0 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -10963,17 +10889,20 @@ snapshots: is-shared-array-buffer@1.0.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-stream@2.0.1: {} - is-string@1.0.7: + is-string@1.1.0: dependencies: + call-bind: 1.0.8 has-tostringtag: 1.0.2 - is-symbol@1.0.4: + is-symbol@1.1.0: dependencies: - has-symbols: 1.0.3 + call-bind: 1.0.8 + has-symbols: 1.1.0 + safe-regex-test: 1.0.3 is-typed-array@1.1.13: dependencies: @@ -10983,20 +10912,16 @@ snapshots: is-unicode-supported@0.1.0: {} - is-unicode-supported@1.3.0: {} - - is-unicode-supported@2.1.0: {} - is-weakmap@2.0.2: {} is-weakref@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-weakset@2.0.3: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bind: 1.0.8 + get-intrinsic: 1.2.5 is-wsl@2.2.0: dependencies: @@ -11021,7 +10946,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -11036,7 +10961,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.7 + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -11050,9 +10975,9 @@ snapshots: iterator.prototype@1.1.3: dependencies: define-properties: 1.2.1 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.7 + get-intrinsic: 1.2.5 + has-symbols: 1.1.0 + reflect.getprototypeof: 1.0.8 set-function-name: 2.0.2 jest-changed-files@29.7.0: @@ -11276,7 +11201,7 @@ snapshots: jest-util: 29.7.0 jest-validate: 29.7.0 resolve: 1.22.8 - resolve.exports: 2.0.2 + resolve.exports: 2.0.3 slash: 3.0.0 jest-resolve@29.7.0: @@ -11288,7 +11213,7 @@ snapshots: jest-util: 29.7.0 jest-validate: 29.7.0 resolve: 1.22.8 - resolve.exports: 2.0.2 + resolve.exports: 2.0.3 slash: 3.0.0 jest-runner@29.7.0: @@ -11347,11 +11272,11 @@ snapshots: jest-snapshot@29.5.0: dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.26.2 + '@babel/generator': 7.26.3 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.5.0 '@jest/types': 29.6.3 @@ -11375,10 +11300,10 @@ snapshots: jest-snapshot@29.7.0: dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.26.2 + '@babel/generator': 7.26.3 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -11605,11 +11530,6 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 - log-symbols@6.0.0: - dependencies: - chalk: 5.3.0 - is-unicode-supported: 1.3.0 - logform@2.7.0: dependencies: '@colors/colors': 1.6.0 @@ -11639,8 +11559,8 @@ snapshots: magicast@0.3.5: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 source-map-js: 1.2.1 make-dir@4.0.0: @@ -11755,7 +11675,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.2.0 + '@ungap/structured-clone': 1.2.1 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.1 trim-lines: 3.0.1 @@ -11779,10 +11699,10 @@ snapshots: dependencies: '@types/mdast': 4.0.4 - mdn-data@2.12.1: {} - mdn-data@2.12.2: {} + mdn-data@2.13.0: {} + media-typer@0.3.0: {} memfs@3.5.3: @@ -11988,7 +11908,7 @@ snapshots: micromark@4.0.1: dependencies: '@types/debug': 4.1.12 - debug: 4.3.7 + debug: 4.4.0 decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.2 @@ -12024,8 +11944,6 @@ snapshots: mimic-fn@2.1.0: {} - mimic-function@5.0.1: {} - min-indent@1.0.1: {} minimalistic-assert@1.0.1: {} @@ -12159,27 +12077,27 @@ snapshots: object.assign@4.1.5: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - has-symbols: 1.0.3 + has-symbols: 1.1.0 object-keys: 1.1.1 object.entries@1.1.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 object.fromentries@2.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 object.values@1.2.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 @@ -12207,10 +12125,6 @@ snapshots: dependencies: mimic-fn: 2.1.0 - onetime@7.0.0: - dependencies: - mimic-function: 5.0.1 - oniguruma-to-es@0.7.0: dependencies: emoji-regex-xs: 1.0.0 @@ -12234,18 +12148,6 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 - ora@8.1.1: - dependencies: - chalk: 5.3.0 - cli-cursor: 5.0.0 - cli-spinners: 2.9.2 - is-interactive: 2.0.0 - is-unicode-supported: 2.1.0 - log-symbols: 6.0.0 - stdin-discarder: 0.2.2 - string-width: 7.2.0 - strip-ansi: 7.1.0 - p-limit@2.3.0: dependencies: p-try: 2.2.0 @@ -12316,7 +12218,7 @@ snapshots: path-parse@1.0.7: {} - path-to-regexp@0.1.10: {} + path-to-regexp@0.1.12: {} path-to-regexp@0.1.7: {} @@ -12415,7 +12317,7 @@ snapshots: prettier@2.8.7: optional: true - prettier@3.4.1: {} + prettier@3.4.2: {} pretty-format@29.7.0: dependencies: @@ -12445,7 +12347,7 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - psl@1.14.0: + psl@1.15.0: dependencies: punycode: 2.3.1 @@ -12543,14 +12445,15 @@ snapshots: indent-string: 4.0.0 strip-indent: 3.0.0 - reflect.getprototypeof@1.0.7: + reflect.getprototypeof@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 + dunder-proto: 1.0.0 es-abstract: 1.23.5 es-errors: 1.3.0 - get-intrinsic: 1.2.4 - gopd: 1.1.0 + get-intrinsic: 1.2.5 + gopd: 1.2.0 which-builtin-type: 1.2.0 regex-recursion@4.3.0: @@ -12567,7 +12470,7 @@ snapshots: regexp.prototype.flags@1.5.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-errors: 1.3.0 set-function-name: 2.0.2 @@ -12681,7 +12584,7 @@ snapshots: resolve-pkg-maps@1.0.0: {} - resolve.exports@2.0.2: {} + resolve.exports@2.0.3: {} resolve@1.22.8: dependencies: @@ -12695,11 +12598,6 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - restore-cursor@5.1.0: - dependencies: - onetime: 7.0.0 - signal-exit: 4.1.0 - retext-latin@4.0.0: dependencies: '@types/nlcst': 2.0.3 @@ -12735,28 +12633,29 @@ snapshots: dependencies: glob: 7.2.3 - rollup@4.28.0: + rollup@4.28.1: dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.28.0 - '@rollup/rollup-android-arm64': 4.28.0 - '@rollup/rollup-darwin-arm64': 4.28.0 - '@rollup/rollup-darwin-x64': 4.28.0 - '@rollup/rollup-freebsd-arm64': 4.28.0 - '@rollup/rollup-freebsd-x64': 4.28.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.28.0 - '@rollup/rollup-linux-arm-musleabihf': 4.28.0 - '@rollup/rollup-linux-arm64-gnu': 4.28.0 - '@rollup/rollup-linux-arm64-musl': 4.28.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.28.0 - '@rollup/rollup-linux-riscv64-gnu': 4.28.0 - '@rollup/rollup-linux-s390x-gnu': 4.28.0 - '@rollup/rollup-linux-x64-gnu': 4.28.0 - '@rollup/rollup-linux-x64-musl': 4.28.0 - '@rollup/rollup-win32-arm64-msvc': 4.28.0 - '@rollup/rollup-win32-ia32-msvc': 4.28.0 - '@rollup/rollup-win32-x64-msvc': 4.28.0 + '@rollup/rollup-android-arm-eabi': 4.28.1 + '@rollup/rollup-android-arm64': 4.28.1 + '@rollup/rollup-darwin-arm64': 4.28.1 + '@rollup/rollup-darwin-x64': 4.28.1 + '@rollup/rollup-freebsd-arm64': 4.28.1 + '@rollup/rollup-freebsd-x64': 4.28.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 + '@rollup/rollup-linux-arm-musleabihf': 4.28.1 + '@rollup/rollup-linux-arm64-gnu': 4.28.1 + '@rollup/rollup-linux-arm64-musl': 4.28.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 + '@rollup/rollup-linux-riscv64-gnu': 4.28.1 + '@rollup/rollup-linux-s390x-gnu': 4.28.1 + '@rollup/rollup-linux-x64-gnu': 4.28.1 + '@rollup/rollup-linux-x64-musl': 4.28.1 + '@rollup/rollup-win32-arm64-msvc': 4.28.1 + '@rollup/rollup-win32-ia32-msvc': 4.28.1 + '@rollup/rollup-win32-x64-msvc': 4.28.1 fsevents: 2.3.3 run-parallel@1.2.0: @@ -12769,9 +12668,9 @@ snapshots: safe-array-concat@1.1.2: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 + call-bind: 1.0.8 + get-intrinsic: 1.2.5 + has-symbols: 1.1.0 isarray: 2.0.5 safe-buffer@5.1.2: {} @@ -12780,7 +12679,7 @@ snapshots: safe-regex-test@1.0.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 is-regex: 1.2.0 @@ -12885,11 +12784,6 @@ snapshots: ajv-formats: 2.1.1(ajv@8.17.1) ajv-keywords: 5.1.0(ajv@8.17.1) - section-matter@1.0.0: - dependencies: - extend-shallow: 2.0.1 - kind-of: 6.0.3 - select-hose@2.0.0: {} selfsigned@2.4.1: @@ -12975,8 +12869,8 @@ snapshots: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 - gopd: 1.1.0 + get-intrinsic: 1.2.5 + gopd: 1.2.0 has-property-descriptors: 1.0.2 set-function-name@2.0.2: @@ -13036,9 +12930,9 @@ snapshots: side-channel@1.0.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.5 object-inspect: 1.13.3 signal-exit@3.0.7: {} @@ -13049,7 +12943,7 @@ snapshots: dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -13113,7 +13007,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.3.7 + debug: 4.4.0 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -13124,7 +13018,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.3.7 + debug: 4.4.0 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -13162,13 +13056,11 @@ snapshots: statuses@2.0.1: {} - stdin-discarder@0.2.2: {} - - streamx@2.20.2: + streamx@2.21.0: dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 - text-decoder: 1.2.1 + text-decoder: 1.2.2 optionalDependencies: bare-events: 2.5.0 @@ -13202,14 +13094,14 @@ snapshots: string.prototype.matchall@4.0.11: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - gopd: 1.1.0 - has-symbols: 1.0.3 + get-intrinsic: 1.2.5 + gopd: 1.2.0 + has-symbols: 1.1.0 internal-slot: 1.0.7 regexp.prototype.flags: 1.5.3 set-function-name: 2.0.2 @@ -13222,20 +13114,20 @@ snapshots: string.prototype.trim@1.2.9: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 string.prototype.trimend@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 string.prototype.trimstart@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 @@ -13265,8 +13157,6 @@ snapshots: dependencies: ansi-regex: 6.1.0 - strip-bom-string@1.0.0: {} - strip-bom@3.0.0: {} strip-bom@4.0.0: {} @@ -13309,10 +13199,10 @@ snapshots: stylelint-scss@6.10.0(stylelint@16.11.0(typescript@5.4.2)): dependencies: - css-tree: 3.0.1 + css-tree: 3.1.0 is-plain-object: 5.0.0 known-css-properties: 0.35.0 - mdn-data: 2.12.2 + mdn-data: 2.13.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 postcss-selector-parser: 7.0.0 @@ -13330,8 +13220,8 @@ snapshots: colord: 2.9.3 cosmiconfig: 9.0.0(typescript@5.4.2) css-functions-list: 3.2.3 - css-tree: 3.0.1 - debug: 4.3.7 + css-tree: 3.1.0 + debug: 4.4.0 fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 file-entry-cache: 9.1.0 @@ -13357,7 +13247,7 @@ snapshots: string-width: 4.2.3 supports-hyperlinks: 3.1.0 svg-tags: 1.0.0 - table: 6.8.2 + table: 6.9.0 write-file-atomic: 5.0.1 transitivePeerDependencies: - supports-color @@ -13387,7 +13277,7 @@ snapshots: symbol-tree@3.2.4: {} - table@6.8.2: + table@6.9.0: dependencies: ajv: 8.17.1 lodash.truncate: 4.4.2 @@ -13403,7 +13293,7 @@ snapshots: dependencies: b4a: 1.6.7 fast-fifo: 1.3.2 - streamx: 2.20.2 + streamx: 2.21.0 tar@6.2.1: dependencies: @@ -13414,16 +13304,16 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 - terser-webpack-plugin@5.3.10(webpack@5.96.1): + terser-webpack-plugin@5.3.10(webpack@5.97.1): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.36.0 - webpack: 5.96.1 + terser: 5.37.0 + webpack: 5.97.1 - terser@5.36.0: + terser@5.37.0: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.14.0 @@ -13436,7 +13326,9 @@ snapshots: glob: 7.2.3 minimatch: 3.1.2 - text-decoder@1.2.1: {} + text-decoder@1.2.2: + dependencies: + b4a: 1.6.7 text-hex@1.0.0: {} @@ -13458,12 +13350,12 @@ snapshots: tough-cookie@2.5.0: dependencies: - psl: 1.14.0 + psl: 1.15.0 punycode: 2.3.1 tough-cookie@4.1.4: dependencies: - psl: 1.14.0 + psl: 1.15.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -13528,7 +13420,7 @@ snapshots: type-fest@0.8.1: {} - type-fest@4.29.0: {} + type-fest@4.30.0: {} type-is@1.6.18: dependencies: @@ -13537,36 +13429,36 @@ snapshots: typed-array-buffer@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 is-typed-array: 1.1.13 typed-array-byte-length@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 - has-proto: 1.0.3 + gopd: 1.2.0 + has-proto: 1.2.0 is-typed-array: 1.1.13 typed-array-byte-offset@1.0.3: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 - has-proto: 1.0.3 + gopd: 1.2.0 + has-proto: 1.2.0 is-typed-array: 1.1.13 - reflect.getprototypeof: 1.0.7 + reflect.getprototypeof: 1.0.8 typed-array-length@1.0.7: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 + gopd: 1.2.0 is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - reflect.getprototypeof: 1.0.7 + reflect.getprototypeof: 1.0.8 typedarray@0.0.6: {} @@ -13580,12 +13472,14 @@ snapshots: typescript@5.4.2: {} + ultrahtml@1.5.3: {} + unbox-primitive@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 has-bigints: 1.0.2 - has-symbols: 1.0.3 - which-boxed-primitive: 1.0.2 + has-symbols: 1.1.0 + which-boxed-primitive: 1.1.0 undici-types@5.26.5: {} @@ -13716,24 +13610,25 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite@5.4.11(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.36.0): + vite@6.0.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.37.0)(yaml@2.6.1): dependencies: - esbuild: 0.21.5 + esbuild: 0.24.0 postcss: 8.4.49 - rollup: 4.28.0 + rollup: 4.28.1 optionalDependencies: '@types/node': 20.14.2 fsevents: 2.3.3 sass-embedded: 1.77.8 - terser: 5.36.0 + terser: 5.37.0 + yaml: 2.6.1 - vitefu@1.0.4(vite@5.4.11(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.36.0)): + vitefu@1.0.4(vite@6.0.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.37.0)(yaml@2.6.1)): optionalDependencies: - vite: 5.4.11(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.36.0) + vite: 6.0.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.37.0)(yaml@2.6.1) volar-service-css@0.0.62(@volar/language-service@2.4.10): dependencies: - vscode-css-languageservice: 6.3.1 + vscode-css-languageservice: 6.3.2 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.0.8 optionalDependencies: @@ -13756,12 +13651,12 @@ snapshots: optionalDependencies: '@volar/language-service': 2.4.10 - volar-service-prettier@0.0.62(@volar/language-service@2.4.10)(prettier@3.4.1): + volar-service-prettier@0.0.62(@volar/language-service@2.4.10)(prettier@3.4.2): dependencies: vscode-uri: 3.0.8 optionalDependencies: '@volar/language-service': 2.4.10 - prettier: 3.4.1 + prettier: 3.4.2 volar-service-typescript-twoslash-queries@0.0.62(@volar/language-service@2.4.10): dependencies: @@ -13787,7 +13682,7 @@ snapshots: optionalDependencies: '@volar/language-service': 2.4.10 - vscode-css-languageservice@6.3.1: + vscode-css-languageservice@6.3.2: dependencies: '@vscode/l10n': 0.0.18 vscode-languageserver-textdocument: 1.0.12 @@ -13884,16 +13779,16 @@ snapshots: - bufferutil - utf-8-validate - webpack-dev-middleware@5.3.4(webpack@5.96.1): + webpack-dev-middleware@5.3.4(webpack@5.97.1): dependencies: colorette: 2.0.19 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.2.0 - webpack: 5.96.1 + webpack: 5.97.1 - webpack-dev-middleware@6.0.2(webpack@5.96.1): + webpack-dev-middleware@6.0.2(webpack@5.97.1): dependencies: colorette: 2.0.19 memfs: 3.5.3 @@ -13901,9 +13796,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.2.0 optionalDependencies: - webpack: 5.96.1 + webpack: 5.97.1 - webpack-dev-server@4.13.1(webpack@5.96.1): + webpack-dev-server@4.13.1(webpack@5.97.1): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -13933,10 +13828,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.4(webpack@5.96.1) + webpack-dev-middleware: 5.3.4(webpack@5.97.1) ws: 8.18.0 optionalDependencies: - webpack: 5.96.1 + webpack: 5.97.1 transitivePeerDependencies: - bufferutil - debug @@ -13945,7 +13840,7 @@ snapshots: webpack-sources@3.2.3: {} - webpack@5.96.1: + webpack@5.97.1: dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.6 @@ -13967,7 +13862,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(webpack@5.97.1) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -14001,17 +13896,17 @@ snapshots: tr46: 0.0.3 webidl-conversions: 3.0.1 - which-boxed-primitive@1.0.2: + which-boxed-primitive@1.1.0: dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.0.7 - is-symbol: 1.0.4 + is-bigint: 1.1.0 + is-boolean-object: 1.2.0 + is-number-object: 1.1.0 + is-string: 1.1.0 + is-symbol: 1.1.0 which-builtin-type@1.2.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 function.prototype.name: 1.1.6 has-tostringtag: 1.0.2 is-async-function: 2.0.0 @@ -14021,7 +13916,7 @@ snapshots: is-regex: 1.2.0 is-weakref: 1.0.2 isarray: 2.0.5 - which-boxed-primitive: 1.0.2 + which-boxed-primitive: 1.1.0 which-collection: 1.0.2 which-typed-array: 1.1.16 @@ -14041,9 +13936,9 @@ snapshots: which-typed-array@1.1.16: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 + gopd: 1.2.0 has-tostringtag: 1.0.2 which@1.3.1: @@ -14187,6 +14082,12 @@ snapshots: yocto-queue@1.1.1: {} + yocto-spinner@0.1.1: + dependencies: + yoctocolors: 2.1.1 + + yoctocolors@2.1.1: {} + zod-to-json-schema@3.23.5(zod@3.23.8): dependencies: zod: 3.23.8 diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index ab2f1fad..d24fc458 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "dc41bf7ae753cf35ac6ef1647553447e1b4aae99", + "pnpmShrinkwrapHash": "38fbfacdab29aac3e5285a51f0995ad2c173e610", "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f" } diff --git a/packages-config/eslint-config/package.json b/packages-config/eslint-config/package.json index 85e56822..99534c8d 100644 --- a/packages-config/eslint-config/package.json +++ b/packages-config/eslint-config/package.json @@ -41,11 +41,11 @@ "@rushstack/eslint-patch": "1.10.4", "@rushstack/eslint-plugin": "0.16.1", "@rushstack/eslint-plugin-security": "0.8.3", - "@typescript-eslint/eslint-plugin": "8.16.0", - "@typescript-eslint/parser": "8.16.0", + "@typescript-eslint/eslint-plugin": "8.17.0", + "@typescript-eslint/parser": "8.17.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-node": "0.3.9", - "eslint-import-resolver-typescript": "3.6.3", + "eslint-import-resolver-typescript": "3.7.0", "eslint-plugin-jest": "28.9.0", "eslint-plugin-n": "17.14.0", "eslint-plugin-promise": "7.2.1", @@ -53,11 +53,11 @@ "eslint-plugin-tsdoc": "0.4.0", "eslint-plugin-unicorn": "56.0.1", "eslint-plugin-jsdoc": "44.2.7", - "eslint-plugin-import-x": "4.4.3" + "eslint-plugin-import-x": "4.5.0" }, "devDependencies": { "@kcinternals/heft-node-rig": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/eslint": "8.56.10" }, "peerDependencies": { diff --git a/packages-config/lintstaged-config/package.json b/packages-config/lintstaged-config/package.json index 3985b9b5..4703f83f 100644 --- a/packages-config/lintstaged-config/package.json +++ b/packages-config/lintstaged-config/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@kcinternals/heft-node-rig": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/micromatch": "4.0.9" }, "engines": { diff --git a/packages-config/prettier-config/package.json b/packages-config/prettier-config/package.json index d3a186fc..8f4788fd 100644 --- a/packages-config/prettier-config/package.json +++ b/packages-config/prettier-config/package.json @@ -40,8 +40,8 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", - "prettier": "3.4.1" + "@rushstack/heft": "0.68.9", + "prettier": "3.4.2" }, "peerDependencies": { "prettier": "^3.1.0" diff --git a/packages-config/rspack-config/package.json b/packages-config/rspack-config/package.json index c67e4840..3693153f 100644 --- a/packages-config/rspack-config/package.json +++ b/packages-config/rspack-config/package.json @@ -46,8 +46,8 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", - "@rspack/core": "1.1.4" + "@rushstack/heft": "0.68.9", + "@rspack/core": "1.1.5" }, "peerDependencies": { "@rspack/cli": "^0.5.0" diff --git a/packages-example/github-action/package.json b/packages-example/github-action/package.json index 2e42e0ad..8e6c07f5 100644 --- a/packages-example/github-action/package.json +++ b/packages-example/github-action/package.json @@ -28,10 +28,10 @@ "@kcws/eslint-config": "workspace:*", "@kcws/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/heft-jest": "1.0.6", "@types/node": "20.14.2", - "prettier": "3.4.1" + "prettier": "3.4.2" }, "engines": { "node": ">=20" diff --git a/packages-example/heft-example-plugin/package.json b/packages-example/heft-example-plugin/package.json index df0b16ef..3dd2e059 100644 --- a/packages-example/heft-example-plugin/package.json +++ b/packages-example/heft-example-plugin/package.json @@ -45,7 +45,7 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@rushstack/terminal": "0.14.3", "@types/tapable": "1.0.6", "tapable": "1.1.3" diff --git a/packages-example/local-node-lib/package.json b/packages-example/local-node-lib/package.json index 53fed910..1a7f63c7 100644 --- a/packages-example/local-node-lib/package.json +++ b/packages-example/local-node-lib/package.json @@ -46,7 +46,7 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.65.5" diff --git a/packages-example/local-web-lib/package.json b/packages-example/local-web-lib/package.json index fdcf1211..2cf056da 100644 --- a/packages-example/local-web-lib/package.json +++ b/packages-example/local-web-lib/package.json @@ -48,7 +48,7 @@ "@kcinternals/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.65.5" diff --git a/packages-example/node-app/package.json b/packages-example/node-app/package.json index d8e83018..fbac1919 100644 --- a/packages-example/node-app/package.json +++ b/packages-example/node-app/package.json @@ -46,7 +46,7 @@ "@kcws/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "typescript": "5.3.3" diff --git a/packages-example/node-lib/package.json b/packages-example/node-lib/package.json index c5ad7ace..691fef94 100644 --- a/packages-example/node-lib/package.json +++ b/packages-example/node-lib/package.json @@ -45,7 +45,7 @@ "@kcws/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "typescript": "5.3.3" diff --git a/packages-example/web-app/package.json b/packages-example/web-app/package.json index 5ab0fb96..620a344a 100644 --- a/packages-example/web-app/package.json +++ b/packages-example/web-app/package.json @@ -46,7 +46,7 @@ "@kcws/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "typescript": "5.3.3" diff --git a/packages-example/web-lib/package.json b/packages-example/web-lib/package.json index dcb071ea..4b6061af 100644 --- a/packages-example/web-lib/package.json +++ b/packages-example/web-lib/package.json @@ -45,7 +45,7 @@ "@kcws/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "typescript": "5.3.3" diff --git a/packages-internal/heft-esbuild-plugin/package.json b/packages-internal/heft-esbuild-plugin/package.json index 927bf045..0d97734d 100644 --- a/packages-internal/heft-esbuild-plugin/package.json +++ b/packages-internal/heft-esbuild-plugin/package.json @@ -49,7 +49,7 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@rushstack/terminal": "0.14.3", "@types/tapable": "1.0.6", "tapable": "1.1.3" diff --git a/packages-internal/heft-esbuild-plugin/schemas/heft-esbuild-plugin.schema.json b/packages-internal/heft-esbuild-plugin/schemas/heft-esbuild-plugin.schema.json index 2b22d4f4..530e7a8c 100644 --- a/packages-internal/heft-esbuild-plugin/schemas/heft-esbuild-plugin.schema.json +++ b/packages-internal/heft-esbuild-plugin/schemas/heft-esbuild-plugin.schema.json @@ -60,6 +60,13 @@ } } ] + }, + "external": { + "description": "Documentation: https://esbuild.github.io/api/#external", + "type": "array", + "items": { + "type": "string" + } } } } diff --git a/packages-internal/heft-esbuild-plugin/src/EsbuildPlugin.ts b/packages-internal/heft-esbuild-plugin/src/EsbuildPlugin.ts index 6aceefa9..d572b787 100644 --- a/packages-internal/heft-esbuild-plugin/src/EsbuildPlugin.ts +++ b/packages-internal/heft-esbuild-plugin/src/EsbuildPlugin.ts @@ -15,7 +15,8 @@ type EsBuildOptionWhitelist = | "minify" | "sourcemap" | "platform" - | "target"; + | "target" + | "external"; /** * The options for esbuild build() function. @@ -83,6 +84,7 @@ class EsbuildPlugin implements IHeftTaskPlugin { bundle: options?.bundle ?? true, minify: options?.minify ?? true, sourcemap: options?.sourcemap ?? false, + external: options?.external, }; if (options?.platform) buildOptions.platform = options.platform; diff --git a/packages-internal/heft-node-rig/package.json b/packages-internal/heft-node-rig/package.json index e16033a1..25ce8d88 100644 --- a/packages-internal/heft-node-rig/package.json +++ b/packages-internal/heft-node-rig/package.json @@ -32,10 +32,10 @@ }, "dependencies": { "@microsoft/api-extractor": "7.48.0", - "@rushstack/heft-api-extractor-plugin": "0.3.58", - "@rushstack/heft-jest-plugin": "0.13.1", - "@rushstack/heft-lint-plugin": "0.5.7", - "@rushstack/heft-typescript-plugin": "0.6.1", + "@rushstack/heft-api-extractor-plugin": "0.3.59", + "@rushstack/heft-jest-plugin": "0.13.2", + "@rushstack/heft-lint-plugin": "0.5.8", + "@rushstack/heft-typescript-plugin": "0.6.2", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "eslint": "8.57.0", @@ -45,7 +45,7 @@ "typescript": "5.3.3" }, "devDependencies": { - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" diff --git a/packages-internal/heft-types-rig/package.json b/packages-internal/heft-types-rig/package.json index 9d2ac972..fdf51079 100644 --- a/packages-internal/heft-types-rig/package.json +++ b/packages-internal/heft-types-rig/package.json @@ -32,14 +32,14 @@ }, "dependencies": { "@microsoft/api-extractor": "7.48.0", - "@rushstack/heft-api-extractor-plugin": "0.3.58", - "@rushstack/heft-lint-plugin": "0.5.7", - "@rushstack/heft-typescript-plugin": "0.6.1", + "@rushstack/heft-api-extractor-plugin": "0.3.59", + "@rushstack/heft-lint-plugin": "0.5.8", + "@rushstack/heft-typescript-plugin": "0.6.2", "eslint": "8.57.0", "typescript": "5.3.3" }, "devDependencies": { - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" diff --git a/packages-internal/heft-web-rig/package.json b/packages-internal/heft-web-rig/package.json index 209d3800..0900246b 100644 --- a/packages-internal/heft-web-rig/package.json +++ b/packages-internal/heft-web-rig/package.json @@ -32,11 +32,11 @@ }, "dependencies": { "@microsoft/api-extractor": "7.48.0", - "@rushstack/heft-api-extractor-plugin": "0.3.58", - "@rushstack/heft-jest-plugin": "0.13.1", - "@rushstack/heft-lint-plugin": "0.5.7", - "@rushstack/heft-sass-plugin": "0.15.6", - "@rushstack/heft-typescript-plugin": "0.6.1", + "@rushstack/heft-api-extractor-plugin": "0.3.59", + "@rushstack/heft-jest-plugin": "0.13.2", + "@rushstack/heft-lint-plugin": "0.5.8", + "@rushstack/heft-sass-plugin": "0.15.7", + "@rushstack/heft-typescript-plugin": "0.6.2", "@types/heft-jest": "1.0.6", "eslint": "8.57.0", "jest-environment-jsdom": "29.7.0", @@ -45,7 +45,7 @@ "typescript": "5.3.3" }, "devDependencies": { - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" diff --git a/packages-type/generic/package.json b/packages-type/generic/package.json index afcc7b75..e3e2df0f 100644 --- a/packages-type/generic/package.json +++ b/packages-type/generic/package.json @@ -41,7 +41,7 @@ "@kcws/eslint-config": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcinternals/heft-types-rig": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "tsd": "0.31.2", "typescript": "5.3.3" }, diff --git a/packages-type/package_json/package.json b/packages-type/package_json/package.json index 3a3d8b6e..61962a6e 100644 --- a/packages-type/package_json/package.json +++ b/packages-type/package_json/package.json @@ -41,7 +41,7 @@ "@kcws/eslint-config": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcinternals/heft-types-rig": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "tsd": "0.31.2", "typescript": "5.3.3" }, diff --git a/packages/astro-decap-cms/package.json b/packages/astro-decap-cms/package.json index be13b498..c9cbdccb 100644 --- a/packages/astro-decap-cms/package.json +++ b/packages/astro-decap-cms/package.json @@ -52,9 +52,9 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "@astrojs/check": "0.9.4", - "astro": "4.16.16" + "astro": "5.0.3" }, "peerDependencies": { "@rushstack/heft": ">=0.65.5", diff --git a/packages/color/package.json b/packages/color/package.json index 76c73bff..788a081f 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -46,7 +46,7 @@ "@kcinternals/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "engines": { "node": ">=12" diff --git a/packages/dtcheck/package.json b/packages/dtcheck/package.json index 01f24df3..f440da5b 100644 --- a/packages/dtcheck/package.json +++ b/packages/dtcheck/package.json @@ -47,7 +47,7 @@ "@kctypes/generic": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "engines": { "node": ">=12" diff --git a/packages/equals/package.json b/packages/equals/package.json index 817910f5..54640022 100644 --- a/packages/equals/package.json +++ b/packages/equals/package.json @@ -50,7 +50,7 @@ "@kcinternals/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "engines": { "node": ">=12" diff --git a/packages/error/package.json b/packages/error/package.json index f32621c5..cb31223d 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -45,7 +45,7 @@ "@kcinternals/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "engines": { "node": ">=12" diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 25d9994f..594a32aa 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -52,7 +52,7 @@ "@kcinternals/heft-node-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.65.5" diff --git a/packages/heft-node-rig/package.json b/packages/heft-node-rig/package.json index 9b01ecb8..de29c367 100644 --- a/packages/heft-node-rig/package.json +++ b/packages/heft-node-rig/package.json @@ -33,10 +33,10 @@ "dependencies": { "@microsoft/api-extractor": "7.48.0", "@kcinternals/heft-esbuild-plugin": "workspace:*", - "@rushstack/heft-api-extractor-plugin": "0.3.58", - "@rushstack/heft-jest-plugin": "0.13.1", - "@rushstack/heft-lint-plugin": "0.5.7", - "@rushstack/heft-typescript-plugin": "0.6.1", + "@rushstack/heft-api-extractor-plugin": "0.3.59", + "@rushstack/heft-jest-plugin": "0.13.2", + "@rushstack/heft-lint-plugin": "0.5.8", + "@rushstack/heft-typescript-plugin": "0.6.2", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "eslint": "8.57.0", @@ -46,7 +46,7 @@ "typescript": "5.3.3" }, "devDependencies": { - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" diff --git a/packages/heft-web-rig/package.json b/packages/heft-web-rig/package.json index 16da4a93..2b9b5c21 100644 --- a/packages/heft-web-rig/package.json +++ b/packages/heft-web-rig/package.json @@ -33,11 +33,11 @@ "dependencies": { "@microsoft/api-extractor": "7.48.0", "@kcinternals/heft-esbuild-plugin": "workspace:*", - "@rushstack/heft-api-extractor-plugin": "0.3.58", - "@rushstack/heft-jest-plugin": "0.13.1", - "@rushstack/heft-lint-plugin": "0.5.7", - "@rushstack/heft-sass-plugin": "0.15.6", - "@rushstack/heft-typescript-plugin": "0.6.1", + "@rushstack/heft-api-extractor-plugin": "0.3.59", + "@rushstack/heft-jest-plugin": "0.13.2", + "@rushstack/heft-lint-plugin": "0.5.8", + "@rushstack/heft-sass-plugin": "0.15.7", + "@rushstack/heft-typescript-plugin": "0.6.2", "@types/heft-jest": "1.0.6", "eslint": "8.57.0", "jest-environment-jsdom": "29.7.0", @@ -46,7 +46,7 @@ "typescript": "5.3.3" }, "devDependencies": { - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" diff --git a/packages/mixin/package.json b/packages/mixin/package.json index 990c2500..b1cc2c05 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -45,7 +45,7 @@ "@kcinternals/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "engines": { "node": ">=12" diff --git a/packages/random/package.json b/packages/random/package.json index 408d9c8c..3a8a0976 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -46,7 +46,7 @@ "@kctypes/generic": "workspace:*", "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", - "@rushstack/heft": "0.68.8" + "@rushstack/heft": "0.68.9" }, "engines": { "node": ">=12" diff --git a/packages/reset.css/package.json b/packages/reset.css/package.json index 3bff6097..c1489953 100644 --- a/packages/reset.css/package.json +++ b/packages/reset.css/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@kcinternals/heft-web-rig": "workspace:*", "@kcws/lintstaged-config": "workspace:*", - "@rushstack/heft": "0.68.8", + "@rushstack/heft": "0.68.9", "stylelint": "16.11.0", "stylelint-config-standard-scss": "14.0.0" },