Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
node final major 22.11.0-alpine -> 24.11.1-alpine age confidence
@types/node (source) devDependencies major 22.7.5 -> 24.10.1 age confidence

Release Notes

nodejs/node (node)

v24.11.1: 2025-11-11, Version 24.11.1 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes

The known issue relating to Buffer.allocUnsafe incorrectly zero-filling buffers
has now been addressed and now returns uninitialized memory as documented in the
Buffer.allocUnsafe
documentation.

Commits

v24.11.0: 2025-10-28, Version 24.11.0 'Krypton' (LTS), @​richardlau

Compare Source

Notable Changes

This release marks the transition of Node.js 24.x into Long Term Support (LTS)
with the codename 'Krypton'. It will continue to receive updates through to
the end of April 2028.

Other than updating metadata, such as the process.release object, to reflect
that the release is LTS, no further changes from Node.js 24.10.0 are included.

v24.10.0: 2025-10-08, Version 24.10.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [31bb476895] - (SEMVER-MINOR) console: allow per-stream inspectOptions option (Anna Henningsen) #​60082
  • [3b92be2fb8] - (SEMVER-MINOR) lib: remove util.getCallSite (Rafael Gonzaga) #​59980
  • [18c79d9e1c] - (SEMVER-MINOR) sqlite: create authorization api (Guilherme Araújo) #​59928
Commits

v24.9.0: 2025-09-25, Version 24.9.0 (Current), @​targos

Compare Source

Notable Changes
  • [9b043a9096] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [a6456ab90a] - (SEMVER-MINOR) sqlite: cleanup ERM support and export Session class (James M Snell) #​58378
  • [5563361d22] - (SEMVER-MINOR) sqlite: add tagged template (0hm☘️) #​58748
  • [04013ee933] - (SEMVER-MINOR) worker: add heap profile API (theanarkh) #​59846
Commits

v24.8.0: 2025-09-10, Version 24.8.0 (Current), @​targos

Compare Source

Notable Changes
HTTP/2 Network Inspection Support in Node.js

Node.js now supports inspection of HTTP/2 network calls in Chrome DevTools for Node.js.

Usage

Write a test.js script that makes HTTP/2 requests.

const http2 = require('node:http2');

const client = http2.connect('https://nghttp2.org');

const req = client.request([
  ':path', '/',
  ':method', 'GET',
]);

Run it with these options:

node --inspect-wait --experimental-network-inspection test.js

Open about:inspect on Google Chrome and click on Open dedicated DevTools for Node.
The Network tab


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 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.

@vercel
Copy link

vercel bot commented Jul 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
infinitunes Ready Ready Preview Comment Nov 13, 2025 0:04am

@renovate renovate bot force-pushed the renovate/node-24.x branch from e9dac3a to 422532e Compare July 22, 2025 16:32
@renovate renovate bot force-pushed the renovate/node-24.x branch from 422532e to 5f17b7f Compare August 4, 2025 14:37
@renovate renovate bot force-pushed the renovate/node-24.x branch from 5f17b7f to 774d724 Compare August 8, 2025 20:59
@renovate renovate bot force-pushed the renovate/node-24.x branch from 774d724 to d4f1a74 Compare August 15, 2025 09:56
@renovate renovate bot force-pushed the renovate/node-24.x branch from d4f1a74 to 98d5789 Compare September 6, 2025 15:56
@renovate renovate bot force-pushed the renovate/node-24.x branch from 98d5789 to 0719f57 Compare September 13, 2025 19:03
@renovate renovate bot force-pushed the renovate/node-24.x branch from 0719f57 to b665407 Compare September 14, 2025 13:50
@renovate renovate bot force-pushed the renovate/node-24.x branch from b665407 to 284150f Compare September 16, 2025 05:17
@renovate renovate bot force-pushed the renovate/node-24.x branch from 284150f to a44425d Compare September 16, 2025 22:03
@renovate renovate bot force-pushed the renovate/node-24.x branch from a44425d to be784be Compare September 18, 2025 01:10
@renovate renovate bot force-pushed the renovate/node-24.x branch from be784be to 03b84df Compare September 29, 2025 22:49
@renovate renovate bot force-pushed the renovate/node-24.x branch from 03b84df to a198667 Compare October 1, 2025 03:17
@renovate renovate bot force-pushed the renovate/node-24.x branch from a198667 to f734176 Compare October 2, 2025 06:18
@renovate renovate bot force-pushed the renovate/node-24.x branch from f734176 to b832943 Compare October 6, 2025 10:53
@renovate renovate bot force-pushed the renovate/node-24.x branch from b832943 to b9507d3 Compare October 9, 2025 22:35
@renovate renovate bot force-pushed the renovate/node-24.x branch from b9507d3 to f47b8e6 Compare October 11, 2025 17:03
@renovate renovate bot force-pushed the renovate/node-24.x branch from f47b8e6 to 576ceff Compare October 16, 2025 13:38
@renovate renovate bot force-pushed the renovate/node-24.x branch from 576ceff to 54d1472 Compare October 17, 2025 04:42
@renovate renovate bot force-pushed the renovate/node-24.x branch from 54d1472 to 112c460 Compare October 20, 2025 16:46
@renovate renovate bot force-pushed the renovate/node-24.x branch from 112c460 to 17e2402 Compare October 21, 2025 02:12
@renovate renovate bot force-pushed the renovate/node-24.x branch from 17e2402 to 0acc3b8 Compare October 28, 2025 00:56
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v24 chore(deps): update node.js to v24 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 0acc3b8 to e446893 Compare October 28, 2025 18:47
@renovate renovate bot force-pushed the renovate/node-24.x branch from e446893 to a363268 Compare October 29, 2025 05:04
@renovate renovate bot force-pushed the renovate/node-24.x branch from a363268 to ae35a6b Compare November 3, 2025 04:32
@renovate renovate bot force-pushed the renovate/node-24.x branch from ae35a6b to 9d82da4 Compare November 10, 2025 18:58
@renovate renovate bot force-pushed the renovate/node-24.x branch from 9d82da4 to d92ed27 Compare November 11, 2025 23:53
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.

1 participant