Skip to content

Commit

Permalink
Merge pull request #4542 from iclanton/heft-jest-plugin-terminal
Browse files Browse the repository at this point in the history
[heft-jest-plugin] Make the heft-heft-plugin devDependency on @rushstack/terminal to normal dependencies.
  • Loading branch information
iclanton authored Feb 24, 2024
2 parents 19f7ce9 + 6c87efb commit 7e039c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-jest-plugin",
"comment": "Make `@rushstack/terminal` a dependency because the reporter has a runtime dependency on that package.",
"type": "patch"
}
],
"packageName": "@rushstack/heft-jest-plugin"
}
6 changes: 3 additions & 3 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions heft-plugins/heft-jest-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
"@jest/transform": "~29.5.0",
"@rushstack/heft-config-file": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"jest-config": "~29.5.0",
"jest-resolve": "~29.5.0",
"jest-snapshot": "~29.5.0",
"lodash": "~4.17.15"
},
"devDependencies": {
"@jest/types": "29.5.0",
"local-eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "2.4.16",
"@rushstack/terminal": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"jest-environment-jsdom": "~29.5.0",
"jest-environment-node": "~29.5.0",
"jest-watch-select-projects": "2.0.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.3.3"
}
}

0 comments on commit 7e039c0

Please sign in to comment.