@rushstack/heft-web-rig 0.26.0 → 0.27.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 +12 -0
- package/CHANGELOG.md +8 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.27.0",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v0.27.0",
|
|
7
|
+
"date": "Tue, 04 Mar 2025 16:10:41 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump Webpack to ~5.98.0."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.26.0",
|
|
6
18
|
"tag": "@rushstack/heft-web-rig_v0.26.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-web-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 04 Mar 2025 16:10:41 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.27.0
|
|
6
|
+
Tue, 04 Mar 2025 16:10:41 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Bump Webpack to ~5.98.0.
|
|
4
11
|
|
|
5
12
|
## 0.26.0
|
|
6
13
|
Sat, 01 Mar 2025 07:23:16 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.0",
|
|
4
4
|
"description": "A rig package for web browser projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,15 +31,15 @@
|
|
|
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.
|
|
35
|
-
"@microsoft/api-extractor": "7.51.1",
|
|
34
|
+
"webpack": "~5.98.0",
|
|
36
35
|
"@rushstack/eslint-config": "4.2.0",
|
|
36
|
+
"@microsoft/api-extractor": "7.51.1",
|
|
37
37
|
"@rushstack/heft-api-extractor-plugin": "0.3.71",
|
|
38
|
-
"@rushstack/heft-jest-plugin": "0.14.12",
|
|
39
|
-
"@rushstack/heft-sass-plugin": "0.15.19",
|
|
40
|
-
"@rushstack/heft-typescript-plugin": "0.6.15",
|
|
41
38
|
"@rushstack/heft-lint-plugin": "0.5.22",
|
|
42
|
-
"@rushstack/heft-
|
|
39
|
+
"@rushstack/heft-typescript-plugin": "0.6.15",
|
|
40
|
+
"@rushstack/heft-webpack5-plugin": "0.11.19",
|
|
41
|
+
"@rushstack/heft-sass-plugin": "0.15.19",
|
|
42
|
+
"@rushstack/heft-jest-plugin": "0.14.12"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@rushstack/heft": "0.69.2"
|