@rushstack/heft-node-rig 2.11.33 → 2.11.35

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,53 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "2.11.35",
6
+ "tag": "@rushstack/heft-node-rig_v2.11.35",
7
+ "date": "Fri, 17 Apr 2026 15:14:57 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.58.3`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.13`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.2`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.13`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.8`"
24
+ },
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.13`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.12` to `1.2.13`"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "version": "2.11.34",
36
+ "tag": "@rushstack/heft-node-rig_v2.11.34",
37
+ "date": "Wed, 15 Apr 2026 17:59:12 GMT",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "comment": "Replace the `@types/heft-jest` types package with `@types/jest`. The `@types/jest` package now correctly includes the mocking typings."
42
+ }
43
+ ],
44
+ "dependency": [
45
+ {
46
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.1`"
47
+ }
48
+ ]
49
+ }
50
+ },
4
51
  {
5
52
  "version": "2.11.33",
6
53
  "tag": "@rushstack/heft-node-rig_v2.11.33",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/heft-node-rig
2
2
 
3
- This log was last generated on Tue, 14 Apr 2026 01:25:46 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Apr 2026 15:14:57 GMT and should not be manually modified.
4
+
5
+ ## 2.11.35
6
+ Fri, 17 Apr 2026 15:14:57 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.11.34
11
+ Wed, 15 Apr 2026 17:59:12 GMT
12
+
13
+ ### Patches
14
+
15
+ - Replace the `@types/heft-jest` types package with `@types/jest`. The `@types/jest` package now correctly includes the mocking typings.
4
16
 
5
17
  ## 2.11.33
6
18
  Tue, 14 Apr 2026 01:25:46 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
- "version": "2.11.33",
3
+ "version": "2.11.35",
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"
12
+ "@rushstack/heft": "^1.2.13"
13
13
  },
14
14
  "dependencies": {
15
- "@types/heft-jest": "1.0.1",
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/heft-api-extractor-plugin": "1.3.12",
20
- "@microsoft/api-extractor": "7.58.2",
21
19
  "@rushstack/eslint-config": "4.6.4",
22
- "@rushstack/heft-jest-plugin": "2.0.0",
23
- "@rushstack/heft-lint-plugin": "1.2.12",
24
- "@rushstack/heft-typescript-plugin": "1.3.7"
20
+ "@microsoft/api-extractor": "7.58.3",
21
+ "@rushstack/heft-jest-plugin": "2.0.2",
22
+ "@rushstack/heft-lint-plugin": "1.2.13",
23
+ "@rushstack/heft-api-extractor-plugin": "1.3.13",
24
+ "@rushstack/heft-typescript-plugin": "1.3.8"
25
25
  },
26
26
  "devDependencies": {
27
- "@rushstack/heft": "1.2.12"
27
+ "@rushstack/heft": "1.2.13"
28
28
  },
29
29
  "sideEffects": false,
30
30
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "noEmitOnError": false,
19
19
  "allowUnreachableCode": false,
20
20
 
21
- "types": ["heft-jest"],
21
+ "types": ["jest"],
22
22
  "typeRoots": ["../../../../../node_modules/@types", "../../node_modules/@types"],
23
23
 
24
24
  "module": "commonjs",