diff --git a/packages/compat/plugin-webpack-swc/package.json b/packages/compat/plugin-webpack-swc/package.json index cbe57d80d9..ac8b17d57d 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.17.1", + "@rslib/core": "0.17.2", "@types/lodash": "^4.17.20", "@types/semver": "^7.7.1", "typescript": "^5.9.3", diff --git a/packages/compat/webpack/package.json b/packages/compat/webpack/package.json index 9972ab8a34..cd616f728e 100644 --- a/packages/compat/webpack/package.json +++ b/packages/compat/webpack/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "ansi-escapes": "4.3.2", diff --git a/packages/core/package.json b/packages/core/package.json index 114f6352eb..f19864e461 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.17.1", + "@rslib/core": "0.17.2", "@types/connect": "3.4.38", "@types/cors": "^2.8.19", "@types/node": "^24.9.2", diff --git a/packages/core/rslib.config.ts b/packages/core/rslib.config.ts index 62045ba95c..cdd565050a 100644 --- a/packages/core/rslib.config.ts +++ b/packages/core/rslib.config.ts @@ -91,6 +91,9 @@ export default defineConfig({ { id: 'esm_index', format: 'esm', + experiments: { + advancedEsm: true, + }, syntax: 'es2022', plugins: [pluginFixDtsTypes], dts: { @@ -111,6 +114,9 @@ export default defineConfig({ { id: 'esm_loaders', format: 'esm', + experiments: { + advancedEsm: true, + }, syntax: 'es2022', source: { entry: { @@ -142,6 +148,9 @@ export default defineConfig({ { id: 'esm_client', format: 'esm', + experiments: { + advancedEsm: true, + }, syntax: 'es2017', source: { entry: { diff --git a/packages/create-rsbuild/package.json b/packages/create-rsbuild/package.json index 7e92f28230..3adffe2296 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.17.1", + "@rslib/core": "0.17.2", "@types/node": "^24.9.2", "typescript": "^5.9.3" }, diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index a0d7f2dbb4..000b2eabe3 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "babel-loader": "10.0.0", diff --git a/packages/plugin-less/package.json b/packages/plugin-less/package.json index 8e3d7a08ba..6919c3246b 100644 --- a/packages/plugin-less/package.json +++ b/packages/plugin-less/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@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 dccca2d85b..82a18711ed 100644 --- a/packages/plugin-preact/package.json +++ b/packages/plugin-preact/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@types/node": "^24.9.2", "preact": "^10.27.2", "typescript": "^5.9.3" diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index bc45e4061c..03588928a3 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "typescript": "^5.9.3" diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index e7dfad2519..dce990e1d6 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "@types/sass-loader": "^8.0.10", diff --git a/packages/plugin-solid/package.json b/packages/plugin-solid/package.json index c2ab3bf1b3..635da55dac 100644 --- a/packages/plugin-solid/package.json +++ b/packages/plugin-solid/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/babel__core": "^7.20.5", "typescript": "^5.9.3" diff --git a/packages/plugin-stylus/package.json b/packages/plugin-stylus/package.json index b14b755609..cba771e9ac 100644 --- a/packages/plugin-stylus/package.json +++ b/packages/plugin-stylus/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "typescript": "^5.9.3" diff --git a/packages/plugin-svelte/package.json b/packages/plugin-svelte/package.json index 4cdd1e89f0..3218f8c74d 100644 --- a/packages/plugin-svelte/package.json +++ b/packages/plugin-svelte/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "svelte": "^5.43.6", diff --git a/packages/plugin-svgr/package.json b/packages/plugin-svgr/package.json index 2380875969..42596f0c64 100644 --- a/packages/plugin-svgr/package.json +++ b/packages/plugin-svgr/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "file-loader": "6.2.0", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 14d0ba068b..4475947a5f 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@scripts/test-helper": "workspace:*", "@types/node": "^24.9.2", "typescript": "^5.9.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b725879b6..963474d6b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -543,8 +543,8 @@ importers: specifier: workspace:* version: link:../webpack '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@types/lodash': specifier: ^4.17.20 version: 4.17.20 @@ -586,8 +586,8 @@ importers: specifier: workspace:* version: link:../../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@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.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@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.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@types/node': specifier: ^24.9.2 version: 24.9.2 @@ -826,8 +826,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -857,8 +857,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -897,8 +897,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@types/node': specifier: ^24.9.2 version: 24.9.2 @@ -922,8 +922,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -956,8 +956,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -996,8 +996,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1027,8 +1027,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1052,8 +1052,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1092,8 +1092,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1129,8 +1129,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@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.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) '@types/node': specifier: ^24.9.2 version: 24.9.2 @@ -1181,8 +1181,8 @@ importers: version: 5.9.3 devDependencies: '@rslib/core': - specifier: 0.17.1 - version: 0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + specifier: 0.17.2 + version: 0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) website: devDependencies: @@ -2046,9 +2046,6 @@ packages: '@module-federation/error-codes@0.21.1': resolution: {integrity: sha512-h1brnwR9AbwMu1P7ZoJJ9j2O2XWkuMh5p03WhXI1vNEdl3xJheSAvH8RjG8FoKRccVgMnUNDQ+vDVwevUBms/A==} - '@module-federation/error-codes@0.21.2': - resolution: {integrity: sha512-mGbPAAApgjmQUl4J7WAt20aV04a26TyS21GDEpOGXFEQG5FqmZnSJ6FqB8K19HgTKioBT1+fF/Ctl5bGGao/EA==} - '@module-federation/error-codes@0.21.4': resolution: {integrity: sha512-ClpL5MereWNXh+EgDjz7w4RrC1JlisQTvXDa1gLxpviHafzNDfdViVmuhi9xXVuj+EYo8KU70Y999KHhk9424Q==} @@ -2105,9 +2102,6 @@ packages: '@module-federation/runtime-core@0.21.1': resolution: {integrity: sha512-COob5bepqDc9mKjTziXbQd4WQMCTzhc0cuXyraZhYddYcjcepzZrMpDIXG1x5p+gdg5p1vsGNWt/ZcU8cFh/pg==} - '@module-federation/runtime-core@0.21.2': - resolution: {integrity: sha512-LtDnccPxjR8Xqa3daRYr1cH/6vUzK3mQSzgvnfsUm1fXte5syX4ftWw3Eu55VdqNY3yREFRn77AXdu9PfPEZRw==} - '@module-federation/runtime-core@0.21.4': resolution: {integrity: sha512-SGpmoOLGNxZofpTOk6Lxb2ewaoz5wMi93AFYuuJB04HTVcngEK+baNeUZ2D/xewrqNIJoMY6f5maUjVfIIBPUA==} @@ -2117,9 +2111,6 @@ packages: '@module-federation/runtime-tools@0.21.1': resolution: {integrity: sha512-uQmammw3Osg8370yiRqZwKo7eA5zkyml9pAX9x4oS9QAkEBvQpDogERlF9f7gAgcP2P3v+xLg3/bCdquD0gt8A==} - '@module-federation/runtime-tools@0.21.2': - resolution: {integrity: sha512-SgG9NWTYGNYcHSd5MepO3AXf6DNXriIo4sKKM4mu4RqfYhHyP+yNjnF/gvYJl52VD61g0nADmzLWzBqxOqk2tg==} - '@module-federation/runtime-tools@0.21.4': resolution: {integrity: sha512-RzFKaL0DIjSmkn76KZRfzfB6dD07cvID84950jlNQgdyoQFUGkqD80L6rIpVCJTY/R7LzR3aQjHnoqmq4JPo3w==} @@ -2129,9 +2120,6 @@ packages: '@module-federation/runtime@0.21.1': resolution: {integrity: sha512-sfBrP0gEPwXPEiREVKVd0IjEWXtr3G/i7EUZVWTt4D491nNpswog/kuKFatGmhcBb+9uD5v9rxFgmIbgL9njnQ==} - '@module-federation/runtime@0.21.2': - resolution: {integrity: sha512-97jlOx4RAnAHMBTfgU5FBK6+V/pfT6GNX0YjSf8G+uJ3lFy74Y6kg/BevEkChTGw5waCLAkw/pw4LmntYcNN7g==} - '@module-federation/runtime@0.21.4': resolution: {integrity: sha512-wgvGqryurVEvkicufJmTG0ZehynCeNLklv8kIk5BLIsWYSddZAE+xe4xov1kgH5fIJQAoQNkRauFFjVNlHoAkA==} @@ -2141,9 +2129,6 @@ packages: '@module-federation/sdk@0.21.1': resolution: {integrity: sha512-1cHMrmCCao3NMFM4BkA0GDt4rbYbyneHct5E4z68cu5UBUnI3L/UboP5VNM8lkYMO1nCR8M0FcLkLhK35Nt48A==} - '@module-federation/sdk@0.21.2': - resolution: {integrity: sha512-t2vHSJ1a9zjg7LLJoEghcytNLzeFCqOat5TbXTav5dgU0xXw82Cf0EfLrxiJL6uUpgbtyvUdqqa2DVAvMPjiiA==} - '@module-federation/sdk@0.21.4': resolution: {integrity: sha512-tzvhOh/oAfX++6zCDDxuvioHY4Jurf8vcfoCbKFxusjmyKr32GPbwFDazUP+OPhYCc3dvaa9oWU6X/qpUBLfJw==} @@ -2156,9 +2141,6 @@ packages: '@module-federation/webpack-bundler-runtime@0.21.1': resolution: {integrity: sha512-yyXX6ugTV07pMxMzAHt6/JDwblS3f1NDyUI7l44CyYgXpl2ItEEUs5aj5h/5xU1c9Px7M//KkY3qW+InW4tR/A==} - '@module-federation/webpack-bundler-runtime@0.21.2': - resolution: {integrity: sha512-06R/NDY6Uh5RBIaBOFwYWzJCf1dIiQd/DFHToBVhejUT3ZFG7GzHEPIIsAGqMzne/JSmVsvjlXiJu7UthQ6rFA==} - '@module-federation/webpack-bundler-runtime@0.21.4': resolution: {integrity: sha512-dusmR3uPnQh9u9ChQo3M+GLOuGFthfvnh7WitF/a1eoeTfRmXqnMFsXtZCUK+f/uXf+64874Zj/bhAgbBcVHZA==} @@ -2484,8 +2466,8 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - '@rsbuild/core@1.6.2': - resolution: {integrity: sha512-ELlc23tDCYaXCwB//bOIF/Gnx1TtFey/DBgFDD/oN6PK7aKpAGIVSk6n9aHH3GRNXNtG/sLFtjucVm7Le3lvCA==} + '@rsbuild/core@1.6.6': + resolution: {integrity: sha512-QE1MvRFKDeeQUAwZrCPhEHgvy/XieYQj0aPho1SkkL/M4ruonp/p8ymhUJZE5wFQxIhBHaOvE2gwKnME0XQgKg==} engines: {node: '>=18.12.0'} hasBin: true @@ -2578,8 +2560,8 @@ packages: '@rsdoctor/utils@1.3.8': resolution: {integrity: sha512-czR6BzjcjW+IhzJCWgdzOrR+evmZG1UMBkJMZmwHSUoZ8Uz/E+wU3Gq0ZOmbeZdVCbSdmtkrg+LaAc01PuEO9A==} - '@rslib/core@0.17.1': - resolution: {integrity: sha512-7mqrktQuHMkGcgIW6pBdw7xpBy5KmvTN22+RhSkj1y4FKfen/PqOPDGqGlN+kTbPSXs20kBepNkYWYV8t+6ryA==} + '@rslib/core@0.17.2': + resolution: {integrity: sha512-AeWWC2/aOwVr7NQvXSS9FEzBzLzrOg1WMke6Gaqba5bQPGDRPplWtV1w1Y04u5bCzUs2wpofQ91fAldhFz8ShQ==} engines: {node: '>=18.12.0'} hasBin: true peerDependencies: @@ -2635,11 +2617,6 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.6.1': - resolution: {integrity: sha512-am7gVsqicKY/FhDfNa/InHxrBd3wRt6rI7sFTaunKaPbPERjWSKr/sI47tB3t8uNYmLQFFhWFijomAhDyrlHMg==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.6.3': resolution: {integrity: sha512-GxjrB5RhxlEoX3uoWtzNPcINPOn6hzqhn00Y164gofwQ6KgvtEJU7DeYXgCq4TQDD1aQbF/lsV1wpzb2LMkQdg==} cpu: [arm64] @@ -2655,11 +2632,6 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.6.1': - resolution: {integrity: sha512-uadcJOal5YTg191+kvi47I0b+U0sRKe8vKFjMXYOrSIcbXGVRdBxROt/HMlKnvg0u/A83f6AABiY6MA2fCs/gw==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.6.3': resolution: {integrity: sha512-X6TEPwc+FeApTgnzBefc/viuUP7LkqTY1GxltRYuabs8E7bExlmYoyB8KhIlC66NWtgjmcNWvZIkUlr9ZalBkQ==} cpu: [x64] @@ -2677,12 +2649,6 @@ packages: os: [linux] libc: [glibc] - '@rspack/binding-linux-arm64-gnu@1.6.1': - resolution: {integrity: sha512-n7UGSBzv7PiX+V1Q2bY3S1XWyN3RCykCQUgfhZ+xWietCM/1349jgN7DoXKPllqlof1GPGBjziHU0sQZTC4tag==} - cpu: [arm64] - os: [linux] - libc: [glibc] - '@rspack/binding-linux-arm64-gnu@1.6.3': resolution: {integrity: sha512-uid2GjLzRnYNzNuTTS/hUZdYO6bNATWfaeuhGBU8RWrRgB+clJwhZskSwhfVrvmyTXYbHI95CJIPt4TbZ1FRTg==} cpu: [arm64] @@ -2701,12 +2667,6 @@ packages: os: [linux] libc: [musl] - '@rspack/binding-linux-arm64-musl@1.6.1': - resolution: {integrity: sha512-P7nx0jsKxx7g3QAnH9UnJDGVgs1M2H7ZQl68SRyrs42TKOd9Md22ynoMIgCK1zoy+skssU6MhWptluSggXqSrA==} - cpu: [arm64] - os: [linux] - libc: [musl] - '@rspack/binding-linux-arm64-musl@1.6.3': resolution: {integrity: sha512-ZJqqyEARBAnv9Gj3+0/PGIw87r8Vg0ZEKiRT9u5tPKK01dptF+xGv4xywAlahOeFUik4Dni5aHixbarStzN9Cw==} cpu: [arm64] @@ -2725,12 +2685,6 @@ packages: os: [linux] libc: [glibc] - '@rspack/binding-linux-x64-gnu@1.6.1': - resolution: {integrity: sha512-SdiurC1bV/QHnj7rmrBYJLdsat3uUDWl9KjkVjEbtc8kQV0Ri4/vZRH0nswgzx7hZNY2j0jYuCm5O8+3qeJEMg==} - cpu: [x64] - os: [linux] - libc: [glibc] - '@rspack/binding-linux-x64-gnu@1.6.3': resolution: {integrity: sha512-/W8/X3CBGVY7plii5eUzyIEyCKiYx1lqrSVuD1HLlVHvzC4H2Kpk0EwvY2gUhnQRLU0Ym77Sh4PRd1ZOOzP4LQ==} cpu: [x64] @@ -2749,12 +2703,6 @@ packages: os: [linux] libc: [musl] - '@rspack/binding-linux-x64-musl@1.6.1': - resolution: {integrity: sha512-JoSJu29nV+auOePhe8x2Fzqxiga1YGNcOMWKJ5Uj8rHBZ8FPAiiE+CpLG8TwfpHsivojrY/sy6fE8JldYLV5TQ==} - cpu: [x64] - os: [linux] - libc: [musl] - '@rspack/binding-linux-x64-musl@1.6.3': resolution: {integrity: sha512-h0Q3aM0fkRCd330DfRGZ9O3nk/rfRyXRX4dEIoLcLAq34VOmp3HZUP7rEy7feiJbuU4Atcvd0MD7U6RLwa1umQ==} cpu: [x64] @@ -2769,10 +2717,6 @@ packages: resolution: {integrity: sha512-PaKEjXOkYprSFlgdgVm/P3pv2E8nAQx9WSGgPmMVIAtxo3Cyz0wwFf0f1Bp9wCw0KkIWgi+9lz8oXNkgKZilug==} cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.6.1': - resolution: {integrity: sha512-u5NiSHxM7LtIo4cebq/hQPJ9o39u127am3eVJHDzdmBVhTYYO5l7XVUnFmcU8hNHuj/4lJzkFviWFbf3SaRSYA==} - cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.6.3': resolution: {integrity: sha512-XLCDe+b52kAajlHutsyfh9o+uKQvgis+rLFb3XIJ9FfCcL8opTWVyeGLNHBUBn7cGPXGEYWd0EU9CZJrjV+iVw==} cpu: [wasm32] @@ -2787,11 +2731,6 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.6.1': - resolution: {integrity: sha512-u2Lm4iyUstX/H4JavHnFLIlXQwMka6WVvG2XH8uRd6ziNTh0k/u9jlFADzhdZMvxj63L2hNXCs7TrMZTx2VObQ==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.6.3': resolution: {integrity: sha512-BU3VjyzAf8noYqb7NPuUZu9VVHRH2b+x4Q5A2oqQwEq4JzW/Mrhcd//vnRpSE9HHuezxTpQTtSSsB/YqV7BkDg==} cpu: [arm64] @@ -2807,11 +2746,6 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.6.1': - resolution: {integrity: sha512-/rMU4pjnQeYnkrXmlqeEPiUNT1wHfJ8GR5v2zqcHXBQkAtic3ZsLwjHpucJjrfRsN5CcVChxJl/T7ozlITfcYw==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.6.3': resolution: {integrity: sha512-W2yHUFra9N8QbBKQC6PcyOwOJbj8qrmechK97XVQAwo0GWGnQKMphivJrbxHOxCz89FGn9kLGRakTH04bHT4MQ==} cpu: [ia32] @@ -2827,11 +2761,6 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.6.1': - resolution: {integrity: sha512-8qsdb5COuZF5Trimo3HHz3N0KuRtrPtRCMK/wi7DOT1nR6CpUeUMPTjvtPl/O/QezQje+cpBFTa5BaQ1WKlHhw==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.6.3': resolution: {integrity: sha512-mxep+BqhySoWweQSXnUaYAHx+C8IzOTNMJYuAVchXn9bMG6SPAXvZqAF8X/Q+kNg8X7won8Sjz+O+OUw3OTyOQ==} cpu: [x64] @@ -2843,9 +2772,6 @@ packages: '@rspack/binding@1.6.0-beta.1': resolution: {integrity: sha512-r3L60ekkDLM5qoRjCMrqsgwU9SQ5e8oA/Omltu/FEEUspIVHawPvAqNZvAXnGB+FoNxM8YgdRRh12PAwXJww0A==} - '@rspack/binding@1.6.1': - resolution: {integrity: sha512-6duvh3CbDA3c4HpNkzIOP9z1wn/mKY1Mrxj+AqgcNvsE0ppp1iKlMsJCDgl7SlUauus2AgtM1dIEU+0sRajmwQ==} - '@rspack/binding@1.6.3': resolution: {integrity: sha512-liRgxMjHWDL225c41pH4ZcFtPN48LM0+St3iylwavF5JFSqBv86R/Cv5+M+WLrhcihCQsxDwBofipyosJIFmmA==} @@ -2867,15 +2793,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.6.1': - resolution: {integrity: sha512-hZVrmiZoBTchWUdh/XbeJ5z+GqHW5aPYeufBigmtUeyzul8uJtHlWKmQhpG+lplMf6o1RESTjjxl632TP/Cfhg==} - engines: {node: '>=18.12.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/core@1.6.3': resolution: {integrity: sha512-03pyxRtpZ9SNwuA4XHLcFG/jmmWqSd4NaXQGrwOHU0UoPKpVPTqkxtQYZLCfeNtDfAA9v2KPqgJ3b40x8nJGeA==} engines: {node: '>=18.12.0'} @@ -6051,8 +5968,8 @@ packages: '@rsbuild/core': optional: true - rsbuild-plugin-dts@0.17.1: - resolution: {integrity: sha512-fEykqICjrvB0dqzm0WqZSQ5rXZ5r+ZYYxqIDgTDU6mHlhlAGJ+AOnX8vgujAdiyuqDF2ZiHcN0QYjxB2UwddtQ==} + rsbuild-plugin-dts@0.17.2: + resolution: {integrity: sha512-j9m3Eh4hoo22G5vsZQplYDeMedRShjp/vzVbtVMextlw/oyziGeW6BowJGmLzMr7dXLCLl0y8YdAl16v0I4Oeg==} engines: {node: '>=18.12.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -7863,8 +7780,6 @@ snapshots: '@module-federation/error-codes@0.21.1': {} - '@module-federation/error-codes@0.21.2': {} - '@module-federation/error-codes@0.21.4': {} '@module-federation/inject-external-runtime-core-plugin@0.21.4(@module-federation/runtime-tools@0.21.4)': @@ -7963,11 +7878,6 @@ snapshots: '@module-federation/error-codes': 0.21.1 '@module-federation/sdk': 0.21.1 - '@module-federation/runtime-core@0.21.2': - dependencies: - '@module-federation/error-codes': 0.21.2 - '@module-federation/sdk': 0.21.2 - '@module-federation/runtime-core@0.21.4': dependencies: '@module-federation/error-codes': 0.21.4 @@ -7983,11 +7893,6 @@ snapshots: '@module-federation/runtime': 0.21.1 '@module-federation/webpack-bundler-runtime': 0.21.1 - '@module-federation/runtime-tools@0.21.2': - dependencies: - '@module-federation/runtime': 0.21.2 - '@module-federation/webpack-bundler-runtime': 0.21.2 - '@module-federation/runtime-tools@0.21.4': dependencies: '@module-federation/runtime': 0.21.4 @@ -8005,12 +7910,6 @@ snapshots: '@module-federation/runtime-core': 0.21.1 '@module-federation/sdk': 0.21.1 - '@module-federation/runtime@0.21.2': - dependencies: - '@module-federation/error-codes': 0.21.2 - '@module-federation/runtime-core': 0.21.2 - '@module-federation/sdk': 0.21.2 - '@module-federation/runtime@0.21.4': dependencies: '@module-federation/error-codes': 0.21.4 @@ -8021,8 +7920,6 @@ snapshots: '@module-federation/sdk@0.21.1': {} - '@module-federation/sdk@0.21.2': {} - '@module-federation/sdk@0.21.4': {} '@module-federation/third-party-dts-extractor@0.21.4': @@ -8041,11 +7938,6 @@ snapshots: '@module-federation/runtime': 0.21.1 '@module-federation/sdk': 0.21.1 - '@module-federation/webpack-bundler-runtime@0.21.2': - dependencies: - '@module-federation/runtime': 0.21.2 - '@module-federation/sdk': 0.21.2 - '@module-federation/webpack-bundler-runtime@0.21.4': dependencies: '@module-federation/runtime': 0.21.4 @@ -8270,10 +8162,10 @@ snapshots: core-js: 3.46.0 jiti: 2.6.1 - '@rsbuild/core@1.6.2': + '@rsbuild/core@1.6.6': dependencies: - '@rspack/core': 1.6.1(@swc/helpers@0.5.17) - '@rspack/lite-tapable': 1.0.1 + '@rspack/core': 1.6.3(@swc/helpers@0.5.17) + '@rspack/lite-tapable': 1.1.0 '@swc/helpers': 0.5.17 core-js: 3.46.0 jiti: 2.6.1 @@ -8457,10 +8349,10 @@ snapshots: - '@rspack/core' - webpack - '@rslib/core@0.17.1(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3)': + '@rslib/core@0.17.2(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3)': dependencies: - '@rsbuild/core': 1.6.2 - rsbuild-plugin-dts: 0.17.1(@rsbuild/core@1.6.2)(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) + '@rsbuild/core': 1.6.6 + rsbuild-plugin-dts: 0.17.2(@rsbuild/core@1.6.6)(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -8499,9 +8391,6 @@ snapshots: '@rspack/binding-darwin-arm64@1.6.0-beta.1': optional: true - '@rspack/binding-darwin-arm64@1.6.1': - optional: true - '@rspack/binding-darwin-arm64@1.6.3': optional: true @@ -8511,9 +8400,6 @@ snapshots: '@rspack/binding-darwin-x64@1.6.0-beta.1': optional: true - '@rspack/binding-darwin-x64@1.6.1': - optional: true - '@rspack/binding-darwin-x64@1.6.3': optional: true @@ -8523,9 +8409,6 @@ snapshots: '@rspack/binding-linux-arm64-gnu@1.6.0-beta.1': optional: true - '@rspack/binding-linux-arm64-gnu@1.6.1': - optional: true - '@rspack/binding-linux-arm64-gnu@1.6.3': optional: true @@ -8535,9 +8418,6 @@ snapshots: '@rspack/binding-linux-arm64-musl@1.6.0-beta.1': optional: true - '@rspack/binding-linux-arm64-musl@1.6.1': - optional: true - '@rspack/binding-linux-arm64-musl@1.6.3': optional: true @@ -8547,9 +8427,6 @@ snapshots: '@rspack/binding-linux-x64-gnu@1.6.0-beta.1': optional: true - '@rspack/binding-linux-x64-gnu@1.6.1': - optional: true - '@rspack/binding-linux-x64-gnu@1.6.3': optional: true @@ -8559,9 +8436,6 @@ snapshots: '@rspack/binding-linux-x64-musl@1.6.0-beta.1': optional: true - '@rspack/binding-linux-x64-musl@1.6.1': - optional: true - '@rspack/binding-linux-x64-musl@1.6.3': optional: true @@ -8575,11 +8449,6 @@ snapshots: '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rspack/binding-wasm32-wasi@1.6.1': - dependencies: - '@napi-rs/wasm-runtime': 1.0.7 - optional: true - '@rspack/binding-wasm32-wasi@1.6.3': dependencies: '@napi-rs/wasm-runtime': 1.0.7 @@ -8591,9 +8460,6 @@ snapshots: '@rspack/binding-win32-arm64-msvc@1.6.0-beta.1': optional: true - '@rspack/binding-win32-arm64-msvc@1.6.1': - optional: true - '@rspack/binding-win32-arm64-msvc@1.6.3': optional: true @@ -8603,9 +8469,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc@1.6.0-beta.1': optional: true - '@rspack/binding-win32-ia32-msvc@1.6.1': - optional: true - '@rspack/binding-win32-ia32-msvc@1.6.3': optional: true @@ -8615,9 +8478,6 @@ snapshots: '@rspack/binding-win32-x64-msvc@1.6.0-beta.1': optional: true - '@rspack/binding-win32-x64-msvc@1.6.1': - optional: true - '@rspack/binding-win32-x64-msvc@1.6.3': optional: true @@ -8647,19 +8507,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.6.0-beta.1 '@rspack/binding-win32-x64-msvc': 1.6.0-beta.1 - '@rspack/binding@1.6.1': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.6.1 - '@rspack/binding-darwin-x64': 1.6.1 - '@rspack/binding-linux-arm64-gnu': 1.6.1 - '@rspack/binding-linux-arm64-musl': 1.6.1 - '@rspack/binding-linux-x64-gnu': 1.6.1 - '@rspack/binding-linux-x64-musl': 1.6.1 - '@rspack/binding-wasm32-wasi': 1.6.1 - '@rspack/binding-win32-arm64-msvc': 1.6.1 - '@rspack/binding-win32-ia32-msvc': 1.6.1 - '@rspack/binding-win32-x64-msvc': 1.6.1 - '@rspack/binding@1.6.3': optionalDependencies: '@rspack/binding-darwin-arm64': 1.6.3 @@ -8689,14 +8536,6 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.6.1(@swc/helpers@0.5.17)': - dependencies: - '@module-federation/runtime-tools': 0.21.2 - '@rspack/binding': 1.6.1 - '@rspack/lite-tapable': 1.0.1 - optionalDependencies: - '@swc/helpers': 0.5.17 - '@rspack/core@1.6.3(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.21.4 @@ -12416,10 +12255,10 @@ snapshots: optionalDependencies: '@rsbuild/core': link:packages/core - rsbuild-plugin-dts@0.17.1(@rsbuild/core@1.6.2)(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3): + rsbuild-plugin-dts@0.17.2(@rsbuild/core@1.6.6)(@typescript/native-preview@7.0.0-dev.20251112.1)(typescript@5.9.3): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 1.6.2 + '@rsbuild/core': 1.6.6 optionalDependencies: '@typescript/native-preview': 7.0.0-dev.20251112.1 typescript: 5.9.3 diff --git a/scripts/config/package.json b/scripts/config/package.json index 51498de2c1..573359eb7d 100644 --- a/scripts/config/package.json +++ b/scripts/config/package.json @@ -5,7 +5,7 @@ "private": true, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.17.1", + "@rslib/core": "0.17.2", "@types/node": "^24.9.2", "@typescript/native-preview": "7.0.0-dev.20251112.1", "rsbuild-plugin-arethetypeswrong": "0.1.1", diff --git a/scripts/test-helper/package.json b/scripts/test-helper/package.json index 46a71c938d..c29324500f 100644 --- a/scripts/test-helper/package.json +++ b/scripts/test-helper/package.json @@ -30,7 +30,7 @@ "typescript": "^5.9.3" }, "devDependencies": { - "@rslib/core": "0.17.1" + "@rslib/core": "0.17.2" }, "publishConfig": { "access": "public",