Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@types/node": "^14.8.0",
"ng-packagr": "^14.2.2",
"ng-packagr": "^22.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 20 below ng-packagr minimum

Medium Severity

ng-packagr 22.0.0 no longer supports Node.js 20, while the monorepo pins Node 20.19.5 via Volta and @sentry/angular declares engines.node >=18. Local and CI Angular library builds can fail when ng-packagr enforces its supported Node versions.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 089a266. Configure here.

"rxjs": "7.8.2",
"typescript": "4.6.4",
"zone.js": "^0.12.0"
Expand Down
Loading
Loading