@rushstack/heft-node-rig 2.11.45 → 2.11.47

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 CHANGED
@@ -1,6 +1,74 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "2.11.47",
6
+ "tag": "@rushstack/heft-node-rig_v2.11.47",
7
+ "date": "Thu, 20 Aug 2026 00:16:38 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Update the default TypeScript library definitions to ES2022."
12
+ },
13
+ {
14
+ "comment": "Expose ES2022 library definitions in the default TypeScript configuration."
15
+ }
16
+ ],
17
+ "dependency": [
18
+ {
19
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.58.13`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.6.5`"
23
+ },
24
+ {
25
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.24`"
26
+ },
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.14`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.24`"
32
+ },
33
+ {
34
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.19`"
35
+ },
36
+ {
37
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.24`"
38
+ },
39
+ {
40
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.23` to `1.2.24`"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "version": "2.11.46",
47
+ "tag": "@rushstack/heft-node-rig_v2.11.46",
48
+ "date": "Fri, 14 Aug 2026 00:18:07 GMT",
49
+ "comments": {
50
+ "dependency": [
51
+ {
52
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.23`"
53
+ },
54
+ {
55
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.13`"
56
+ },
57
+ {
58
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.23`"
59
+ },
60
+ {
61
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.18`"
62
+ },
63
+ {
64
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.23`"
65
+ },
66
+ {
67
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.22` to `1.2.23`"
68
+ }
69
+ ]
70
+ }
71
+ },
4
72
  {
5
73
  "version": "2.11.45",
6
74
  "tag": "@rushstack/heft-node-rig_v2.11.45",
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 Tue, 21 Jul 2026 02:53:23 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Aug 2026 00:16:38 GMT and should not be manually modified.
4
+
5
+ ## 2.11.47
6
+ Thu, 20 Aug 2026 00:16:38 GMT
7
+
8
+ ### Patches
9
+
10
+ - Update the default TypeScript library definitions to ES2022.
11
+ - Expose ES2022 library definitions in the default TypeScript configuration.
12
+
13
+ ## 2.11.46
14
+ Fri, 14 Aug 2026 00:18:07 GMT
15
+
16
+ _Version update only_
4
17
 
5
18
  ## 2.11.45
6
19
  Tue, 21 Jul 2026 02:53:23 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
- "version": "2.11.45",
3
+ "version": "2.11.47",
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.22"
12
+ "@rushstack/heft": "^1.2.24"
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
- "@microsoft/api-extractor": "7.58.12",
20
- "@rushstack/eslint-config": "4.6.4",
21
- "@rushstack/heft-api-extractor-plugin": "1.3.22",
22
- "@rushstack/heft-jest-plugin": "2.0.12",
23
- "@rushstack/heft-lint-plugin": "1.2.22",
24
- "@rushstack/heft-typescript-plugin": "1.3.17"
19
+ "@rushstack/eslint-config": "4.6.5",
20
+ "@rushstack/heft-jest-plugin": "2.0.14",
21
+ "@rushstack/heft-lint-plugin": "1.2.24",
22
+ "@rushstack/heft-api-extractor-plugin": "1.3.24",
23
+ "@rushstack/heft-typescript-plugin": "1.3.19",
24
+ "@microsoft/api-extractor": "7.58.13"
25
25
  },
26
26
  "devDependencies": {
27
- "@rushstack/heft": "1.2.22"
27
+ "@rushstack/heft": "1.2.24"
28
28
  },
29
29
  "sideEffects": false,
30
30
  "scripts": {
@@ -23,7 +23,7 @@
23
23
 
24
24
  "module": "commonjs",
25
25
  "target": "es2017",
26
- "lib": ["es2017"],
26
+ "lib": ["es2022"],
27
27
 
28
28
  "incremental": true
29
29
  },