@rushstack/heft-web-rig 1.2.7 → 1.2.9
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 +48 -0
- package/CHANGELOG.md +13 -1
- package/package.json +11 -11
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.2.9",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v1.2.9",
|
|
7
|
+
"date": "Sat, 07 Feb 2026 01:13:26 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.56.3`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.2.10`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.14`"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.17`"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.1.14`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.14`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.14`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.14`"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.13` to `1.1.14`"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"version": "1.2.8",
|
|
42
|
+
"tag": "@rushstack/heft-web-rig_v1.2.8",
|
|
43
|
+
"date": "Thu, 05 Feb 2026 01:54:04 GMT",
|
|
44
|
+
"comments": {
|
|
45
|
+
"patch": [
|
|
46
|
+
{
|
|
47
|
+
"comment": "Bump `webpack` dependency version to `~5.105.0`"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
4
52
|
{
|
|
5
53
|
"version": "1.2.7",
|
|
6
54
|
"tag": "@rushstack/heft-web-rig_v1.2.7",
|
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 Sat, 07 Feb 2026 01:13:26 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.2.9
|
|
6
|
+
Sat, 07 Feb 2026 01:13:26 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 1.2.8
|
|
11
|
+
Thu, 05 Feb 2026 01:54:04 GMT
|
|
12
|
+
|
|
13
|
+
### Patches
|
|
14
|
+
|
|
15
|
+
- Bump `webpack` dependency version to `~5.105.0`
|
|
4
16
|
|
|
5
17
|
## 1.2.7
|
|
6
18
|
Thu, 05 Feb 2026 00:23:59 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
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": "^1.1.
|
|
12
|
+
"@rushstack/heft": "^1.1.14"
|
|
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.105.0",
|
|
35
|
+
"@microsoft/api-extractor": "7.56.3",
|
|
35
36
|
"@rushstack/eslint-config": "4.6.1",
|
|
36
|
-
"@rushstack/heft-
|
|
37
|
-
"@
|
|
38
|
-
"@rushstack/heft-
|
|
39
|
-
"@rushstack/heft-
|
|
40
|
-
"@rushstack/heft-webpack5-plugin": "1.2.
|
|
41
|
-
"@rushstack/heft-
|
|
42
|
-
"@rushstack/heft-sass-plugin": "1.1.13"
|
|
37
|
+
"@rushstack/heft-jest-plugin": "1.1.14",
|
|
38
|
+
"@rushstack/heft-lint-plugin": "1.1.17",
|
|
39
|
+
"@rushstack/heft-api-extractor-plugin": "1.2.10",
|
|
40
|
+
"@rushstack/heft-typescript-plugin": "1.1.14",
|
|
41
|
+
"@rushstack/heft-webpack5-plugin": "1.2.14",
|
|
42
|
+
"@rushstack/heft-sass-plugin": "1.1.14"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@rushstack/heft": "1.1.
|
|
45
|
+
"@rushstack/heft": "1.1.14"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "",
|