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/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
"algoliasearch": "5.52.1",
"ini": "6.0.0",
"ini": "7.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.

high

The update to ini v7.0.0 introduces a breaking change in Node.js version support. According to the release notes, this version requires node ^22.22.2 || ^24.15.0 || >=26.0.0, which drops support for Node.js 20. As the Angular CLI currently supports Node.js 20 (LTS), this update will break compatibility for users on that version. It is recommended to defer this update until the project's minimum Node.js requirement is aligned with ini v7.

Suggested change
"ini": "7.0.0",
"ini": "6.0.0",

"jsonc-parser": "3.3.1",
"listr2": "10.2.1",
"npm-package-arg": "13.0.2",
Expand Down
10 changes: 8 additions & 2 deletions pnpm-lock.yaml

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

Loading