Skip to content

Commit

Permalink
feat(deps): bump Rspack 1.2.0-alpha.0 (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 30, 2024
1 parent 300a109 commit d5d9be1
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 45 deletions.
8 changes: 7 additions & 1 deletion e2e/cases/module-federation/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,20 @@ rspackOnlyTest(

const rsbuildConfig: RsbuildConfig = {
output: {
sourceMap: true,
overrideBrowserslist: ['Chrome >= 51'],
},
performance: {
chunkSplit: {
strategy: 'all-in-one',
},
},
plugins: [pluginCheckSyntax()],
plugins: [
pluginCheckSyntax({
// MF runtime contains dynamic import, which can not pass syntax checking
exclude: [/@module-federation[\\/]runtime/],
}),
],
};

await expect(
Expand Down
2 changes: 1 addition & 1 deletion e2e/cases/swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/swc-plugin",
"version": "1.0.0",
"dependencies": {
"@swc/plugin-remove-console": "5.0.2"
"@swc/plugin-remove-console": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rspack/core": "1.1.8",
"@rspack/core": "1.2.0-alpha.0",
"@rspack/lite-tapable": "~1.0.1",
"@swc/helpers": "^0.5.15",
"core-js": "~3.39.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@prefresh/core": "^1.5.3",
"@prefresh/utils": "^1.2.0",
"@rspack/plugin-preact-refresh": "^1.1.2",
"@swc/plugin-prefresh": "^5.0.2"
"@swc/plugin-prefresh": "^6.0.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
Loading

0 comments on commit d5d9be1

Please sign in to comment.