@rushstack/heft-web-rig 0.4.30 → 0.4.34

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/CHANGELOG.json CHANGED
@@ -1,6 +1,104 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.4.34",
6
+ "tag": "@rushstack/heft-web-rig_v0.4.34",
7
+ "date": "Fri, 03 Dec 2021 03:05:22 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.20`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.48`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.5`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.21`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.4`"
24
+ },
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.42.3` to `^0.42.4`"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "version": "0.4.33",
33
+ "tag": "@rushstack/heft-web-rig_v0.4.33",
34
+ "date": "Tue, 30 Nov 2021 20:18:41 GMT",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "comment": "Set default Jest environment in Jest configuration to \"jest-environment-jsdom\""
39
+ }
40
+ ],
41
+ "dependency": [
42
+ {
43
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.4`"
44
+ },
45
+ {
46
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.20`"
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "version": "0.4.32",
53
+ "tag": "@rushstack/heft-web-rig_v0.4.32",
54
+ "date": "Mon, 29 Nov 2021 07:26:16 GMT",
55
+ "comments": {
56
+ "dependency": [
57
+ {
58
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.47`"
59
+ },
60
+ {
61
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.3`"
62
+ },
63
+ {
64
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.19`"
65
+ },
66
+ {
67
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.3`"
68
+ },
69
+ {
70
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.42.2` to `^0.42.3`"
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "version": "0.4.31",
77
+ "tag": "@rushstack/heft-web-rig_v0.4.31",
78
+ "date": "Sat, 06 Nov 2021 00:09:13 GMT",
79
+ "comments": {
80
+ "dependency": [
81
+ {
82
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.19`"
83
+ },
84
+ {
85
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.46`"
86
+ },
87
+ {
88
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.2`"
89
+ },
90
+ {
91
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.18`"
92
+ },
93
+ {
94
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.2`"
95
+ },
96
+ {
97
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.42.1` to `^0.42.2`"
98
+ }
99
+ ]
100
+ }
101
+ },
4
102
  {
5
103
  "version": "0.4.30",
6
104
  "tag": "@rushstack/heft-web-rig_v0.4.30",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @rushstack/heft-web-rig
2
2
 
3
- This log was last generated on Fri, 05 Nov 2021 15:09:18 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Dec 2021 03:05:22 GMT and should not be manually modified.
4
+
5
+ ## 0.4.34
6
+ Fri, 03 Dec 2021 03:05:22 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.4.33
11
+ Tue, 30 Nov 2021 20:18:41 GMT
12
+
13
+ ### Patches
14
+
15
+ - Set default Jest environment in Jest configuration to "jest-environment-jsdom"
16
+
17
+ ## 0.4.32
18
+ Mon, 29 Nov 2021 07:26:16 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 0.4.31
23
+ Sat, 06 Nov 2021 00:09:13 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 0.4.30
6
28
  Fri, 05 Nov 2021 15:09:18 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.4.30",
3
+ "version": "0.4.34",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,18 +9,19 @@
9
9
  "directory": "rigs/heft-web-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^0.42.1"
12
+ "@rushstack/heft": "^0.42.4"
13
13
  },
14
14
  "dependencies": {
15
- "@microsoft/api-extractor": "7.18.18",
16
- "@rushstack/heft-jest-plugin": "0.1.45",
17
- "@rushstack/heft-sass-plugin": "0.2.1",
18
- "@rushstack/heft-webpack4-plugin": "0.3.17",
15
+ "@microsoft/api-extractor": "7.18.20",
16
+ "@rushstack/heft-jest-plugin": "0.1.48",
17
+ "@rushstack/heft-sass-plugin": "0.2.5",
18
+ "@rushstack/heft-webpack4-plugin": "0.3.21",
19
19
  "eslint": "~7.30.0",
20
+ "jest-environment-jsdom": "~25.5.0",
20
21
  "typescript": "~4.4.2"
21
22
  },
22
23
  "devDependencies": {
23
- "@rushstack/heft": "0.42.1"
24
+ "@rushstack/heft": "0.42.4"
24
25
  },
25
26
  "scripts": {
26
27
  "build": ""
@@ -1,3 +1,5 @@
1
1
  {
2
- "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json"
2
+ "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json",
3
+
4
+ "testEnvironment": "jest-environment-jsdom"
3
5
  }