Skip to content

chore(deps): update node.js to 22.17#145

Merged
ymehmetcan merged 1 commit into
mainfrom
renovate/node-22.x
Jul 7, 2025
Merged

chore(deps): update node.js to 22.17#145
ymehmetcan merged 1 commit into
mainfrom
renovate/node-22.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
node (source) minor 22.16 -> 22.17 age confidence
@types/node (source) devDependencies minor 22.15.28 -> 22.16.0 age confidence

Release Notes

nodejs/node (node)

v22.17.0: 2025-06-24, Version 22.17.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
⚠️ Deprecations
Instantiating node:http classes without new

Constructing classes like IncomingMessage or ServerResponse without the new
keyword is now discouraged. This clarifies API expectations and aligns with standard
JavaScript behavior. It may warn or error in future versions.

Contributed by Yagiz Nizipli in #​58518.

options.shell = "" in node:child_process

Using an empty string for shell previously had undefined behavior. This change
encourages explicit choices (e.g., shell: true or a shell path) and avoids
relying on implementation quirks.

Contributed by Antoine du Hamel and Renegade334 #​58564.

HTTP/2 priority signaling

The HTTP/2 prioritization API (e.g., stream.priority) is now deprecated due to
poor real-world support. Applications should avoid using priority hints and expect future removal.

Contributed by Matteo Collina and Antoine du Hamel #​58313.

✅ Features graduated to stable
assert.partialDeepStrictEqual()

This method compares only a subset of properties in deep object comparisons,
useful for flexible test assertions. Its stabilization means it's now safe for
general use and won't change unexpectedly in future releases.

Contributed by Ruben Bridgewater in #​57370.

Miscellaneous
  • dirent.parentPath
  • filehandle.readableWebStream()
  • fs.glob()
  • fs.openAsBlob()
  • node:readline/promises
  • port.hasRef()
  • readable.compose()
  • readable.iterator()
  • readable.readableAborted
  • readable.readableDidRead
  • Duplex.fromWeb()
  • Duplex.toWeb()
  • Readable.fromWeb()
  • Readable.isDisturbed()
  • Readable.toWeb()
  • stream.isErrored()
  • stream.isReadable()
  • URL.createObjectURL()
  • URL.revokeObjectURL()
  • v8.setHeapSnapshotNearHeapLimit()
  • Writable.fromWeb()
  • Writable.toWeb()
  • writable.writableAborted
  • Startup Snapshot API
  • ERR_INPUT_TYPE_NOT_ALLOWED
  • ERR_UNKNOWN_FILE_EXTENSION
  • ERR_UNKNOWN_MODULE_FORMAT
  • ERR_USE_AFTER_CLOSE

Contributed by James M Snell in
#​57513 and
#​58541.

Semver-minor features
🔧 fs.FileHandle.readableWebStream gets autoClose option

This gives developers explicit control over whether the file descriptor should
be closed when the stream ends. Helps avoid subtle resource leaks.

Contributed by James M Snell in #​58548.

🔧 fs.Dir now supports explicit resource management

This improves ergonomics around async iteration of directories. Developers can
now manually control when a directory is closed using .close() or with Symbol.asyncDispose.

Contributed by Antoine du Hamel in #​58206.

📊 http2 gains diagnostics channel: http2.server.stream.finish

Adds observability support for when a stream finishes. Useful for logging,
monitoring, and debugging HTTP/2 behavior without patching internals.

Contributed by Darshan Sen in #​58560.

🔐 Permissions: implicit allow-fs-read to entrypoint

Node.js permissions model now allows read access to the entry file by default.
It makes running permission-restricted apps smoother while preserving security.

Contributed by Rafael Gonzaga in #​58579.

🎨 util.styleText() adds 'none' style

This lets developers remove styling cleanly without hacks. Useful for overriding
inherited terminal styles when composing styled strings.

Contributed by James M Snell in #​58437.

🧑‍💻 Community updates
Commits

Configuration

📅 Schedule: Branch creation - "after 7am and before 9am" in timezone Europe/Istanbul, 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 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.

@renovate renovate Bot requested a review from a team as a code owner June 1, 2025 04:50
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 1, 2025

⚠️ No Changeset found

Latest commit: c6a9d0f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v22.15.29 chore(deps): update dependency @types/node to v22.15.30 Jun 6, 2025
@renovate renovate Bot force-pushed the renovate/node-22.x branch from 179755c to 91e3f90 Compare June 6, 2025 19:26
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v22.15.30 chore(deps): update dependency @types/node to v22.15.31 Jun 10, 2025
@renovate renovate Bot force-pushed the renovate/node-22.x branch from 91e3f90 to ec501d8 Compare June 10, 2025 03:34
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v22.15.31 chore(deps): update dependency @types/node to v22.15.32 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/node-22.x branch from ec501d8 to b5bd5bc Compare June 16, 2025 10:57
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v22.15.32 chore(deps): update dependency @types/node to v22.15.33 Jun 24, 2025
@renovate renovate Bot force-pushed the renovate/node-22.x branch 2 times, most recently from aefdac2 to d2753f5 Compare June 25, 2025 01:36
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v22.15.33 chore(deps): update node.js to 22.17 Jun 25, 2025
@renovate renovate Bot force-pushed the renovate/node-22.x branch from d2753f5 to a41927c Compare June 28, 2025 09:48
@renovate renovate Bot force-pushed the renovate/node-22.x branch from a41927c to c6a9d0f Compare July 1, 2025 22:06
@ymehmetcan ymehmetcan merged commit b756a1e into main Jul 7, 2025
2 checks passed
@ymehmetcan ymehmetcan deleted the renovate/node-22.x branch July 7, 2025 07:57
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