@rushstack/heft-web-rig 0.4.34 → 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 +32 -0
- package/CHANGELOG.md +8 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,38 @@
|
|
|
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
|
+
},
|
|
4
36
|
{
|
|
5
37
|
"version": "0.4.34",
|
|
6
38
|
"tag": "@rushstack/heft-web-rig_v0.4.34",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-web-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
|
4
11
|
|
|
5
12
|
## 0.4.34
|
|
6
13
|
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.
|
|
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,19 +9,19 @@
|
|
|
9
9
|
"directory": "rigs/heft-web-rig"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@rushstack/heft": "^0.42.
|
|
12
|
+
"@rushstack/heft": "^0.42.5"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@microsoft/api-extractor": "7.18.
|
|
16
|
-
"@rushstack/heft-jest-plugin": "0.1.
|
|
17
|
-
"@rushstack/heft-sass-plugin": "0.2.
|
|
18
|
-
"@rushstack/heft-webpack4-plugin": "0.3.
|
|
19
|
-
"eslint": "~
|
|
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
20
|
"jest-environment-jsdom": "~25.5.0",
|
|
21
21
|
"typescript": "~4.4.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@rushstack/heft": "0.42.
|
|
24
|
+
"@rushstack/heft": "0.42.5"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": ""
|