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