From 415c76f856093ad1082de91ef6e3d7fb42351641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 05:57:00 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 +- package.json | 20 +- pnpm-lock.yaml | 547 +++++++++++++++++----------------- 4 files changed, 282 insertions(+), 291 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0fd979..02d777f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 # Update npm to the latest version to enable OIDC # Use corepack to install pnpm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3033492..1999ddc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 cache: "pnpm" - name: Install Dependencies @@ -63,7 +63,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 cache: "pnpm" - name: Install Dependencies diff --git a/package.json b/package.json index 2b53af8..c6050d2 100644 --- a/package.json +++ b/package.json @@ -34,22 +34,22 @@ }, "devDependencies": { "@arethetypeswrong/core": "^0.18.2", - "@microsoft/api-extractor": "^7.58.1", - "@rsbuild/core": "2.0.0-rc.0", - "@rslib/core": "^0.20.3", - "@rslint/core": "^0.3.4", + "@microsoft/api-extractor": "^7.58.7", + "@rsbuild/core": "2.0.5", + "@rslib/core": "^0.21.3", + "@rslint/core": "^0.5.2", "@rstest/adapter-rslib": "^0.2.2", - "@rstest/core": "^0.9.6", - "@rstest/coverage-istanbul": "^0.3.1", + "@rstest/core": "^0.9.10", + "@rstest/coverage-istanbul": "^0.3.2", "@types/node": "^24.12.2", "cli-table3": "^0.6.5", - "dprint": "^0.53.2", + "dprint": "^0.54.0", "husky": "^9.1.7", "nano-staged": "^0.9.0", "package-manager-detector": "^1.6.0", "rsbuild-plugin-publint": "^0.3.4", - "tinyexec": "^1.0.4", - "typescript": "^6.0.2" + "tinyexec": "^1.1.2", + "typescript": "^6.0.3" }, "peerDependencies": { "@rsbuild/core": "^1.0.0 || ^2.0.0-0", @@ -60,7 +60,7 @@ "optional": true } }, - "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", + "packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800", "engines": { "node": ">=20.20.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c805199..802ab8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,26 +12,26 @@ importers: specifier: ^0.18.2 version: 0.18.2 '@microsoft/api-extractor': - specifier: ^7.58.1 - version: 7.58.1(@types/node@24.12.2) + specifier: ^7.58.7 + version: 7.58.7(@types/node@24.12.2) '@rsbuild/core': - specifier: 2.0.0-rc.0 - version: 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + specifier: 2.0.5 + version: 2.0.5(core-js@3.47.0) '@rslib/core': - specifier: ^0.20.3 - version: 0.20.3(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.2) + specifier: ^0.21.3 + version: 0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.3) '@rslint/core': - specifier: ^0.3.4 - version: 0.3.4(jiti@2.6.1) + specifier: ^0.5.2 + version: 0.5.2(jiti@2.6.1) '@rstest/adapter-rslib': specifier: ^0.2.2 - version: 0.2.2(@rslib/core@0.20.3(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.2))(@rstest/core@0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0))(typescript@6.0.2) + version: 0.2.2(@rslib/core@0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.3))(@rstest/core@0.9.10(core-js@3.47.0))(typescript@6.0.3) '@rstest/core': - specifier: ^0.9.6 - version: 0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + specifier: ^0.9.10 + version: 0.9.10(core-js@3.47.0) '@rstest/coverage-istanbul': - specifier: ^0.3.1 - version: 0.3.1(@rstest/core@0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0)) + specifier: ^0.3.2 + version: 0.3.2(@rstest/core@0.9.10(core-js@3.47.0)) '@types/node': specifier: ^24.12.2 version: 24.12.2 @@ -39,8 +39,8 @@ importers: specifier: ^0.6.5 version: 0.6.5 dprint: - specifier: ^0.53.2 - version: 0.53.2 + specifier: ^0.54.0 + version: 0.54.0 husky: specifier: ^9.1.7 version: 9.1.7 @@ -52,13 +52,13 @@ importers: version: 1.6.0 rsbuild-plugin-publint: specifier: ^0.3.4 - version: 0.3.4(@rsbuild/core@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0)) + version: 0.3.4(@rsbuild/core@2.0.5(core-js@3.47.0)) tinyexec: - specifier: ^1.0.4 - version: 1.0.4 + specifier: ^1.1.2 + version: 1.1.2 typescript: - specifier: ^6.0.2 - version: 6.0.2 + specifier: ^6.0.3 + version: 6.0.3 packages: @@ -138,76 +138,76 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@dprint/darwin-arm64@0.53.2': - resolution: {integrity: sha512-ecKRF+mFE59layJPpX5AnYN7a9XNovX3f5QlPSdr+BmweoarOV2ieODyJklD5Tob9WiMv8jQyXYak5QH7fxByg==} + '@dprint/darwin-arm64@0.54.0': + resolution: {integrity: sha512-yqRI4enH+BDp+4+ZsPVdZM5h873JK1lN7li9l9A5u4C4cvh1oEsiBWAzEPccRkJ2ctF8LgaizBSxO38sqEVYbw==} cpu: [arm64] os: [darwin] - '@dprint/darwin-x64@0.53.2': - resolution: {integrity: sha512-sHe7bsPU9BXnBPovjsq+98S1g64W7ZhyfGKMSVMTwP1BCL+IqOltfd5p7xTvAaRkL8cwRzqPYlj+kmCf24Qydw==} + '@dprint/darwin-x64@0.54.0': + resolution: {integrity: sha512-W9BARpgHypcQwatg5mnHaCpX6pLX5dBxxiv+tZKruhOmq8MKYOrAYDXlceMuHSowmWREfUF5yL4SRgXDGI6WQw==} cpu: [x64] os: [darwin] - '@dprint/linux-arm64-glibc@0.53.2': - resolution: {integrity: sha512-K0aj5bLtPlSsTDAtLwEjwDGPIVpc8lgmvpLzf6IdASJn1kMkowPoZSCNUvmUUJTTmANscMugLsi9XGVbBzkE6Q==} + '@dprint/linux-arm64-glibc@0.54.0': + resolution: {integrity: sha512-VhM7p70VFuNqxZMdiv1e+nMboPj/hMFlTIBWrRaX7+6VThs9mJr9+94wrUeXgfnfsyaEKSbRFa/dru1PINoSNw==} cpu: [arm64] os: [linux] libc: [glibc] - '@dprint/linux-arm64-musl@0.53.2': - resolution: {integrity: sha512-209yb6BGMiohPuB12wgnodULEs3JC1epLaHyN5s2XpDU7rWi6WqWkzeSuuN2TTAbDz4Z51tqe5KJSRsF0yi+Dg==} + '@dprint/linux-arm64-musl@0.54.0': + resolution: {integrity: sha512-QS1A74Lv60/L9oemHCzbHgOLbV2smSJG5IxS5fjf8ZWetyUt918WDzIHBilz/+uiB+OlW2UVTsm952UG0YOrLw==} cpu: [arm64] os: [linux] libc: [musl] - '@dprint/linux-loong64-glibc@0.53.2': - resolution: {integrity: sha512-IngXJ6c7n/DYd2j1CssLHqxtGILMv0BEQZplx8kIYedGyVbzLSxJu7XpqgThnCuLQjh4elfRkT67Q8g7l//m0Q==} + '@dprint/linux-loong64-glibc@0.54.0': + resolution: {integrity: sha512-8Myka2/0KbhuZnEKL6jagPXTgDKVpd/tfXDRa0oibUBgaqOSku6iRMzHGa/PhqHL+s14Gcp+/cIHz0zU3Tkgug==} cpu: [loong64] os: [linux] libc: [glibc] - '@dprint/linux-loong64-musl@0.53.2': - resolution: {integrity: sha512-ExtcNOjSbXgpoWw5efAO00xYTOlEsEyz58v/HPJzEV5tfn9J7vozSVxTdXLDkTgg+USEQLaZ9qTnXxc1kbraiQ==} + '@dprint/linux-loong64-musl@0.54.0': + resolution: {integrity: sha512-/AN3xCuMhC4PK7Pbj7/4zBuhFGr4m0OHV/5uGTfzpkKX/3+AXoyKl7PbT2VlNMGXAK0kuRThfjtx23gIwlWk7Q==} cpu: [loong64] os: [linux] libc: [musl] - '@dprint/linux-riscv64-glibc@0.53.2': - resolution: {integrity: sha512-2UTqXMkIhyK7rYdpBY7tE3x1R36msWjX3lU3MdYM9HauldnsHJx2EhZofIYzHBICH8eziw/W7aY8HWo4oLdJ/A==} + '@dprint/linux-riscv64-glibc@0.54.0': + resolution: {integrity: sha512-Aw2vXzzwFDpPbXh6ajsSabVCkCc66C3hCyMKprR/IxYvFtjYX80nh1ox0c7iaw6c4HacHMRLGw7FUSXvomPaEQ==} cpu: [riscv64] os: [linux] libc: [glibc] - '@dprint/linux-x64-glibc@0.53.2': - resolution: {integrity: sha512-hO4O7d20IALUCFbFG2H7kvP5Di3/G8fqrMXzX9Fdps4ccM4Kg3Cr9LZ/G+mif4Q9WwwUnkOJ0oXBxeqJ8S65ng==} + '@dprint/linux-x64-glibc@0.54.0': + resolution: {integrity: sha512-zZqj3wQELOX8n6QfT2uuWoMf64Wv0lMXNyam3btm+PKkg0P6a54TPL09Bs9XsViOdxgTcamsiQ7HlErt/LEjIA==} cpu: [x64] os: [linux] libc: [glibc] - '@dprint/linux-x64-musl@0.53.2': - resolution: {integrity: sha512-XHqYE5nFz1s5Z2J1E9j8JYHE4ISp5KCfaYT7fs4lW14G2B8U/CtutUGWzvP5aYRGfLc6CYGrWgKAQppn846vUQ==} + '@dprint/linux-x64-musl@0.54.0': + resolution: {integrity: sha512-it6Qdt06dyW2adbAXpOCb7/KQLxlm4i1UphUAWqWsZk4t3EYetyAza9J0g3Vu9itIWSEIo9MnccgANckQJ6+qw==} cpu: [x64] os: [linux] libc: [musl] - '@dprint/win32-arm64@0.53.2': - resolution: {integrity: sha512-Z8N2iwhFN91wK0SlR+oGHGF8rrwOw7BiZTAKwR8E7Fr2lKSTsjbRv3Nr1znk2pHkmRyZ1/6PwzTiVF5sSZcIXQ==} + '@dprint/win32-arm64@0.54.0': + resolution: {integrity: sha512-F5kjV/6I9YtNOTDWHUpTqM2HHHS510BPL7z4NJuU0nDnaVeks7GwNEltGr56CcsG8XQYhkiAsqZytPu6AhA2hQ==} cpu: [arm64] os: [win32] - '@dprint/win32-x64@0.53.2': - resolution: {integrity: sha512-xdOOm4ZG9pqKdnVvgFMp8/c9Ylkt2LcTFqjmxF1CoCZNNYGMUrH60YQl/M9R9wJXSSQOv6K+7Ub+hOWcIlxIjw==} + '@dprint/win32-x64@0.54.0': + resolution: {integrity: sha512-AAr2ye/DtgYXDplRoPS+5U++x7T6W4a3I9FvTFWFxziFmUptvAg5G2c4FcXoAduSruhYZJvjDZrLseR2c3IwXg==} cpu: [x64] os: [win32] - '@emnapi/core@1.8.1': - resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==} + '@emnapi/core@1.10.0': + resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} - '@emnapi/runtime@1.8.1': - resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} + '@emnapi/runtime@1.10.0': + resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} - '@emnapi/wasi-threads@1.1.0': - resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} + '@emnapi/wasi-threads@1.2.1': + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} @@ -222,11 +222,11 @@ packages: '@loaderkit/resolve@1.0.4': resolution: {integrity: sha512-rJzYKVcV4dxJv+vW6jlvagF8zvGxHJ2+HTr1e2qOejfmGhAApgJHl8Aog4mMszxceTRiKTTbnpgmTO1bEZHV/A==} - '@microsoft/api-extractor-model@7.33.5': - resolution: {integrity: sha512-Xh4dXuusndVQqVz4nEN9xOp0DyzsKxeD2FFJkSPg4arAjDSKPcy6cAc7CaeBPA7kF2wV1fuDlo2p/bNMpVr8yg==} + '@microsoft/api-extractor-model@7.33.8': + resolution: {integrity: sha512-aIcoQggPyer3B6Ze3usz0YWC/oBwUHfRH5ETUsr+oT2BRA6SfTJl7IKPcPZkX4UR+PohowzW4uMxsvjrn8vm+w==} - '@microsoft/api-extractor@7.58.1': - resolution: {integrity: sha512-kF3GFME4lN22O5zbnXk2RP4y/4PDQdps0xKiYTipMYprkwCmmpsWLZt/N2Fkbil540cSLfJX0BW7LkHzgMVUYg==} + '@microsoft/api-extractor@7.58.7': + resolution: {integrity: sha512-yK6OycD46gIzLRpj6ueVUWPk1ACSpkN1LBo05gY1qPTylbWyUCanXfH7+VgkI5LJrJoRSQR5F04XuCffCXLOBw==} hasBin: true '@microsoft/tsdoc-config@0.18.1': @@ -235,8 +235,8 @@ packages: '@microsoft/tsdoc@0.16.0': resolution: {integrity: sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==} - '@napi-rs/wasm-runtime@1.1.2': - resolution: {integrity: sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==} + '@napi-rs/wasm-runtime@1.1.4': + resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} peerDependencies: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 @@ -245,8 +245,8 @@ packages: resolution: {integrity: sha512-dHDWeutAerz+Z2wFYAce7Y51vd4rbLBfUh0BNnyul4xKoVsPUVJBrOAFsJvtvYBwGFJSqKsxyyHf/7evZ8+Q5Q==} engines: {node: '>=18'} - '@rsbuild/core@2.0.0-rc.0': - resolution: {integrity: sha512-XutQgxd71RyH9jT0x+/F0DiGqk2Q5oofZuzNZFEkSayjO1UG+uVLhK90zB4hW43qRHqGEqcWlVaNPSQ8rHLk6A==} + '@rsbuild/core@2.0.5': + resolution: {integrity: sha512-KajO50hbXb32S8MsyDh2f+xKcVeRy9Gfzdcy0JjpMLj22djHugly6jrGo7jH7ls9X6/TDcyCTncSuNK4+D2lTw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -255,8 +255,8 @@ packages: core-js: optional: true - '@rslib/core@0.20.3': - resolution: {integrity: sha512-WImc5z84oKbK0wZI5M4rk6BTK9BeYLk3lfietrR4k9e9Wk81BWR0RtPnRpDsj2+HCy8KZHCG8ZywU2QTqq36OA==} + '@rslib/core@0.21.3': + resolution: {integrity: sha512-3kyF273GQWIky4rAGD+Nkewlc7OraRwM2rG6wMJ19cYeomN0OKokVbk0vvfLAcQu43mtEO+dnZk6BchUoRmQOg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -268,8 +268,8 @@ packages: typescript: optional: true - '@rslint/core@0.3.4': - resolution: {integrity: sha512-pSi6WJ5eIhuYiAkvJDJU5xKm7oxhaphC042g9K3Hp94GFeQVb6cFX263I+gJcyS3B7idB1ernm1YvZhRjlF6tA==} + '@rslint/core@0.5.2': + resolution: {integrity: sha512-RDP0uvg0ni1AXl/Jq9LglY8QmSIuM4HN4Lx9Pef6xL1QZrgXkQJ5GKPlBjkbMDu7Zdlfjo1L5D1S0cttaEjBHA==} hasBin: true peerDependencies: jiti: ^2.0.0 @@ -277,94 +277,94 @@ packages: jiti: optional: true - '@rslint/darwin-arm64@0.3.4': - resolution: {integrity: sha512-1CrNIWyckkdNmJDF3EqRaPfWnvZX2GVuJ2a5XDYN4F1fdSxQFA6ZzOPy00LqLkNnkZZ/5xpr68HXamAVKyQqgQ==} + '@rslint/darwin-arm64@0.5.2': + resolution: {integrity: sha512-gu7WyZnyZt9x/TMC+jtf0LYTC0Zq9Fq38utef5dcm8iVbdZNqt+EnwrOqVFaqI1ikYC18IOi9aIe7/bxVZp/aA==} cpu: [arm64] os: [darwin] - '@rslint/darwin-x64@0.3.4': - resolution: {integrity: sha512-fOtfQiaD5SEqCdnjH0eXbK4hRuKo7S1+I7FkPO9xiIG4b/gEjzQITXOxmNeRckuF9HHdNqRF8xWELjelO4pcdA==} + '@rslint/darwin-x64@0.5.2': + resolution: {integrity: sha512-sxvIAWldUBd/EeK+PkQhgVbRq6VwHBmUNxKNWyng5zL0gWu02X8ynhyzDgWfUKPXH7BgebSItQBfa4+qFQXhUw==} cpu: [x64] os: [darwin] - '@rslint/linux-arm64@0.3.4': - resolution: {integrity: sha512-MwNZpfKXxcUWbg92Z1YfgW7HZ6yQESPhP7UoZwt7s0k6l64CDBcCA861F35xuJN1jFqMqnvPwLFqDFjT50DSvQ==} + '@rslint/linux-arm64@0.5.2': + resolution: {integrity: sha512-D8cmoMDqzwZqELtxbVZDX0jGMXkSwAejvOL9D1GXoFAxq74xuT/s0UdfbkzZtAAvIFrwa8PGskPXv3X/1w2WbA==} cpu: [arm64] os: [linux] - '@rslint/linux-x64@0.3.4': - resolution: {integrity: sha512-etzKwTSPZi6IyBY3FJQaHq2UDlHWeWy/579U0MNTlFVpj2bVl2EsUSOie0dzO4y7YzdZYRZUB1IHEBmlsBVcVw==} + '@rslint/linux-x64@0.5.2': + resolution: {integrity: sha512-b4Nato9LgkPX7OydaeXexUUvkfm4+tRAvp46T4xhe76k136/ziImRPBcM/G7pBNyaV5Rd6qp6CiYW330Q+0Gnw==} cpu: [x64] os: [linux] - '@rslint/win32-arm64@0.3.4': - resolution: {integrity: sha512-sIvTTA74ZsN3jh9uKlpNrzCxBu+9HvYvjloAHCW0Th28SZ+yT8ZmFE9Mlrablqs1wclxlfxwXyJN5klxSWA/YQ==} + '@rslint/win32-arm64@0.5.2': + resolution: {integrity: sha512-3pfpABHaBv+Z551cKOX+pVllmGFJc7dLHDs2XignLxZ89xsxomlAx8CLhkaDECUkoBM7gj4/oQr57t9Ndhe3Lw==} cpu: [arm64] os: [win32] - '@rslint/win32-x64@0.3.4': - resolution: {integrity: sha512-JURuG6Q/+9cYWvSbN2ELx/fxnEp37gVf7JjbP82CIZ8ar/fw8uREpZoy/SQGf/onUXAjc/CZOovl9MT3Rbq/Fw==} + '@rslint/win32-x64@0.5.2': + resolution: {integrity: sha512-MnIp0ofyg7AXP+bgt1VW1ejJszkgyFKHJvSqZ3QePOllWKXA7Nhj4lMIluIcTN1D4C0f00+6POYOeIjSwI+aRQ==} cpu: [x64] os: [win32] - '@rspack/binding-darwin-arm64@2.0.0-rc.0': - resolution: {integrity: sha512-F1phoByw5bMZ44TVJevn7Yw1mn1dWQ6Z3dxMQrkXoFsxwUPSNOHBX1TSkQ3rmhw2CZpFinbLL6aYjDWM6aHO5A==} + '@rspack/binding-darwin-arm64@2.0.2': + resolution: {integrity: sha512-0o7lbgBBsDlICWdjIH0q3e0BsSco4GRiImHWVfZSVEG+q2+ykZJvSvYCVhPM1Co375Z0S3VMPa/8SjcY1FHwlw==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@2.0.0-rc.0': - resolution: {integrity: sha512-oVzDuXwtn1uM9ovV12gTwkTHCwN1q0U0oxfclJjEjb1EhE/a/UGGABUsLl84wSbIW1fvcd9UwAr7vBqPWsjB4Q==} + '@rspack/binding-darwin-x64@2.0.2': + resolution: {integrity: sha512-tOwxZpoPlTlRs/w6UyUinXJ4TYRVHMlR7+eQxO1R3muKpixvhXQjtvoaY16HuFyTVky5F0IfOoWr3x9FEsgdLg==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@2.0.0-rc.0': - resolution: {integrity: sha512-f0EQ0uBWXmknhZ7HR8ud+AhEtLSKbMK9IFHNkhMH3rN4J6wMI+uCPAs+ZlIrNk076bv8YB/z2Amx1ByDLjOBRA==} + '@rspack/binding-linux-arm64-gnu@2.0.2': + resolution: {integrity: sha512-1ZD4YFhG1rmgqj+W8hfwHyKV8xDxGsc/3KgU0FwmiVEX7JfzhCkgBO/xlCG79kRKSrzuVzt4icO/G3cCKn0pag==} cpu: [arm64] os: [linux] libc: [glibc] - '@rspack/binding-linux-arm64-musl@2.0.0-rc.0': - resolution: {integrity: sha512-+OiO3x6biWU+z/H/rBzgCJuhvZj7YkGz4w7zQk2ZEHnL8nB5pzPqFiEZesbRp+WIseAONzitn7R0qk102hBi5g==} + '@rspack/binding-linux-arm64-musl@2.0.2': + resolution: {integrity: sha512-/PtTkM/DsDLjeuXTmeJeRfbjCDbcL9jvoVgZrgxYFZ28y2cdLvbChbW9uigOzs5dQEs1CIBQXMTTj7KhdBTuQg==} cpu: [arm64] os: [linux] libc: [musl] - '@rspack/binding-linux-x64-gnu@2.0.0-rc.0': - resolution: {integrity: sha512-n1XXXjTcPyCUoV+t3BPfBoF16CgsBxXI7WQuajIgQ33ifm7AEkRi8OVC2ci6908/MnYJSBFHlZvuDE42EwEstQ==} + '@rspack/binding-linux-x64-gnu@2.0.2': + resolution: {integrity: sha512-bBjsZxMHRaPo6X9SokApm6ucs+UhXtAJFyJJyuk2BH4XJsLeCU9Dz1vMwioeohFbJUUeTASVPm6/BL+RhSaunw==} cpu: [x64] os: [linux] libc: [glibc] - '@rspack/binding-linux-x64-musl@2.0.0-rc.0': - resolution: {integrity: sha512-EQK7SGu7FWFf1HPPvcahsk2pNL326GQY+jIg3FxGdiAWl1DtSCPrTo/eBKT3nSnXItWta1N80pN5wWVlfs/Liw==} + '@rspack/binding-linux-x64-musl@2.0.2': + resolution: {integrity: sha512-HjlpInqzabDNkhVsUJpsHPqa9QYVWBViJoyWNjzXCAW0vKMDvwaphyUvokSinX8FGTlZi/sr5UEaHJo6XtQ35g==} cpu: [x64] os: [linux] libc: [musl] - '@rspack/binding-wasm32-wasi@2.0.0-rc.0': - resolution: {integrity: sha512-zu+iW0kEYJd2AEEqYMSU64f98RMOXVwevnQuPtMg3WhVL79FOfkfXOlf16ZYzB8di8hpMRss7m4traGEUEyjZA==} + '@rspack/binding-wasm32-wasi@2.0.2': + resolution: {integrity: sha512-YaRYNFLJRpkGfYjSWR7n9f+nQKtrlmrrffpAn/blc2geHcRvXoBc5SCs1idPtsLhj7H9qWWhs7ucjyHy4csWFg==} cpu: [wasm32] - '@rspack/binding-win32-arm64-msvc@2.0.0-rc.0': - resolution: {integrity: sha512-QDOVpN0SdjrW4OicHmkuj8T7PWSqEbUs20FX2pTRBw4ReU7BABAp7wwGdtQzZIaPKDv3CTNz/1DygmInbiNgJg==} + '@rspack/binding-win32-arm64-msvc@2.0.2': + resolution: {integrity: sha512-d/3kTEKq+asLjRFPO96t+wfWiM7DLN76VQEPDD9bc1kdsZXlVJBuvyXfsgK8bbEvKplWXYcSsokhmEnuXrLOpg==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@2.0.0-rc.0': - resolution: {integrity: sha512-89CNtgzs67FRHB+lBQoNZmjVqrrd3i+cNCqn0MzCH6Xe12XrO/2eC41gbl69mfYWIYWHpKuySkSTgOOGp0PqNQ==} + '@rspack/binding-win32-ia32-msvc@2.0.2': + resolution: {integrity: sha512-161cWineq3RW+Jdm1FAfSpXeUtYWvhB3kAbm46vNT9h/YYz+spwsFMvveAZ1nsVSVL0IC5lDBGUte7yUAY8K2g==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@2.0.0-rc.0': - resolution: {integrity: sha512-OaxuI+WHzSNoCtv0FfIw41yjCFvwt/aCoEodBSObzm8PH5YbmiYL/FfTeAOVAJbDoEmkA8qYH+gws7vOzgQzSw==} + '@rspack/binding-win32-x64-msvc@2.0.2': + resolution: {integrity: sha512-y7Q0S1FE+OlkL5GMqLG0PwxrPw6E1r892KhGrGKE1Vdufe5YTEx6xTPxzZ+b7N2KPD7s9G1/iJmWHQxb1+Bjkg==} cpu: [x64] os: [win32] - '@rspack/binding@2.0.0-rc.0': - resolution: {integrity: sha512-zWjMryvt8J8H/Z/sa0MHWfblUTHNCwXhw2x13Yz9Nw2P8JjZ/k/h3ni0xBBl/QubIVoA1IfN2OaiNCtFlVmDrQ==} + '@rspack/binding@2.0.2': + resolution: {integrity: sha512-0kZPplW9GWx8mfC6DfsaRY3QBIYPuUs42JfmSM6aSb8tMHZAXQeLeMB8M+h8i4SeI+aFtCgO6UuYGtyWf7+L+A==} - '@rspack/core@2.0.0-rc.0': - resolution: {integrity: sha512-hFc2284m/075etKLLNsECAwOcyNQ8NHUaBhwJCQJQ3J9iqjDoZisefGC8I457u2iieoc1KNSANB9hxZ0ZOHuJg==} + '@rspack/core@2.0.2': + resolution: {integrity: sha512-VM3UHOo26uC+4QSqY5tU1ybI7KuXY5rTof8nhFOaBY9SYau0Smvr+hMSAPmrmHwknB6dXT8yaNVxrj7I+qxE1Q==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: '@module-federation/runtime-tools': ^0.24.1 || ^2.0.0 @@ -385,8 +385,8 @@ packages: typescript: optional: true - '@rstest/core@0.9.6': - resolution: {integrity: sha512-j4o5WLsbnnOMykpy4+XwjCY4vtTjmnoLE9JnvIOkhTlfpVBbXEAo30Yy4DS6SLzNL7H7UUCCu5QK3HzNp0DJiA==} + '@rstest/core@0.9.10': + resolution: {integrity: sha512-JUSUYYXWIHEBUn193u2RglZujvGPv46Blxpl17QFwc0y9vEXe2y/IfGwGrVsJfZz7PaWZ5NnbFf0J55YIIns+g==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -398,13 +398,13 @@ packages: jsdom: optional: true - '@rstest/coverage-istanbul@0.3.1': - resolution: {integrity: sha512-ygRAn36LRNoblpljSm2jY7Fe0kNv8Hxt79MVOIRnTmI+yP1imk6/mqCnBi4QRzdmsqE5Oj3gG2T5F2cpDvG5qA==} + '@rstest/coverage-istanbul@0.3.2': + resolution: {integrity: sha512-qmAg7gbrmHkvk0p7FH46sfoBRL83EEylW8rBk0L1eVZpK3JSQBeTBuVVFrVOlSRffBgK3Rl7aQEUKJ7PUi+5wQ==} peerDependencies: - '@rstest/core': ~0.9.6 + '@rstest/core': ~0.9.8 - '@rushstack/node-core-library@5.21.0': - resolution: {integrity: sha512-LFzN+1lyWROit/P8Md6yxAth7lLYKn37oCKJHirEE2TQB25NDUM7bALf0ar+JAtwFfRCH+D+DGOA7DAzIi2r+g==} + '@rushstack/node-core-library@5.23.1': + resolution: {integrity: sha512-wlKmIKIYCKuCASbITvOxLZXepPbwXvrv7S6ig6XNWFchSyhL/E2txmVXspHY49Wu2dzf7nI27a2k/yV5BA3EiA==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -419,22 +419,22 @@ packages: '@types/node': optional: true - '@rushstack/rig-package@0.7.2': - resolution: {integrity: sha512-9XbFWuqMYcHUso4mnETfhGVUSaADBRj6HUAAEYk50nMPn8WRICmBuCphycQGNB3duIR6EEZX3Xj3SYc2XiP+9A==} + '@rushstack/rig-package@0.7.3': + resolution: {integrity: sha512-aAA518n6wxxjCfnTAOjQnm7ngNE0FVHxHAw2pxKlIhxrMn0XQjGcXKF0oKWpjBgJOmsaJpVob/v+zr3zxgPWuA==} - '@rushstack/terminal@0.22.4': - resolution: {integrity: sha512-fhtLjnXCc/4WleVbVl6aoc7jcWnU6yqjS1S8WoaNREG3ycu/viZ9R/9QM7Y/b4CDvcXoiDyMNIay7JMwBptM3g==} + '@rushstack/terminal@0.24.0': + resolution: {integrity: sha512-8ZQS4MMaGsv27EXCBiH7WMPkRZrffeDoIevs6z9TM5dzqiY6+Hn4evfK/G+gvgBTjfvfkHIZPQQmalmI2sM4TQ==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true - '@rushstack/ts-command-line@5.3.4': - resolution: {integrity: sha512-MLkVKVEN6/2clKTrjN2B2KqKCuPxRwnNsWY7a+FCAq2EMdkj10cM8YgiBSMeGFfzM0mDMzargpHNnNzaBi9Whg==} + '@rushstack/ts-command-line@5.3.9': + resolution: {integrity: sha512-GIHqU+sRGQ3LGWAZu1O+9Yh++qwtyNIIGuNbcWHJjBTm2qRez0cwINUHZ+pQLR8UuzZDcMajrDaNbUYoaL/XtQ==} - '@swc/helpers@0.5.20': - resolution: {integrity: sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==} + '@swc/helpers@0.5.21': + resolution: {integrity: sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==} '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} @@ -512,8 +512,8 @@ packages: resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==} engines: {node: '>=0.3.1'} - dprint@0.53.2: - resolution: {integrity: sha512-3uF+X66vm3UmDG5tbBKUAyetc/FsBn+2fswfVzFlbrIlE2l0BgwRLEssYqW/o93lYn6A39i3lP2+wHA4B+usDg==} + dprint@0.54.0: + resolution: {integrity: sha512-sIy25poR2gRP/tWPTgP0MPeJoJcpv0xzYDcsboapvthbEt1Qw3Al252CA0xFyIh2cYEGGKyBJtKokryv4ERlJw==} hasBin: true emoji-regex@8.0.0: @@ -525,6 +525,15 @@ packages: fast-uri@3.1.0: resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} + fdir@6.5.0: + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} + engines: {node: '>=12.0.0'} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + fflate@0.8.2: resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} @@ -595,17 +604,10 @@ packages: jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} - lodash@4.18.1: - resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} - lru-cache@11.1.0: resolution: {integrity: sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==} engines: {node: 20 || >=22} - lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} - make-dir@4.0.0: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} @@ -635,6 +637,10 @@ packages: picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + engines: {node: '>=12'} + publint@0.3.17: resolution: {integrity: sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==} engines: {node: '>=18'} @@ -649,8 +655,8 @@ packages: engines: {node: '>= 0.4'} hasBin: true - rsbuild-plugin-dts@0.20.3: - resolution: {integrity: sha512-WJlhX8UIlyLBC/wyFK7YK3FzQkQKGEpRbPC8m6wyKu+Db8H5sJkCIvVoBZW+7201V8dJnM2+pmn/NhHDpWqO2g==} + rsbuild-plugin-dts@0.21.3: + resolution: {integrity: sha512-8E3/npwRp99gc/Bl5bE1KKN5eIS2TQ3fuA7fBEk67R1RF7V4OtFKVI7mhk3X8zoH/9cclV9v909dguegZDgncw==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: '@microsoft/api-extractor': ^7 @@ -677,13 +683,13 @@ packages: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} - semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + semver@7.7.2: + resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} hasBin: true - semver@7.7.2: - resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} + semver@7.7.4: + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} hasBin: true @@ -706,10 +712,6 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} - supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -725,10 +727,14 @@ packages: swc-plugin-coverage-instrument@0.0.32: resolution: {integrity: sha512-KsO1xNQdcVb331Rm98Op6uYf36/CYdF1kILQxOddmtCNlRLISpCUqHcnogu+QgELZvG48oie+w0fzS8uktjcEA==} - tinyexec@1.0.4: - resolution: {integrity: sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==} + tinyexec@1.1.2: + resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} engines: {node: '>=18'} + tinyglobby@0.2.15: + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} + engines: {node: '>=12.0.0'} + tinypool@2.1.0: resolution: {integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==} engines: {node: ^20.0.0 || >=22.0.0} @@ -746,8 +752,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@6.0.2: - resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true @@ -762,9 +768,6 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - snapshots: '@andrewbranch/untar.js@1.0.3': {} @@ -824,51 +827,51 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@dprint/darwin-arm64@0.53.2': + '@dprint/darwin-arm64@0.54.0': optional: true - '@dprint/darwin-x64@0.53.2': + '@dprint/darwin-x64@0.54.0': optional: true - '@dprint/linux-arm64-glibc@0.53.2': + '@dprint/linux-arm64-glibc@0.54.0': optional: true - '@dprint/linux-arm64-musl@0.53.2': + '@dprint/linux-arm64-musl@0.54.0': optional: true - '@dprint/linux-loong64-glibc@0.53.2': + '@dprint/linux-loong64-glibc@0.54.0': optional: true - '@dprint/linux-loong64-musl@0.53.2': + '@dprint/linux-loong64-musl@0.54.0': optional: true - '@dprint/linux-riscv64-glibc@0.53.2': + '@dprint/linux-riscv64-glibc@0.54.0': optional: true - '@dprint/linux-x64-glibc@0.53.2': + '@dprint/linux-x64-glibc@0.54.0': optional: true - '@dprint/linux-x64-musl@0.53.2': + '@dprint/linux-x64-musl@0.54.0': optional: true - '@dprint/win32-arm64@0.53.2': + '@dprint/win32-arm64@0.54.0': optional: true - '@dprint/win32-x64@0.53.2': + '@dprint/win32-x64@0.54.0': optional: true - '@emnapi/core@1.8.1': + '@emnapi/core@1.10.0': dependencies: - '@emnapi/wasi-threads': 1.1.0 + '@emnapi/wasi-threads': 1.2.1 tslib: 2.8.1 optional: true - '@emnapi/runtime@1.8.1': + '@emnapi/runtime@1.10.0': dependencies: tslib: 2.8.1 optional: true - '@emnapi/wasi-threads@1.1.0': + '@emnapi/wasi-threads@1.2.1': dependencies: tslib: 2.8.1 optional: true @@ -886,28 +889,27 @@ snapshots: dependencies: '@braidai/lang': 1.1.2 - '@microsoft/api-extractor-model@7.33.5(@types/node@24.12.2)': + '@microsoft/api-extractor-model@7.33.8(@types/node@24.12.2)': dependencies: '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.1 - '@rushstack/node-core-library': 5.21.0(@types/node@24.12.2) + '@rushstack/node-core-library': 5.23.1(@types/node@24.12.2) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.58.1(@types/node@24.12.2)': + '@microsoft/api-extractor@7.58.7(@types/node@24.12.2)': dependencies: - '@microsoft/api-extractor-model': 7.33.5(@types/node@24.12.2) + '@microsoft/api-extractor-model': 7.33.8(@types/node@24.12.2) '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.1 - '@rushstack/node-core-library': 5.21.0(@types/node@24.12.2) - '@rushstack/rig-package': 0.7.2 - '@rushstack/terminal': 0.22.4(@types/node@24.12.2) - '@rushstack/ts-command-line': 5.3.4(@types/node@24.12.2) + '@rushstack/node-core-library': 5.23.1(@types/node@24.12.2) + '@rushstack/rig-package': 0.7.3 + '@rushstack/terminal': 0.24.0(@types/node@24.12.2) + '@rushstack/ts-command-line': 5.3.9(@types/node@24.12.2) diff: 8.0.3 - lodash: 4.18.1 minimatch: 10.2.3 resolve: 1.22.10 - semver: 7.5.4 + semver: 7.7.4 source-map: 0.6.1 typescript: 5.9.3 transitivePeerDependencies: @@ -922,149 +924,139 @@ snapshots: '@microsoft/tsdoc@0.16.0': {} - '@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)': + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: - '@emnapi/core': 1.8.1 - '@emnapi/runtime': 1.8.1 + '@emnapi/core': 1.10.0 + '@emnapi/runtime': 1.10.0 '@tybys/wasm-util': 0.10.1 optional: true '@publint/pack@0.1.3': {} - '@rsbuild/core@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0)': + '@rsbuild/core@2.0.5(core-js@3.47.0)': dependencies: - '@rspack/core': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@swc/helpers@0.5.20) - '@swc/helpers': 0.5.20 + '@rspack/core': 2.0.2(@swc/helpers@0.5.21) + '@swc/helpers': 0.5.21 optionalDependencies: core-js: 3.47.0 transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - '@module-federation/runtime-tools' - '@rslib/core@0.20.3(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.2)': + '@rslib/core@0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.3)': dependencies: - '@rsbuild/core': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) - rsbuild-plugin-dts: 0.20.3(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(@rsbuild/core@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0))(typescript@6.0.2) + '@rsbuild/core': 2.0.5(core-js@3.47.0) + rsbuild-plugin-dts: 0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(@rsbuild/core@2.0.5(core-js@3.47.0))(typescript@6.0.3) optionalDependencies: - '@microsoft/api-extractor': 7.58.1(@types/node@24.12.2) - typescript: 6.0.2 + '@microsoft/api-extractor': 7.58.7(@types/node@24.12.2) + typescript: 6.0.3 transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - '@module-federation/runtime-tools' - '@typescript/native-preview' - core-js - '@rslint/core@0.3.4(jiti@2.6.1)': + '@rslint/core@0.5.2(jiti@2.6.1)': + dependencies: + picomatch: 4.0.4 + tinyglobby: 0.2.15 optionalDependencies: - '@rslint/darwin-arm64': 0.3.4 - '@rslint/darwin-x64': 0.3.4 - '@rslint/linux-arm64': 0.3.4 - '@rslint/linux-x64': 0.3.4 - '@rslint/win32-arm64': 0.3.4 - '@rslint/win32-x64': 0.3.4 + '@rslint/darwin-arm64': 0.5.2 + '@rslint/darwin-x64': 0.5.2 + '@rslint/linux-arm64': 0.5.2 + '@rslint/linux-x64': 0.5.2 + '@rslint/win32-arm64': 0.5.2 + '@rslint/win32-x64': 0.5.2 jiti: 2.6.1 - '@rslint/darwin-arm64@0.3.4': + '@rslint/darwin-arm64@0.5.2': optional: true - '@rslint/darwin-x64@0.3.4': + '@rslint/darwin-x64@0.5.2': optional: true - '@rslint/linux-arm64@0.3.4': + '@rslint/linux-arm64@0.5.2': optional: true - '@rslint/linux-x64@0.3.4': + '@rslint/linux-x64@0.5.2': optional: true - '@rslint/win32-arm64@0.3.4': + '@rslint/win32-arm64@0.5.2': optional: true - '@rslint/win32-x64@0.3.4': + '@rslint/win32-x64@0.5.2': optional: true - '@rspack/binding-darwin-arm64@2.0.0-rc.0': + '@rspack/binding-darwin-arm64@2.0.2': optional: true - '@rspack/binding-darwin-x64@2.0.0-rc.0': + '@rspack/binding-darwin-x64@2.0.2': optional: true - '@rspack/binding-linux-arm64-gnu@2.0.0-rc.0': + '@rspack/binding-linux-arm64-gnu@2.0.2': optional: true - '@rspack/binding-linux-arm64-musl@2.0.0-rc.0': + '@rspack/binding-linux-arm64-musl@2.0.2': optional: true - '@rspack/binding-linux-x64-gnu@2.0.0-rc.0': + '@rspack/binding-linux-x64-gnu@2.0.2': optional: true - '@rspack/binding-linux-x64-musl@2.0.0-rc.0': + '@rspack/binding-linux-x64-musl@2.0.2': optional: true - '@rspack/binding-wasm32-wasi@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)': + '@rspack/binding-wasm32-wasi@2.0.2': dependencies: - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1) - transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' + '@emnapi/core': 1.10.0 + '@emnapi/runtime': 1.10.0 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@rspack/binding-win32-arm64-msvc@2.0.0-rc.0': + '@rspack/binding-win32-arm64-msvc@2.0.2': optional: true - '@rspack/binding-win32-ia32-msvc@2.0.0-rc.0': + '@rspack/binding-win32-ia32-msvc@2.0.2': optional: true - '@rspack/binding-win32-x64-msvc@2.0.0-rc.0': + '@rspack/binding-win32-x64-msvc@2.0.2': optional: true - '@rspack/binding@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)': + '@rspack/binding@2.0.2': optionalDependencies: - '@rspack/binding-darwin-arm64': 2.0.0-rc.0 - '@rspack/binding-darwin-x64': 2.0.0-rc.0 - '@rspack/binding-linux-arm64-gnu': 2.0.0-rc.0 - '@rspack/binding-linux-arm64-musl': 2.0.0-rc.0 - '@rspack/binding-linux-x64-gnu': 2.0.0-rc.0 - '@rspack/binding-linux-x64-musl': 2.0.0-rc.0 - '@rspack/binding-wasm32-wasi': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1) - '@rspack/binding-win32-arm64-msvc': 2.0.0-rc.0 - '@rspack/binding-win32-ia32-msvc': 2.0.0-rc.0 - '@rspack/binding-win32-x64-msvc': 2.0.0-rc.0 - transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - - '@rspack/core@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@swc/helpers@0.5.20)': + '@rspack/binding-darwin-arm64': 2.0.2 + '@rspack/binding-darwin-x64': 2.0.2 + '@rspack/binding-linux-arm64-gnu': 2.0.2 + '@rspack/binding-linux-arm64-musl': 2.0.2 + '@rspack/binding-linux-x64-gnu': 2.0.2 + '@rspack/binding-linux-x64-musl': 2.0.2 + '@rspack/binding-wasm32-wasi': 2.0.2 + '@rspack/binding-win32-arm64-msvc': 2.0.2 + '@rspack/binding-win32-ia32-msvc': 2.0.2 + '@rspack/binding-win32-x64-msvc': 2.0.2 + + '@rspack/core@2.0.2(@swc/helpers@0.5.21)': dependencies: - '@rspack/binding': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1) + '@rspack/binding': 2.0.2 optionalDependencies: - '@swc/helpers': 0.5.20 - transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' + '@swc/helpers': 0.5.21 - '@rstest/adapter-rslib@0.2.2(@rslib/core@0.20.3(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.2))(@rstest/core@0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0))(typescript@6.0.2)': + '@rstest/adapter-rslib@0.2.2(@rslib/core@0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.3))(@rstest/core@0.9.10(core-js@3.47.0))(typescript@6.0.3)': dependencies: - '@rslib/core': 0.20.3(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.2) - '@rstest/core': 0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + '@rslib/core': 0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(core-js@3.47.0)(typescript@6.0.3) + '@rstest/core': 0.9.10(core-js@3.47.0) optionalDependencies: - typescript: 6.0.2 + typescript: 6.0.3 - '@rstest/core@0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0)': + '@rstest/core@0.9.10(core-js@3.47.0)': dependencies: - '@rsbuild/core': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + '@rsbuild/core': 2.0.5(core-js@3.47.0) '@types/chai': 5.2.3 tinypool: 2.1.0 transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - '@module-federation/runtime-tools' - core-js - '@rstest/coverage-istanbul@0.3.1(@rstest/core@0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0))': + '@rstest/coverage-istanbul@0.3.2(@rstest/core@0.9.10(core-js@3.47.0))': dependencies: - '@rstest/core': 0.9.6(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + '@rstest/core': 0.9.10(core-js@3.47.0) istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 @@ -1073,7 +1065,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@rushstack/node-core-library@5.21.0(@types/node@24.12.2)': + '@rushstack/node-core-library@5.23.1(@types/node@24.12.2)': dependencies: ajv: 8.18.0 ajv-draft-04: 1.0.0(ajv@8.18.0) @@ -1082,7 +1074,7 @@ snapshots: import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.10 - semver: 7.5.4 + semver: 7.7.4 optionalDependencies: '@types/node': 24.12.2 @@ -1090,29 +1082,29 @@ snapshots: optionalDependencies: '@types/node': 24.12.2 - '@rushstack/rig-package@0.7.2': + '@rushstack/rig-package@0.7.3': dependencies: + jju: 1.4.0 resolve: 1.22.10 - strip-json-comments: 3.1.1 - '@rushstack/terminal@0.22.4(@types/node@24.12.2)': + '@rushstack/terminal@0.24.0(@types/node@24.12.2)': dependencies: - '@rushstack/node-core-library': 5.21.0(@types/node@24.12.2) + '@rushstack/node-core-library': 5.23.1(@types/node@24.12.2) '@rushstack/problem-matcher': 0.2.1(@types/node@24.12.2) supports-color: 8.1.1 optionalDependencies: '@types/node': 24.12.2 - '@rushstack/ts-command-line@5.3.4(@types/node@24.12.2)': + '@rushstack/ts-command-line@5.3.9(@types/node@24.12.2)': dependencies: - '@rushstack/terminal': 0.22.4(@types/node@24.12.2) + '@rushstack/terminal': 0.24.0(@types/node@24.12.2) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - '@swc/helpers@0.5.20': + '@swc/helpers@0.5.21': dependencies: tslib: 2.8.1 @@ -1180,19 +1172,19 @@ snapshots: diff@8.0.3: {} - dprint@0.53.2: + dprint@0.54.0: optionalDependencies: - '@dprint/darwin-arm64': 0.53.2 - '@dprint/darwin-x64': 0.53.2 - '@dprint/linux-arm64-glibc': 0.53.2 - '@dprint/linux-arm64-musl': 0.53.2 - '@dprint/linux-loong64-glibc': 0.53.2 - '@dprint/linux-loong64-musl': 0.53.2 - '@dprint/linux-riscv64-glibc': 0.53.2 - '@dprint/linux-x64-glibc': 0.53.2 - '@dprint/linux-x64-musl': 0.53.2 - '@dprint/win32-arm64': 0.53.2 - '@dprint/win32-x64': 0.53.2 + '@dprint/darwin-arm64': 0.54.0 + '@dprint/darwin-x64': 0.54.0 + '@dprint/linux-arm64-glibc': 0.54.0 + '@dprint/linux-arm64-musl': 0.54.0 + '@dprint/linux-loong64-glibc': 0.54.0 + '@dprint/linux-loong64-musl': 0.54.0 + '@dprint/linux-riscv64-glibc': 0.54.0 + '@dprint/linux-x64-glibc': 0.54.0 + '@dprint/linux-x64-musl': 0.54.0 + '@dprint/win32-arm64': 0.54.0 + '@dprint/win32-x64': 0.54.0 emoji-regex@8.0.0: {} @@ -1200,6 +1192,10 @@ snapshots: fast-uri@3.1.0: {} + fdir@6.5.0(picomatch@4.0.4): + optionalDependencies: + picomatch: 4.0.4 + fflate@0.8.2: {} fs-extra@11.3.1: @@ -1264,14 +1260,8 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - lodash@4.18.1: {} - lru-cache@11.1.0: {} - lru-cache@6.0.0: - dependencies: - yallist: 4.0.0 - make-dir@4.0.0: dependencies: semver: 7.7.2 @@ -1294,6 +1284,8 @@ snapshots: picocolors@1.1.1: {} + picomatch@4.0.4: {} + publint@0.3.17: dependencies: '@publint/pack': 0.1.3 @@ -1309,31 +1301,29 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - rsbuild-plugin-dts@0.20.3(@microsoft/api-extractor@7.58.1(@types/node@24.12.2))(@rsbuild/core@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0))(typescript@6.0.2): + rsbuild-plugin-dts@0.21.3(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(@rsbuild/core@2.0.5(core-js@3.47.0))(typescript@6.0.3): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + '@rsbuild/core': 2.0.5(core-js@3.47.0) optionalDependencies: - '@microsoft/api-extractor': 7.58.1(@types/node@24.12.2) - typescript: 6.0.2 + '@microsoft/api-extractor': 7.58.7(@types/node@24.12.2) + typescript: 6.0.3 - rsbuild-plugin-publint@0.3.4(@rsbuild/core@2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0)): + rsbuild-plugin-publint@0.3.4(@rsbuild/core@2.0.5(core-js@3.47.0)): dependencies: picocolors: 1.1.1 publint: 0.3.17 optionalDependencies: - '@rsbuild/core': 2.0.0-rc.0(@emnapi/core@1.8.1)(@emnapi/runtime@1.8.1)(core-js@3.47.0) + '@rsbuild/core': 2.0.5(core-js@3.47.0) sade@1.8.1: dependencies: mri: 1.2.0 - semver@7.5.4: - dependencies: - lru-cache: 6.0.0 - semver@7.7.2: {} + semver@7.7.4: {} + source-map@0.6.1: {} sprintf-js@1.0.3: {} @@ -1350,8 +1340,6 @@ snapshots: dependencies: ansi-regex: 5.0.1 - strip-json-comments@3.1.1: {} - supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -1364,7 +1352,12 @@ snapshots: swc-plugin-coverage-instrument@0.0.32: {} - tinyexec@1.0.4: {} + tinyexec@1.1.2: {} + + tinyglobby@0.2.15: + dependencies: + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 tinypool@2.1.0: {} @@ -1374,12 +1367,10 @@ snapshots: typescript@5.9.3: {} - typescript@6.0.2: {} + typescript@6.0.3: {} undici-types@7.16.0: {} universalify@2.0.1: {} validate-npm-package-name@5.0.1: {} - - yallist@4.0.0: {}