@rushstack/heft-web-rig 0.4.34 → 0.6.2

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,121 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.6.2",
6
+ "tag": "@rushstack/heft-web-rig_v0.6.2",
7
+ "date": "Thu, 09 Dec 2021 00:21:54 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.19.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.52`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.9`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.25`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.43.1`"
24
+ },
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.43.0` to `^0.43.1`"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "version": "0.6.1",
33
+ "tag": "@rushstack/heft-web-rig_v0.6.1",
34
+ "date": "Wed, 08 Dec 2021 19:05:08 GMT",
35
+ "comments": {
36
+ "dependency": [
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.51`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.8`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.24`"
45
+ },
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.43.0`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.42.6` to `^0.43.0`"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "version": "0.6.0",
57
+ "tag": "@rushstack/heft-web-rig_v0.6.0",
58
+ "date": "Wed, 08 Dec 2021 16:14:05 GMT",
59
+ "comments": {
60
+ "minor": [
61
+ {
62
+ "comment": "Update to TypeScript 4.5"
63
+ }
64
+ ],
65
+ "dependency": [
66
+ {
67
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.19.0`"
68
+ },
69
+ {
70
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.50`"
71
+ },
72
+ {
73
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.7`"
74
+ },
75
+ {
76
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.23`"
77
+ },
78
+ {
79
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.6`"
80
+ },
81
+ {
82
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.42.5` to `^0.42.6`"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "version": "0.5.0",
89
+ "tag": "@rushstack/heft-web-rig_v0.5.0",
90
+ "date": "Mon, 06 Dec 2021 16:08:32 GMT",
91
+ "comments": {
92
+ "minor": [
93
+ {
94
+ "comment": "Bump ESLint to v8"
95
+ }
96
+ ],
97
+ "dependency": [
98
+ {
99
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.21`"
100
+ },
101
+ {
102
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.49`"
103
+ },
104
+ {
105
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.2.6`"
106
+ },
107
+ {
108
+ "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.3.22`"
109
+ },
110
+ {
111
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.5`"
112
+ },
113
+ {
114
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.42.4` to `^0.42.5`"
115
+ }
116
+ ]
117
+ }
118
+ },
4
119
  {
5
120
  "version": "0.4.34",
6
121
  "tag": "@rushstack/heft-web-rig_v0.4.34",
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 Fri, 03 Dec 2021 03:05:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Dec 2021 00:21:54 GMT and should not be manually modified.
4
+
5
+ ## 0.6.2
6
+ Thu, 09 Dec 2021 00:21:54 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.6.1
11
+ Wed, 08 Dec 2021 19:05:08 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.6.0
16
+ Wed, 08 Dec 2021 16:14:05 GMT
17
+
18
+ ### Minor changes
19
+
20
+ - Update to TypeScript 4.5
21
+
22
+ ## 0.5.0
23
+ Mon, 06 Dec 2021 16:08:32 GMT
24
+
25
+ ### Minor changes
26
+
27
+ - Bump ESLint to v8
4
28
 
5
29
  ## 0.4.34
6
30
  Fri, 03 Dec 2021 03:05:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.4.34",
3
+ "version": "0.6.2",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,19 +9,19 @@
9
9
  "directory": "rigs/heft-web-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^0.42.4"
12
+ "@rushstack/heft": "^0.43.1"
13
13
  },
14
14
  "dependencies": {
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
- "eslint": "~7.30.0",
15
+ "@microsoft/api-extractor": "7.19.1",
16
+ "@rushstack/heft-jest-plugin": "0.1.52",
17
+ "@rushstack/heft-sass-plugin": "0.2.9",
18
+ "@rushstack/heft-webpack4-plugin": "0.3.25",
19
+ "eslint": "~8.3.0",
20
20
  "jest-environment-jsdom": "~25.5.0",
21
- "typescript": "~4.4.2"
21
+ "typescript": "~4.5.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@rushstack/heft": "0.42.4"
24
+ "@rushstack/heft": "0.43.1"
25
25
  },
26
26
  "scripts": {
27
27
  "build": ""