8000 chore(deps): update dependency node to v24.11.1 by renovate[bot] · Pull Request #20 · koki-develop/ghatree · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@renovate
Copy link
Contributor
@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Update Change
node (source) minor 24.6.0 -> 24.11.1

Release Notes

nodejs/node (node)

v24.11.1

Compare Source

v24.11.0

Compare Source

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.

@github-actions
Copy link
Contributor
github-actions bot commented Aug 31, 2025

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Based on the release notes for Node.js v24.6.0 → v24.11.1:

Major Changes:

  • New console per-stream inspectOptions option (v24.10.0)
  • SQLite authorization API and tagged template support (v24.9.0, v24.10.0)
  • HTTP/2 network inspection support in Chrome DevTools (v24.8.0)
  • New crypto algorithms: Ed448, ML-DSA, KMAC, Argon2, SLH-DSA (v24.8.0)
  • Worker heap profile APIs (v24.8.0, v24.9.0)

Breaking Changes:

  • SEMVER-MINOR: Removal of util.getCallSite (v24.10.0) - this is a deprecation removal
  • SEMVER-MINOR: All other changes are additive features, not breaking changes

Security Fixes:

  • OpenSSL upgrade to 3.5.4 (v24.10.0) and 3.5.3 (v24.9.0)
  • V8 cherry-picks for security and stability
  • Various dependency updates (npm 11.6.1, undici 7.16.0, etc.)

🎯 Impact Scope Investigation

Usage Analysis:

  • The codebase uses standard Node.js APIs: fs, os, path, process.env, process.cwd(), process.argv, process.exit()
  • Uses ESM import syntax with node: prefix for built-in modules: import fs from "node:fs"
  • No usage of deprecated APIs like util.getCallSite
  • No explicit Node.js engine constraints in package.json
  • Uses mise.toml for runtime version management (currently upgrading from 24.6.0 to 24.11.1)

Dependency Impact:

  • All used Node.js APIs are stable and unchanged between v24.6.0 and v24.11.1
  • The project uses Bun as the package manager and runtime for development/build
  • CI/CD uses mise-action to install the specified Node.js version
  • No conflicts with existing dependencies

Configuration Impact:

  • Only mise.toml needs updating (already done in this PR)
  • No changes needed to package.json, GitHub Actions, or build scripts

💡 Recommended Actions

  1. ✅ Safe to merge immediately - This is a minor version upgrade with only additive features
  2. No code changes required - All used Node.js APIs remain stable and unchanged
  3. No configuration updates needed - The PR already updates the only required file (mise.toml)
  4. Security benefits - Includes OpenSSL security updates and V8 improvements

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate bot force-pushed the renovate/node-24.x branch from b0f02b9 to 5b36f27 Compare September 13, 2025 05:56
@renovate renovate bot changed the title chore(deps): update dependency node to v24.7.0 chore(deps): update dependency node to v24.8.0 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 5b36f27 to 9fa4724 Compare September 28, 2025 01:10
@renovate renovate bot changed the title chore(deps): update dependency node to v24.8.0 chore(deps): update dependency node to v24.9.0 Sep 28, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 9fa4724 to c0523bf Compare October 11, 2025 01:11
@renovate renovate bot changed the title chore(deps): update dependency node to v24.9.0 chore(deps): update dependency node to v24.10.0 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from c0523bf to 38d42ce Compare October 31, 2025 03:38
@renovate renovate bot changed the title chore(deps): update dependency node to v24.10.0 chore(deps): update dependency node to v24.11.0 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 38d42ce to 3277143 Compare November 14, 2025 04:39
@renovate renovate bot changed the title chore(deps): update dependency node to v24.11.0 chore(deps): update dependency node to v24.11.1 Nov 14, 2025
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

0