Skip to content

Update dependency undici to v7#374

Merged
sarvex merged 1 commit into
mainfrom
renovate/undici-7.x
Mar 30, 2025
Merged

Update dependency undici to v7#374
sarvex merged 1 commit into
mainfrom
renovate/undici-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
undici (source) 6.21.1 -> 7.6.0 age adoption passing confidence

Release Notes

nodejs/undici (undici)

v7.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.5.0...v7.6.0

v7.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.4.0...v7.5.0

v7.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.3.0...v7.4.0

v7.3.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.2.3...v7.3.0

v7.2.3

Compare Source

⚠️ Security Release ⚠️

Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).

What's Changed

Full Changelog: nodejs/undici@v7.2.2...v7.2.3

v7.2.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.2.1...v7.2.2

v7.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.2.0...v7.2.1

v7.2.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.1.1...v7.2.0

v7.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.1.0...v7.1.1

v7.1.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.0.0...v7.1.0

v7.0.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Mar 27, 2025

Reviewer's Guide by Sourcery

This PR updates the undici dependency from version 6.21.1 to 7.5.0. This includes various bug fixes, performance improvements, and new features as detailed in the release notes.

Updated Class Diagram for Undici Client

classDiagram
  class Client {
    +request(options: Object, handler: Function): void
    +stream(options: Object, handler: Function): void
    +pipeline(options: Object, handler: Function): void
    +connect(options: Object, handler: Function): void
    +upgrade(options: Object, handler: Function): void
    +close(): Promise<void>
    +destroy(err: Error): void
  }

  note for Client "This class represents an HTTP/1.1 client. The upgrade to undici v7.5.0 includes performance improvements and bug fixes in this class."
Loading

Updated Class Diagram for Undici Pool

classDiagram
  class Pool {
    +request(options: Object, handler: Function): void
    +stream(options: Object, handler: Function): void
    +pipeline(options: Object, handler: Function): void
    +close(): Promise<void>
    +destroy(err: Error): void
  }

  note for Pool "This class represents a pool of HTTP/1.1 clients. The upgrade to undici v7.5.0 includes improvements to client handling and error management in this class."
Loading

File-Level Changes

Change Details Files
The pull request updates the undici dependency from version 6.21.1 to 7.5.0.
  • Update undici from 6.21.1 to 7.5.0.
pnpm-lock.yaml
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate Bot force-pushed the renovate/undici-7.x branch 4 times, most recently from aedf02c to f79b2dd Compare March 28, 2025 01:44
@renovate renovate Bot force-pushed the renovate/undici-7.x branch from f79b2dd to 1a55f0b Compare March 28, 2025 01:46
@sarvex sarvex merged commit 47e4c28 into main Mar 30, 2025
@renovate renovate Bot deleted the renovate/undici-7.x branch March 30, 2025 01:43
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