Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Type Update Change
node docker major 23.11.1-alpine -> 24.10.0-alpine

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

nodejs/node (node)

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 will let you track your HTTP/2 calls.

Contributed by Darshan Sen in #​59611.

Other Notable Changes
  • [7a8e2c251d] - (SEMVER-MINOR) crypto: support Ed448 and ML-DSA context parameter in node:crypto (Filip Skokan) #​59570
  • [4b631be0b0] - (SEMVER-MINOR) crypto: support Ed448 and ML-DSA context parameter in Web Cryptography (Filip Skokan) #​59570
  • [3e4b1e732c] - (SEMVER-MINOR) crypto: add KMAC Web Cryptography algorithms (Filip Skokan) #​59647
  • [b1d28785b2] - (SEMVER-MINOR) crypto: add Argon2 Web Cryptography algorithms (Filip Skokan) #​59544
  • [430691d1af] - (SEMVER-MINOR) crypto: support SLH-DSA KeyObject, sign, and verify (Filip Skokan) #​59537
  • [d6d05ba397] - (SEMVER-MINOR) worker: add cpu profile APIs for worker (theanarkh) #​59428
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 requested a review from TheKevJames as a code owner May 6, 2025 23:22
@renovate renovate bot added the task label May 6, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@renovate renovate bot force-pushed the renovate/node-24.x branch from e427439 to 97762c7 Compare May 9, 2025 07:07
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from 73477b7 to bf083f4 Compare May 19, 2025 02:48
@renovate renovate bot force-pushed the renovate/node-24.x branch from bf083f4 to bf548dc Compare May 26, 2025 18:08
@renovate renovate bot force-pushed the renovate/node-24.x branch from bf548dc to ef1f157 Compare June 10, 2025 01:41
@renovate renovate bot force-pushed the renovate/node-24.x branch from ef1f157 to e93b4d1 Compare June 29, 2025 03:54
@renovate renovate bot force-pushed the renovate/node-24.x branch from e93b4d1 to 790a8fe Compare July 9, 2025 23:03
@renovate renovate bot force-pushed the renovate/node-24.x branch from 790a8fe to 64a65ac Compare July 20, 2025 11:57
@renovate renovate bot force-pushed the renovate/node-24.x branch from 64a65ac to 5da9c8e Compare August 4, 2025 15:11
@renovate renovate bot force-pushed the renovate/node-24.x branch from 5da9c8e to c29f1b4 Compare August 15, 2025 21:51
@renovate renovate bot force-pushed the renovate/node-24.x branch from c29f1b4 to f340608 Compare September 1, 2025 03:34
@renovate renovate bot force-pushed the renovate/node-24.x branch from f340608 to ccd297a Compare September 14, 2025 15:59
@renovate renovate bot force-pushed the renovate/node-24.x branch from ccd297a to 62b1a05 Compare September 26, 2025 22:25
@renovate renovate bot changed the title chore(deps): update node.js to v24 chore(deps): update node.js to v24 - autoclosed Oct 9, 2025
@renovate renovate bot closed this Oct 9, 2025
@renovate renovate bot deleted the renovate/node-24.x branch October 9, 2025 17:05
@renovate renovate bot changed the title chore(deps): update node.js to v24 - autoclosed chore(deps): update node.js to v24 Oct 11, 2025
@renovate renovate bot reopened this Oct 11, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from 62b1a05 to a1172ae Compare October 11, 2025 00:59
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

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