@rushstack/heft-web-rig 0.29.0 → 0.29.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 +36 -0
- package/CHANGELOG.md +6 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.29.1",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v0.29.1",
|
|
7
|
+
"date": "Wed, 23 Jul 2025 20:55:57 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.52.9`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.4.9`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.16.10`"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.7.1`"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.17.9`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.9.9`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.35`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.1`"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.74.0` to `0.74.1`"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
4
40
|
{
|
|
5
41
|
"version": "0.29.0",
|
|
6
42
|
"tag": "@rushstack/heft-web-rig_v0.29.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-web-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.29.1
|
|
6
|
+
Wed, 23 Jul 2025 20:55:57 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.29.0
|
|
6
11
|
Wed, 09 Jul 2025 04:01:17 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.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": "^0.74.
|
|
12
|
+
"@rushstack/heft": "^0.74.1"
|
|
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.52.
|
|
36
|
-
"@rushstack/heft-api-extractor-plugin": "0.4.8",
|
|
35
|
+
"@microsoft/api-extractor": "7.52.9",
|
|
37
36
|
"@rushstack/eslint-config": "4.4.0",
|
|
38
|
-
"@rushstack/heft-jest-plugin": "0.16.
|
|
39
|
-
"@rushstack/heft-
|
|
40
|
-
"@rushstack/heft-
|
|
41
|
-
"@rushstack/heft-
|
|
42
|
-
"@rushstack/heft-typescript-plugin": "0.9.
|
|
37
|
+
"@rushstack/heft-jest-plugin": "0.16.10",
|
|
38
|
+
"@rushstack/heft-api-extractor-plugin": "0.4.9",
|
|
39
|
+
"@rushstack/heft-lint-plugin": "0.7.1",
|
|
40
|
+
"@rushstack/heft-sass-plugin": "0.17.9",
|
|
41
|
+
"@rushstack/heft-typescript-plugin": "0.9.9",
|
|
42
|
+
"@rushstack/heft-webpack5-plugin": "0.11.35"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@rushstack/heft": "0.74.
|
|
45
|
+
"@rushstack/heft": "0.74.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "",
|