@rushstack/heft-web-rig 0.29.11 → 1.0.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 +41 -0
- package/CHANGELOG.md +8 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v1.0.0",
|
|
7
|
+
"date": "Tue, 30 Sep 2025 23:57:45 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"major": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Release Heft version 1.0.0"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.52.15`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.0.0`"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.0.0`"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.0.0`"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.0.0`"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.0.0`"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.0.0`"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.0.0`"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.75.0` to `1.0.0`"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
4
45
|
{
|
|
5
46
|
"version": "0.29.11",
|
|
6
47
|
"tag": "@rushstack/heft-web-rig_v0.29.11",
|
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 Tue, 30 Sep 2025
|
|
3
|
+
This log was last generated on Tue, 30 Sep 2025 23:57:45 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.0
|
|
6
|
+
Tue, 30 Sep 2025 23:57:45 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Release Heft version 1.0.0
|
|
4
11
|
|
|
5
12
|
## 0.29.11
|
|
6
13
|
Tue, 30 Sep 2025 20:33:51 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
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.
|
|
12
|
+
"@rushstack/heft": "^1.0.0"
|
|
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.
|
|
35
|
+
"@microsoft/api-extractor": "7.52.15",
|
|
36
36
|
"@rushstack/eslint-config": "4.4.0",
|
|
37
|
-
"@rushstack/heft-api-extractor-plugin": "0.
|
|
38
|
-
"@rushstack/heft-jest-plugin": "0.
|
|
39
|
-
"@rushstack/heft-
|
|
40
|
-
"@rushstack/heft-
|
|
41
|
-
"@rushstack/heft-
|
|
42
|
-
"@rushstack/heft-
|
|
37
|
+
"@rushstack/heft-api-extractor-plugin": "1.0.0",
|
|
38
|
+
"@rushstack/heft-jest-plugin": "1.0.0",
|
|
39
|
+
"@rushstack/heft-lint-plugin": "1.0.0",
|
|
40
|
+
"@rushstack/heft-sass-plugin": "1.0.0",
|
|
41
|
+
"@rushstack/heft-webpack5-plugin": "1.0.0",
|
|
42
|
+
"@rushstack/heft-typescript-plugin": "1.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@rushstack/heft": "0.
|
|
45
|
+
"@rushstack/heft": "1.0.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "",
|