@rushstack/heft-web-rig 1.1.4 → 1.1.5
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 +12 -0
- package/CHANGELOG.md +6 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.1.5",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v1.1.5",
|
|
7
|
+
"date": "Fri, 24 Oct 2025 11:22:09 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.5.3`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "1.1.4",
|
|
6
18
|
"tag": "@rushstack/heft-web-rig_v1.1.4",
|
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 Fri, 24 Oct 2025
|
|
3
|
+
This log was last generated on Fri, 24 Oct 2025 11:22:09 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.1.5
|
|
6
|
+
Fri, 24 Oct 2025 11:22:09 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 1.1.4
|
|
6
11
|
Fri, 24 Oct 2025 00:13:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "A rig package for web browser projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
33
33
|
"webpack-merge": "~5.8.0",
|
|
34
34
|
"webpack": "~5.98.0",
|
|
35
|
+
"@rushstack/eslint-config": "4.5.3",
|
|
35
36
|
"@microsoft/api-extractor": "7.53.3",
|
|
36
37
|
"@rushstack/heft-jest-plugin": "1.1.3",
|
|
37
|
-
"@rushstack/heft-api-extractor-plugin": "1.1.3",
|
|
38
|
-
"@rushstack/heft-webpack5-plugin": "1.2.3",
|
|
39
|
-
"@rushstack/heft-typescript-plugin": "1.1.3",
|
|
40
38
|
"@rushstack/heft-lint-plugin": "1.1.3",
|
|
41
|
-
"@rushstack/
|
|
42
|
-
"@rushstack/heft-
|
|
39
|
+
"@rushstack/heft-typescript-plugin": "1.1.3",
|
|
40
|
+
"@rushstack/heft-api-extractor-plugin": "1.1.3",
|
|
41
|
+
"@rushstack/heft-sass-plugin": "1.1.3",
|
|
42
|
+
"@rushstack/heft-webpack5-plugin": "1.2.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@rushstack/heft": "1.1.3"
|