@rushstack/heft-web-rig 0.29.11 → 1.0.1
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 +80 -0
- package/CHANGELOG.md +13 -1
- package/package.json +11 -11
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,86 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.1",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v1.0.1",
|
|
7
|
+
"date": "Fri, 03 Oct 2025 20:10:00 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.53.0`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.4.1`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.1.0`"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.0`"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.0`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.1.0`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.0`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.1.0`"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.0`"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.0.0` to `1.1.0`"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"version": "1.0.0",
|
|
45
|
+
"tag": "@rushstack/heft-web-rig_v1.0.0",
|
|
46
|
+
"date": "Tue, 30 Sep 2025 23:57:45 GMT",
|
|
47
|
+
"comments": {
|
|
48
|
+
"major": [
|
|
49
|
+
{
|
|
50
|
+
"comment": "Release Heft version 1.0.0"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"dependency": [
|
|
54
|
+
{
|
|
55
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.52.15`"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.0.0`"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.0.0`"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.0.0`"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.0.0`"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.0.0`"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.0.0`"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.0.0`"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.75.0` to `1.0.0`"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
4
84
|
{
|
|
5
85
|
"version": "0.29.11",
|
|
6
86
|
"tag": "@rushstack/heft-web-rig_v0.29.11",
|
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 Fri, 03 Oct 2025 20:10:00 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.1
|
|
6
|
+
Fri, 03 Oct 2025 20:10:00 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 1.0.0
|
|
11
|
+
Tue, 30 Sep 2025 23:57:45 GMT
|
|
12
|
+
|
|
13
|
+
### Breaking changes
|
|
14
|
+
|
|
15
|
+
- Release Heft version 1.0.0
|
|
4
16
|
|
|
5
17
|
## 0.29.11
|
|
6
18
|
Tue, 30 Sep 2025 20:33:51 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
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": "^
|
|
12
|
+
"@rushstack/heft": "^1.1.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/heft-jest": "1.0.1",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
33
33
|
"webpack-merge": "~5.8.0",
|
|
34
34
|
"webpack": "~5.98.0",
|
|
35
|
-
"@microsoft/api-extractor": "7.
|
|
36
|
-
"@rushstack/eslint-config": "4.4.
|
|
37
|
-
"@rushstack/heft-api-extractor-plugin": "
|
|
38
|
-
"@rushstack/heft-
|
|
39
|
-
"@rushstack/heft-
|
|
40
|
-
"@rushstack/heft-
|
|
41
|
-
"@rushstack/heft-typescript-plugin": "
|
|
42
|
-
"@rushstack/heft-webpack5-plugin": "
|
|
35
|
+
"@microsoft/api-extractor": "7.53.0",
|
|
36
|
+
"@rushstack/eslint-config": "4.4.1",
|
|
37
|
+
"@rushstack/heft-api-extractor-plugin": "1.1.0",
|
|
38
|
+
"@rushstack/heft-lint-plugin": "1.1.0",
|
|
39
|
+
"@rushstack/heft-jest-plugin": "1.1.0",
|
|
40
|
+
"@rushstack/heft-sass-plugin": "1.1.0",
|
|
41
|
+
"@rushstack/heft-typescript-plugin": "1.1.0",
|
|
42
|
+
"@rushstack/heft-webpack5-plugin": "1.1.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@rushstack/heft": "
|
|
45
|
+
"@rushstack/heft": "1.1.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "",
|