@rushstack/heft-node-rig 2.11.33 → 2.11.34
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 +17 -0
- package/CHANGELOG.md +8 -1
- package/package.json +5 -5
- package/profiles/default/tsconfig-base.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.11.34",
|
|
6
|
+
"tag": "@rushstack/heft-node-rig_v2.11.34",
|
|
7
|
+
"date": "Wed, 15 Apr 2026 17:59:12 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Replace the `@types/heft-jest` types package with `@types/jest`. The `@types/jest` package now correctly includes the mocking typings."
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.1`"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
4
21
|
{
|
|
5
22
|
"version": "2.11.33",
|
|
6
23
|
"tag": "@rushstack/heft-node-rig_v2.11.33",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-node-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Apr 2026 17:59:12 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.11.34
|
|
6
|
+
Wed, 15 Apr 2026 17:59:12 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Replace the `@types/heft-jest` types package with `@types/jest`. The `@types/jest` package now correctly includes the mocking typings.
|
|
4
11
|
|
|
5
12
|
## 2.11.33
|
|
6
13
|
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.
|
|
3
|
+
"version": "2.11.34",
|
|
4
4
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"@rushstack/heft": "^1.2.12"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@types/
|
|
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
|
-
"@
|
|
20
|
+
"@microsoft/api-extractor": "7.58.2",
|
|
23
21
|
"@rushstack/heft-lint-plugin": "1.2.12",
|
|
22
|
+
"@rushstack/heft-api-extractor-plugin": "1.3.12",
|
|
23
|
+
"@rushstack/heft-jest-plugin": "2.0.1",
|
|
24
24
|
"@rushstack/heft-typescript-plugin": "1.3.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|