@modern-js/builder 2.42.1 → 2.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,7 +117,6 @@ function splitByModule(ctx) {
117
117
  vendors: {
118
118
  priority: -10,
119
119
  test: import_builder_shared.NODE_MODULES_REGEX,
120
- // todo: not support in rspack
121
120
  name(module2) {
122
121
  return (0, import_builder_shared.getPackageNameFromModulePath)(module2.context);
123
122
  }
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "engines": {
19
19
  "node": ">=14.0.0"
20
20
  },
21
- "version": "2.42.1",
21
+ "version": "2.43.0",
22
22
  "jsnext:source": "./src/index.ts",
23
23
  "types": "./dist/index.d.ts",
24
24
  "main": "./dist/index.js",
@@ -51,22 +51,22 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@rsbuild/monorepo-utils": "0.0.7",
54
+ "@rsbuild/monorepo-utils": "0.2.7",
55
55
  "@svgr/webpack": "8.0.1",
56
56
  "@swc/helpers": "0.5.3",
57
57
  "deepmerge": "^4.3.1",
58
58
  "jiti": "^1.20.0",
59
- "@modern-js/utils": "2.42.1",
60
- "@modern-js/builder-shared": "2.42.1"
59
+ "@modern-js/utils": "2.43.0",
60
+ "@modern-js/builder-shared": "2.43.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/babel__core": "^7.20.1",
64
64
  "@types/node": "^14",
65
65
  "typescript": "^5",
66
- "@modern-js/builder-rspack-provider": "2.42.1",
67
- "@modern-js/builder-webpack-provider": "2.42.1",
68
- "@scripts/build": "2.42.1",
69
- "@scripts/vitest-config": "2.42.1"
66
+ "@modern-js/builder-webpack-provider": "2.43.0",
67
+ "@scripts/vitest-config": "2.43.0",
68
+ "@scripts/build": "2.43.0",
69
+ "@modern-js/builder-rspack-provider": "2.43.0"
70
70
  },
71
71
  "publishConfig": {
72
72
  "registry": "https://registry.npmjs.org/",