Skip to content

Update node Docker tag to v23 - autoclosed #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2024

This PR contains the following updates:

Package Type Update Change
node final major 21.7.3-alpine -> 23.11.0-alpine
node stage major 21.7.3-alpine -> 23.11.0-alpine

Release Notes

nodejs/node (node)

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 is behind base branch, 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

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate bot added the renovate label Oct 17, 2024
@renovate renovate bot force-pushed the renovate/node-23.x branch from 55af76c to 267e77e Compare October 25, 2024 17:16
@renovate renovate bot force-pushed the renovate/node-23.x branch 3 times, most recently from 2dc69ad to b1c3473 Compare November 23, 2024 22:22
@renovate renovate bot force-pushed the renovate/node-23.x branch 2 times, most recently from 52faddd to 0c85e51 Compare December 9, 2024 21:15
@renovate renovate bot changed the base branch from 1.28.x to 1.29.x December 10, 2024 01:17
@renovate renovate bot force-pushed the renovate/node-23.x branch from 0c85e51 to 01b5462 Compare December 10, 2024 21:23
@renovate renovate bot force-pushed the renovate/node-23.x branch from 01b5462 to 4de5aa9 Compare December 20, 2024 20:19
@renovate renovate bot force-pushed the renovate/node-23.x branch from 4de5aa9 to 73fe383 Compare January 8, 2025 16:03
@renovate renovate bot force-pushed the renovate/node-23.x branch 4 times, most recently from f2845cd to 00126b1 Compare January 22, 2025 17:35
@renovate renovate bot force-pushed the renovate/node-23.x branch from 00126b1 to 2dcd0be Compare January 31, 2025 21:09
@renovate renovate bot force-pushed the renovate/node-23.x branch from 2dcd0be to 7b2da80 Compare February 14, 2025 03:54
@renovate renovate bot force-pushed the renovate/node-23.x branch 2 times, most recently from c7a6eb4 to a335d2c Compare March 2, 2025 01:54
@renovate renovate bot force-pushed the renovate/node-23.x branch from a335d2c to 3548ede Compare March 14, 2025 18:00
| datasource | package | from   | to      |
| ---------- | ------- | ------ | ------- |
| docker     | node    | 21.7.3 | 23.11.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/node-23.x branch from 3548ede to f314f18 Compare April 1, 2025 22:55
@renovate renovate bot changed the title Update node Docker tag to v23 Update node Docker tag to v23 - autoclosed May 7, 2025
@renovate renovate bot closed this May 7, 2025
@renovate renovate bot deleted the renovate/node-23.x branch May 7, 2025 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants