@rushstack/heft-web-rig 0.24.36 → 0.25.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 +71 -0
- package/CHANGELOG.md +13 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,77 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.25.0",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v0.25.0",
|
|
7
|
+
"date": "Wed, 02 Oct 2024 00:11:19 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update to webpack 5.95.0"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.52`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.14`"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.6`"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.14.24`"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.30`"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.0`"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.2`"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.68.1` to `0.68.2`"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"version": "0.24.37",
|
|
44
|
+
"tag": "@rushstack/heft-web-rig_v0.24.37",
|
|
45
|
+
"date": "Tue, 01 Oct 2024 00:11:28 GMT",
|
|
46
|
+
"comments": {
|
|
47
|
+
"dependency": [
|
|
48
|
+
{
|
|
49
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.51`"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.13`"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.5`"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.14.23`"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.29`"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.10.14`"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.1`"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.68.0` to `0.68.1`"
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
4
75
|
{
|
|
5
76
|
"version": "0.24.36",
|
|
6
77
|
"tag": "@rushstack/heft-web-rig_v0.24.36",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-web-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.25.0
|
|
6
|
+
Wed, 02 Oct 2024 00:11:19 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Update to webpack 5.95.0
|
|
11
|
+
|
|
12
|
+
## 0.24.37
|
|
13
|
+
Tue, 01 Oct 2024 00:11:28 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 0.24.36
|
|
6
18
|
Mon, 30 Sep 2024 15:12:19 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.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.68.
|
|
12
|
+
"@rushstack/heft": "^0.68.2"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/heft-jest": "1.0.1",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"url-loader": "~4.1.1",
|
|
32
32
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
33
33
|
"webpack-merge": "~5.8.0",
|
|
34
|
-
"webpack": "~5.
|
|
34
|
+
"webpack": "~5.95.0",
|
|
35
35
|
"@microsoft/api-extractor": "7.47.9",
|
|
36
|
-
"@rushstack/heft-api-extractor-plugin": "0.3.50",
|
|
37
36
|
"@rushstack/eslint-config": "4.0.2",
|
|
38
|
-
"@rushstack/heft-
|
|
39
|
-
"@rushstack/heft-
|
|
40
|
-
"@rushstack/heft-
|
|
41
|
-
"@rushstack/heft-
|
|
42
|
-
"@rushstack/heft-
|
|
37
|
+
"@rushstack/heft-jest-plugin": "0.12.14",
|
|
38
|
+
"@rushstack/heft-sass-plugin": "0.14.24",
|
|
39
|
+
"@rushstack/heft-typescript-plugin": "0.5.30",
|
|
40
|
+
"@rushstack/heft-webpack5-plugin": "0.11.0",
|
|
41
|
+
"@rushstack/heft-lint-plugin": "0.4.6",
|
|
42
|
+
"@rushstack/heft-api-extractor-plugin": "0.3.52"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@rushstack/heft": "0.68.
|
|
45
|
+
"@rushstack/heft": "0.68.2"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "",
|