Skip to content

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

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/node-23.x
Open

chore(deps): update node.js to v23#1763
renovate[bot] wants to merge 1 commit intodevfrom
renovate/node-23.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
node final major 22.11.0-alpine3.1923.3.0-alpine3.19

Release Notes

nodejs/node (node)

v23.3.0: 2024-11-20, Version 23.3.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [5767b76c30] - doc: enforce strict policy to semver-major releases (Rafael Gonzaga) #​55732
  • [ccb69bb8d5] - (SEMVER-MINOR) src: add cli option to preserve env vars on dr (Rafael Gonzaga) #​55697
  • [d4e792643d] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #​55589
  • [00e092bb4b] - (SEMVER-MINOR) util: fix util.getCallSites plurality (Chengzhong Wu) #​55626
Commits

v23.3

Compare Source

v23.2.0: 2024-11-11, Version 23.2.0 (Current), @​aduh95

Compare Source

Notable Changes
Update root certificates to NSS 3.104

This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.

Certificates added:

  • FIRMAPROFESIONAL CA ROOT-A WEB
  • TWCA CYBER Root CA
  • SecureSign Root CA12
  • SecureSign Root CA14
  • SecureSign Root CA15
Other notable changes
Commits

v23.2

Compare Source

v23.1.0: 2024-10-24, Version 23.1.0 (Current), @​aduh95

Compare Source

Notable Changes
Buffer now work with resizable ArrayBuffer

When a Buffer is created using a resizable ArrayBuffer, the Buffer length
will now correctly change as the underlying ArrayBuffer size is changed.

const ab = new ArrayBuffer(10, { maxByteLength: 20 });
const buffer = Buffer.from(ab);
console.log(buffer.byteLength); 10
ab.resize(15);
console.log(buffer.byteLength); 15
ab.resize(5);
console.log(buffer.byteLength); 5

Contributed by James M Snell in #​55377.

MockTimers test runner API is now stable

MockTimers, introduced in April 2023, has just reached stable status. This
API provides comprehensive support for mocking Date and all major timers in
Node.js, including setTimeout, setInterval, and setImmediate, both from
the node:timers, node:timers/promises modules and global objects. After
months of refinement, developers can now fully rely on MockTimers for testing
time-based operations with confidence, ensuring better control over asynchronous
behavior in their Node.js applications.

Example usage with initial Date object as time set:

import { mock } from 'node:test';
mock.timers.enable({ apis: ['Date'], now: new Date('1970-01-01') });

Contributed by Erick Wendel in #​55398.

JSON modules and import attributes are now stable

The two proposals reached stage 4 of the TC39 process, at the October 2024
meeting. The Node.js implementation already matches exactly the semantics
required by the proposals.

Contributed by Nicolò Ribaudo by #​55333.

Other 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 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 added the dependencies Pull requests that update a dependency file label Jan 13, 2026
@renovate renovate bot had a problem deploying to data-manager-ui/test January 13, 2026 12:23 Failure
@OliverDudgeon OliverDudgeon force-pushed the dev branch 2 times, most recently from 05696cd to 493084b Compare January 13, 2026 13:24
@renovate renovate bot force-pushed the renovate/node-23.x branch 2 times, most recently from 7f2edba to 1718be5 Compare January 13, 2026 13:32
@renovate renovate bot had a problem deploying to data-manager-ui/test January 13, 2026 13:44 Failure
@renovate renovate bot force-pushed the renovate/node-23.x branch from 1718be5 to fae64fe Compare February 2, 2026 21:58
@renovate renovate bot temporarily deployed to data-manager-ui/test February 2, 2026 23:02 Inactive
@renovate renovate bot force-pushed the renovate/node-23.x branch from fae64fe to 2e8af03 Compare March 8, 2026 21:16
@renovate renovate bot temporarily deployed to data-manager-ui/test March 8, 2026 21:22 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants