Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update node.js to v24#302

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intodev
base:dev
Choose a base branch
Loading
fromrenovate/node-24.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedNov 1, 2025

This PR contains the following updates:

PackageTypeUpdateChange
node (source)enginesmajor>=8.9.0 ->>=24.11.0

Release Notes

nodejs/node (node)

v24.11.0

Compare Source

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

Compare Source

Notable Changes
Commits

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

Compare Source

Notable Changes
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 atest.js script that makes HTTP/2 requests.

consthttp2=require('node:http2');constclient=http2.connect('https://nghttp2.org');constreq=client.request([':path','/',':method','GET',]);

Run it with these options:

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

Openabout:inspect on Google Chrome and click onOpen dedicated DevTools for Node.
TheNetwork 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 byMend Renovate. View therepository job log.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp