Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Type Update Change
node stage minor 23.6.1-alpine -> 23.11.1-alpine
node final minor 23.6.1-alpine -> 23.11.1-alpine

Release Notes

nodejs/node (node)

v23.11.1: 2025-05-14, Version 23.11.1 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

src:

Commits

v23.11.0: 2025-04-01, Version 23.11.0 (Current), @​aduh95

Compare Source

Notable Changes
  • [64b086740a] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #​57370
  • [053cef70e0] - (SEMVER-MINOR) crypto: add optional callback to crypto.diffieHellman (Filip Skokan) #​57274
  • [f8aff90235] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #​56496
  • [4b04c92d7d] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #​57490
  • [1b8d1d3a3a] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #​57462
Commits

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

v23.9.0: 2025-02-26, Version 23.9.0 (Current), @​targos

Compare Source

Notable Changes
Commits

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

Copy link

coderabbitai bot commented Jan 31, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/node-23.x branch from d10eee5 to 88a7adc Compare February 14, 2025 02:23
@renovate renovate bot changed the title Update node Docker tag to v23.7.0 Update node Docker tag to v23.8.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/node-23.x branch from 88a7adc to fc5f745 Compare February 27, 2025 02:47
@renovate renovate bot changed the title Update node Docker tag to v23.8.0 Update node Docker tag to v23.9.0 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/node-23.x branch from fc5f745 to ae10194 Compare March 14, 2025 15:58
@renovate renovate bot changed the title Update node Docker tag to v23.9.0 Update node Docker tag to v23.10.0 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/node-23.x branch from ae10194 to 6898cb3 Compare April 1, 2025 21:35
@renovate renovate bot changed the title Update node Docker tag to v23.10.0 Update node Docker tag to v23.11.0 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/node-23.x branch from 6898cb3 to f14d9d1 Compare May 15, 2025 16:12
@renovate renovate bot changed the title Update node Docker tag to v23.11.0 Update node Docker tag to v23.11.1 May 15, 2025
@renovate renovate bot changed the title Update node Docker tag to v23.11.1 Update node Docker tag to v23.11.1 - autoclosed Oct 9, 2025
@renovate renovate bot closed this Oct 9, 2025
@renovate renovate bot deleted the renovate/node-23.x branch October 9, 2025 16:41
@renovate renovate bot changed the title Update node Docker tag to v23.11.1 - autoclosed Update node Docker tag to v23.11.1 Oct 9, 2025
@renovate renovate bot reopened this Oct 9, 2025
@renovate renovate bot force-pushed the renovate/node-23.x branch 2 times, most recently from f14d9d1 to 3140297 Compare October 9, 2025 20:48
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