@rushstack/heft-node-rig 2.11.46 → 2.11.48
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 +71 -0
- package/CHANGELOG.md +14 -1
- package/package.json +9 -9
- package/profiles/default/tsconfig-base.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,77 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.11.48",
|
|
6
|
+
"tag": "@rushstack/heft-node-rig_v2.11.48",
|
|
7
|
+
"date": "Fri, 21 Aug 2026 15:16:34 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.0`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.25`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.15`"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.25`"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.20`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.25`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.2.24` to `1.2.25`"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"version": "2.11.47",
|
|
36
|
+
"tag": "@rushstack/heft-node-rig_v2.11.47",
|
|
37
|
+
"date": "Thu, 20 Aug 2026 00:16:38 GMT",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Update the default TypeScript library definitions to ES2022."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"comment": "Expose ES2022 library definitions in the default TypeScript configuration."
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"dependency": [
|
|
48
|
+
{
|
|
49
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.58.13`"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.6.5`"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.24`"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.14`"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.24`"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.19`"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.24`"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.2.23` to `1.2.24`"
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
4
75
|
{
|
|
5
76
|
"version": "2.11.46",
|
|
6
77
|
"tag": "@rushstack/heft-node-rig_v2.11.46",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-node-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 21 Aug 2026 15:16:34 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.11.48
|
|
6
|
+
Fri, 21 Aug 2026 15:16:34 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 2.11.47
|
|
11
|
+
Thu, 20 Aug 2026 00:16:38 GMT
|
|
12
|
+
|
|
13
|
+
### Patches
|
|
14
|
+
|
|
15
|
+
- Update the default TypeScript library definitions to ES2022.
|
|
16
|
+
- Expose ES2022 library definitions in the default TypeScript configuration.
|
|
4
17
|
|
|
5
18
|
## 2.11.46
|
|
6
19
|
Fri, 14 Aug 2026 00:18:07 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.48",
|
|
4
4
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
"directory": "rigs/heft-node-rig"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@rushstack/heft": "^1.2.
|
|
12
|
+
"@rushstack/heft": "^1.2.25"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/jest": "30.0.0",
|
|
16
16
|
"eslint": "~9.37.0",
|
|
17
17
|
"jest-environment-node": "~30.3.0",
|
|
18
18
|
"typescript": "~5.8.2",
|
|
19
|
-
"@rushstack/eslint-config": "4.6.
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@rushstack/heft-
|
|
23
|
-
"@rushstack/heft-
|
|
24
|
-
"@rushstack/heft-
|
|
19
|
+
"@rushstack/eslint-config": "4.6.5",
|
|
20
|
+
"@rushstack/heft-jest-plugin": "2.0.15",
|
|
21
|
+
"@microsoft/api-extractor": "7.59.0",
|
|
22
|
+
"@rushstack/heft-api-extractor-plugin": "1.3.25",
|
|
23
|
+
"@rushstack/heft-typescript-plugin": "1.3.20",
|
|
24
|
+
"@rushstack/heft-lint-plugin": "1.2.25"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@rushstack/heft": "1.2.
|
|
27
|
+
"@rushstack/heft": "1.2.25"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"scripts": {
|