Skip to content

fix(renovate): Update minor (fp-ts-template) (minor) #42

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: fp-ts-template
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@antfu/eslint-config ^4.13.2 -> ^4.16.2 age confidence devDependencies minor 4.17.0
@types/node (source) ^22.15.29 -> ^22.16.3 age confidence devDependencies minor 22.16.4
eslint (source) ^9.27.0 -> ^9.31.0 age confidence devDependencies minor
globals ^16.1.0 -> ^16.3.0 age confidence devDependencies minor
node (source) 22.14.0 -> 22.17.0 age confidence minor
pnpm (source) 10.6.5 -> 10.13.1 age confidence packageManager minor
prettier (source) ^3.5.3 -> ^3.6.2 age confidence devDependencies minor
tsx (source) ^4.19.4 -> ^4.20.3 age confidence devDependencies minor
typescript-eslint (source) ^8.32.1 -> ^8.36.0 age confidence devDependencies minor 8.37.0
vite-bundle-analyzer ^0.17.3 -> ^0.23.0 age confidence devDependencies minor
zod (source) ^3.24.4 -> ^3.25.76 age confidence dependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.16.2

Compare Source

No significant changes

    View changes on GitHub

v4.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.14.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.14.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.13.3

Compare Source

No significant changes

    View changes on GitHub
eslint/eslint (eslint)

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

sindresorhus/globals (globals)

v16.3.0

Compare Source


v16.2.0

Compare Source

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

v22.16.0: 2025-05-21, Version 22.16.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes

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.

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

Copy link

coderabbitai bot commented Mar 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch from 9d73539 to a5cbf13 Compare March 15, 2025 09:24
@renovate renovate bot changed the title fix(renovate): Update dependency @antfu/eslint-config to ^4.9.0 (fp-ts-template) fix(renovate): Update dependency @antfu/eslint-config to ^4.10.0 (fp-ts-template) Mar 15, 2025
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch from a5cbf13 to 71bb54f Compare March 15, 2025 17:40
@renovate renovate bot changed the title fix(renovate): Update dependency @antfu/eslint-config to ^4.10.0 (fp-ts-template) fix(renovate): Update dependency @antfu/eslint-config to ^4.10.1 (fp-ts-template) Mar 15, 2025
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch from 71bb54f to 3fdfe60 Compare March 17, 2025 12:29
@renovate renovate bot changed the title fix(renovate): Update dependency @antfu/eslint-config to ^4.10.1 (fp-ts-template) fix(renovate): Update dependency vite-bundle-analyzer to ^0.18.0 (fp-ts-template) Mar 17, 2025
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 2 times, most recently from 050ce49 to 6735c90 Compare March 23, 2025 02:06
@renovate renovate bot changed the title fix(renovate): Update dependency vite-bundle-analyzer to ^0.18.0 (fp-ts-template) fix(renovate): Update minor (fp-ts-template) (minor) Mar 23, 2025
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 2 times, most recently from 2d64d0e to be297fe Compare March 24, 2025 10:44
@renovate renovate bot changed the title fix(renovate): Update minor (fp-ts-template) (minor) fix(renovate): Update dependency vite-bundle-analyzer to ^0.18.1 (fp-ts-template) Mar 24, 2025
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch from be297fe to 86f8dbb Compare March 27, 2025 23:44
@renovate renovate bot changed the title fix(renovate): Update dependency vite-bundle-analyzer to ^0.18.1 (fp-ts-template) fix(renovate): Update minor (fp-ts-template) (minor) Mar 27, 2025
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 4 times, most recently from 7ed6c0e to 070f861 Compare April 4, 2025 19:35
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 6 times, most recently from 0586f74 to 08e7239 Compare April 13, 2025 13:57
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 3 times, most recently from d6433fa to f07f967 Compare April 17, 2025 19:28
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 7 times, most recently from a96cea5 to de6a1ba Compare June 26, 2025 17:48
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 6 times, most recently from 2575ca8 to 1d1155f Compare July 3, 2025 17:48
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 10 times, most recently from 0d4bbb8 to 16caf04 Compare July 10, 2025 20:15
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch 5 times, most recently from b99c03f to 966021e Compare July 13, 2025 20:28
@renovate renovate bot force-pushed the renovate/fp-ts-template-minor branch from 966021e to dd61dc3 Compare July 14, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants