diff --git a/e2e/cases/swc-plugin/package.json b/e2e/cases/swc-plugin/package.json index 8d4fcb8148..c98eb55a32 100644 --- a/e2e/cases/swc-plugin/package.json +++ b/e2e/cases/swc-plugin/package.json @@ -4,6 +4,6 @@ "private": true, "type": "module", "dependencies": { - "@swc/plugin-remove-console": "^10.0.0" + "@swc/plugin-remove-console": "^11.0.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index cd4b505f77..abf76ca09f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rsbuild/core", - "version": "1.6.12", + "version": "1.6.12-canary-20251204065915", "description": "The Rspack-based build tool.", "homepage": "https://rsbuild.rs", "bugs": { @@ -52,7 +52,7 @@ "bump": "pnpx bumpp --no-tag" }, "dependencies": { - "@rspack/core": "1.6.6", + "@rspack/core": "npm:@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915", "@rspack/lite-tapable": "~1.1.0", "@swc/helpers": "^0.5.17", "core-js": "~3.47.0", diff --git a/packages/core/tests/__snapshots__/builder.test.ts.snap b/packages/core/tests/__snapshots__/builder.test.ts.snap index ff892751bd..762dd6cacb 100644 --- a/packages/core/tests/__snapshots__/builder.test.ts.snap +++ b/packages/core/tests/__snapshots__/builder.test.ts.snap @@ -61,7 +61,7 @@ exports[`should use Rspack as the default bundler > apply Rspack correctly 1`] = "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/packages/core/tests/__snapshots__/css.test.ts.snap b/packages/core/tests/__snapshots__/css.test.ts.snap index cc6a0f1f33..dbdd4b5c2d 100644 --- a/packages/core/tests/__snapshots__/css.test.ts.snap +++ b/packages/core/tests/__snapshots__/css.test.ts.snap @@ -22,7 +22,7 @@ exports[`plugin-css > should use custom cssModules rule when using output.cssMod "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -310,7 +310,7 @@ exports[`should ensure isolation of PostCSS config objects between different bui "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -430,7 +430,7 @@ exports[`should ensure isolation of PostCSS config objects between different bui "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/packages/core/tests/__snapshots__/default.test.ts.snap b/packages/core/tests/__snapshots__/default.test.ts.snap index 9b15e54808..d2cb59202d 100644 --- a/packages/core/tests/__snapshots__/default.test.ts.snap +++ b/packages/core/tests/__snapshots__/default.test.ts.snap @@ -61,7 +61,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = ` "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -586,7 +586,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -1590,7 +1590,7 @@ exports[`tools.rspack > should match snapshot 1`] = ` "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/packages/core/tests/__snapshots__/environments.test.ts.snap b/packages/core/tests/__snapshots__/environments.test.ts.snap index 5fe763077b..2ad3977424 100644 --- a/packages/core/tests/__snapshots__/environments.test.ts.snap +++ b/packages/core/tests/__snapshots__/environments.test.ts.snap @@ -1501,7 +1501,7 @@ exports[`environment config > tools.rspack / bundlerChain can be configured in e "type": "javascript/auto", "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/packages/plugin-less/tests/__snapshots__/index.test.ts.snap b/packages/plugin-less/tests/__snapshots__/index.test.ts.snap index 07008ae92d..9a700979fa 100644 --- a/packages/plugin-less/tests/__snapshots__/index.test.ts.snap +++ b/packages/plugin-less/tests/__snapshots__/index.test.ts.snap @@ -19,7 +19,7 @@ exports[`plugin-less > should add less-loader 1`] = ` "test": /\\\\\\.less\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -244,7 +244,7 @@ exports[`plugin-less > should add less-loader with excludes 1`] = ` "test": /\\\\\\.less\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -358,7 +358,7 @@ exports[`plugin-less > should add less-loader with tools.less 1`] = ` "test": /\\\\\\.less\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -469,7 +469,7 @@ exports[`plugin-less > should allow to use Less plugins 1`] = ` "test": /\\\\\\.less\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/packages/plugin-preact/package.json b/packages/plugin-preact/package.json index bfe70c2db3..16c02852a0 100644 --- a/packages/plugin-preact/package.json +++ b/packages/plugin-preact/package.json @@ -30,7 +30,7 @@ "@prefresh/core": "^1.5.9", "@prefresh/utils": "^1.2.1", "@rspack/plugin-preact-refresh": "^1.1.4", - "@swc/plugin-prefresh": "^10.0.0" + "@swc/plugin-prefresh": "^11.1.0" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/packages/plugin-sass/tests/__snapshots__/index.test.ts.snap b/packages/plugin-sass/tests/__snapshots__/index.test.ts.snap index 42434a86a8..9cac2e66ca 100644 --- a/packages/plugin-sass/tests/__snapshots__/index.test.ts.snap +++ b/packages/plugin-sass/tests/__snapshots__/index.test.ts.snap @@ -19,7 +19,7 @@ exports[`plugin-sass > should add sass-loader 1`] = ` "test": /\\\\\\.s\\(\\?:a\\|c\\)ss\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -276,7 +276,7 @@ exports[`plugin-sass > should add sass-loader with excludes 1`] = ` "test": /\\\\\\.s\\(\\?:a\\|c\\)ss\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -406,7 +406,7 @@ exports[`plugin-sass > should allow to use legacy API and mute deprecation warni "test": /\\\\\\.s\\(\\?:a\\|c\\)ss\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/packages/plugin-stylus/tests/__snapshots__/index.test.ts.snap b/packages/plugin-stylus/tests/__snapshots__/index.test.ts.snap index 181aad779d..5be3104105 100644 --- a/packages/plugin-stylus/tests/__snapshots__/index.test.ts.snap +++ b/packages/plugin-stylus/tests/__snapshots__/index.test.ts.snap @@ -19,7 +19,7 @@ exports[`plugin-stylus > should add stylus loader config correctly 1`] = ` "test": /\\\\\\.styl\\(us\\)\\?\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", @@ -116,7 +116,7 @@ exports[`plugin-stylus > should allow to configure stylus options 1`] = ` "test": /\\\\\\.styl\\(us\\)\\?\\$/, "use": [ { - "loader": "/node_modules//@rspack/core/dist/cssExtractLoader.js", + "loader": "/node_modules//@rspack-canary/core/dist/cssExtractLoader.js", }, { "loader": "/packages/core/compiled/css-loader/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 750fc6c868..a529a0aa02 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,7 +36,7 @@ importers: version: 0.1.13 '@rstest/core': specifier: ^0.6.8 - version: 0.6.8 + version: 0.6.9 '@scripts/test-helper': specifier: workspace:* version: link:scripts/test-helper @@ -293,8 +293,8 @@ importers: e2e/cases/swc-plugin: dependencies: '@swc/plugin-remove-console': - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.0 + version: 11.1.0 e2e/helper: dependencies: @@ -610,8 +610,8 @@ importers: packages/core: dependencies: '@rspack/core': - specifier: 1.6.6 - version: 1.6.6(@swc/helpers@0.5.17) + specifier: npm:@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915 + version: '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)' '@rspack/lite-tapable': specifier: ~1.1.0 version: 1.1.0 @@ -672,7 +672,7 @@ importers: version: 2.8.5 css-loader: specifier: 7.1.2 - version: 7.1.2(patch_hash=f108465818eeda8955fecc4aa57dbfd6219c34a7a876fc224f229836292996a6)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(webpack@5.103.0) + version: 7.1.2(patch_hash=f108465818eeda8955fecc4aa57dbfd6219c34a7a876fc224f229836292996a6)(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17))(webpack@5.103.0) deepmerge: specifier: ^4.3.1 version: 4.3.1 @@ -681,7 +681,7 @@ importers: version: 12.0.3 html-rspack-plugin: specifier: 6.1.4 - version: 6.1.4(@rspack/core@1.6.6(@swc/helpers@0.5.17)) + version: 6.1.4(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)) http-proxy-middleware: specifier: ^2.0.9 version: 2.0.9 @@ -711,7 +711,7 @@ importers: version: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.1) postcss-loader: specifier: 8.2.0 - version: 8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.103.0) + version: 8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.103.0) prebundle: specifier: 1.6.0 version: 1.6.0(typescript@5.9.3) @@ -729,7 +729,7 @@ importers: version: 1.4.1 rspack-manifest-plugin: specifier: 5.2.0 - version: 5.2.0(@rspack/core@1.6.6(@swc/helpers@0.5.17)) + version: 5.2.0(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)) sirv: specifier: ^3.0.2 version: 3.0.2 @@ -890,8 +890,8 @@ importers: specifier: ^1.1.4 version: 1.1.4(@prefresh/core@1.5.9(preact@10.28.0))(@prefresh/utils@1.2.1) '@swc/plugin-prefresh': - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.1.0 + version: 11.1.0 devDependencies: '@rsbuild/core': specifier: workspace:* @@ -1215,7 +1215,7 @@ importers: version: 1.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@shikijs/transformers': specifier: ^3.17.0 - version: 3.17.0 + version: 3.19.0 '@types/node': specifier: ^24.10.1 version: 24.10.1 @@ -2269,11 +2269,6 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - '@rsbuild/core@1.6.9': - resolution: {integrity: sha512-wf41bbFIzqQsGkrDal2eVC4cxN6II1k4bUo1g7OFuvWeEOJzjoeK4R5xxKM9g5hRjbGAJs6OiQaGpASvUnDrsw==} - engines: {node: '>=18.12.0'} - hasBin: true - '@rsbuild/plugin-babel@1.0.6': resolution: {integrity: sha512-tWnqG938MedKJx7U4F1lHb156VDtNzj7mSsi2ZoxZVBnECQE01/V6QTN1XKw7nWunGyGoETb+nQBGc+fkVZjvw==} peerDependencies: @@ -2410,6 +2405,67 @@ packages: cpu: [x64] os: [win32] + '@rspack-canary/binding-darwin-arm64@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-yMaQOfCL4qvaIlWXiY6fl0/S8+81+ui06EkscbtY6q7IOzPF1z4t48Cir8FtdMabiBICcJCj+SRrN9rvRGO9iw==} + cpu: [arm64] + os: [darwin] + + '@rspack-canary/binding-darwin-x64@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-jM/3e9NC+dNGfg2Yd76JHJbcdnO/2C8vp8os+63QlFukPwDUMQgCjsPj7wTnSYqTwse/wFkjdafQNM1gLAAsqQ==} + cpu: [x64] + os: [darwin] + + '@rspack-canary/binding-linux-arm64-gnu@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-OYxx3pWGpr5fUcq2tk3yqIwScCq7eeftnp1v2YdxsLJvgBRCTLb4I+Okdk8/9AvuKCHonyln3cyMr5NP/sOd6g==} + cpu: [arm64] + os: [linux] + + '@rspack-canary/binding-linux-arm64-musl@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-1ix3b9EGNj5gXNnu6u/IBf5mHdugkRKpiBTCoQZSp6MsxSYLHyOn2hsd1Cd9SrbkEn2DKPdeOhCM+wjlRiyZLw==} + cpu: [arm64] + os: [linux] + + '@rspack-canary/binding-linux-x64-gnu@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-mOSJgOsUqrO1KzrC6mrfwWkKNRt2cW3fBGT6RIiqOU1Xaqwpk6r/4JXdHHFj3EA3jQdB8msbJ8RY9ZDv5k+EzQ==} + cpu: [x64] + os: [linux] + + '@rspack-canary/binding-linux-x64-musl@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-quM6I5MJveBIjqRpPBFjnVe/rmCFcswVfN6+zBGaf96dFeG3/hPS+GRPRXg6XlaJ4zxuwz7mmJTpvvOQsQ9tRA==} + cpu: [x64] + os: [linux] + + '@rspack-canary/binding-wasm32-wasi@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-NU4VAEud8pg/RoUFyUQ67rTLT92h6VGrNMeAtaWAfyMSspyOOb1ZnpNs4llEai4opiSa7A5BjKpE4AwFSdXwhA==} + cpu: [wasm32] + + '@rspack-canary/binding-win32-arm64-msvc@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-ej8xYn//LfqBU4/ku7vHhk+smGvqSAi7UbhGqh6WKOOhEoiOSB5wGAXFCaJe66H2xPS0MQBINrY9tGjnUwhnNA==} + cpu: [arm64] + os: [win32] + + '@rspack-canary/binding-win32-ia32-msvc@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-QuwoE4tUiVzEXKh/KkPMmH5yBvYQ9KaK+F+YuKY4GdKlQBplH5bneh2GbUN6uTyNDq/X/oQbXUnnhLjcL1yRkw==} + cpu: [ia32] + os: [win32] + + '@rspack-canary/binding-win32-x64-msvc@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-CI0k5naMYHrfpbrBLXJCya3UAsUqJWconrH+hcZm3r4PIzjL6dCTCPVGQXak1SBMJ5a/gCB6akLjnyMskWZ9iw==} + cpu: [x64] + os: [win32] + + '@rspack-canary/binding@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-jEo4teytBJ19kl/A81ZTMr+i8IXlbnZkEUfEvUW8OVMYtQ8BT71yOcRqL0IGuMX2zjRJZrLF1DqNtd4gi4To+g==} + + '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915': + resolution: {integrity: sha512-gOsMf3iogEP8BXhQu2vW5UV4gPfdZbIivUqapO5PIMi9riNJXYqjrIp3H3xfcCe6vvcknpnzjxzwE9DyuTs3YQ==} + engines: {node: '>=18.12.0'} + peerDependencies: + '@swc/helpers': '>=0.5.1' + peerDependenciesMeta: + '@swc/helpers': + optional: true + '@rspack/binding-darwin-arm64@1.6.0-beta.1': resolution: {integrity: sha512-RXQ97iVXgvQAb/cq265z/txdHOOJ6fQQRBfnn0IfMNk7gT4W2rvsLrOqQpwtMKxYV4N/mfWnycfAVa0OOf22Gg==} cpu: [arm64] @@ -2420,11 +2476,6 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.6.5': - resolution: {integrity: sha512-DaAJTlaenqZIqFqIYcitn0SzjJ7WpC9234JpiSDZdRyXii9qJJiToVwxSPY/CmkrP0201+aC4pzN4tI9T0Ummw==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.6.6': resolution: {integrity: sha512-vGVDP0rlWa2w/gLba/sncVfkCah0HmhdmK5vGj/7sSX0iViwQneA2xjxDHyCNSQrvfq9GJmj4Kmdq/9tGh0KuA==} cpu: [arm64] @@ -2440,11 +2491,6 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.6.5': - resolution: {integrity: sha512-fPVfp7W/GMbHayb5hbefiMI30JxlsqPexOItHGtufHmTCrNne1aHmApspyUZIUUxG36oDRHuGPnfh+IQbHR6+g==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.6.6': resolution: {integrity: sha512-IcdEG2kOmbPPO70Zl7gDnowDjK7d7C1hWew2vU7dPltr2t1JalRIMnS051lhiur0ULkSxV3cW1zXqv0Oi8AnOg==} cpu: [x64] @@ -2460,11 +2506,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.6.5': - resolution: {integrity: sha512-K68YDoV2e4s+nlrKZxgF0HehiiRwOAGgZFUwJNRMZ7MUrTGMNlPTJlM+bNdaCjDb6GFxBVFcNwIa1sU+0tF1zg==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-gnu@1.6.6': resolution: {integrity: sha512-rIguCCtlTcwoFlwheDiUgdImk27spuCRn43zGJogARpM/ZYRFKIuSwFDGUtJT2g0TSLUAHUhWAUqC36NwvrbMQ==} cpu: [arm64] @@ -2480,11 +2521,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.6.5': - resolution: {integrity: sha512-JPtxFBOq7RRmBIwpdGIStf8iyCILehDsjQtEB0Kkhtm7TsAkVGwtC41GLcNuPxcQBKqNDmD8cy3yLYhXadH2CQ==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.6.6': resolution: {integrity: sha512-x6X6Gr0fUw6qrJGxZt3Rb6oIX+jd9pdcyp0VbtofcLaqGVQbzustYsYnuLATPOys0q4J/4kWnmEhkjLJHwkhpQ==} cpu: [arm64] @@ -2500,11 +2536,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.6.5': - resolution: {integrity: sha512-oh4ZNo2HtizZ/E6UK3BEONu20h8VVBw9GAXuWmo1u22cJSihzg+WfRNCMjRDil82LqSsyAgBwnU+dEjEYGKyAA==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.6.6': resolution: {integrity: sha512-gSlVdASszWHosQKn+nzYOInBijdQboUnmNMGgW9/PijVg3433IvQjzviUuJFno8CMGgrACV9yw+ZFDuK0J57VA==} cpu: [x64] @@ -2520,11 +2551,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.6.5': - resolution: {integrity: sha512-8Xebp5bvPJqjifpkFEAX5nUvoU2JvbMU3gwAkEovRRuvooCXnVT2tqkUBjkR3AhivAGgAxAr9hRzUUz/6QWt3Q==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.6.6': resolution: {integrity: sha512-TZaqVkh7memsTK/hxkOBrbpdzbmBUMea1YnYt++7QjMgco1kWFvAQ+YhAWtIaOaEg8s6C07Lt0Zp8izM2Dja0g==} cpu: [x64] @@ -2538,10 +2564,6 @@ packages: resolution: {integrity: sha512-XLCDe+b52kAajlHutsyfh9o+uKQvgis+rLFb3XIJ9FfCcL8opTWVyeGLNHBUBn7cGPXGEYWd0EU9CZJrjV+iVw==} cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.6.5': - resolution: {integrity: sha512-oINZNqzTxM+9dSUOjAORodHXYoJYzXvpaHI2U6ecEmoWaBCs+x3V3Po8DhpNFBwotB+jGlcoVhEHjpg5uaO6pw==} - cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.6.6': resolution: {integrity: sha512-W4mWdlLnYrbUaktyHOGNfATblxMTbgF7CBfDw8PhbDtjd2l8e/TnaHgIDkwITHXAOMEF/QEKfo9FtusbcQJNKw==} cpu: [wasm32] @@ -2556,11 +2578,6 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.6.5': - resolution: {integrity: sha512-UUmep2ayuZxWPdrzkrzAFxVgYUWTB82pa9bkAGyeDO9SNkz8vTpdtbDaTvAzjFb8Pn+ErktDEDBKT57FLjxwxQ==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.6.6': resolution: {integrity: sha512-cw5OgxqoDwjoZlk0L3vGEwcjPZsOVFYLwr2ssiC05rsTbhBwxj8coLpAJdvUvbf6C2TTmCB7iPe2sPq1KWD37g==} cpu: [arm64] @@ -2576,11 +2593,6 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.6.5': - resolution: {integrity: sha512-7nx+mMimpmCMstcW7nsyToXy5TK7N+YGPu2W/oioX7qv9ZCuJGTddjzLS84wN8DVrNIirg4mcxpBsmOQMZeHQA==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.6.6': resolution: {integrity: sha512-M4ruR+VZ59iy+mPjy6FQPT27cOgeytf3wFBrt7e0suKeNLYGxrNyI9YhgpCTY++SMJsAMgRLGDHoI3ZgWulw1Q==} cpu: [ia32] @@ -2596,11 +2608,6 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.6.5': - resolution: {integrity: sha512-pzO7rYFu6f6stgSccolZHiXGTTwKrIGHHNV1ALY1xPRmQEdbHcbMwadeaG99JL2lRLve9iNI+Z9Pr3oDVRN46g==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.6.6': resolution: {integrity: sha512-q5QTvdhPUh+CA93cQG5zWKRIHMIWPzw+ftFDEwBw52zYdvNAoLniqD8o5Mi8CT0pndhulXgR5aw0Sjd3eMah+A==} cpu: [x64] @@ -2612,9 +2619,6 @@ packages: '@rspack/binding@1.6.3': resolution: {integrity: sha512-liRgxMjHWDL225c41pH4ZcFtPN48LM0+St3iylwavF5JFSqBv86R/Cv5+M+WLrhcihCQsxDwBofipyosJIFmmA==} - '@rspack/binding@1.6.5': - resolution: {integrity: sha512-FzYsr5vdjaVQIlDTxZFlISOQGxl/4grpF2BeiNy60Fpw9eeADeXk55DVacbXPqpiz7Doj6cyhEyMszQOvihrqQ==} - '@rspack/binding@1.6.6': resolution: {integrity: sha512-noiV+qhyBTVpvG2M4bnOwKk2Ynl6G47Wf7wpCjPCFr87qr3txNwTTnhkEJEU59yj+VvIhbRD2rf5+9TLoT0Wxg==} @@ -2636,15 +2640,6 @@ packages: '@swc/helpers': optional: true - '@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/core@1.6.6': resolution: {integrity: sha512-2mR+2YBydlgZ7Q0Rpd6bCC3MBnV9TS0x857K0zIhbDj4BQOqaWVy1n7fx/B3MrS8TR0QCuzKfyDAjNz+XTyJVQ==} engines: {node: '>=18.12.0'} @@ -2773,8 +2768,8 @@ packages: '@rstack-dev/doc-ui@1.12.0': resolution: {integrity: sha512-YYnJ/8oCUuNMLxBXVFydmEfNOmELR7/Ee8Xcwh4Vt+sGhddf7GFFWFHD9c3fVy/IjdLL+rEIAj1i5nGQxsjwOA==} - '@rstest/core@0.6.8': - resolution: {integrity: sha512-rWn3HzcOx1QY/F+Qu/5HpLM9k0f2I0Svvi08vGGB8p9TN9u2wD2/AY+Rh9ao+90wxX5GiN2RVlI//4G7lHYJBg==} + '@rstest/core@0.6.9': + resolution: {integrity: sha512-0qImkQB6T5NLrlgeuaZxSfgpAaaciouKJycpZe673M+cn1WLai7blt2z+Tf4Qv4DVOw/ZyphSmM8WNYz09vNmw==} engines: {node: '>=18.12.0'} hasBin: true peerDependencies: @@ -2792,8 +2787,8 @@ packages: '@shikijs/core@3.15.0': resolution: {integrity: sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==} - '@shikijs/core@3.17.0': - resolution: {integrity: sha512-/HjeOnbc62C+n33QFNFrAhUlIADKwfuoS50Ht0pxujxP4QjZAlFp5Q+OkDo531SCTzivx5T18khwyBdKoPdkuw==} + '@shikijs/core@3.19.0': + resolution: {integrity: sha512-L7SrRibU7ZoYi1/TrZsJOFAnnHyLTE1SwHG1yNWjZIVCqjOEmCSuK2ZO9thnRbJG6TOkPp+Z963JmpCNw5nzvA==} '@shikijs/engine-javascript@3.15.0': resolution: {integrity: sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==} @@ -2810,14 +2805,14 @@ packages: '@shikijs/themes@3.15.0': resolution: {integrity: sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==} - '@shikijs/transformers@3.17.0': - resolution: {integrity: sha512-b14s8lPt/3K/PjtGgvdS4oU676Ke/ct9kdi6ksEb2rHzRVBAoWJeRwvDQcHASiiZbrDHlnnC8VnwL2Bw0T/nlw==} + '@shikijs/transformers@3.19.0': + resolution: {integrity: sha512-e6vwrsyw+wx4OkcrDbL+FVCxwx8jgKiCoXzakVur++mIWVcgpzIi8vxf4/b4dVTYrV/nUx5RjinMf4tq8YV8Fw==} '@shikijs/types@3.15.0': resolution: {integrity: sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==} - '@shikijs/types@3.17.0': - resolution: {integrity: sha512-wjLVfutYWVUnxAjsWEob98xgyaGv0dTEnMZDruU5mRjVN7szcGOfgO+997W2yR6odp+1PtSBNeSITRRTfUzK/g==} + '@shikijs/types@3.19.0': + resolution: {integrity: sha512-Z2hdeEQlzuntf/BZpFG8a+Fsw9UVXdML7w0o3TgSXV3yNESGon+bs9ITkQb3Ki7zxoXOOu5oJWqZ2uto06V9iQ==} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -2916,11 +2911,11 @@ packages: '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} - '@swc/plugin-prefresh@10.0.0': - resolution: {integrity: sha512-KP8XT2FILHd74lNwJY4CGnda7DBd8TY+EN8qPd1tTjvcUc1CCm1qWtqvC06yQM3G24I0VTDZq3iEcrxHNpQSiw==} + '@swc/plugin-prefresh@11.1.0': + resolution: {integrity: sha512-8UBexA4helQoKWJ+lOzgaXugFExknRcZgaTlWpDlPL9djGHhixaRVhTVtwLpM7jrzkofw8ndBksSJ0mCzcHlyA==} - '@swc/plugin-remove-console@10.0.0': - resolution: {integrity: sha512-9jXO5AlMm+EFOdq8iRmDhZ5pdNawLwdCX8a9P0bHqZVi6AkWkDMNaBr51/0VBKvruMxJZUwQFtYnx0xAJOSUEw==} + '@swc/plugin-remove-console@11.1.0': + resolution: {integrity: sha512-NapIvQvQCBocAMpyLUNWGIXUD/xtDuwq0EoT/bojCmbJkB96pNJ0Xj6gBhIbW3oGw/8z/6KVyGlkkdPjTYDeIg==} '@tailwindcss/node@4.1.17': resolution: {integrity: sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==} @@ -7892,14 +7887,6 @@ snapshots: core-js: 3.46.0 jiti: 2.6.1 - '@rsbuild/core@1.6.9': - dependencies: - '@rspack/core': 1.6.5(@swc/helpers@0.5.17) - '@rspack/lite-tapable': 1.1.0 - '@swc/helpers': 0.5.17 - core-js: 3.47.0 - jiti: 2.6.1 - '@rsbuild/plugin-babel@1.0.6(@rsbuild/core@packages+core)': dependencies: '@babel/core': 7.28.5 @@ -8115,13 +8102,63 @@ snapshots: '@rslint/win32-x64@0.1.13': optional: true - '@rspack/binding-darwin-arm64@1.6.0-beta.1': + '@rspack-canary/binding-darwin-arm64@1.6.7-canary-63b4dae2-20251204065915': optional: true - '@rspack/binding-darwin-arm64@1.6.3': + '@rspack-canary/binding-darwin-x64@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-linux-arm64-gnu@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-linux-arm64-musl@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-linux-x64-gnu@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-linux-x64-musl@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-wasm32-wasi@1.6.7-canary-63b4dae2-20251204065915': + dependencies: + '@napi-rs/wasm-runtime': 1.0.7 + optional: true + + '@rspack-canary/binding-win32-arm64-msvc@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-win32-ia32-msvc@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding-win32-x64-msvc@1.6.7-canary-63b4dae2-20251204065915': + optional: true + + '@rspack-canary/binding@1.6.7-canary-63b4dae2-20251204065915': + optionalDependencies: + '@rspack/binding-darwin-arm64': '@rspack-canary/binding-darwin-arm64@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-darwin-x64': '@rspack-canary/binding-darwin-x64@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-linux-arm64-gnu': '@rspack-canary/binding-linux-arm64-gnu@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-linux-arm64-musl': '@rspack-canary/binding-linux-arm64-musl@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-linux-x64-gnu': '@rspack-canary/binding-linux-x64-gnu@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-linux-x64-musl': '@rspack-canary/binding-linux-x64-musl@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-wasm32-wasi': '@rspack-canary/binding-wasm32-wasi@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-win32-arm64-msvc': '@rspack-canary/binding-win32-arm64-msvc@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-win32-ia32-msvc': '@rspack-canary/binding-win32-ia32-msvc@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/binding-win32-x64-msvc': '@rspack-canary/binding-win32-x64-msvc@1.6.7-canary-63b4dae2-20251204065915' + + '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)': + dependencies: + '@module-federation/runtime-tools': 0.21.6 + '@rspack/binding': '@rspack-canary/binding@1.6.7-canary-63b4dae2-20251204065915' + '@rspack/lite-tapable': 1.1.0 + optionalDependencies: + '@swc/helpers': 0.5.17 + + '@rspack/binding-darwin-arm64@1.6.0-beta.1': optional: true - '@rspack/binding-darwin-arm64@1.6.5': + '@rspack/binding-darwin-arm64@1.6.3': optional: true '@rspack/binding-darwin-arm64@1.6.6': @@ -8133,9 +8170,6 @@ snapshots: '@rspack/binding-darwin-x64@1.6.3': optional: true - '@rspack/binding-darwin-x64@1.6.5': - optional: true - '@rspack/binding-darwin-x64@1.6.6': optional: true @@ -8145,9 +8179,6 @@ snapshots: '@rspack/binding-linux-arm64-gnu@1.6.3': optional: true - '@rspack/binding-linux-arm64-gnu@1.6.5': - optional: true - '@rspack/binding-linux-arm64-gnu@1.6.6': optional: true @@ -8157,9 +8188,6 @@ snapshots: '@rspack/binding-linux-arm64-musl@1.6.3': optional: true - '@rspack/binding-linux-arm64-musl@1.6.5': - optional: true - '@rspack/binding-linux-arm64-musl@1.6.6': optional: true @@ -8169,9 +8197,6 @@ snapshots: '@rspack/binding-linux-x64-gnu@1.6.3': optional: true - '@rspack/binding-linux-x64-gnu@1.6.5': - optional: true - '@rspack/binding-linux-x64-gnu@1.6.6': optional: true @@ -8181,9 +8206,6 @@ snapshots: '@rspack/binding-linux-x64-musl@1.6.3': optional: true - '@rspack/binding-linux-x64-musl@1.6.5': - optional: true - '@rspack/binding-linux-x64-musl@1.6.6': optional: true @@ -8197,11 +8219,6 @@ snapshots: '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rspack/binding-wasm32-wasi@1.6.5': - dependencies: - '@napi-rs/wasm-runtime': 1.0.7 - optional: true - '@rspack/binding-wasm32-wasi@1.6.6': dependencies: '@napi-rs/wasm-runtime': 1.0.7 @@ -8213,9 +8230,6 @@ snapshots: '@rspack/binding-win32-arm64-msvc@1.6.3': optional: true - '@rspack/binding-win32-arm64-msvc@1.6.5': - optional: true - '@rspack/binding-win32-arm64-msvc@1.6.6': optional: true @@ -8225,9 +8239,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc@1.6.3': optional: true - '@rspack/binding-win32-ia32-msvc@1.6.5': - optional: true - '@rspack/binding-win32-ia32-msvc@1.6.6': optional: true @@ -8237,9 +8248,6 @@ snapshots: '@rspack/binding-win32-x64-msvc@1.6.3': optional: true - '@rspack/binding-win32-x64-msvc@1.6.5': - optional: true - '@rspack/binding-win32-x64-msvc@1.6.6': optional: true @@ -8269,19 +8277,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.6.3 '@rspack/binding-win32-x64-msvc': 1.6.3 - '@rspack/binding@1.6.5': - optionalDependencies: - '@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/binding@1.6.6': optionalDependencies: '@rspack/binding-darwin-arm64': 1.6.6 @@ -8311,14 +8306,6 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.6.5(@swc/helpers@0.5.17)': - dependencies: - '@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/core@1.6.6(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.21.6 @@ -8472,7 +8459,7 @@ snapshots: '@rspress/shared@2.0.0-rc.1': dependencies: - '@rsbuild/core': 1.6.9 + '@rsbuild/core': 1.6.6 '@shikijs/rehype': 3.15.0 gray-matter: 4.0.3 lodash-es: 4.17.21 @@ -8486,7 +8473,7 @@ snapshots: - react - react-dom - '@rstest/core@0.6.8': + '@rstest/core@0.6.9': dependencies: '@rsbuild/core': 1.6.0-beta.1 '@types/chai': 5.2.3 @@ -8504,9 +8491,9 @@ snapshots: '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/core@3.17.0': + '@shikijs/core@3.19.0': dependencies: - '@shikijs/types': 3.17.0 + '@shikijs/types': 3.19.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 @@ -8539,17 +8526,17 @@ snapshots: dependencies: '@shikijs/types': 3.15.0 - '@shikijs/transformers@3.17.0': + '@shikijs/transformers@3.19.0': dependencies: - '@shikijs/core': 3.17.0 - '@shikijs/types': 3.17.0 + '@shikijs/core': 3.19.0 + '@shikijs/types': 3.19.0 '@shikijs/types@3.15.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/types@3.17.0': + '@shikijs/types@3.19.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -8651,11 +8638,11 @@ snapshots: dependencies: tslib: 2.8.1 - '@swc/plugin-prefresh@10.0.0': + '@swc/plugin-prefresh@11.1.0': dependencies: '@swc/counter': 0.1.3 - '@swc/plugin-remove-console@10.0.0': + '@swc/plugin-remove-console@11.1.0': dependencies: '@swc/counter': 0.1.3 @@ -9643,7 +9630,7 @@ snapshots: cspell-ban-words@0.0.4: {} - css-loader@7.1.2(patch_hash=f108465818eeda8955fecc4aa57dbfd6219c34a7a876fc224f229836292996a6)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(webpack@5.103.0): + css-loader@7.1.2(patch_hash=f108465818eeda8955fecc4aa57dbfd6219c34a7a876fc224f229836292996a6)(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17))(webpack@5.103.0): dependencies: icss-utils: 5.1.0(postcss@8.5.6) postcss: 8.5.6 @@ -9654,7 +9641,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.3 optionalDependencies: - '@rspack/core': 1.6.6(@swc/helpers@0.5.17) + '@rspack/core': '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)' webpack: 5.103.0 css-select@4.3.0: @@ -10420,11 +10407,11 @@ snapshots: relateurl: 0.2.7 terser: 5.44.0 - html-rspack-plugin@6.1.4(@rspack/core@1.6.6(@swc/helpers@0.5.17)): + html-rspack-plugin@6.1.4(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)): dependencies: '@rspack/lite-tapable': 1.1.0 optionalDependencies: - '@rspack/core': 1.6.6(@swc/helpers@0.5.17) + '@rspack/core': '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)' html-to-text@9.0.5: dependencies: @@ -11657,14 +11644,14 @@ snapshots: postcss: 8.5.6 yaml: 2.8.1 - postcss-loader@8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.103.0): + postcss-loader@8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.103.0): dependencies: cosmiconfig: 9.0.0(typescript@5.9.3) jiti: 2.6.1 postcss: 8.5.6 semver: 7.7.3 optionalDependencies: - '@rspack/core': 1.6.6(@swc/helpers@0.5.17) + '@rspack/core': '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)' webpack: 5.103.0 transitivePeerDependencies: - typescript @@ -12030,11 +12017,11 @@ snapshots: deepmerge: 4.3.1 javascript-stringify: 2.1.0 - rspack-manifest-plugin@5.2.0(@rspack/core@1.6.6(@swc/helpers@0.5.17)): + rspack-manifest-plugin@5.2.0(@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)): dependencies: '@rspack/lite-tapable': 1.1.0 optionalDependencies: - '@rspack/core': 1.6.6(@swc/helpers@0.5.17) + '@rspack/core': '@rspack-canary/core@1.6.7-canary-63b4dae2-20251204065915(@swc/helpers@0.5.17)' rspack-vue-loader@17.4.4(vue@3.5.25(typescript@5.9.3))(webpack@5.103.0): dependencies: