From 36a8c4372ead8738cdb078d87467feee2d79e89d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 02:11:40 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 +- package.json | 10 +- pnpm-lock.yaml | 408 ++++++++++++++++++++++------------ 4 files changed, 273 insertions(+), 151 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 071974a..90c3085 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 24.14.1 + node-version: 24.15.0 package-manager-cache: false # Update npm to the latest version to enable OIDC diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d87317f..6198d23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 24.14.1 + node-version: 24.15.0 package-manager-cache: false - name: Install Dependencies @@ -67,7 +67,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 24.14.1 + node-version: 24.15.0 package-manager-cache: false - name: Install Dependencies diff --git a/package.json b/package.json index 7923192..370abb2 100644 --- a/package.json +++ b/package.json @@ -50,12 +50,12 @@ }, "devDependencies": { "@hono/node-server": "^1.19.14", - "@microsoft/api-extractor": "^7.58.2", - "@rslib/core": "^0.21.1", + "@microsoft/api-extractor": "^7.58.7", + "@rslib/core": "^0.21.2", "@rslint/core": "^0.4.2", "@rspack/core": "2.0.0-rc.0", "@rspack/plugin-react-refresh": "1.6.2", - "@rstest/core": "^0.9.7", + "@rstest/core": "^0.9.8", "@types/connect-history-api-fallback": "^1.5.4", "@types/mime-types": "3.0.1", "@types/node": "^24.12.2", @@ -77,13 +77,13 @@ "open": "^11.0.0", "p-retry": "^7.1.1", "prettier": "3.8.3", - "puppeteer": "^24.40.0", + "puppeteer": "^24.42.0", "react-refresh": "0.18.0", "require-from-string": "^2.0.2", "selfsigned": "^5.5.0", "serve-static": "^2.2.1", "simple-git-hooks": "^2.13.1", - "typescript": "^6.0.2", + "typescript": "^6.0.3", "ws": "^8.20.0" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a411c9..8151f90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,29 +10,29 @@ importers: dependencies: '@rspack/dev-middleware': specifier: ^2.0.1 - version: 2.0.1(@rspack/core@2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)) + version: 2.0.1(@rspack/core@2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)) devDependencies: '@hono/node-server': specifier: ^1.19.14 version: 1.19.14(hono@4.12.14) '@microsoft/api-extractor': - specifier: ^7.58.2 - version: 7.58.2(@types/node@24.12.2) + specifier: ^7.58.7 + version: 7.58.7(@types/node@24.12.2) '@rslib/core': - specifier: ^0.21.1 - version: 0.21.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@microsoft/api-extractor@7.58.2(@types/node@24.12.2))(@module-federation/runtime-tools@2.3.1)(typescript@6.0.2) + specifier: ^0.21.2 + version: 0.21.2(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(@module-federation/runtime-tools@2.3.1)(typescript@6.0.3) '@rslint/core': specifier: ^0.4.2 version: 0.4.2 '@rspack/core': specifier: 2.0.0-rc.0 - version: 2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) + version: 2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) '@rspack/plugin-react-refresh': specifier: 1.6.2 version: 1.6.2(react-refresh@0.18.0) '@rstest/core': - specifier: ^0.9.7 - version: 0.9.7(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1) + specifier: ^0.9.8 + version: 0.9.8(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1) '@types/connect-history-api-fallback': specifier: ^1.5.4 version: 1.5.4 @@ -97,8 +97,8 @@ importers: specifier: 3.8.3 version: 3.8.3 puppeteer: - specifier: ^24.40.0 - version: 24.40.0(typescript@6.0.2) + specifier: ^24.42.0 + version: 24.42.0(typescript@6.0.3) react-refresh: specifier: 0.18.0 version: 0.18.0 @@ -115,8 +115,8 @@ importers: specifier: ^2.13.1 version: 2.13.1 typescript: - specifier: ^6.0.2 - version: 6.0.2 + specifier: ^6.0.3 + version: 6.0.3 ws: specifier: ^8.20.0 version: 8.20.0 @@ -221,12 +221,21 @@ packages: '@emnapi/core@1.9.1': resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==} + '@emnapi/core@1.9.2': + resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} + '@emnapi/runtime@1.9.1': resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} + '@emnapi/runtime@1.9.2': + resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} + '@emnapi/wasi-threads@1.2.0': resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==} + '@emnapi/wasi-threads@1.2.1': + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} + '@epic-web/invariant@1.0.0': resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==} @@ -236,11 +245,11 @@ packages: peerDependencies: hono: ^4 - '@microsoft/api-extractor-model@7.33.6': - resolution: {integrity: sha512-E9iI4yGEVVusbTAqSLetVFxDuBVCVqCigcoQwdJuOjsLq5Hry3MkBgUQhSZNzLCu17pgjk58MI80GRDJLht/1A==} + '@microsoft/api-extractor-model@7.33.8': + resolution: {integrity: sha512-aIcoQggPyer3B6Ze3usz0YWC/oBwUHfRH5ETUsr+oT2BRA6SfTJl7IKPcPZkX4UR+PohowzW4uMxsvjrn8vm+w==} - '@microsoft/api-extractor@7.58.2': - resolution: {integrity: sha512-qmqWa0Fx1xn3irQy8MyuAKUs8e3CdwMJOujaPkM8gx5v/V7RcLhTjBU0/uL2kdhmROpW+5WG1FD98O441kkvQQ==} + '@microsoft/api-extractor@7.58.7': + resolution: {integrity: sha512-yK6OycD46gIzLRpj6ueVUWPk1ACSpkN1LBo05gY1qPTylbWyUCanXfH7+VgkI5LJrJoRSQR5F04XuCffCXLOBw==} hasBin: true '@microsoft/tsdoc-config@0.18.1': @@ -281,6 +290,12 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 + '@napi-rs/wasm-runtime@1.1.3': + resolution: {integrity: sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==} + peerDependencies: + '@emnapi/core': ^1.7.1 + '@emnapi/runtime': ^1.7.1 + '@noble/hashes@1.4.0': resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} engines: {node: '>= 16'} @@ -324,8 +339,8 @@ packages: engines: {node: '>=18'} hasBin: true - '@rsbuild/core@2.0.0-rc.1': - resolution: {integrity: sha512-eqxtRlQiFSm/ibCNGiPj8ozsGSNK91NY+GksmPuTCPmWQExGtPqM1V+s13UYeWZS6fYbMRs7NlQKD896e0QkKA==} + '@rsbuild/core@2.0.0-rc.2': + resolution: {integrity: sha512-pZaJ8FBltCgOZEFMIixVY08GfbQ5qGyZvMX5pXyM05SQ6L0wzAoqytSAAU5oxMrcfNW6BmyRMqtq9OqG3vksAA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -334,8 +349,8 @@ packages: core-js: optional: true - '@rsbuild/core@2.0.0-rc.2': - resolution: {integrity: sha512-pZaJ8FBltCgOZEFMIixVY08GfbQ5qGyZvMX5pXyM05SQ6L0wzAoqytSAAU5oxMrcfNW6BmyRMqtq9OqG3vksAA==} + '@rsbuild/core@2.0.0-rc.3': + resolution: {integrity: sha512-RFstQNzO5/NYCyYOrrTV3J2F3zp8Th6W1fXrWGlYCHnVdBVIpE1b40GaaCDkC34pxOuBnnNU2U983CodwZ1zkA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -344,8 +359,8 @@ packages: core-js: optional: true - '@rslib/core@0.21.1': - resolution: {integrity: sha512-D84vwjlLIV3x1mejNQci3MUwpsKGj1zJLbvr+AIUZFWTwym+XXxMmI/+72Fn0V2dRVx2hwsio9zMXA865DvKPw==} + '@rslib/core@0.21.2': + resolution: {integrity: sha512-earnPZ/XviTgLlQ3YyVltNY4ZWqgHcHA+DSDSe+AWVQRiNRQQQgwMaCFDH1hznii/NPXjO/5eM3TFeFdV7a5AA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -411,6 +426,11 @@ packages: cpu: [arm64] os: [darwin] + '@rspack/binding-darwin-arm64@2.0.0-rc.2': + resolution: {integrity: sha512-DZNgQOXH7YFrBC1LWadQCthhVDaazvvsuZuo4bu2gNWr9KxAMlBXjseNWb5ehvs9l4W9qHU1YlE38IpevYDaCQ==} + cpu: [arm64] + os: [darwin] + '@rspack/binding-darwin-x64@2.0.0-beta.7': resolution: {integrity: sha512-v3UjBYIWCup87WG13mErO2yZARNUL9flgq9gl4O0Y1H83BsbIclck8GroJAU2Vg16xAt4vTNjkx5FcllsPxAjg==} cpu: [x64] @@ -426,6 +446,11 @@ packages: cpu: [x64] os: [darwin] + '@rspack/binding-darwin-x64@2.0.0-rc.2': + resolution: {integrity: sha512-XSW0efCx/NNJhede7rBAKwai7bnGf4xdZUEEAfqcwNdmQwFsywNV1abJbtgsxhOpNkCk5OM+y7auGuViaNFtzw==} + cpu: [x64] + os: [darwin] + '@rspack/binding-linux-arm64-gnu@2.0.0-beta.7': resolution: {integrity: sha512-MR5OmEscDXhRF9NoUG4tBArKAlmyxkWq3DM++UxNP8+fAKjoTJQ6Tp/2eTTUItoSE1Ymu4X1neJv+nzTSWSu2Q==} cpu: [arm64] @@ -444,6 +469,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-arm64-gnu@2.0.0-rc.2': + resolution: {integrity: sha512-/5Z9uvLRN/GSkgnhm6pP3x+I0zMQPrT6YDmZY5r1W78opM9yAzb3h4+N44Yz+ZnRVsBFYEEP/1WyHIH8ORsUIw==} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-arm64-musl@2.0.0-beta.7': resolution: {integrity: sha512-cDodToY/gVWviKOPVHDsnmsW95gdXuRyXocGPWCgps/EhCpwCLIMnddoubXFcqzx7cwV93hmHj4w3fmG7eaZXw==} cpu: [arm64] @@ -462,6 +493,12 @@ packages: os: [linux] libc: [musl] + '@rspack/binding-linux-arm64-musl@2.0.0-rc.2': + resolution: {integrity: sha512-yn8fOyzeoz90ZY34x89pXIhsiq7VFOjGLJPrbmxMDzv6GHtaP3QCpT06Ehytja5zqCoe6KGTVDhZ+kGHSW9SQA==} + cpu: [arm64] + os: [linux] + libc: [musl] + '@rspack/binding-linux-x64-gnu@2.0.0-beta.7': resolution: {integrity: sha512-NgUBIyQ8m0gadf/DOO5ToVNKuzUDHlERVC3Aqvsrytp/TJOqZDiSs8xQGYbbIOtVc7AfVIQl/Fsotr25Eircmg==} cpu: [x64] @@ -480,6 +517,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-x64-gnu@2.0.0-rc.2': + resolution: {integrity: sha512-RmG4QECU8vwxAp3p8WcU1PWag01tSHRx6hn0RRu8aHk5GpO8qYBc2qu9tI+XNaa4SVxZsftM4oCQoDbj/P6G0Q==} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-x64-musl@2.0.0-beta.7': resolution: {integrity: sha512-GB7db46b2bIq5pda0aR4iI/vCtD3x3amsJQYUJpGDY4uVKMnODWXuOwVMp5H83lRdHxKsc0iFe+yZJvQ2yhesQ==} cpu: [x64] @@ -498,6 +541,12 @@ packages: os: [linux] libc: [musl] + '@rspack/binding-linux-x64-musl@2.0.0-rc.2': + resolution: {integrity: sha512-/anSr9uTiwB8FrbpKkAlQ7yoZwKLzo4AYOR27yVji8qO4+E55dFv7y7RQEWVwgwZzH3PuszhlPEdYCWjtsG9fw==} + cpu: [x64] + os: [linux] + libc: [musl] + '@rspack/binding-wasm32-wasi@2.0.0-beta.7': resolution: {integrity: sha512-wnH4qGb8pH+LFmgIdef8EOQVc5QMMaay5+D7Dp6IfiBGmY/242Imy+e16Qcwxnr1QCwvfrgxcCkus40vM1ujMw==} cpu: [wasm32] @@ -510,6 +559,10 @@ packages: resolution: {integrity: sha512-aa9oUTqOb1QjwsHVlMr5sV+7mcBI4MLQ/xhFO2CIEcfVnJIPl8XpKUbDEgqMwcFlzcgzKmHg5cVmIvd82BLgow==} cpu: [wasm32] + '@rspack/binding-wasm32-wasi@2.0.0-rc.2': + resolution: {integrity: sha512-r5MaAmReXlDOar49RNRxg4vMpXRJF2iaNaMdpNqVOQJbA5JWVp0a+iK9+9hRK7JcxcsveyskspLtnvPRfbTp5Q==} + cpu: [wasm32] + '@rspack/binding-win32-arm64-msvc@2.0.0-beta.7': resolution: {integrity: sha512-gImxvBR5Ki2B+xRdzzXhv6AjUiLI7JzBJxDrNLagap4rs018KaYtEiwkhqaYnDNTcynibflZYGYjS8vjwoqwpA==} cpu: [arm64] @@ -525,6 +578,11 @@ packages: cpu: [arm64] os: [win32] + '@rspack/binding-win32-arm64-msvc@2.0.0-rc.2': + resolution: {integrity: sha512-5bfkpcaMIsW1j0bLtbqwOUPs4RSsCVy5Fg94t6HR/VSAG7sEgoDhDaoluGNGFMHShqxOPpEvOuoiEhiYz0ROtw==} + cpu: [arm64] + os: [win32] + '@rspack/binding-win32-ia32-msvc@2.0.0-beta.7': resolution: {integrity: sha512-/fzINtJkc5daz99ikOb7m7MbkTlfEwJ+n8QUlNUQ3F2Q6MRHzBQ5JjyDleuzu1sb5yEwAheCsqsq0kjL98YqNA==} cpu: [ia32] @@ -540,6 +598,11 @@ packages: cpu: [ia32] os: [win32] + '@rspack/binding-win32-ia32-msvc@2.0.0-rc.2': + resolution: {integrity: sha512-c+uafREU0Q3hpw5ANYQVm9iNOYjGPIeRC/ZGKKyKvcT+Y79j3Hhem+nhYs6E8JLRNevRCeTVl/ZdnTsot6UzEQ==} + cpu: [ia32] + os: [win32] + '@rspack/binding-win32-x64-msvc@2.0.0-beta.7': resolution: {integrity: sha512-QrGSz8G1L7ePcW4mb5zslm8zBBRNDc0orqG4mCBWcgFMZE5Ujt1EUiBDK1Tti7/cVK+H8FdtulzKIJDYSMWKwQ==} cpu: [x64] @@ -555,6 +618,11 @@ packages: cpu: [x64] os: [win32] + '@rspack/binding-win32-x64-msvc@2.0.0-rc.2': + resolution: {integrity: sha512-Xa4Bq38x5EDxcpmkEnJBiTpfCUzNuXT9f/ks3bSVspYJc55ckJ1IeVg6q70ECKLl1ZSf0CnHWkMwZoWFupDjjg==} + cpu: [x64] + os: [win32] + '@rspack/binding@2.0.0-beta.7': resolution: {integrity: sha512-D5ycNB5gpYpsM7SwFohcbg0LooB1bmYEeTYRLPRuwXeN0Tp/Alq4iq4/32iaF1I9NcxgQddx2NERXzlxguvYeQ==} @@ -564,6 +632,9 @@ packages: '@rspack/binding@2.0.0-rc.1': resolution: {integrity: sha512-rhJqtbyiRPOjTAZW0xTZFbOrS5yP5yL1SF0DPE9kvFfzePz30IqjMDMxL0KuhkDZd/M1eUINJyoqd8NTbR9wHw==} + '@rspack/binding@2.0.0-rc.2': + resolution: {integrity: sha512-+UKHWh/vOzOpFC/2P6LpEWa6EDnDPkDcd+0xuFUVJHsnYFSB3Wk5qBKRxvPkH4T0tuj0LBbgrCKIoP5dcSaH7w==} + '@rspack/cli@2.0.0-beta.7': resolution: {integrity: sha512-nW4iET5qYTNcX7TL5f2EBGddm5GfcN38LM5HDhhh2F991sIN2KF8u6s3yG1Y7ztAkWS0mApPbGB1mnVo2JfpDw==} hasBin: true @@ -610,6 +681,18 @@ packages: '@swc/helpers': optional: true + '@rspack/core@2.0.0-rc.2': + resolution: {integrity: sha512-9owyob7bWAtpBhTq+Zn81MVtkb75Rk57Mjz/U5g9chUrmEJztgcM3o6rPKt1XKCsAv1q3NgWdv96cEdaSR1cHA==} + engines: {node: ^20.19.0 || >=22.12.0} + peerDependencies: + '@module-federation/runtime-tools': ^0.24.1 || ^2.0.0 + '@swc/helpers': '>=0.5.1' + peerDependenciesMeta: + '@module-federation/runtime-tools': + optional: true + '@swc/helpers': + optional: true + '@rspack/dev-middleware@2.0.1': resolution: {integrity: sha512-cXSubf5/C+dvkWV2/+rGTtiZ93wSLd3OlTQhwMvsmsmGDdPlkYqIvQ+BTkOk9UCXxKIaF0DDYYmCpBeRRYJfJw==} engines: {node: ^20.19.0 || >=22.12.0} @@ -628,8 +711,8 @@ packages: webpack-hot-middleware: optional: true - '@rstest/core@0.9.7': - resolution: {integrity: sha512-y5ARfOucx+9GaK2gL3Eeu1MyJzkS2/OuJH6bURYMPY2cbkOqoobmZvuJF0mdTve+wHGyv+5wvGUMslEeLIO0Zw==} + '@rstest/core@0.9.8': + resolution: {integrity: sha512-teTuindQULqvjcYZeDULhrLcd6NDY9KSI7ck24YfZbZ2dm/zvEbBNB19V1l0UuJqRzjVsbw2DlIHNqQAt5ZLyw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -641,8 +724,8 @@ packages: jsdom: optional: true - '@rushstack/node-core-library@5.22.0': - resolution: {integrity: sha512-S/Dm/N+8tkbasS6yM5cF6q4iDFt14mQQniiVIwk1fd0zpPwWESspO4qtPyIl8szEaN86XOYC1HRRzZrOowxjtw==} + '@rushstack/node-core-library@5.23.1': + resolution: {integrity: sha512-wlKmIKIYCKuCASbITvOxLZXepPbwXvrv7S6ig6XNWFchSyhL/E2txmVXspHY49Wu2dzf7nI27a2k/yV5BA3EiA==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -657,19 +740,19 @@ 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.5': - resolution: {integrity: sha512-umej8J6A+WRbfQV1G/uNfnz4bMa8CzFU9IJzQb/ZcH4j7Ybg3BQ8UBKOCF3o5U3/2yah1TDU/zE71ugg2JJv+Q==} + '@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.5': - resolution: {integrity: sha512-ToJQu3+o6aEdDoApGrwb/RsbwDi/NSC7jIEaAezzWM470TRrsXfSHoYAm1eWkhh34xJ+kZxU1ZzKSHiOMlOFPA==} + '@rushstack/ts-command-line@5.3.9': + resolution: {integrity: sha512-GIHqU+sRGQ3LGWAZu1O+9Yh++qwtyNIIGuNbcWHJjBTm2qRez0cwINUHZ+pQLR8UuzZDcMajrDaNbUYoaL/XtQ==} '@swc/helpers@0.5.21': resolution: {integrity: sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==} @@ -970,8 +1053,8 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} - devtools-protocol@0.0.1581282: - resolution: {integrity: sha512-nv7iKtNZQshSW2hKzYNr46nM/Cfh5SEvE2oV0/SEGgc9XupIY5ggf84Cz8eJIkBce7S3bmTAauFD6aysMpnqsQ==} + devtools-protocol@0.0.1595872: + resolution: {integrity: sha512-kRfgp8vWVjBu/fbYCiVFiOqsCk3CrMKEo3WbgGT2NXK2dG7vawWPBljixajVgGK9II8rDO9G0oD0zLt3I1daRg==} diff@8.0.4: resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==} @@ -1285,13 +1368,6 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lodash@4.18.1: - resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} - - lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} - lru-cache@7.18.3: resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} engines: {node: '>=12'} @@ -1437,12 +1513,12 @@ packages: pump@3.0.4: resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==} - puppeteer-core@24.40.0: - resolution: {integrity: sha512-MWL3XbUCfVgGR0gRsidzT6oKJT2QydPLhMITU6HoVWiiv4gkb6gJi3pcdAa8q4HwjBTbqISOWVP4aJiiyUJvag==} + puppeteer-core@24.42.0: + resolution: {integrity: sha512-T4zXokk/izH01fYPhyyev1A4piWiOKrYq7CUFpdoYQxmOnXoV6YjUabmfIjCYkNspSoAXIxRid3Tw+Vg0fthYg==} engines: {node: '>=18'} - puppeteer@24.40.0: - resolution: {integrity: sha512-IxQbDq93XHVVLWHrAkFP7F7iHvb9o0mgfsSIMlhHb+JM+JjM1V4v4MNSQfcRWJopx9dsNOr9adYv0U5fm9BJBQ==} + puppeteer@24.42.0: + resolution: {integrity: sha512-94MoPfFp2eY3eYIMdINkez4IOP5TMHntlZbVx06fHlQTtiQiYgaY0L2Zzfod8PVUkPqP7m3Qlre2v8YS8cudPA==} engines: {node: '>=18'} hasBin: true @@ -1500,8 +1576,8 @@ packages: resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==} engines: {node: '>= 18'} - rsbuild-plugin-dts@0.21.1: - resolution: {integrity: sha512-2XL7CMbZi2esfwzD55/joPiOwgo7p5IRctSzQPrxVOL2wsJPlr2kRL5cWyck7Zbdv7+Jj/1kCmNztdKPN6+rhw==} + rsbuild-plugin-dts@0.21.2: + resolution: {integrity: sha512-OfutvwIRwmoFaqwPsKJnNKsw/prIk5xzBweffkXgYl69j135YeecV3BAoSwyAwcFJxM3wcuyZcZ1Pg6YO7157w==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: '@microsoft/api-extractor': ^7 @@ -1527,11 +1603,6 @@ packages: resolution: {integrity: sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==} engines: {node: '>=18'} - semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.4: resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} @@ -1621,10 +1692,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@8.1.1: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} @@ -1679,8 +1746,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 @@ -1734,9 +1801,6 @@ packages: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} - yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} @@ -1808,44 +1872,59 @@ snapshots: tslib: 2.8.1 optional: true + '@emnapi/core@1.9.2': + dependencies: + '@emnapi/wasi-threads': 1.2.1 + tslib: 2.8.1 + optional: true + '@emnapi/runtime@1.9.1': dependencies: tslib: 2.8.1 optional: true + '@emnapi/runtime@1.9.2': + dependencies: + tslib: 2.8.1 + optional: true + '@emnapi/wasi-threads@1.2.0': dependencies: tslib: 2.8.1 optional: true + '@emnapi/wasi-threads@1.2.1': + dependencies: + tslib: 2.8.1 + optional: true + '@epic-web/invariant@1.0.0': {} '@hono/node-server@1.19.14(hono@4.12.14)': dependencies: hono: 4.12.14 - '@microsoft/api-extractor-model@7.33.6(@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.22.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.2(@types/node@24.12.2)': + '@microsoft/api-extractor@7.58.7(@types/node@24.12.2)': dependencies: - '@microsoft/api-extractor-model': 7.33.6(@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.22.0(@types/node@24.12.2) - '@rushstack/rig-package': 0.7.2 - '@rushstack/terminal': 0.22.5(@types/node@24.12.2) - '@rushstack/ts-command-line': 5.3.5(@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.4 - lodash: 4.18.1 minimatch: 10.2.3 resolve: 1.22.11 - semver: 7.5.4 + semver: 7.7.4 source-map: 0.6.1 typescript: 5.9.3 transitivePeerDependencies: @@ -1901,10 +1980,17 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': + '@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': dependencies: - '@emnapi/core': 1.9.1 - '@emnapi/runtime': 1.9.1 + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 + '@tybys/wasm-util': 0.10.1 + optional: true + + '@napi-rs/wasm-runtime@1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': + dependencies: + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 '@tybys/wasm-util': 0.10.1 optional: true @@ -2015,34 +2101,30 @@ snapshots: - react-native-b4a - supports-color - '@rsbuild/core@2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)': + '@rsbuild/core@2.0.0-rc.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)': dependencies: - '@rspack/core': 2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) + '@rspack/core': 2.0.0-rc.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) '@swc/helpers': 0.5.21 transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' - '@module-federation/runtime-tools' - '@rsbuild/core@2.0.0-rc.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)': + '@rsbuild/core@2.0.0-rc.3(@module-federation/runtime-tools@2.3.1)': dependencies: - '@rspack/core': 2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) + '@rspack/core': 2.0.0-rc.2(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) '@swc/helpers': 0.5.21 transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - '@module-federation/runtime-tools' - '@rslib/core@0.21.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@microsoft/api-extractor@7.58.2(@types/node@24.12.2))(@module-federation/runtime-tools@2.3.1)(typescript@6.0.2)': + '@rslib/core@0.21.2(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(@module-federation/runtime-tools@2.3.1)(typescript@6.0.3)': dependencies: - '@rsbuild/core': 2.0.0-rc.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1) - rsbuild-plugin-dts: 0.21.1(@microsoft/api-extractor@7.58.2(@types/node@24.12.2))(@rsbuild/core@2.0.0-rc.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1))(typescript@6.0.2) + '@rsbuild/core': 2.0.0-rc.3(@module-federation/runtime-tools@2.3.1) + rsbuild-plugin-dts: 0.21.2(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(@rsbuild/core@2.0.0-rc.3(@module-federation/runtime-tools@2.3.1))(typescript@6.0.3) optionalDependencies: - '@microsoft/api-extractor': 7.58.2(@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 @@ -2085,6 +2167,9 @@ snapshots: '@rspack/binding-darwin-arm64@2.0.0-rc.1': optional: true + '@rspack/binding-darwin-arm64@2.0.0-rc.2': + optional: true + '@rspack/binding-darwin-x64@2.0.0-beta.7': optional: true @@ -2094,6 +2179,9 @@ snapshots: '@rspack/binding-darwin-x64@2.0.0-rc.1': optional: true + '@rspack/binding-darwin-x64@2.0.0-rc.2': + optional: true + '@rspack/binding-linux-arm64-gnu@2.0.0-beta.7': optional: true @@ -2103,6 +2191,9 @@ snapshots: '@rspack/binding-linux-arm64-gnu@2.0.0-rc.1': optional: true + '@rspack/binding-linux-arm64-gnu@2.0.0-rc.2': + optional: true + '@rspack/binding-linux-arm64-musl@2.0.0-beta.7': optional: true @@ -2112,6 +2203,9 @@ snapshots: '@rspack/binding-linux-arm64-musl@2.0.0-rc.1': optional: true + '@rspack/binding-linux-arm64-musl@2.0.0-rc.2': + optional: true + '@rspack/binding-linux-x64-gnu@2.0.0-beta.7': optional: true @@ -2121,6 +2215,9 @@ snapshots: '@rspack/binding-linux-x64-gnu@2.0.0-rc.1': optional: true + '@rspack/binding-linux-x64-gnu@2.0.0-rc.2': + optional: true + '@rspack/binding-linux-x64-musl@2.0.0-beta.7': optional: true @@ -2130,27 +2227,37 @@ snapshots: '@rspack/binding-linux-x64-musl@2.0.0-rc.1': optional: true + '@rspack/binding-linux-x64-musl@2.0.0-rc.2': + optional: true + '@rspack/binding-wasm32-wasi@2.0.0-beta.7': dependencies: '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rspack/binding-wasm32-wasi@2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': + '@rspack/binding-wasm32-wasi@2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': dependencies: - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' optional: true - '@rspack/binding-wasm32-wasi@2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': + '@rspack/binding-wasm32-wasi@2.0.0-rc.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': dependencies: - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' optional: true + '@rspack/binding-wasm32-wasi@2.0.0-rc.2': + dependencies: + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 + '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) + optional: true + '@rspack/binding-win32-arm64-msvc@2.0.0-beta.7': optional: true @@ -2160,6 +2267,9 @@ snapshots: '@rspack/binding-win32-arm64-msvc@2.0.0-rc.1': optional: true + '@rspack/binding-win32-arm64-msvc@2.0.0-rc.2': + optional: true + '@rspack/binding-win32-ia32-msvc@2.0.0-beta.7': optional: true @@ -2169,6 +2279,9 @@ snapshots: '@rspack/binding-win32-ia32-msvc@2.0.0-rc.1': optional: true + '@rspack/binding-win32-ia32-msvc@2.0.0-rc.2': + optional: true + '@rspack/binding-win32-x64-msvc@2.0.0-beta.7': optional: true @@ -2178,6 +2291,9 @@ snapshots: '@rspack/binding-win32-x64-msvc@2.0.0-rc.1': optional: true + '@rspack/binding-win32-x64-msvc@2.0.0-rc.2': + optional: true + '@rspack/binding@2.0.0-beta.7': optionalDependencies: '@rspack/binding-darwin-arm64': 2.0.0-beta.7 @@ -2191,7 +2307,7 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 2.0.0-beta.7 '@rspack/binding-win32-x64-msvc': 2.0.0-beta.7 - '@rspack/binding@2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': + '@rspack/binding@2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': optionalDependencies: '@rspack/binding-darwin-arm64': 2.0.0-rc.0 '@rspack/binding-darwin-x64': 2.0.0-rc.0 @@ -2199,7 +2315,7 @@ snapshots: '@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.9.1)(@emnapi/runtime@1.9.1) + '@rspack/binding-wasm32-wasi': 2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) '@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 @@ -2207,7 +2323,7 @@ snapshots: - '@emnapi/core' - '@emnapi/runtime' - '@rspack/binding@2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': + '@rspack/binding@2.0.0-rc.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': optionalDependencies: '@rspack/binding-darwin-arm64': 2.0.0-rc.1 '@rspack/binding-darwin-x64': 2.0.0-rc.1 @@ -2215,7 +2331,7 @@ snapshots: '@rspack/binding-linux-arm64-musl': 2.0.0-rc.1 '@rspack/binding-linux-x64-gnu': 2.0.0-rc.1 '@rspack/binding-linux-x64-musl': 2.0.0-rc.1 - '@rspack/binding-wasm32-wasi': 2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@rspack/binding-wasm32-wasi': 2.0.0-rc.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) '@rspack/binding-win32-arm64-msvc': 2.0.0-rc.1 '@rspack/binding-win32-ia32-msvc': 2.0.0-rc.1 '@rspack/binding-win32-x64-msvc': 2.0.0-rc.1 @@ -2223,6 +2339,19 @@ snapshots: - '@emnapi/core' - '@emnapi/runtime' + '@rspack/binding@2.0.0-rc.2': + optionalDependencies: + '@rspack/binding-darwin-arm64': 2.0.0-rc.2 + '@rspack/binding-darwin-x64': 2.0.0-rc.2 + '@rspack/binding-linux-arm64-gnu': 2.0.0-rc.2 + '@rspack/binding-linux-arm64-musl': 2.0.0-rc.2 + '@rspack/binding-linux-x64-gnu': 2.0.0-rc.2 + '@rspack/binding-linux-x64-musl': 2.0.0-rc.2 + '@rspack/binding-wasm32-wasi': 2.0.0-rc.2 + '@rspack/binding-win32-arm64-msvc': 2.0.0-rc.2 + '@rspack/binding-win32-ia32-msvc': 2.0.0-rc.2 + '@rspack/binding-win32-x64-msvc': 2.0.0-rc.2 + '@rspack/cli@2.0.0-beta.7(@rspack/core@2.0.0-beta.7(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21))(@rspack/dev-server@)': dependencies: '@discoveryjs/json-ext': 0.5.7 @@ -2238,9 +2367,9 @@ snapshots: '@module-federation/runtime-tools': 2.3.1 '@swc/helpers': 0.5.21 - '@rspack/core@2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)': + '@rspack/core@2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)': dependencies: - '@rspack/binding': 2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@rspack/binding': 2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) optionalDependencies: '@module-federation/runtime-tools': 2.3.1 '@swc/helpers': 0.5.21 @@ -2248,9 +2377,9 @@ snapshots: - '@emnapi/core' - '@emnapi/runtime' - '@rspack/core@2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)': + '@rspack/core@2.0.0-rc.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)': dependencies: - '@rspack/binding': 2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@rspack/binding': 2.0.0-rc.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) optionalDependencies: '@module-federation/runtime-tools': 2.3.1 '@swc/helpers': 0.5.21 @@ -2258,18 +2387,25 @@ snapshots: - '@emnapi/core' - '@emnapi/runtime' - '@rspack/dev-middleware@2.0.1(@rspack/core@2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21))': + '@rspack/core@2.0.0-rc.2(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21)': + dependencies: + '@rspack/binding': 2.0.0-rc.2 + optionalDependencies: + '@module-federation/runtime-tools': 2.3.1 + '@swc/helpers': 0.5.21 + + '@rspack/dev-middleware@2.0.1(@rspack/core@2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21))': optionalDependencies: - '@rspack/core': 2.0.0-rc.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) + '@rspack/core': 2.0.0-rc.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)(@swc/helpers@0.5.21) '@rspack/plugin-react-refresh@1.6.2(react-refresh@0.18.0)': dependencies: error-stack-parser: 2.1.4 react-refresh: 0.18.0 - '@rstest/core@0.9.7(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1)': + '@rstest/core@0.9.8(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1)': dependencies: - '@rsbuild/core': 2.0.0-rc.1(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1) + '@rsbuild/core': 2.0.0-rc.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@module-federation/runtime-tools@2.3.1) '@types/chai': 5.2.3 tinypool: 2.1.0 transitivePeerDependencies: @@ -2278,7 +2414,7 @@ snapshots: - '@module-federation/runtime-tools' - core-js - '@rushstack/node-core-library@5.22.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) @@ -2287,7 +2423,7 @@ snapshots: import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.11 - semver: 7.5.4 + semver: 7.7.4 optionalDependencies: '@types/node': 24.12.2 @@ -2295,22 +2431,22 @@ 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.11 - strip-json-comments: 3.1.1 - '@rushstack/terminal@0.22.5(@types/node@24.12.2)': + '@rushstack/terminal@0.24.0(@types/node@24.12.2)': dependencies: - '@rushstack/node-core-library': 5.22.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.5(@types/node@24.12.2)': + '@rushstack/ts-command-line@5.3.9(@types/node@24.12.2)': dependencies: - '@rushstack/terminal': 0.22.5(@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 @@ -2513,9 +2649,9 @@ snapshots: dependencies: readdirp: 5.0.0 - chromium-bidi@14.0.0(devtools-protocol@0.0.1581282): + chromium-bidi@14.0.0(devtools-protocol@0.0.1595872): dependencies: - devtools-protocol: 0.0.1581282 + devtools-protocol: 0.0.1595872 mitt: 3.0.1 zod: 3.25.76 @@ -2543,14 +2679,14 @@ snapshots: cookie@0.7.2: {} - cosmiconfig@9.0.1(typescript@6.0.2): + cosmiconfig@9.0.1(typescript@6.0.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.1 parse-json: 5.2.0 optionalDependencies: - typescript: 6.0.2 + typescript: 6.0.3 cross-env@10.1.0: dependencies: @@ -2586,7 +2722,7 @@ snapshots: depd@2.0.0: {} - devtools-protocol@0.0.1581282: {} + devtools-protocol@0.0.1595872: {} diff@8.0.4: {} @@ -2906,12 +3042,6 @@ snapshots: lines-and-columns@1.2.4: {} - lodash@4.18.1: {} - - lru-cache@6.0.0: - dependencies: - yallist: 4.0.0 - lru-cache@7.18.3: {} math-intrinsics@1.1.0: {} @@ -3055,12 +3185,12 @@ snapshots: end-of-stream: 1.4.5 once: 1.4.0 - puppeteer-core@24.40.0: + puppeteer-core@24.42.0: dependencies: '@puppeteer/browsers': 2.13.0 - chromium-bidi: 14.0.0(devtools-protocol@0.0.1581282) + chromium-bidi: 14.0.0(devtools-protocol@0.0.1595872) debug: 4.4.3 - devtools-protocol: 0.0.1581282 + devtools-protocol: 0.0.1595872 typed-query-selector: 2.12.1 webdriver-bidi-protocol: 0.4.1 ws: 8.20.0 @@ -3072,13 +3202,13 @@ snapshots: - supports-color - utf-8-validate - puppeteer@24.40.0(typescript@6.0.2): + puppeteer@24.42.0(typescript@6.0.3): dependencies: '@puppeteer/browsers': 2.13.0 - chromium-bidi: 14.0.0(devtools-protocol@0.0.1581282) - cosmiconfig: 9.0.1(typescript@6.0.2) - devtools-protocol: 0.0.1581282 - puppeteer-core: 24.40.0 + chromium-bidi: 14.0.0(devtools-protocol@0.0.1595872) + cosmiconfig: 9.0.1(typescript@6.0.3) + devtools-protocol: 0.0.1595872 + puppeteer-core: 24.42.0 typed-query-selector: 2.12.1 transitivePeerDependencies: - bare-abort-controller @@ -3138,13 +3268,13 @@ snapshots: transitivePeerDependencies: - supports-color - rsbuild-plugin-dts@0.21.1(@microsoft/api-extractor@7.58.2(@types/node@24.12.2))(@rsbuild/core@2.0.0-rc.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1))(typescript@6.0.2): + rsbuild-plugin-dts@0.21.2(@microsoft/api-extractor@7.58.7(@types/node@24.12.2))(@rsbuild/core@2.0.0-rc.3(@module-federation/runtime-tools@2.3.1))(typescript@6.0.3): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 2.0.0-rc.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@module-federation/runtime-tools@2.3.1) + '@rsbuild/core': 2.0.0-rc.3(@module-federation/runtime-tools@2.3.1) optionalDependencies: - '@microsoft/api-extractor': 7.58.2(@types/node@24.12.2) - typescript: 6.0.2 + '@microsoft/api-extractor': 7.58.7(@types/node@24.12.2) + typescript: 6.0.3 run-applescript@7.1.0: {} @@ -3155,10 +3285,6 @@ snapshots: '@peculiar/x509': 1.14.3 pkijs: 3.4.0 - semver@7.5.4: - dependencies: - lru-cache: 6.0.0 - semver@7.7.4: {} send@1.2.1: @@ -3270,8 +3396,6 @@ snapshots: dependencies: ansi-regex: 5.0.1 - strip-json-comments@3.1.1: {} - supports-color@8.1.1: dependencies: has-flag: 4.0.0 @@ -3340,7 +3464,7 @@ snapshots: typescript@5.9.3: {} - typescript@6.0.2: {} + typescript@6.0.3: {} undici-types@7.16.0: {} @@ -3373,8 +3497,6 @@ snapshots: y18n@5.0.8: {} - yallist@4.0.0: {} - yargs-parser@21.1.1: {} yargs@17.7.2: