@rushstack/heft-web-rig 0.16.1 → 0.18.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
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.
|
|
12
|
+
"@rushstack/heft": "^0.52.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.
|
|
36
|
-
"@rushstack/heft-
|
|
37
|
-
"@rushstack/heft-
|
|
38
|
-
"@rushstack/heft-lint-plugin": "0.1.
|
|
39
|
-
"@rushstack/heft-sass-plugin": "0.11.
|
|
40
|
-
"@rushstack/heft-
|
|
41
|
-
"@rushstack/heft-
|
|
35
|
+
"@microsoft/api-extractor": "7.35.2",
|
|
36
|
+
"@rushstack/heft-api-extractor-plugin": "0.1.1",
|
|
37
|
+
"@rushstack/heft-jest-plugin": "0.7.1",
|
|
38
|
+
"@rushstack/heft-lint-plugin": "0.1.2",
|
|
39
|
+
"@rushstack/heft-sass-plugin": "0.11.3",
|
|
40
|
+
"@rushstack/heft-typescript-plugin": "0.1.2",
|
|
41
|
+
"@rushstack/heft-webpack5-plugin": "0.7.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@rushstack/heft": "0.
|
|
44
|
+
"@rushstack/heft": "0.52.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "",
|
|
@@ -10,7 +10,13 @@
|
|
|
10
10
|
*/
|
|
11
11
|
// "extends": "base-project/config/heft.json",
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
"aliasesByName": {
|
|
14
|
+
"start": {
|
|
15
|
+
"actionName": "build-watch",
|
|
16
|
+
"defaultParameters": ["--serve"]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
|
|
14
20
|
"phasesByName": {
|
|
15
21
|
"build": {
|
|
16
22
|
"cleanFiles": [
|
|
@@ -1,20 +1,3 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends": "@rushstack/heft-jest-plugin/includes/jest-
|
|
3
|
-
|
|
4
|
-
"testEnvironment": "jest-environment-jsdom",
|
|
5
|
-
|
|
6
|
-
// "Adding '<rootDir>/lib-commonjs' here enables lib-commonjs/__mocks__ to be used for mocking Node.js system modules
|
|
7
|
-
"roots": ["<rootDir>/lib-commonjs"],
|
|
8
|
-
|
|
9
|
-
"testMatch": ["<rootDir>/lib-commonjs/**/*.test.js"],
|
|
10
|
-
|
|
11
|
-
"collectCoverageFrom": [
|
|
12
|
-
"lib-commonjs/**/*.js",
|
|
13
|
-
"!lib-commonjs/**/*.d.ts",
|
|
14
|
-
"!lib-commonjs/**/*.test.js",
|
|
15
|
-
"!lib-commonjs/**/test/**",
|
|
16
|
-
"!lib-commonjs/**/__tests__/**",
|
|
17
|
-
"!lib-commonjs/**/__fixtures__/**",
|
|
18
|
-
"!lib-commonjs/**/__mocks__/**"
|
|
19
|
-
]
|
|
2
|
+
"extends": "@rushstack/heft-jest-plugin/includes/jest-web.config.json"
|
|
20
3
|
}
|
|
@@ -10,7 +10,13 @@
|
|
|
10
10
|
*/
|
|
11
11
|
// "extends": "base-project/config/heft.json",
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
"aliasesByName": {
|
|
14
|
+
"start": {
|
|
15
|
+
"actionName": "build-watch",
|
|
16
|
+
"defaultParameters": ["--serve"]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
|
|
14
20
|
"phasesByName": {
|
|
15
21
|
"build": {
|
|
16
22
|
"cleanFiles": [
|
|
@@ -1,20 +1,3 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends": "@rushstack/heft-jest-plugin/includes/jest-
|
|
3
|
-
|
|
4
|
-
"testEnvironment": "jest-environment-jsdom",
|
|
5
|
-
|
|
6
|
-
// "Adding '<rootDir>/lib-commonjs' here enables lib-commonjs/__mocks__ to be used for mocking Node.js system modules
|
|
7
|
-
"roots": ["<rootDir>/lib-commonjs"],
|
|
8
|
-
|
|
9
|
-
"testMatch": ["<rootDir>/lib-commonjs/**/*.test.js"],
|
|
10
|
-
|
|
11
|
-
"collectCoverageFrom": [
|
|
12
|
-
"lib-commonjs/**/*.js",
|
|
13
|
-
"!lib-commonjs/**/*.d.ts",
|
|
14
|
-
"!lib-commonjs/**/*.test.js",
|
|
15
|
-
"!lib-commonjs/**/test/**",
|
|
16
|
-
"!lib-commonjs/**/__tests__/**",
|
|
17
|
-
"!lib-commonjs/**/__fixtures__/**",
|
|
18
|
-
"!lib-commonjs/**/__mocks__/**"
|
|
19
|
-
]
|
|
2
|
+
"extends": "@rushstack/heft-jest-plugin/includes/jest-web.config.json"
|
|
20
3
|
}
|