diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e9af016..3c8009f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,12 +19,12 @@ jobs:
environment: npm
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Setup Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
- node-version: 22
+ node-version: 22.21.1
# 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 9bfc773..381a788 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,15 +21,15 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Install Pnpm
run: npm i -g corepack@latest --force && corepack enable
- name: Setup Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
- node-version: 22
+ node-version: 22.21.1
cache: "pnpm"
- name: Install Dependencies
diff --git a/README.md b/README.md
index 800f6ff..dc481e1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Generate an untrusted, self-signed certificate for the HTTPS server.
-The Basic SSL plugin will automatically generate a self-signed certificate and set the [server.https](https://rsbuild.dev/config/server/https) option. When you visit the page, your browser will indicate that the certificate is not trusted. You can access the HTTPS page after manually confirming this.
+The Basic SSL plugin will automatically generate a self-signed certificate and set the [server.https](https://rsbuild.rs/config/server/https) option. When you visit the page, your browser will indicate that the certificate is not trusted. You can access the HTTPS page after manually confirming this.
diff --git a/package.json b/package.json
index 3e526e8..1bccd8c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@rsbuild/plugin-basic-ssl",
- "version": "1.2.1",
- "repository": "https://github.com/rspack-contrib/rsbuild-plugin-basic-ssl",
+ "version": "1.2.2",
+ "repository": "https://github.com/rstackjs/rsbuild-plugin-basic-ssl",
"license": "MIT",
"type": "module",
"exports": {
@@ -37,24 +37,24 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
- "@playwright/test": "^1.54.1",
- "@rsbuild/core": "1.4.12",
- "@rslib/core": "^0.11.0",
- "@types/node": "^22.17.0",
- "nano-staged": "^0.8.0",
- "playwright": "^1.54.1",
+ "@playwright/test": "^1.57.0",
+ "@rsbuild/core": "1.6.10",
+ "@rslib/core": "^0.18.2",
+ "@types/node": "^22.19.1",
+ "nano-staged": "^0.9.0",
+ "playwright": "^1.57.0",
"simple-git-hooks": "^2.13.1",
- "typescript": "^5.9.2"
+ "typescript": "^5.9.3"
},
"peerDependencies": {
- "@rsbuild/core": "1.x"
+ "@rsbuild/core": "^1.0.0 || ^2.0.0-0"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
}
},
- "packageManager": "pnpm@10.14.0",
+ "packageManager": "pnpm@10.24.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c115ea2..1c76e0d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -16,29 +16,29 @@ importers:
specifier: ^1.9.4
version: 1.9.4
'@playwright/test':
- specifier: ^1.54.1
- version: 1.54.1
+ specifier: ^1.57.0
+ version: 1.57.0
'@rsbuild/core':
- specifier: 1.4.12
- version: 1.4.12
+ specifier: 1.6.10
+ version: 1.6.10
'@rslib/core':
- specifier: ^0.11.0
- version: 0.11.0(typescript@5.9.2)
+ specifier: ^0.18.2
+ version: 0.18.2(typescript@5.9.3)
'@types/node':
- specifier: ^22.17.0
- version: 22.17.0
+ specifier: ^22.19.1
+ version: 22.19.1
nano-staged:
- specifier: ^0.8.0
- version: 0.8.0
+ specifier: ^0.9.0
+ version: 0.9.0
playwright:
- specifier: ^1.54.1
- version: 1.54.1
+ specifier: ^1.57.0
+ version: 1.57.0
simple-git-hooks:
specifier: ^2.13.1
version: 2.13.1
typescript:
- specifier: ^5.9.2
- version: 5.9.2
+ specifier: ^5.9.3
+ version: 5.9.3
packages:
@@ -153,52 +153,49 @@ packages:
cpu: [x64]
os: [win32]
- '@emnapi/core@1.4.5':
- resolution: {integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==}
+ '@emnapi/core@1.5.0':
+ resolution: {integrity: sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==}
- '@emnapi/runtime@1.4.5':
- resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==}
+ '@emnapi/runtime@1.5.0':
+ resolution: {integrity: sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==}
- '@emnapi/wasi-threads@1.0.4':
- resolution: {integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==}
+ '@emnapi/wasi-threads@1.1.0':
+ resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
- '@jridgewell/sourcemap-codec@1.5.0':
- resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+ '@module-federation/error-codes@0.21.4':
+ resolution: {integrity: sha512-ClpL5MereWNXh+EgDjz7w4RrC1JlisQTvXDa1gLxpviHafzNDfdViVmuhi9xXVuj+EYo8KU70Y999KHhk9424Q==}
- '@module-federation/error-codes@0.17.1':
- resolution: {integrity: sha512-n6Elm4qKSjwAPxLUGtwnl7qt4y1dxB8OpSgVvXBIzqI9p27a3ZXshLPLnumlpPg1Qudaj8sLnSnFtt9yGpt5yQ==}
+ '@module-federation/runtime-core@0.21.4':
+ resolution: {integrity: sha512-SGpmoOLGNxZofpTOk6Lxb2ewaoz5wMi93AFYuuJB04HTVcngEK+baNeUZ2D/xewrqNIJoMY6f5maUjVfIIBPUA==}
- '@module-federation/runtime-core@0.17.1':
- resolution: {integrity: sha512-LCtIFuKgWPQ3E+13OyrVpuTPOWBMI/Ggwsq1Q874YeT8Px28b8tJRCj09DjyRFyhpSPyV/uG80T6iXPAUoLIfQ==}
+ '@module-federation/runtime-tools@0.21.4':
+ resolution: {integrity: sha512-RzFKaL0DIjSmkn76KZRfzfB6dD07cvID84950jlNQgdyoQFUGkqD80L6rIpVCJTY/R7LzR3aQjHnoqmq4JPo3w==}
- '@module-federation/runtime-tools@0.17.1':
- resolution: {integrity: sha512-4kr6zTFFwGywJx6whBtxsc84V+COAuuBpEdEbPZN//YLXhNB0iz2IGsy9r9wDl+06h84bD+3dQ05l9euRLgXzQ==}
+ '@module-federation/runtime@0.21.4':
+ resolution: {integrity: sha512-wgvGqryurVEvkicufJmTG0ZehynCeNLklv8kIk5BLIsWYSddZAE+xe4xov1kgH5fIJQAoQNkRauFFjVNlHoAkA==}
- '@module-federation/runtime@0.17.1':
- resolution: {integrity: sha512-vKEN32MvUbpeuB/s6UXfkHDZ9N5jFyDDJnj83UTJ8n4N1jHIJu9VZ6Yi4/Ac8cfdvU8UIK9bIbfVXWbUYZUDsw==}
+ '@module-federation/sdk@0.21.4':
+ resolution: {integrity: sha512-tzvhOh/oAfX++6zCDDxuvioHY4Jurf8vcfoCbKFxusjmyKr32GPbwFDazUP+OPhYCc3dvaa9oWU6X/qpUBLfJw==}
- '@module-federation/sdk@0.17.1':
- resolution: {integrity: sha512-nlUcN6UTEi+3HWF+k8wPy7gH0yUOmCT+xNatihkIVR9REAnr7BUvHFGlPJmx7WEbLPL46+zJUbtQHvLzXwFhng==}
+ '@module-federation/webpack-bundler-runtime@0.21.4':
+ resolution: {integrity: sha512-dusmR3uPnQh9u9ChQo3M+GLOuGFthfvnh7WitF/a1eoeTfRmXqnMFsXtZCUK+f/uXf+64874Zj/bhAgbBcVHZA==}
- '@module-federation/webpack-bundler-runtime@0.17.1':
- resolution: {integrity: sha512-Swspdgf4PzcbvS9SNKFlBzfq8h/Qxwqjq/xRSqw1pqAZWondZQzwTTqPXhgrg0bFlz7qWjBS/6a8KuH/gRvGaQ==}
+ '@napi-rs/wasm-runtime@1.0.7':
+ resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==}
- '@napi-rs/wasm-runtime@1.0.1':
- resolution: {integrity: sha512-KVlQ/jgywZpixGCKMNwxStmmbYEMyokZpCf2YuIChhfJA2uqfAKNEM8INz7zzTo55iEXfBhIIs3VqYyqzDLj8g==}
-
- '@playwright/test@1.54.1':
- resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==}
+ '@playwright/test@1.57.0':
+ resolution: {integrity: sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==}
engines: {node: '>=18'}
hasBin: true
- '@rsbuild/core@1.4.12':
- resolution: {integrity: sha512-9IDAwZH8OVdq3ZUbh8IyOpwWxOU/67gD+UbSlvGschjhjMqhlLZ7hvsEqi8xfuPvgV0AhKXBZ4Ui1CN9pp1Hqg==}
- engines: {node: '>=16.10.0'}
+ '@rsbuild/core@1.6.10':
+ resolution: {integrity: sha512-gAdI+H/xUsuEQikKlFUsxbr2f3uXfLU+3Z73wdcaQcNcvfmS3K+6vMyNYn6UFuCL5LPtXG9lwgc8cycToHgm5g==}
+ engines: {node: '>=18.12.0'}
hasBin: true
- '@rslib/core@0.11.0':
- resolution: {integrity: sha512-ku5Qs3sSBZSmUVRQHM0JG2ZHXmw7aGvxmf0fseUjYWCAWzuBvTeXcthO2eCYKlYvYOIZBQH4QO1eVgz6fWfPkw==}
- engines: {node: '>=16.7.0'}
+ '@rslib/core@0.18.2':
+ resolution: {integrity: sha512-KIlBl8V675gzBcL17cCS5buN9wZSaS6JT7s9p1OZLOtBZTuCCu1q+5TfyTdnmFATEGgtrue4xhnX8HhAFKuMPw==}
+ engines: {node: '>=18.12.0'}
hasBin: true
peerDependencies:
'@microsoft/api-extractor': ^7
@@ -209,113 +206,93 @@ packages:
typescript:
optional: true
- '@rspack/binding-darwin-arm64@1.4.11':
- resolution: {integrity: sha512-PrmBVhR8MC269jo6uQ+BMy1uwIDx0HAJYLQRQur8gXiehWabUBCRg/d4U9KR7rLzdaSScRyc5JWXR52T7/4MfA==}
+ '@rspack/binding-darwin-arm64@1.6.5':
+ resolution: {integrity: sha512-DaAJTlaenqZIqFqIYcitn0SzjJ7WpC9234JpiSDZdRyXii9qJJiToVwxSPY/CmkrP0201+aC4pzN4tI9T0Ummw==}
cpu: [arm64]
os: [darwin]
- '@rspack/binding-darwin-x64@1.4.11':
- resolution: {integrity: sha512-YIV8Wzy+JY0SoSsVtN4wxFXOjzxxVPnVXNswrrfqVUTPr9jqGOFYUWCGpbt8lcCgfuBFm6zN8HpOsKm1xUNsVA==}
+ '@rspack/binding-darwin-x64@1.6.5':
+ resolution: {integrity: sha512-fPVfp7W/GMbHayb5hbefiMI30JxlsqPexOItHGtufHmTCrNne1aHmApspyUZIUUxG36oDRHuGPnfh+IQbHR6+g==}
cpu: [x64]
os: [darwin]
- '@rspack/binding-linux-arm64-gnu@1.4.11':
- resolution: {integrity: sha512-ms6uwECUIcu+6e82C5HJhRMHnfsI+l33v7XQezntzRPN0+sG3EpikEoT7SGbgt4vDwaWLR7wS20suN4qd5r3GA==}
+ '@rspack/binding-linux-arm64-gnu@1.6.5':
+ resolution: {integrity: sha512-K68YDoV2e4s+nlrKZxgF0HehiiRwOAGgZFUwJNRMZ7MUrTGMNlPTJlM+bNdaCjDb6GFxBVFcNwIa1sU+0tF1zg==}
cpu: [arm64]
os: [linux]
- '@rspack/binding-linux-arm64-musl@1.4.11':
- resolution: {integrity: sha512-9evq0DOdxMN/H8VM8ZmyY9NSuBgILNVV6ydBfVPMHPx4r1E7JZGpWeKDegZcS5Erw3sS9kVSIxyX78L5PDzzKw==}
+ '@rspack/binding-linux-arm64-musl@1.6.5':
+ resolution: {integrity: sha512-JPtxFBOq7RRmBIwpdGIStf8iyCILehDsjQtEB0Kkhtm7TsAkVGwtC41GLcNuPxcQBKqNDmD8cy3yLYhXadH2CQ==}
cpu: [arm64]
os: [linux]
- '@rspack/binding-linux-x64-gnu@1.4.11':
- resolution: {integrity: sha512-bHYFLxPPYBOSaHdQbEoCYGMQ1gOrEWj7Mro/DLfSHZi1a0okcQ2Q1y0i1DczReim3ZhLGNrK7k1IpFXCRbAobQ==}
+ '@rspack/binding-linux-x64-gnu@1.6.5':
+ resolution: {integrity: sha512-oh4ZNo2HtizZ/E6UK3BEONu20h8VVBw9GAXuWmo1u22cJSihzg+WfRNCMjRDil82LqSsyAgBwnU+dEjEYGKyAA==}
cpu: [x64]
os: [linux]
- '@rspack/binding-linux-x64-musl@1.4.11':
- resolution: {integrity: sha512-wrm4E7q2k4+cwT6Uhp6hIQ3eUe/YoaUttj6j5TqHYZX6YeLrNPtD9+ne6lQQ17BV8wmm6NZsmoFIJ5xIptpRhQ==}
+ '@rspack/binding-linux-x64-musl@1.6.5':
+ resolution: {integrity: sha512-8Xebp5bvPJqjifpkFEAX5nUvoU2JvbMU3gwAkEovRRuvooCXnVT2tqkUBjkR3AhivAGgAxAr9hRzUUz/6QWt3Q==}
cpu: [x64]
os: [linux]
- '@rspack/binding-wasm32-wasi@1.4.11':
- resolution: {integrity: sha512-hiYxHZjaZ17wQtXyLCK0IdtOvMWreGVTiGsaHCxyeT+SldDG+r16bXNjmlqfZsjlfl1mkAqKz1dg+mMX28OTqw==}
+ '@rspack/binding-wasm32-wasi@1.6.5':
+ resolution: {integrity: sha512-oINZNqzTxM+9dSUOjAORodHXYoJYzXvpaHI2U6ecEmoWaBCs+x3V3Po8DhpNFBwotB+jGlcoVhEHjpg5uaO6pw==}
cpu: [wasm32]
- '@rspack/binding-win32-arm64-msvc@1.4.11':
- resolution: {integrity: sha512-+HF/mnjmTr8PC1dccRt1bkrD2tPDGeqvXC1BBLYd/Klq1VbtIcnrhfmvQM6KaXbiLcY9VWKzcZPOTmnyZ8TaHQ==}
+ '@rspack/binding-win32-arm64-msvc@1.6.5':
+ resolution: {integrity: sha512-UUmep2ayuZxWPdrzkrzAFxVgYUWTB82pa9bkAGyeDO9SNkz8vTpdtbDaTvAzjFb8Pn+ErktDEDBKT57FLjxwxQ==}
cpu: [arm64]
os: [win32]
- '@rspack/binding-win32-ia32-msvc@1.4.11':
- resolution: {integrity: sha512-EU2fQGwrRfwFd/tcOInlD0jy6gNQE4Q3Ayj0Is+cX77sbhPPyyOz0kZDEaQ4qaN2VU8w4Hu/rrD7c0GAKLFvCw==}
+ '@rspack/binding-win32-ia32-msvc@1.6.5':
+ resolution: {integrity: sha512-7nx+mMimpmCMstcW7nsyToXy5TK7N+YGPu2W/oioX7qv9ZCuJGTddjzLS84wN8DVrNIirg4mcxpBsmOQMZeHQA==}
cpu: [ia32]
os: [win32]
- '@rspack/binding-win32-x64-msvc@1.4.11':
- resolution: {integrity: sha512-1Nc5ZzWqfvE+iJc47qtHFzYYnHsC3awavXrCo74GdGip1vxtksM3G30BlvAQHHVtEmULotWqPbjZpflw/Xk9Ag==}
+ '@rspack/binding-win32-x64-msvc@1.6.5':
+ resolution: {integrity: sha512-pzO7rYFu6f6stgSccolZHiXGTTwKrIGHHNV1ALY1xPRmQEdbHcbMwadeaG99JL2lRLve9iNI+Z9Pr3oDVRN46g==}
cpu: [x64]
os: [win32]
- '@rspack/binding@1.4.11':
- resolution: {integrity: sha512-maGl/zRwnl0QVwkBCkgjn5PH20L9HdlRIdkYhEsfTepy5x2QZ0ti/0T49djjTJQrqb+S1i6wWQymMMMMMsxx6Q==}
+ '@rspack/binding@1.6.5':
+ resolution: {integrity: sha512-FzYsr5vdjaVQIlDTxZFlISOQGxl/4grpF2BeiNy60Fpw9eeADeXk55DVacbXPqpiz7Doj6cyhEyMszQOvihrqQ==}
- '@rspack/core@1.4.11':
- resolution: {integrity: sha512-JtKnL6p7Kc/YgWQJF3Woo4OccbgKGyT/4187W4dyex8BMkdQcbqCNIdi6dFk02hwQzxpOOxRSBI4hlGRbz7oYQ==}
- engines: {node: '>=16.0.0'}
+ '@rspack/core@1.6.5':
+ resolution: {integrity: sha512-AqaOMA6MTNhqMYYwrhvPA+2uS662SkAi8Rb7B/IFOzh/Z5ooyczL4lUX+qyhAO3ymn50iwM4jikQCf9XfBiaQA==}
+ engines: {node: '>=18.12.0'}
peerDependencies:
'@swc/helpers': '>=0.5.1'
peerDependenciesMeta:
'@swc/helpers':
optional: true
- '@rspack/lite-tapable@1.0.1':
- resolution: {integrity: sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==}
- engines: {node: '>=16.0.0'}
+ '@rspack/lite-tapable@1.1.0':
+ resolution: {integrity: sha512-E2B0JhYFmVAwdDiG14+DW0Di4Ze4Jg10Pc4/lILUrd5DRCaklduz2OvJ5HYQ6G+hd+WTzqQb3QnDNfK4yvAFYw==}
'@swc/helpers@0.5.17':
resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
- '@tybys/wasm-util@0.10.0':
- resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
-
- '@types/node@22.17.0':
- resolution: {integrity: sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==}
+ '@tybys/wasm-util@0.10.1':
+ resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
- core-js@3.44.0:
- resolution: {integrity: sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==}
+ '@types/node@22.19.1':
+ resolution: {integrity: sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==}
- fdir@6.4.4:
- resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
- peerDependencies:
- picomatch: ^3 || ^4
- peerDependenciesMeta:
- picomatch:
- optional: true
+ core-js@3.47.0:
+ resolution: {integrity: sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==}
fsevents@2.3.2:
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
- jiti@2.5.1:
- resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
- hasBin: true
-
- json5@2.2.3:
- resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
- engines: {node: '>=6'}
+ jiti@2.6.1:
+ resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
hasBin: true
- magic-string@0.30.17:
- resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
-
- minimist@1.2.8:
- resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
-
- nano-staged@0.8.0:
- resolution: {integrity: sha512-QSEqPGTCJbkHU2yLvfY6huqYPjdBrOaTMKatO1F8nCSrkQGXeKwtCiCnsdxnuMhbg3DTVywKaeWLGCE5oJpq0g==}
+ nano-staged@0.9.0:
+ resolution: {integrity: sha512-0JfyX4i0Vp5HhC9RDtJ1kp7psz8CFuS3Gya3Z6WZv//QCwA9dPzi1S803VdR0c0P6R7sSvweZ5mSJmYQ/N+loQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
@@ -326,33 +303,29 @@ packages:
picocolors@1.0.0:
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
- picocolors@1.1.1:
- resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
-
- picomatch@4.0.2:
- resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
- engines: {node: '>=12'}
-
- playwright-core@1.54.1:
- resolution: {integrity: sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==}
+ playwright-core@1.57.0:
+ resolution: {integrity: sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==}
engines: {node: '>=18'}
hasBin: true
- playwright@1.54.1:
- resolution: {integrity: sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==}
+ playwright@1.57.0:
+ resolution: {integrity: sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==}
engines: {node: '>=18'}
hasBin: true
- rsbuild-plugin-dts@0.11.0:
- resolution: {integrity: sha512-z2ltq3wgHL622Q0b2r/6QKRY6sAzkgP5xnyOtOuYfVyKyrlw/R/ES7x4/3dsYWPVt1rTuIebxX6zMfBwKQRIzw==}
- engines: {node: '>=16.7.0'}
+ rsbuild-plugin-dts@0.18.2:
+ resolution: {integrity: sha512-gUZ6MXjp7PQtBWlyCkcNp34scgc7qSQRc6Rw4YHVeuBnLvVAXsToYJHn32ImYPBJzRGFA9dz5D1r7ZZKurD7Vg==}
+ engines: {node: '>=18.12.0'}
peerDependencies:
'@microsoft/api-extractor': ^7
'@rsbuild/core': 1.x
+ '@typescript/native-preview': 7.x
typescript: ^5
peerDependenciesMeta:
'@microsoft/api-extractor':
optional: true
+ '@typescript/native-preview':
+ optional: true
typescript:
optional: true
@@ -364,23 +337,11 @@ packages:
resolution: {integrity: sha512-WszCLXwT4h2k1ufIXAgsbiTOazqqevFCIncOuUBZJ91DdvWcC5+OFkluWRQPrcuSYd8fjq+o2y1QfWqYMoAToQ==}
hasBin: true
- strip-bom@3.0.0:
- resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
- engines: {node: '>=4'}
-
- tinyglobby@0.2.14:
- resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
- engines: {node: '>=12.0.0'}
-
- tsconfig-paths@4.2.0:
- resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
- engines: {node: '>=6'}
-
tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
- typescript@5.9.2:
- resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
+ typescript@5.9.3:
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
hasBin: true
@@ -463,164 +424,151 @@ snapshots:
'@biomejs/cli-win32-x64@1.9.4':
optional: true
- '@emnapi/core@1.4.5':
+ '@emnapi/core@1.5.0':
dependencies:
- '@emnapi/wasi-threads': 1.0.4
+ '@emnapi/wasi-threads': 1.1.0
tslib: 2.8.1
optional: true
- '@emnapi/runtime@1.4.5':
+ '@emnapi/runtime@1.5.0':
dependencies:
tslib: 2.8.1
optional: true
- '@emnapi/wasi-threads@1.0.4':
+ '@emnapi/wasi-threads@1.1.0':
dependencies:
tslib: 2.8.1
optional: true
- '@jridgewell/sourcemap-codec@1.5.0': {}
+ '@module-federation/error-codes@0.21.4': {}
- '@module-federation/error-codes@0.17.1': {}
-
- '@module-federation/runtime-core@0.17.1':
+ '@module-federation/runtime-core@0.21.4':
dependencies:
- '@module-federation/error-codes': 0.17.1
- '@module-federation/sdk': 0.17.1
+ '@module-federation/error-codes': 0.21.4
+ '@module-federation/sdk': 0.21.4
- '@module-federation/runtime-tools@0.17.1':
+ '@module-federation/runtime-tools@0.21.4':
dependencies:
- '@module-federation/runtime': 0.17.1
- '@module-federation/webpack-bundler-runtime': 0.17.1
+ '@module-federation/runtime': 0.21.4
+ '@module-federation/webpack-bundler-runtime': 0.21.4
- '@module-federation/runtime@0.17.1':
+ '@module-federation/runtime@0.21.4':
dependencies:
- '@module-federation/error-codes': 0.17.1
- '@module-federation/runtime-core': 0.17.1
- '@module-federation/sdk': 0.17.1
+ '@module-federation/error-codes': 0.21.4
+ '@module-federation/runtime-core': 0.21.4
+ '@module-federation/sdk': 0.21.4
- '@module-federation/sdk@0.17.1': {}
+ '@module-federation/sdk@0.21.4': {}
- '@module-federation/webpack-bundler-runtime@0.17.1':
+ '@module-federation/webpack-bundler-runtime@0.21.4':
dependencies:
- '@module-federation/runtime': 0.17.1
- '@module-federation/sdk': 0.17.1
+ '@module-federation/runtime': 0.21.4
+ '@module-federation/sdk': 0.21.4
- '@napi-rs/wasm-runtime@1.0.1':
+ '@napi-rs/wasm-runtime@1.0.7':
dependencies:
- '@emnapi/core': 1.4.5
- '@emnapi/runtime': 1.4.5
- '@tybys/wasm-util': 0.10.0
+ '@emnapi/core': 1.5.0
+ '@emnapi/runtime': 1.5.0
+ '@tybys/wasm-util': 0.10.1
optional: true
- '@playwright/test@1.54.1':
+ '@playwright/test@1.57.0':
dependencies:
- playwright: 1.54.1
+ playwright: 1.57.0
- '@rsbuild/core@1.4.12':
+ '@rsbuild/core@1.6.10':
dependencies:
- '@rspack/core': 1.4.11(@swc/helpers@0.5.17)
- '@rspack/lite-tapable': 1.0.1
+ '@rspack/core': 1.6.5(@swc/helpers@0.5.17)
+ '@rspack/lite-tapable': 1.1.0
'@swc/helpers': 0.5.17
- core-js: 3.44.0
- jiti: 2.5.1
+ core-js: 3.47.0
+ jiti: 2.6.1
- '@rslib/core@0.11.0(typescript@5.9.2)':
+ '@rslib/core@0.18.2(typescript@5.9.3)':
dependencies:
- '@rsbuild/core': 1.4.12
- rsbuild-plugin-dts: 0.11.0(@rsbuild/core@1.4.12)(typescript@5.9.2)
- tinyglobby: 0.2.14
+ '@rsbuild/core': 1.6.10
+ rsbuild-plugin-dts: 0.18.2(@rsbuild/core@1.6.10)(typescript@5.9.3)
optionalDependencies:
- typescript: 5.9.2
+ typescript: 5.9.3
+ transitivePeerDependencies:
+ - '@typescript/native-preview'
- '@rspack/binding-darwin-arm64@1.4.11':
+ '@rspack/binding-darwin-arm64@1.6.5':
optional: true
- '@rspack/binding-darwin-x64@1.4.11':
+ '@rspack/binding-darwin-x64@1.6.5':
optional: true
- '@rspack/binding-linux-arm64-gnu@1.4.11':
+ '@rspack/binding-linux-arm64-gnu@1.6.5':
optional: true
- '@rspack/binding-linux-arm64-musl@1.4.11':
+ '@rspack/binding-linux-arm64-musl@1.6.5':
optional: true
- '@rspack/binding-linux-x64-gnu@1.4.11':
+ '@rspack/binding-linux-x64-gnu@1.6.5':
optional: true
- '@rspack/binding-linux-x64-musl@1.4.11':
+ '@rspack/binding-linux-x64-musl@1.6.5':
optional: true
- '@rspack/binding-wasm32-wasi@1.4.11':
+ '@rspack/binding-wasm32-wasi@1.6.5':
dependencies:
- '@napi-rs/wasm-runtime': 1.0.1
+ '@napi-rs/wasm-runtime': 1.0.7
optional: true
- '@rspack/binding-win32-arm64-msvc@1.4.11':
+ '@rspack/binding-win32-arm64-msvc@1.6.5':
optional: true
- '@rspack/binding-win32-ia32-msvc@1.4.11':
+ '@rspack/binding-win32-ia32-msvc@1.6.5':
optional: true
- '@rspack/binding-win32-x64-msvc@1.4.11':
+ '@rspack/binding-win32-x64-msvc@1.6.5':
optional: true
- '@rspack/binding@1.4.11':
+ '@rspack/binding@1.6.5':
optionalDependencies:
- '@rspack/binding-darwin-arm64': 1.4.11
- '@rspack/binding-darwin-x64': 1.4.11
- '@rspack/binding-linux-arm64-gnu': 1.4.11
- '@rspack/binding-linux-arm64-musl': 1.4.11
- '@rspack/binding-linux-x64-gnu': 1.4.11
- '@rspack/binding-linux-x64-musl': 1.4.11
- '@rspack/binding-wasm32-wasi': 1.4.11
- '@rspack/binding-win32-arm64-msvc': 1.4.11
- '@rspack/binding-win32-ia32-msvc': 1.4.11
- '@rspack/binding-win32-x64-msvc': 1.4.11
-
- '@rspack/core@1.4.11(@swc/helpers@0.5.17)':
+ '@rspack/binding-darwin-arm64': 1.6.5
+ '@rspack/binding-darwin-x64': 1.6.5
+ '@rspack/binding-linux-arm64-gnu': 1.6.5
+ '@rspack/binding-linux-arm64-musl': 1.6.5
+ '@rspack/binding-linux-x64-gnu': 1.6.5
+ '@rspack/binding-linux-x64-musl': 1.6.5
+ '@rspack/binding-wasm32-wasi': 1.6.5
+ '@rspack/binding-win32-arm64-msvc': 1.6.5
+ '@rspack/binding-win32-ia32-msvc': 1.6.5
+ '@rspack/binding-win32-x64-msvc': 1.6.5
+
+ '@rspack/core@1.6.5(@swc/helpers@0.5.17)':
dependencies:
- '@module-federation/runtime-tools': 0.17.1
- '@rspack/binding': 1.4.11
- '@rspack/lite-tapable': 1.0.1
+ '@module-federation/runtime-tools': 0.21.4
+ '@rspack/binding': 1.6.5
+ '@rspack/lite-tapable': 1.1.0
optionalDependencies:
'@swc/helpers': 0.5.17
- '@rspack/lite-tapable@1.0.1': {}
+ '@rspack/lite-tapable@1.1.0': {}
'@swc/helpers@0.5.17':
dependencies:
tslib: 2.8.1
- '@tybys/wasm-util@0.10.0':
+ '@tybys/wasm-util@0.10.1':
dependencies:
tslib: 2.8.1
optional: true
- '@types/node@22.17.0':
+ '@types/node@22.19.1':
dependencies:
undici-types: 6.21.0
- core-js@3.44.0: {}
-
- fdir@6.4.4(picomatch@4.0.2):
- optionalDependencies:
- picomatch: 4.0.2
+ core-js@3.47.0: {}
fsevents@2.3.2:
optional: true
- jiti@2.5.1: {}
-
- json5@2.2.3: {}
-
- magic-string@0.30.17:
- dependencies:
- '@jridgewell/sourcemap-codec': 1.5.0
-
- minimist@1.2.8: {}
+ jiti@2.6.1: {}
- nano-staged@0.8.0:
+ nano-staged@0.9.0:
dependencies:
picocolors: 1.0.0
@@ -628,28 +576,20 @@ snapshots:
picocolors@1.0.0: {}
- picocolors@1.1.1: {}
+ playwright-core@1.57.0: {}
- picomatch@4.0.2: {}
-
- playwright-core@1.54.1: {}
-
- playwright@1.54.1:
+ playwright@1.57.0:
dependencies:
- playwright-core: 1.54.1
+ playwright-core: 1.57.0
optionalDependencies:
fsevents: 2.3.2
- rsbuild-plugin-dts@0.11.0(@rsbuild/core@1.4.12)(typescript@5.9.2):
+ rsbuild-plugin-dts@0.18.2(@rsbuild/core@1.6.10)(typescript@5.9.3):
dependencies:
'@ast-grep/napi': 0.37.0
- '@rsbuild/core': 1.4.12
- magic-string: 0.30.17
- picocolors: 1.1.1
- tinyglobby: 0.2.14
- tsconfig-paths: 4.2.0
+ '@rsbuild/core': 1.6.10
optionalDependencies:
- typescript: 5.9.2
+ typescript: 5.9.3
selfsigned@3.0.1:
dependencies:
@@ -657,21 +597,8 @@ snapshots:
simple-git-hooks@2.13.1: {}
- strip-bom@3.0.0: {}
-
- tinyglobby@0.2.14:
- dependencies:
- fdir: 6.4.4(picomatch@4.0.2)
- picomatch: 4.0.2
-
- tsconfig-paths@4.2.0:
- dependencies:
- json5: 2.2.3
- minimist: 1.2.8
- strip-bom: 3.0.0
-
tslib@2.8.1: {}
- typescript@5.9.2: {}
+ typescript@5.9.3: {}
undici-types@6.21.0: {}