Skip to content

Commit 6c87efb

Browse files
committed
Make the heft-heft-plugin devDependency on @rushstack/terminal to normal dependencies.
1 parent 19f7ce9 commit 6c87efb

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-jest-plugin",
5+
"comment": "Make `@rushstack/terminal` a dependency because the reporter has a runtime dependency on that package.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-jest-plugin"
10+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

heft-plugins/heft-jest-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
"@jest/transform": "~29.5.0",
3535
"@rushstack/heft-config-file": "workspace:*",
3636
"@rushstack/node-core-library": "workspace:*",
37+
"@rushstack/terminal": "workspace:*",
3738
"jest-config": "~29.5.0",
3839
"jest-resolve": "~29.5.0",
3940
"jest-snapshot": "~29.5.0",
4041
"lodash": "~4.17.15"
4142
},
4243
"devDependencies": {
4344
"@jest/types": "29.5.0",
44-
"local-eslint-config": "workspace:*",
45-
"@rushstack/heft": "workspace:*",
4645
"@rushstack/heft-node-rig": "2.4.16",
47-
"@rushstack/terminal": "workspace:*",
46+
"@rushstack/heft": "workspace:*",
4847
"@types/heft-jest": "1.0.1",
4948
"@types/lodash": "4.14.116",
5049
"@types/node": "18.17.15",
5150
"eslint": "~8.7.0",
5251
"jest-environment-jsdom": "~29.5.0",
5352
"jest-environment-node": "~29.5.0",
5453
"jest-watch-select-projects": "2.0.0",
54+
"local-eslint-config": "workspace:*",
5555
"typescript": "~5.3.3"
5656
}
5757
}

0 commit comments

Comments
 (0)