@rspack/test-tools 2.0.0-beta.6 → 2.0.0-beta.7

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.
@@ -120,7 +120,6 @@ function defaultOptions(context) {
120
120
  name: 'runtime',
121
121
  },
122
122
  minimize: false,
123
- removeAvailableModules: true,
124
123
  removeEmptyChunks: true,
125
124
  moduleIds: 'named',
126
125
  chunkIds: 'named',
@@ -102,7 +102,6 @@ function defaultOptions(context, compilerOptions, mode) {
102
102
  ...testConfig.optimization,
103
103
  }
104
104
  : {
105
- removeAvailableModules: true,
106
105
  removeEmptyChunks: true,
107
106
  mergeDuplicateChunks: true,
108
107
  // CHANGE: rspack does not support `flagIncludedChunks` yet.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/test-tools",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.7",
4
4
  "license": "MIT",
5
5
  "description": "Test tools for rspack",
6
6
  "main": "dist/index.js",
@@ -51,11 +51,11 @@
51
51
  "jsdom": "^26.1.0",
52
52
  "memfs": "4.53.0",
53
53
  "path-serializer": "0.5.1",
54
- "pretty-format": "30.2.0",
54
+ "pretty-format": "30.3.0",
55
55
  "rimraf": "^5.0.10",
56
56
  "source-map": "^0.7.6",
57
- "terser-webpack-plugin": "^5.3.17",
58
- "webpack": "5.102.1",
57
+ "terser-webpack-plugin": "^5.4.0",
58
+ "webpack": "5.104.1",
59
59
  "webpack-merge": "6.0.1",
60
60
  "webpack-sources": "3.3.4",
61
61
  "chalk": "^4.1.2"
@@ -67,7 +67,7 @@
67
67
  "@types/jsdom": "^21.1.7",
68
68
  "typescript": "^5.9.3",
69
69
  "wast-loader": "^1.14.1",
70
- "@rspack/core": "2.0.0-beta.6"
70
+ "@rspack/core": "2.0.0-beta.7"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@rspack/core": ">=1.0.0"