Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) 18.19.112 -> 18.19.123 age confidence devDependencies patch
ava (source) 6.4.0 -> 6.4.1 age confidence devDependencies patch
babel-loader 9.1.3 -> 9.2.1 age confidence devDependencies minor
css-loader 6.10.0 -> 6.11.0 age confidence devDependencies minor
magic-string 0.30.17 -> 0.30.18 age confidence devDependencies patch
mini-css-extract-plugin 2.8.1 -> 2.9.4 age confidence devDependencies minor
node (source) 22.16.0 -> 22.18.0 age confidence volta minor
preact (source) 10.19.6 -> 10.27.1 age confidence dependencies minor
prettier (source) 3.2.5 -> 3.6.2 age confidence devDependencies minor
prettier (source) 3.6.0 -> 3.6.2 age confidence devDependencies patch
rimraf 5.0.5 -> 5.0.10 age confidence devDependencies patch
rollup (source) 4.44.0 -> 4.49.0 age confidence devDependencies minor
shx 0.3.4 -> 0.4.0 age confidence devDependencies minor
typescript (source) 5.8.3 -> 5.9.2 age confidence devDependencies minor

Release Notes

avajs/ava (ava)

v6.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: avajs/ava@v6.4.0...v6.4.1

babel/babel-loader (babel-loader)

v9.2.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.1.3...v9.2.0

webpack-contrib/css-loader (css-loader)

v6.11.0

Compare Source

Features
Bug Fixes
rich-harris/magic-string (magic-string)

v0.30.18

Compare Source

Bug Fixes
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)

v2.9.4

Compare Source

v2.9.3

Compare Source

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

Features
  • add support for link preload/prefetch (#​1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#​1084) (74ae781)
Bug Fixes
2.8.1 (2024-02-27)
Bug Fixes
  • add nonce if __webpack_nonce__ has been defined (c7f0aee)
nodejs/node (node)

v22.18.0

Compare Source

v22.17.1

Compare Source

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 - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/all branch 3 times, most recently from 5529f5a to c35765f Compare July 4, 2025 16:38
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 986117b to f95066d Compare July 15, 2025 14:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 169dcd4 to 9392ade Compare July 19, 2025 06:23
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 5516dd5 to 6242a8d Compare August 1, 2025 00:24
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8f92f27 to a8d64f3 Compare August 11, 2025 17:28
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 8d96b49 to 50724cb Compare August 22, 2025 03:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 94d0535 to 02a9ac2 Compare August 25, 2025 10:13
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.

0 participants