Skip to content

chore(deps): update node.js to v23.10.0#899

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/node-majornode-23.x
Mar 17, 2025
Merged

chore(deps): update node.js to v23.10.0#899
renovate[bot] merged 1 commit intomainfrom
renovate/node-majornode-23.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Type Update Change
node final minor 23.9.0 -> 23.10.0

Release Notes

nodejs/node (node)

v23.10.0: 2025-03-13, Version 23.10.0 (Current), @​aduh95

Compare Source

Notable Changes
Introducing --experimental-config-file

With the introduction of test runner, SEA, and other feature that require a lot
of flags, a JSON config flag would improve by a lot the developer experience and
increase adoption.

You can have a node.config.json containing:

{
  "$schema": "https://nodejs.org/dist/v23.10.0/docs/node-config-schema.json",
  "nodeOptions": {
    "test-coverage-lines": 80,
    "test-coverage-branches": 60
  }
}

You can run your tests without passing the flags defined in the config file.

node --experimental-default-config-file --test --experimental-test-coverage

or

node --experimental-config-file=node.config.json --test --experimental-test-coverage

Node.js will not sanitize or perform validation on the user-provided configuration,
so only ever use trusted configuration files.

Contributed by Marco Ippolito in #​57016
and #​57171.

Other Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 17, 2025 01:16
@renovate renovate bot merged commit b9a508d into main Mar 17, 2025
4 checks passed
@renovate renovate bot deleted the renovate/node-majornode-23.x branch March 17, 2025 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants