From 7ce9c354b2e6b3c12c4bd55a34ad9b8b234ee560 Mon Sep 17 00:00:00 2001 From: fi3ework Date: Thu, 10 Oct 2024 20:35:35 +0800 Subject: [PATCH] chore: use 0.0.10 to build self --- .github/renovate.json5 | 8 +- package.json | 5 - packages/core/package.json | 2 +- packages/create-rslib/package.json | 2 +- packages/plugin-dts/package.json | 2 +- pnpm-lock.yaml | 280 ++++++++++++++++++----------- tests/package.json | 2 +- 7 files changed, 187 insertions(+), 114 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d36795066..bb0749b56 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: ['config:recommended', 'schedule:weekly'], - ignorePaths: ['**/tests/**', '**/node_modules/**', '**/e2e/cases/**'], + ignorePaths: ['**/node_modules/**'], packageRules: [ // Use chore as semantic commit type for commit messages { @@ -20,6 +20,12 @@ matchPackageNames: ['@rsbuild/**'], groupSlug: 'rsbuild', }, + { + groupName: 'rslib', + matchPackageNames: ['rslib'], + groupSlug: 'rslib', + extends: ['schedule:daily'], + }, { groupName: 'rspress', matchPackageNames: ['@rspress/**'], diff --git a/package.json b/package.json index ba05cb155..cd53efb3c 100644 --- a/package.json +++ b/package.json @@ -60,10 +60,5 @@ "engines": { "node": ">=18.0.0", "pnpm": ">=9.0.0" - }, - "pnpm": { - "overrides": { - "@rspack/core": "npm:@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646" - } } } diff --git a/packages/core/package.json b/packages/core/package.json index 6b541e28f..e0944706e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -50,7 +50,7 @@ "memfs": "^4.13.0", "picocolors": "1.1.0", "prebundle": "1.2.2", - "rslib": "npm:@rslib/core@0.0.9", + "rslib": "npm:@rslib/core@0.0.10", "rslog": "^1.2.3", "tsconfck": "3.1.4", "typescript": "^5.6.3" diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index 481485d54..1120a2224 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -35,7 +35,7 @@ "@types/fs-extra": "^11.0.4", "@types/node": "~18.19.39", "fs-extra": "^11.2.0", - "rslib": "npm:@rslib/core@0.0.9", + "rslib": "npm:@rslib/core@0.0.10", "typescript": "^5.6.3" }, "engines": { diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index cf312afc2..64e844fe5 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -37,7 +37,7 @@ "@microsoft/api-extractor": "^7.47.9", "@rsbuild/core": "1.0.12", "@rslib/tsconfig": "workspace:*", - "rslib": "npm:@rslib/core@0.0.9", + "rslib": "npm:@rslib/core@0.0.10", "typescript": "^5.6.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 04b8ffc9a..41277fd2a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,9 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -overrides: - '@rspack/core': npm:@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646 - importers: .: @@ -124,8 +121,8 @@ importers: specifier: workspace:* version: link:../../scripts/tsconfig '@rspack/core': - specifier: npm:@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646 - version: '@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646(@swc/helpers@0.5.13)' + specifier: 1.0.8 + version: 1.0.8(@swc/helpers@0.5.13) '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -148,8 +145,8 @@ importers: specifier: 1.2.2 version: 1.2.2(typescript@5.6.3) rslib: - specifier: npm:@rslib/core@0.0.9 - version: '@rslib/core@0.0.9(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)' + specifier: npm:@rslib/core@0.0.10 + version: '@rslib/core@0.0.10(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)' rslog: specifier: ^1.2.3 version: 1.2.3 @@ -179,8 +176,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 rslib: - specifier: npm:@rslib/core@0.0.9 - version: '@rslib/core@0.0.9(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)' + specifier: npm:@rslib/core@0.0.10 + version: '@rslib/core@0.0.10(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)' typescript: specifier: ^5.6.3 version: 5.6.3 @@ -207,8 +204,8 @@ importers: specifier: workspace:* version: link:../../scripts/tsconfig rslib: - specifier: npm:@rslib/core@0.0.9 - version: '@rslib/core@0.0.9(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)' + specifier: npm:@rslib/core@0.0.10 + version: '@rslib/core@0.0.10(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)' typescript: specifier: ^5.6.3 version: 5.6.3 @@ -231,17 +228,17 @@ importers: specifier: 1.47.2 version: 1.47.2 '@rsbuild/core': - specifier: 1.0.7 - version: 1.0.7 + specifier: 1.0.12 + version: 1.0.12 '@rsbuild/plugin-less': specifier: ^1.0.1 - version: 1.0.1(@rsbuild/core@1.0.7) + version: 1.0.1(@rsbuild/core@1.0.12) '@rsbuild/plugin-react': specifier: ^1.0.2 - version: 1.0.3(@rsbuild/core@1.0.7) + version: 1.0.3(@rsbuild/core@1.0.12) '@rsbuild/plugin-sass': specifier: ^1.0.1 - version: 1.0.2(@rsbuild/core@1.0.7) + version: 1.0.2(@rsbuild/core@1.0.12) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -1238,11 +1235,6 @@ packages: engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/core@1.0.7': - resolution: {integrity: sha512-NqPAtKnPGdvKituKehTzUd8bnzVsdAs6vLY82OwymkmMlW9zcFYfeVYAfSUS3uTv7vDIFQwff0PHgYYV3ufpwQ==} - engines: {node: '>=16.7.0'} - hasBin: true - '@rsbuild/plugin-less@1.0.1': resolution: {integrity: sha512-bXjPDII9b0MCdYxkoNUtf1z11lQVQDPqgC6Iu90s6X5lnfJd7uwxQC7Sr/cHKYDPKVKQZIvbmXHFJxnd8bsCLg==} peerDependencies: @@ -1268,8 +1260,8 @@ packages: peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-rc.0 - '@rslib/core@0.0.9': - resolution: {integrity: sha512-YokRB66L8pHC1ICQG5vcl301LCHVxM5JUEfngC6Z+pNJVDD731VupMftEQ2/nTMa1l6brA+eRl3V2Cke/nSdLw==} + '@rslib/core@0.0.10': + resolution: {integrity: sha512-zxkxoJE6uCKIKJGDGDPJnv7FTu80ckpCvQbmVUVsVCVPU+MUpDycWW1NfGFc96VBWoIChmRyakzCgAFzKnIg6w==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -1281,56 +1273,113 @@ packages: typescript: optional: true - '@rspack/binding-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-q4WxxYKLzG5NDKBDXkYRmqoAAfkok++QQyfU2sRMQsEAydpO0z6At4sBv/S7iPUOrK55mcuW09SiaR0xvpo3sg==} + '@rspack/binding-darwin-arm64@1.0.8': + resolution: {integrity: sha512-1l8/eg3HNz53DHQO3fy5O5QKdYh8hSMZaWGtm3NR5IfdrTm2TaLL9tuR8oL2iHHtd87LEvVKHXdjlcuLV5IPNQ==} + cpu: [arm64] + os: [darwin] - '@rspack/binding-darwin-arm64-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-/73lnQg/gAAbgOzj6l1sIKNcBM3TjUTyiR7QzXdoX6/snvV5G0N9DE5KlJ2kONhjyIIg3yo3fZAnSB32CbQJhg==} + '@rspack/binding-darwin-arm64@1.0.9': + resolution: {integrity: sha512-9CROBttbjfFcw78KGQHKGO6Im5uBLo0he2M8I+N4IOcTOCIqgtHSy0rjbpKxdpGlugokFafW/T5GBke+LW+J6A==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-Jxvin9BW965uRf0s+UJ0qCieSRdPRSsyDgGh8ySxkvPWm5AN2R+98IZxAGBhsVtDG+GVr8gmU5mGp0tzArqPmw==} + '@rspack/binding-darwin-x64@1.0.8': + resolution: {integrity: sha512-7BbG8gXVWjtqJegDpsObzM/B90Eig1piEtcahvPdvlC92uZz3/IwtKPpMaywGBrf5RSI3U0nQMSekwz0cO1SOw==} + cpu: [x64] + os: [darwin] + + '@rspack/binding-darwin-x64@1.0.9': + resolution: {integrity: sha512-o0WmrkVYxEO8LKeZvflERRv8z/VKBM/JyvhHOGSQF1kV5989Eob9Dqd3JbXiHpgXZb8syh0xq9J/C/KL2djClw==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-82l/W1hfvcVQUjT6fmV1ItcM0wdMHF4eHo3q1AbXcAXNzDpQcZKtv7hZiJhraNWXFLiCni29yMF3Yw81WuOGuQ==} + '@rspack/binding-linux-arm64-gnu@1.0.8': + resolution: {integrity: sha512-QnqCL0wmwYqT/IFx5q0aw7DsIOr8oYUa4+7JI8iiqRf3RuuRJExesVW9VuWr0jS2UvChKgmb8PvRtDy/0tshFw==} + cpu: [arm64] + os: [linux] + + '@rspack/binding-linux-arm64-gnu@1.0.9': + resolution: {integrity: sha512-8lXgxL19HZSSzvlG7EsomACRYjdJKiSVsh5fMGO7nIF/elRsG0edMqtM/Vbm1srMN5o15/houvftb/kpK6giZg==} + cpu: [arm64] + os: [linux] + + '@rspack/binding-linux-arm64-musl@1.0.8': + resolution: {integrity: sha512-Ns9TsE7zdUjimW5HURRW08BaMyAh16MDh97PPsGEMeRPx9plnRO9aXvuUG6t+0gy4KwlQdeq3BvUsbBpIo5Tow==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-Y0oxLrzUwtoqiVueHA+OXlnv0RxuxczsJkb3K0qIYNt0GkgxDURQlXGFtJvgAi1WgEPp559hqMKERn/waHDxSw==} + '@rspack/binding-linux-arm64-musl@1.0.9': + resolution: {integrity: sha512-nZus0toIKvHJcJCPGKPRnQYM1FXpagyVs53tr+AA/uxFA5mnHIrQ+RAP/PrdRT9+B6VOI+2Cs6nqwkrXtKg7qQ==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-UOokaI237u4r3I5Ga4K/FUPU7XreEUtSD5kb7yqnnywAPqOJhvVAf/qoPSQzTfkvgpM7YEsV9k9vacu5T+wcZQ==} + '@rspack/binding-linux-x64-gnu@1.0.8': + resolution: {integrity: sha512-lfqUuKCoyRN/gGeokhX/oNYqB6OpbtgQb57b0QuD8IaiH2a1ee0TtEVvRbyQNEDwht6lW4RTNg0RfMYu52LgXg==} + cpu: [x64] + os: [linux] + + '@rspack/binding-linux-x64-gnu@1.0.9': + resolution: {integrity: sha512-3B54wWAhH4k3gJHYR4CUU8e82NWwZFIiBiCQzOOk0uh+rDkFtBt2xiOOZERQGLVvZmoz1K5JvNNPBBETVFKORg==} + cpu: [x64] + os: [linux] + + '@rspack/binding-linux-x64-musl@1.0.8': + resolution: {integrity: sha512-MgbHJWV5utVa1/U9skrXClydZ/eZw001++v4B6nb8myU6Ck1D02aMl9ESefb/sSA8TatLLxEXQ2VENG9stnPwQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-na8ee9P1XS1rfA6ieyqlz9Y1tXPdDm3stzlrh4x31YsOZTWQBdhiAzDppdU6ZkJ0JKoyWIVrKTSq7ufla+2etw==} + '@rspack/binding-linux-x64-musl@1.0.9': + resolution: {integrity: sha512-EF8T9VGQmCu+snhd6meexUWB7qQSdyqmGEMZNGTt2Qa+NC0x2W2owg6QzyyyTP1tTlTkIC5fWKKtN/4xP7dttA==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-aBR+jho7v11uJ9gUFPQqKjkF0zhuBKebOXDv9wg86iF6R9F74Jr68MI6569g7xO3nX1XrBBXd/WLoHFxkmeFjQ==} + '@rspack/binding-win32-arm64-msvc@1.0.8': + resolution: {integrity: sha512-3NN5VisnSOzhgqX77O/7NvcjPUueg1oIdMKoc5vElJCEu5FEXPqDhwZmr1PpBovaXshAcgExF3j54+20pwdg5g==} + cpu: [arm64] + os: [win32] + + '@rspack/binding-win32-arm64-msvc@1.0.9': + resolution: {integrity: sha512-TTXsOrpBgxcArTlOywFrThYZ4lNFQaowKaNf59QJhWm02fYb7ZezEbVzbJXhsqr4flLOaZcCuLPVaxhGaqZHYA==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-7H+qAt2kIE5GHDVf4UztOz9CqEVaXPuYx1SB1XC/qb68STzbtLBmGuPHrW2OC7NQ/pLwNiwsAlH+MzChTFKSfA==} + '@rspack/binding-win32-ia32-msvc@1.0.8': + resolution: {integrity: sha512-17VQNC7PSygzsipSVoukDM/SOcVueVNsk9bZiB0Swl20BaqrlBts2Dvlmo+L+ZGsxOYI97WvA/zomMDv860usg==} + cpu: [ia32] + os: [win32] + + '@rspack/binding-win32-ia32-msvc@1.0.9': + resolution: {integrity: sha512-/CJsa3D0+0/BkCTXpK8y7aYQRnrOlu8rboIx24LfCOK5wJB5WxvrvmXHT9XFUiUQt9zLYRQj6l5PdAj66Aoozg==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-QdXWGTBtk3JbRaHYJCmTXnou5O/R5Iy8ByYetEXZC7E7EJ5TqU4lnbbXjemycICUgPjOlRmY0J/TBViFLt1QMg==} + '@rspack/binding-win32-x64-msvc@1.0.8': + resolution: {integrity: sha512-Vtjt74Soh09XUsV5Nw0YjZVSk/qtsjtPnzbSZluncSAVUs8l+X1ALcM6n1Jrt3TLTfcqf7a+VIsWOXAMqkCGUg==} + cpu: [x64] + os: [win32] + + '@rspack/binding-win32-x64-msvc@1.0.9': + resolution: {integrity: sha512-euDrnVN2iFClu/7TpBErx99/4flhZCsvNcLBganbaCrM+NxWuCEa889Tmm6SosLoqvundk6pdsvPb9ubMqOEjg==} cpu: [x64] os: [win32] - '@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646': - resolution: {integrity: sha512-ibVlaWI5sOO6aW1QgtNDEP4Zd77X238qgKayv6F7/lBsRcicJ7BkwwWfFMWiPaawoHudimtNrg+weBCQl0SVGw==} + '@rspack/binding@1.0.8': + resolution: {integrity: sha512-abRirbrjobcllLAamyeiWxT6Rb0wELUnITynQdqRbSweWm2lvnhm9YBv4BcOjvJBzhJtvRJo5JBtbKXjDTarug==} + + '@rspack/binding@1.0.9': + resolution: {integrity: sha512-QbhCVrnSMB1HyvRXhzGJK1J4AKZbckAUFlN1fTijH3oRbSYzUOK8bbL9DPt6BtIjkEWnfPv8rKqfl3Yo9OJbTA==} + + '@rspack/core@1.0.8': + resolution: {integrity: sha512-pbXwXYb4WQwb0l35P5v3l/NpDJXy1WiVE4IcQ/6LxZYU5NyZuqtsK0trR88xIVRZb9qU0JUeCdQq7Xa6Q+c3Xw==} + engines: {node: '>=16.0.0'} + peerDependencies: + '@swc/helpers': '>=0.5.1' + peerDependenciesMeta: + '@swc/helpers': + optional: true + + '@rspack/core@1.0.9': + resolution: {integrity: sha512-NqvMrB9sHsKn+xTyhNx+dF10eBmntVIWkzSZq89WaOASnCGYx5QWg8ZvZNGEr24T8mrbATsOkB3q8xPlpvHv4A==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -3918,8 +3967,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rsbuild-plugin-dts@0.0.9: - resolution: {integrity: sha512-qZNA71pKTgQxyNvWokcl7ZVlNlCaPkhSKEvaB3OGZ3jRTSFkeiWDDzLUyqKrrx+2vb7Lz4g9e3WYssQYT4MNew==} + rsbuild-plugin-dts@0.0.10: + resolution: {integrity: sha512-DOfCRTH/43BiSz4QNnFbhldqTS3XSM3oQc+0IKfGd3mjdIXS0xEc1lfBRXLjJpvE+RptYwkEtYz0lllK1Ft7lQ==} engines: {node: '>=16.0.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -5455,7 +5504,7 @@ snapshots: '@rsbuild/core@1.0.10': dependencies: - '@rspack/core': '@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646(@swc/helpers@0.5.13)' + '@rspack/core': 1.0.8(@swc/helpers@0.5.13) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.13 core-js: 3.38.1 @@ -5464,32 +5513,22 @@ snapshots: '@rsbuild/core@1.0.12': dependencies: - '@rspack/core': '@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646(@swc/helpers@0.5.13)' + '@rspack/core': 1.0.9(@swc/helpers@0.5.13) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.13 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 - '@rsbuild/core@1.0.7': - dependencies: - '@rspack/core': '@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646(@swc/helpers@0.5.13)' - '@rspack/lite-tapable': 1.0.1 - '@swc/helpers': 0.5.13 - caniuse-lite: 1.0.30001663 - core-js: 3.38.1 - optionalDependencies: - fsevents: 2.3.3 - '@rsbuild/plugin-less@1.0.1(@rsbuild/core@1.0.10)': dependencies: '@rsbuild/core': 1.0.10 deepmerge: 4.3.1 reduce-configs: 1.0.0 - '@rsbuild/plugin-less@1.0.1(@rsbuild/core@1.0.7)': + '@rsbuild/plugin-less@1.0.1(@rsbuild/core@1.0.12)': dependencies: - '@rsbuild/core': 1.0.7 + '@rsbuild/core': 1.0.12 deepmerge: 4.3.1 reduce-configs: 1.0.0 @@ -5511,12 +5550,6 @@ snapshots: '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 - '@rsbuild/plugin-react@1.0.3(@rsbuild/core@1.0.7)': - dependencies: - '@rsbuild/core': 1.0.7 - '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) - react-refresh: 0.14.2 - '@rsbuild/plugin-sass@1.0.2(@rsbuild/core@1.0.10)': dependencies: '@rsbuild/core': 1.0.10 @@ -5535,15 +5568,6 @@ snapshots: reduce-configs: 1.0.0 sass-embedded: 1.79.4 - '@rsbuild/plugin-sass@1.0.2(@rsbuild/core@1.0.7)': - dependencies: - '@rsbuild/core': 1.0.7 - deepmerge: 4.3.1 - loader-utils: 2.0.4 - postcss: 8.4.47 - reduce-configs: 1.0.0 - sass-embedded: 1.79.4 - '@rsbuild/plugin-svgr@1.0.2(@rsbuild/core@1.0.12)(typescript@5.6.3)': dependencies: '@rsbuild/core': 1.0.12 @@ -5557,57 +5581,105 @@ snapshots: - supports-color - typescript - '@rslib/core@0.0.9(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)': + '@rslib/core@0.0.10(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(typescript@5.6.3)': dependencies: - '@rsbuild/core': 1.0.10 - rsbuild-plugin-dts: 0.0.9(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(@rsbuild/core@1.0.10)(typescript@5.6.3) + '@rsbuild/core': 1.0.12 + rsbuild-plugin-dts: 0.0.10(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(@rsbuild/core@1.0.12)(typescript@5.6.3) optionalDependencies: '@microsoft/api-extractor': 7.47.9(@types/node@18.19.39) typescript: 5.6.3 - '@rspack/binding-canary@1.0.9-canary-0cad17d5-20240929151646': - optionalDependencies: - '@rspack/binding-darwin-arm64': '@rspack/binding-darwin-arm64-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-darwin-x64': '@rspack/binding-darwin-x64-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-linux-arm64-gnu': '@rspack/binding-linux-arm64-gnu-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-linux-arm64-musl': '@rspack/binding-linux-arm64-musl-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-linux-x64-gnu': '@rspack/binding-linux-x64-gnu-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-linux-x64-musl': '@rspack/binding-linux-x64-musl-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-win32-arm64-msvc': '@rspack/binding-win32-arm64-msvc-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-win32-ia32-msvc': '@rspack/binding-win32-ia32-msvc-canary@1.0.9-canary-0cad17d5-20240929151646' - '@rspack/binding-win32-x64-msvc': '@rspack/binding-win32-x64-msvc-canary@1.0.9-canary-0cad17d5-20240929151646' - - '@rspack/binding-darwin-arm64-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-darwin-arm64@1.0.8': + optional: true + + '@rspack/binding-darwin-arm64@1.0.9': + optional: true + + '@rspack/binding-darwin-x64@1.0.8': + optional: true + + '@rspack/binding-darwin-x64@1.0.9': optional: true - '@rspack/binding-darwin-x64-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-arm64-gnu@1.0.8': optional: true - '@rspack/binding-linux-arm64-gnu-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-arm64-gnu@1.0.9': optional: true - '@rspack/binding-linux-arm64-musl-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-arm64-musl@1.0.8': optional: true - '@rspack/binding-linux-x64-gnu-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-arm64-musl@1.0.9': optional: true - '@rspack/binding-linux-x64-musl-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-x64-gnu@1.0.8': optional: true - '@rspack/binding-win32-arm64-msvc-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-x64-gnu@1.0.9': optional: true - '@rspack/binding-win32-ia32-msvc-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-x64-musl@1.0.8': optional: true - '@rspack/binding-win32-x64-msvc-canary@1.0.9-canary-0cad17d5-20240929151646': + '@rspack/binding-linux-x64-musl@1.0.9': optional: true - '@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646(@swc/helpers@0.5.13)': + '@rspack/binding-win32-arm64-msvc@1.0.8': + optional: true + + '@rspack/binding-win32-arm64-msvc@1.0.9': + optional: true + + '@rspack/binding-win32-ia32-msvc@1.0.8': + optional: true + + '@rspack/binding-win32-ia32-msvc@1.0.9': + optional: true + + '@rspack/binding-win32-x64-msvc@1.0.8': + optional: true + + '@rspack/binding-win32-x64-msvc@1.0.9': + optional: true + + '@rspack/binding@1.0.8': + optionalDependencies: + '@rspack/binding-darwin-arm64': 1.0.8 + '@rspack/binding-darwin-x64': 1.0.8 + '@rspack/binding-linux-arm64-gnu': 1.0.8 + '@rspack/binding-linux-arm64-musl': 1.0.8 + '@rspack/binding-linux-x64-gnu': 1.0.8 + '@rspack/binding-linux-x64-musl': 1.0.8 + '@rspack/binding-win32-arm64-msvc': 1.0.8 + '@rspack/binding-win32-ia32-msvc': 1.0.8 + '@rspack/binding-win32-x64-msvc': 1.0.8 + + '@rspack/binding@1.0.9': + optionalDependencies: + '@rspack/binding-darwin-arm64': 1.0.9 + '@rspack/binding-darwin-x64': 1.0.9 + '@rspack/binding-linux-arm64-gnu': 1.0.9 + '@rspack/binding-linux-arm64-musl': 1.0.9 + '@rspack/binding-linux-x64-gnu': 1.0.9 + '@rspack/binding-linux-x64-musl': 1.0.9 + '@rspack/binding-win32-arm64-msvc': 1.0.9 + '@rspack/binding-win32-ia32-msvc': 1.0.9 + '@rspack/binding-win32-x64-msvc': 1.0.9 + + '@rspack/core@1.0.8(@swc/helpers@0.5.13)': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': '@rspack/binding-canary@1.0.9-canary-0cad17d5-20240929151646' + '@rspack/binding': 1.0.8 + '@rspack/lite-tapable': 1.0.1 + caniuse-lite: 1.0.30001663 + optionalDependencies: + '@swc/helpers': 0.5.13 + + '@rspack/core@1.0.9(@swc/helpers@0.5.13)': + dependencies: + '@module-federation/runtime-tools': 0.5.1 + '@rspack/binding': 1.0.9 '@rspack/lite-tapable': 1.0.1 caniuse-lite: 1.0.30001663 optionalDependencies: @@ -8679,9 +8751,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.18.1 fsevents: 2.3.3 - rsbuild-plugin-dts@0.0.9(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(@rsbuild/core@1.0.10)(typescript@5.6.3): + rsbuild-plugin-dts@0.0.10(@microsoft/api-extractor@7.47.9(@types/node@18.19.39))(@rsbuild/core@1.0.12)(typescript@5.6.3): dependencies: - '@rsbuild/core': 1.0.10 + '@rsbuild/core': 1.0.12 fast-glob: 3.3.2 magic-string: 0.30.11 picocolors: 1.1.0 diff --git a/tests/package.json b/tests/package.json index 6363ae238..b88e43c64 100644 --- a/tests/package.json +++ b/tests/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@codspeed/vitest-plugin": "^3.1.1", "@playwright/test": "1.47.2", - "@rsbuild/core": "1.0.7", + "@rsbuild/core": "1.0.12", "@rsbuild/plugin-less": "^1.0.1", "@rsbuild/plugin-react": "^1.0.2", "@rsbuild/plugin-sass": "^1.0.1",