@rushstack/heft-web-rig 0.25.13 → 0.25.14
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 +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.25.14",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v0.25.14",
|
|
7
|
+
"date": "Tue, 07 Jan 2025 16:11:06 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.1.1`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.25.13",
|
|
6
18
|
"tag": "@rushstack/heft-web-rig_v0.25.13",
|
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
|
|
3
|
+
This log was last generated on Tue, 07 Jan 2025 16:11:06 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.25.14
|
|
6
|
+
Tue, 07 Jan 2025 16:11:06 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.25.13
|
|
6
11
|
Sat, 14 Dec 2024 01:11:07 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.14",
|
|
4
4
|
"description": "A rig package for web browser projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"webpack-merge": "~5.8.0",
|
|
34
34
|
"webpack": "~5.95.0",
|
|
35
35
|
"@microsoft/api-extractor": "7.48.1",
|
|
36
|
-
"@rushstack/heft-lint-plugin": "0.5.10",
|
|
37
|
-
"@rushstack/heft-sass-plugin": "0.15.9",
|
|
38
|
-
"@rushstack/heft-jest-plugin": "0.14.1",
|
|
39
|
-
"@rushstack/heft-webpack5-plugin": "0.11.9",
|
|
40
|
-
"@rushstack/eslint-config": "4.1.0",
|
|
41
36
|
"@rushstack/heft-api-extractor-plugin": "0.3.61",
|
|
42
|
-
"@rushstack/
|
|
37
|
+
"@rushstack/eslint-config": "4.1.1",
|
|
38
|
+
"@rushstack/heft-jest-plugin": "0.14.1",
|
|
39
|
+
"@rushstack/heft-sass-plugin": "0.15.9",
|
|
40
|
+
"@rushstack/heft-lint-plugin": "0.5.10",
|
|
41
|
+
"@rushstack/heft-typescript-plugin": "0.6.4",
|
|
42
|
+
"@rushstack/heft-webpack5-plugin": "0.11.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@rushstack/heft": "0.68.11"
|