diff --git a/packages/compat/plugin-webpack-swc/package.json b/packages/compat/plugin-webpack-swc/package.json index e30a456e8c..fc91eb820f 100644 --- a/packages/compat/plugin-webpack-swc/package.json +++ b/packages/compat/plugin-webpack-swc/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rsbuild/webpack": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@types/lodash": "^4.17.20", "@types/semver": "^7.7.1", "typescript": "^5.9.2", diff --git a/packages/compat/webpack/package.json b/packages/compat/webpack/package.json index b44989a164..cba882e91d 100644 --- a/packages/compat/webpack/package.json +++ b/packages/compat/webpack/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "ansi-escapes": "4.3.2", diff --git a/packages/core/package.json b/packages/core/package.json index a5ee4591e2..2d4d81a5b0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -61,7 +61,7 @@ "devDependencies": { "@jridgewell/remapping": "^2.3.5", "@jridgewell/trace-mapping": "^0.3.31", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@types/connect": "3.4.38", "@types/cors": "^2.8.19", "@types/node": "^22.18.6", diff --git a/packages/create-rsbuild/package.json b/packages/create-rsbuild/package.json index 1b0fa3e8cc..3a7a0199a2 100644 --- a/packages/create-rsbuild/package.json +++ b/packages/create-rsbuild/package.json @@ -39,7 +39,7 @@ "@rsbuild/plugin-solid": "workspace:*", "@rsbuild/plugin-svelte": "workspace:*", "@rsbuild/plugin-vue": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@types/node": "^22.18.6", "typescript": "^5.9.2" }, diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index 449a9e9abc..55f18fd9b9 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "babel-loader": "10.0.0", diff --git a/packages/plugin-less/package.json b/packages/plugin-less/package.json index d7fb5e30d4..79029b43a2 100644 --- a/packages/plugin-less/package.json +++ b/packages/plugin-less/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/less": "^3.0.8", "less": "4.3.0", diff --git a/packages/plugin-preact/package.json b/packages/plugin-preact/package.json index 39ab1c93c8..71d33b66b8 100644 --- a/packages/plugin-preact/package.json +++ b/packages/plugin-preact/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@types/node": "^22.18.6", "preact": "^10.27.2", "typescript": "^5.9.2" diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 7f262e1429..05eb6eda24 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "typescript": "^5.9.2" diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index c44f68f790..443a815ef9 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "@types/sass-loader": "^8.0.9", diff --git a/packages/plugin-solid/package.json b/packages/plugin-solid/package.json index b95f67243c..8dde0bcad6 100644 --- a/packages/plugin-solid/package.json +++ b/packages/plugin-solid/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/babel__core": "^7.20.5", "typescript": "^5.9.2" diff --git a/packages/plugin-stylus/package.json b/packages/plugin-stylus/package.json index add7e1893a..43170cea2d 100644 --- a/packages/plugin-stylus/package.json +++ b/packages/plugin-stylus/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "typescript": "^5.9.2" diff --git a/packages/plugin-svelte/package.json b/packages/plugin-svelte/package.json index 3598a0db15..b564fafdca 100644 --- a/packages/plugin-svelte/package.json +++ b/packages/plugin-svelte/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "svelte": "^5.39.6", diff --git a/packages/plugin-svgr/package.json b/packages/plugin-svgr/package.json index 87c66c05ac..815412431e 100644 --- a/packages/plugin-svgr/package.json +++ b/packages/plugin-svgr/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "file-loader": "6.2.0", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 1c6f69bdef..e044435dab 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/node": "^22.18.6", "typescript": "^5.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc73359c11..a90eb35b90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -543,8 +543,8 @@ importers: specifier: workspace:* version: link:../webpack '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@types/lodash': specifier: ^4.17.20 version: 4.17.20 @@ -586,8 +586,8 @@ importers: specifier: workspace:* version: link:../../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../../scripts/test-helper @@ -632,8 +632,8 @@ importers: specifier: ^0.3.31 version: 0.3.31 '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@types/connect': specifier: 3.4.38 version: 3.4.38 @@ -786,8 +786,8 @@ importers: specifier: workspace:* version: link:../plugin-vue '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@types/node': specifier: ^22.18.6 version: 22.18.6 @@ -826,8 +826,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -857,8 +857,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -897,8 +897,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@types/node': specifier: ^22.18.6 version: 22.18.6 @@ -922,8 +922,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -956,8 +956,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -996,8 +996,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1027,8 +1027,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1052,8 +1052,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1092,8 +1092,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1129,8 +1129,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1150,8 +1150,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) '@types/node': specifier: ^22.18.6 version: 22.18.6 @@ -1181,8 +1181,8 @@ importers: version: 5.9.2 devDependencies: '@rslib/core': - specifier: 0.14.0 - version: 0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + specifier: 0.15.0 + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) website: devDependencies: @@ -2390,13 +2390,13 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - '@rsbuild/core@1.5.11': - resolution: {integrity: sha512-WlpeRlcfwh2Aasx4eJy6KWW9+bWNQo8EjZJE47iR5Rz+3l0znGzke4sNx4OYsDx8xV0gGkAzIbIMRc4ciLVq4Q==} + '@rsbuild/core@1.5.12': + resolution: {integrity: sha512-DpinE1If6WRTwQYqH+PRtJo3zshkDYHfIcWq4lTtfsPfPLrXshmRXBam3BS1RRu4v2gGT+LCNiUefftsmcmL0A==} engines: {node: '>=18.12.0'} hasBin: true - '@rsbuild/core@1.5.12': - resolution: {integrity: sha512-DpinE1If6WRTwQYqH+PRtJo3zshkDYHfIcWq4lTtfsPfPLrXshmRXBam3BS1RRu4v2gGT+LCNiUefftsmcmL0A==} + '@rsbuild/core@1.5.13': + resolution: {integrity: sha512-P+TCvZCVpBYZ3GDdnzR/tZKicE41khJIqIRlJYnEc9dwUfX1/eqRf8lA8yrsbB5iZbSfj1iOoH1N25cCQ3hhuA==} engines: {node: '>=18.12.0'} hasBin: true @@ -2481,8 +2481,8 @@ packages: '@rsdoctor/utils@1.3.1': resolution: {integrity: sha512-o8QowrljKlS+qya/zRfoyiTnZJUvmZ4gUQKWR0rP9eqrZHtohl05vzFpnM4GH3JZQhTV8bMsvKIrD7kOvmbASQ==} - '@rslib/core@0.14.0': - resolution: {integrity: sha512-N8FP813mteNeWVo0HrwOXfy0gaz222chu3ZMEaqR1AKxH7HD3i3rRvm8sQ7yQXQ27wyLHl1/Fttxa9MG/dnHeA==} + '@rslib/core@0.15.0': + resolution: {integrity: sha512-ZxDwEU38qsM32VpW4Dy7oNf6MxgrRAgYxVsuv8v+aKm4pIOSs0nzDTJHsa2vhKjFdyRtgnHObZ6pjoJ0cmcU3A==} engines: {node: '>=18.12.0'} hasBin: true peerDependencies: @@ -2533,11 +2533,6 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.5.6': - resolution: {integrity: sha512-eRG8wbciBn09rdEGGijt3ZKYNgq1DGaiLaDb08HP1hZ/+SN4OdM9wxGo+abwkWl/Zv9ab/Ff8xc+Ry357UFvKA==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.5.7': resolution: {integrity: sha512-prQ/vgJxOPdlYiR4gVeOEKofTCEOu70JQIQApqFnw8lKM7rd9ag8ogDNqmc2L/GGXGHLAqds28oeKXRlzYf7+Q==} cpu: [arm64] @@ -2553,11 +2548,6 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.5.6': - resolution: {integrity: sha512-+0ulwI2XNu1ArNP2UucKbePr1GAJiwaNL6Us5Ke0Qx/DRRzPGuA6X+R2iT30HjJRSLe6G9T9DxnBOnnqJOlysw==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.5.7': resolution: {integrity: sha512-FPqiWSbEEerqfJrGnYe68svvl6NyuQFAb3qqFe/Q0MqFhBYmAZwa0R2/ylugCdgFLZxmkFuWqpDgItpvJb/E3Q==} cpu: [x64] @@ -2573,11 +2563,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.5.6': - resolution: {integrity: sha512-a7LxYdJzANj8xNjjlNJDCITQ9yAYGlc4Znz4DAYTX6vW0Q146rXCDif/UJLboYjQgrrbNbufpfRKEpPbYu2zGw==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-gnu@1.5.7': resolution: {integrity: sha512-fwy+NY+0CHrZqqzDrjPBlTuK53W4dG5EEg/QQFAE7KVM+okRqPk8tg45bJ5628rCNLe13GDmPIE107LmgspNqA==} cpu: [arm64] @@ -2593,11 +2578,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.5.6': - resolution: {integrity: sha512-Bi2Z8HhWH1ZikH2Ettowzej75Iy219KZYIl2W1RVwLkuAqm/DBRx099YsMmh+6esI8e3UgBQtWcHLz5lXaB+6g==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.5.7': resolution: {integrity: sha512-576u/0F4ZUzpHckFme4vQ0sSxjE+B/gVP4tNJ+P6bJaclXLFXV4icbjTUQwOIgmA1EQz/JFeKGGJZ4p6mowpBQ==} cpu: [arm64] @@ -2613,11 +2593,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.5.6': - resolution: {integrity: sha512-Ko4IbyaWA0B4e0EtXyfouVvkeIyh0bcgcESahir1tX/wRyXAV9aqOm0uRZ3eSIRaIvKxWQAmoi49/gFNgUMNJA==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.5.7': resolution: {integrity: sha512-brSHywXjjeuWkv0ywgxS4VgDgquarEb4XGr+eXhOaPcc8x2rNefyc4hErplrI7+oxPXVuGK5VE4ZH5bj3Yknvg==} cpu: [x64] @@ -2633,11 +2608,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.5.6': - resolution: {integrity: sha512-Nyk2KoMiWruGe8GSGKlg0MU+EBWUiWJ+fV4/IEZw6tnAsod4YKIm4vD7f9jac0Mw07GIXggKQc0MaVhWTC8F7g==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.5.7': resolution: {integrity: sha512-HcS0DzbLlWCwVfYcWMbTgILh4GELD6m4CZoFEhIr4fJCJi0p8NgLYycy1QtDhaUjs8TKalmyMwHrJwGnD141JA==} cpu: [x64] @@ -2652,10 +2622,6 @@ packages: resolution: {integrity: sha512-8rVpl6xfaAFJgo1wCd+emksfl+/8nlehrtkmjY9bj79Ou+kp07L9e1B+UU0jfs8e7aLPntQuF68kzLHwYLzWIQ==} cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.5.6': - resolution: {integrity: sha512-Jj44lsdQWAaBZZwKk/x6UeQD/NFpH5uucHVXQUsC5BGF0PO3XbGSwhX7GSQ7+JuvFvEpIZDg6DuFXycB0Kv6iA==} - cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.5.7': resolution: {integrity: sha512-uTRUEuK+TVlvUBSWXVoxD+6JTN+rvtRqVlO+A7I7VnOY7p9Rpvk1sXcHtEwg/XuDCq4DALnvlzbFLh7G3zILvw==} cpu: [wasm32] @@ -2669,11 +2635,6 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.5.6': - resolution: {integrity: sha512-zkAe6JRAUqHGYFO64GyGDQHk6jg5s+odFkZ66Z1jun7AvHXB99iDN5mX8+kNjaECXjIl4A9dT5oO8Ogc04vLkQ==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.5.7': resolution: {integrity: sha512-dFHrXRUmMTkxEn/Uw2RLbIckKfi0Zmn2NnEXwedWdyRgZW4Vhk7+VBxM22O/CHZmAGt12Ol25yTuVv58ANLEKA==} cpu: [arm64] @@ -2689,11 +2650,6 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.5.6': - resolution: {integrity: sha512-M7ghMl0eh/cD5oNCCd8OPsUdgCPEsI3BKJqrWZmKFIMbJci0mDTLivc2/NIMt7fgbfRBSeUKeIQKbVbey6yufg==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.5.7': resolution: {integrity: sha512-PNtnOIUzE9p/Fbl6l/1Zs7bhn8ccTlaHTgZgQq0sO/QxjLlbU0WPjRl+YLo27cAningSOAbANuYlN8vAcuimrw==} cpu: [ia32] @@ -2709,11 +2665,6 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.5.6': - resolution: {integrity: sha512-i8HiI1gErP+vQ8DYz+oDbpNHPRZ8BSRl8tt3GA02FINujanKvy0xWyOQyOssxSio4IwWTlZQRQf0TEAT1UraUg==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.5.7': resolution: {integrity: sha512-22gTaYkwaIUvyXRxf1RVnFTJPqF2hD1pgAQNBIz7kYybe6vvSZ6KInW4WyG4vjYKrJg/cbS4QvtlLn0lYXrdIw==} cpu: [x64] @@ -2727,9 +2678,6 @@ packages: '@rspack/binding@1.5.0': resolution: {integrity: sha512-UGXQmwEu2gdO+tnGv2q4rOWJdWioy6dlLXeZOLYAZVh3mrfKJhZWtDEygX9hCdE5thWNRTlEvx30QQchJAszIQ==} - '@rspack/binding@1.5.6': - resolution: {integrity: sha512-1I6VOr5pe4FeL6wUlrOmMUVXWcYTVJTpwBzprxGdiu9oYwltBTiTXd7F6x6NOId1CiPcmXZII+3aZr9X3JwoPA==} - '@rspack/binding@1.5.7': resolution: {integrity: sha512-/fFrf4Yu8Tc0yXBw33g2++turdld1MDphLiLg05bx92fOVI1MafocwPvm35e3y1z7CtlQJ2Bmvzhi6APJShKxg==} @@ -2745,15 +2693,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.5.6': - resolution: {integrity: sha512-lM+0m5P+YZdY1tMWX8qbEO3gywAS2lV7pUWFQRF2hqyF7mwWo9oN4erp99MIf5dq5A+vDrK3oPDNIuTWrWz5NA==} - engines: {node: '>=18.12.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/core@1.5.7': resolution: {integrity: sha512-57ey3wafK/g+B9zLdCiIrX3eTK8rFEM3yvxBUb2ro3ZtAaCGm4y7xERcXZJNn4D01pjzzCJ/u1ezpQmsZYLP7A==} engines: {node: '>=18.12.0'} @@ -5916,8 +5855,8 @@ packages: '@rsbuild/core': optional: true - rsbuild-plugin-dts@0.14.0: - resolution: {integrity: sha512-PHnixNk1mLYEa5VFz3cx9AvqCuU8I+FlENpl2AY2X0E9kND7ZIAmZKhzArIT6KLSJLpiYp3ZNnXyBGpGP7KJmQ==} + rsbuild-plugin-dts@0.15.0: + resolution: {integrity: sha512-qKGCtv4fxKxWZb3DxHpgmP6uY+JAckovBE/92APerORvrtEtqwY6sAEY2UOaRo2ErENOiWhf5yFLE5EhdUsj9A==} engines: {node: '>=18.12.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -8038,17 +7977,17 @@ snapshots: core-js: 3.45.1 jiti: 2.6.0 - '@rsbuild/core@1.5.11': + '@rsbuild/core@1.5.12': dependencies: - '@rspack/core': 1.5.6(@swc/helpers@0.5.17) + '@rspack/core': 1.5.7(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.45.1 jiti: 2.6.0 - '@rsbuild/core@1.5.12': + '@rsbuild/core@1.5.13': dependencies: - '@rspack/core': 1.5.7(@swc/helpers@0.5.17) + '@rspack/core': 1.5.8(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.45.1 @@ -8221,10 +8160,10 @@ snapshots: - '@rspack/core' - webpack - '@rslib/core@0.14.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2)': + '@rslib/core@0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2)': dependencies: - '@rsbuild/core': 1.5.11 - rsbuild-plugin-dts: 0.14.0(@rsbuild/core@1.5.11)(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + '@rsbuild/core': 1.5.13 + rsbuild-plugin-dts: 0.15.0(@rsbuild/core@1.5.13)(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) optionalDependencies: typescript: 5.9.2 transitivePeerDependencies: @@ -8260,9 +8199,6 @@ snapshots: '@rspack/binding-darwin-arm64@1.5.0': optional: true - '@rspack/binding-darwin-arm64@1.5.6': - optional: true - '@rspack/binding-darwin-arm64@1.5.7': optional: true @@ -8272,9 +8208,6 @@ snapshots: '@rspack/binding-darwin-x64@1.5.0': optional: true - '@rspack/binding-darwin-x64@1.5.6': - optional: true - '@rspack/binding-darwin-x64@1.5.7': optional: true @@ -8284,9 +8217,6 @@ snapshots: '@rspack/binding-linux-arm64-gnu@1.5.0': optional: true - '@rspack/binding-linux-arm64-gnu@1.5.6': - optional: true - '@rspack/binding-linux-arm64-gnu@1.5.7': optional: true @@ -8296,9 +8226,6 @@ snapshots: '@rspack/binding-linux-arm64-musl@1.5.0': optional: true - '@rspack/binding-linux-arm64-musl@1.5.6': - optional: true - '@rspack/binding-linux-arm64-musl@1.5.7': optional: true @@ -8308,9 +8235,6 @@ snapshots: '@rspack/binding-linux-x64-gnu@1.5.0': optional: true - '@rspack/binding-linux-x64-gnu@1.5.6': - optional: true - '@rspack/binding-linux-x64-gnu@1.5.7': optional: true @@ -8320,9 +8244,6 @@ snapshots: '@rspack/binding-linux-x64-musl@1.5.0': optional: true - '@rspack/binding-linux-x64-musl@1.5.6': - optional: true - '@rspack/binding-linux-x64-musl@1.5.7': optional: true @@ -8334,11 +8255,6 @@ snapshots: '@napi-rs/wasm-runtime': 1.0.5 optional: true - '@rspack/binding-wasm32-wasi@1.5.6': - dependencies: - '@napi-rs/wasm-runtime': 1.0.5 - optional: true - '@rspack/binding-wasm32-wasi@1.5.7': dependencies: '@napi-rs/wasm-runtime': 1.0.5 @@ -8352,9 +8268,6 @@ snapshots: '@rspack/binding-win32-arm64-msvc@1.5.0': optional: true - '@rspack/binding-win32-arm64-msvc@1.5.6': - optional: true - '@rspack/binding-win32-arm64-msvc@1.5.7': optional: true @@ -8364,9 +8277,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc@1.5.0': optional: true - '@rspack/binding-win32-ia32-msvc@1.5.6': - optional: true - '@rspack/binding-win32-ia32-msvc@1.5.7': optional: true @@ -8376,9 +8286,6 @@ snapshots: '@rspack/binding-win32-x64-msvc@1.5.0': optional: true - '@rspack/binding-win32-x64-msvc@1.5.6': - optional: true - '@rspack/binding-win32-x64-msvc@1.5.7': optional: true @@ -8398,19 +8305,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.5.0 '@rspack/binding-win32-x64-msvc': 1.5.0 - '@rspack/binding@1.5.6': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.5.6 - '@rspack/binding-darwin-x64': 1.5.6 - '@rspack/binding-linux-arm64-gnu': 1.5.6 - '@rspack/binding-linux-arm64-musl': 1.5.6 - '@rspack/binding-linux-x64-gnu': 1.5.6 - '@rspack/binding-linux-x64-musl': 1.5.6 - '@rspack/binding-wasm32-wasi': 1.5.6 - '@rspack/binding-win32-arm64-msvc': 1.5.6 - '@rspack/binding-win32-ia32-msvc': 1.5.6 - '@rspack/binding-win32-x64-msvc': 1.5.6 - '@rspack/binding@1.5.7': optionalDependencies: '@rspack/binding-darwin-arm64': 1.5.7 @@ -8445,14 +8339,6 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.5.6(@swc/helpers@0.5.17)': - dependencies: - '@module-federation/runtime-tools': 0.18.0 - '@rspack/binding': 1.5.6 - '@rspack/lite-tapable': 1.0.1 - optionalDependencies: - '@swc/helpers': 0.5.17 - '@rspack/core@1.5.7(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.18.0 @@ -12178,10 +12064,10 @@ snapshots: optionalDependencies: '@rsbuild/core': link:packages/core - rsbuild-plugin-dts@0.14.0(@rsbuild/core@1.5.11)(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2): + rsbuild-plugin-dts@0.15.0(@rsbuild/core@1.5.13)(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 1.5.11 + '@rsbuild/core': 1.5.13 optionalDependencies: '@typescript/native-preview': 7.0.0-dev.20250928.1 typescript: 5.9.2 diff --git a/scripts/config/package.json b/scripts/config/package.json index 054e513f7c..16e906d376 100644 --- a/scripts/config/package.json +++ b/scripts/config/package.json @@ -5,7 +5,7 @@ "private": true, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.14.0", + "@rslib/core": "0.15.0", "@types/node": "^22.18.6", "@typescript/native-preview": "7.0.0-dev.20250928.1", "rsbuild-plugin-arethetypeswrong": "0.1.1", diff --git a/scripts/test-helper/package.json b/scripts/test-helper/package.json index 04378fa303..e3df4f7599 100644 --- a/scripts/test-helper/package.json +++ b/scripts/test-helper/package.json @@ -30,7 +30,7 @@ "typescript": "^5.9.2" }, "devDependencies": { - "@rslib/core": "0.14.0" + "@rslib/core": "0.15.0" }, "publishConfig": { "access": "public",