Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2025

Bumps @npmcli/config from 9.0.0 to 10.4.0.

Release notes

Sourced from @​npmcli/config's releases.

config: v10.4.0

10.4.0 (2025-09-03)

Features

config: v10.3.1

10.3.1 (2025-07-24)

Bug Fixes

Documentation

Chores

config: v10.3.0

10.3.0 (2025-05-15)

Features

Bug Fixes

config: v10.2.0

10.2.0 (2025-04-08)

Features

Bug Fixes

libnpmexec: v10.1.6

Dependencies

libnpmexec: v10.1.5

Dependencies

libnpmexec: v10.1.4

Dependencies

libnpmexec: v10.1.3

Dependencies

... (truncated)

Changelog

Sourced from @​npmcli/config's changelog.

10.4.0 (2025-09-03)

Features

10.3.1 (2025-07-24)

Bug Fixes

Documentation

Chores

10.3.0 (2025-05-15)

Features

Bug Fixes

10.2.0 (2025-04-08)

Features

Bug Fixes

10.1.0 (2025-03-05)

Features

Bug Fixes

Dependencies

Chores

10.0.1 (2025-01-29)

Documentation

10.0.0 (2024-12-16)

Features

Chores

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by owlstronaut, a new releaser for @​npmcli/config since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Sep 7, 2025
@dependabot dependabot bot requested a review from a team September 7, 2025 10:01
@coveralls
Copy link

coveralls commented Sep 7, 2025

Coverage Status

coverage: 95.719%. remained the same
when pulling bda5db8 on dependabot/npm_and_yarn/npmcli/config-10.4.0
into 5e90b25 on main.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npmcli/config-10.4.0 branch 2 times, most recently from 362dd1a to bda5db8 Compare September 11, 2025 14:22
Bumps [@npmcli/config](https://github.com/npm/cli/tree/HEAD/workspaces/config) from 9.0.0 to 10.4.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/config/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/v10.4.0/workspaces/config)

---
updated-dependencies:
- dependency-name: "@npmcli/config"
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npmcli/config-10.4.0 branch from bda5db8 to 9da6aab Compare September 12, 2025 13:27
@maxreichmann maxreichmann merged commit a944572 into v4 Sep 23, 2025
15 of 16 checks passed
@maxreichmann maxreichmann deleted the dependabot/npm_and_yarn/npmcli/config-10.4.0 branch September 23, 2025 13:33
@matz3
Copy link
Member

matz3 commented Sep 23, 2025

This upgrade is not compatible with our minimum Node.js version and should be reverted.

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@npmcli/config@10.4.0',
npm WARN EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm WARN EBADENGINE   current: { node: 'v20.11.0', npm: '10.2.4' }
npm WARN EBADENGINE }

We should really look into including a CI check for this. In this case, the relevant release notes were also hard to find as there was only a pre-release that mentioned them: https://github.com/npm/cli/releases/tag/config-v10.0.0-pre.0

@matz3
Copy link
Member

matz3 commented Sep 23, 2025

The warning can be found here at the "Install dependencies" step: https://github.com/SAP/ui5-project/actions/runs/17675906544/job/51033700841

maxreichmann added a commit that referenced this pull request Oct 23, 2025
" (#835)

This reverts commit a944572.

Previously, `@npmcli/config` required a node version ^20.17.0 ||
>=22.9.0 which is unsupported by `@ui5/project`.
This PR downgrades it back to ^9.0.0 which requires a node version of
^18.17.0 || >=20.5.0 which fully satisfies our current support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants