Skip to content

build: update dependency ini to v7 (main)#33175

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-ini-7-x
Open

build: update dependency ini to v7 (main)#33175
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-ini-7-x

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ini 6.0.07.0.0 age adoption passing confidence

  • If you want to rebase/retry this PR, check this box

Release Notes

npm/ini (ini)

v7.0.0

Compare Source

⚠️ BREAKING CHANGES
  • ini now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply
Features
Chores

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels May 13, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the 'ini' dependency in 'packages/angular/cli/package.json' from version 6.0.0 to 7.0.0. A review comment identifies a significant compatibility issue, noting that 'ini' v7.0.0 drops support for Node.js 20, which is currently supported by the Angular CLI. It is recommended to revert this dependency update to avoid breaking support for users on Node.js 20.

"@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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant