@rushstack/heft-web-rig 0.16.0-rc.6 → 0.16.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.16.0-rc.6",
3
+ "version": "0.16.1",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "directory": "rigs/heft-web-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^0.50.6"
12
+ "@rushstack/heft": "^0.51.0"
13
13
  },
14
14
  "dependencies": {
15
15
  "@types/heft-jest": "1.0.1",
@@ -32,16 +32,16 @@
32
32
  "webpack-bundle-analyzer": "~4.5.0",
33
33
  "webpack-merge": "~5.8.0",
34
34
  "webpack": "~5.80.0",
35
- "@microsoft/api-extractor": "7.35.0",
36
- "@rushstack/heft-api-extractor-plugin": "0.2.0-rc.6",
37
- "@rushstack/heft-jest-plugin": "0.6.0-rc.6",
38
- "@rushstack/heft-lint-plugin": "0.2.0-rc.6",
39
- "@rushstack/heft-sass-plugin": "0.10.0-rc.6",
40
- "@rushstack/heft-typescript-plugin": "0.2.0-rc.6",
41
- "@rushstack/heft-webpack5-plugin": "0.7.0-rc.6"
35
+ "@microsoft/api-extractor": "7.35.1",
36
+ "@rushstack/heft-jest-plugin": "0.6.0",
37
+ "@rushstack/heft-api-extractor-plugin": "0.1.0",
38
+ "@rushstack/heft-lint-plugin": "0.1.1",
39
+ "@rushstack/heft-sass-plugin": "0.11.1",
40
+ "@rushstack/heft-webpack5-plugin": "0.7.1",
41
+ "@rushstack/heft-typescript-plugin": "0.1.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@rushstack/heft": "0.51.0-rc.6"
44
+ "@rushstack/heft": "0.51.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "",
@@ -58,10 +58,7 @@
58
58
  "tasksByName": {
59
59
  "jest": {
60
60
  "taskPlugin": {
61
- "pluginPackage": "@rushstack/heft-jest-plugin",
62
- "options": {
63
- "folderNameForTests": "lib-commonjs"
64
- }
61
+ "pluginPackage": "@rushstack/heft-jest-plugin"
65
62
  }
66
63
  }
67
64
  }
@@ -44,10 +44,9 @@
44
44
  // "emitMjsExtensionForESModule": true,
45
45
 
46
46
  /**
47
- * Set this to change the maximum number of file handles that will be opened concurrently for writing.
48
- * The default is 50.
47
+ * If true and "isolatedModules" is configured in tsconfig.json, use a worker thread to run transpilation concurrently with type checking and declaration emit.
49
48
  */
50
- // "maxWriteParallelism": 50,
49
+ // "useTranspilerWorker": true
51
50
 
52
51
  /**
53
52
  * Configures additional file types that should be copied into the TypeScript compiler's emit folders, for example
@@ -58,10 +58,7 @@
58
58
  "tasksByName": {
59
59
  "jest": {
60
60
  "taskPlugin": {
61
- "pluginPackage": "@rushstack/heft-jest-plugin",
62
- "options": {
63
- "folderNameForTests": "lib-commonjs"
64
- }
61
+ "pluginPackage": "@rushstack/heft-jest-plugin"
65
62
  }
66
63
  }
67
64
  }
@@ -44,10 +44,9 @@
44
44
  // "emitMjsExtensionForESModule": true,
45
45
 
46
46
  /**
47
- * Set this to change the maximum number of file handles that will be opened concurrently for writing.
48
- * The default is 50.
47
+ * If true and "isolatedModules" is configured in tsconfig.json, use a worker thread to run transpilation concurrently with type checking and declaration emit.
49
48
  */
50
- // "maxWriteParallelism": 50,
49
+ // "useTranspilerWorker": true
51
50
 
52
51
  /**
53
52
  * Configures additional file types that should be copied into the TypeScript compiler's emit folders, for example