Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
undici (source) overrides major 6.21.1 -> 7.2.3 OpenSSF Scorecard

Release Notes

nodejs/undici (undici)

v7.2.3

Compare Source

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 - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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.

@renovate renovate bot added the dependencies Dependency updates label Jan 16, 2025
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jan 16, 2025

Reviewer's Guide by Sourcery

This PR updates the undici dependency from version 6.15.0 to 7.2.3. This is a major version update and includes several bug fixes, performance improvements, and new features, such as HTTP caching and a DNS interceptor.

Class diagram showing new WebSocketStream feature

classDiagram
    class WebSocketStream {
        +ReadableStream readable
        +WritableStream writable
        +WebSocket socket
        +close()
    }
    class WebSocket {
        +readyState
        +send()
        +close()
    }
    WebSocketStream --> WebSocket : uses
Loading

File-Level Changes

Change Details Files
Upgrade undici to 7.2.3
  • Updated the version of undici in package.json
  • Regenerated bun.lockb to reflect the new dependency version
package.json
bun.lockb

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.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a 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. You can also use
    this command to specify where the summary should be inserted.

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
Contributor

@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!

@github-actions
Copy link

github-actions bot commented Jan 16, 2025

📦 Packages

Package NPM Docker
SDK Cli @settlemint/sdk-cli@1.0.6-pr061c087f
SDK The Graph @settlemint/sdk-thegraph@1.0.6-pr061c087f
SDK Portal @settlemint/sdk-portal@1.0.6-pr061c087f
SDK Hasura @settlemint/sdk-hasura@1.0.6-pr061c087f
SDK JS @settlemint/sdk-js@1.0.6-pr061c087f
SDK Utils @settlemint/sdk-utils@1.0.6-pr061c087f
SDK Next @settlemint/sdk-next@1.0.6-pr061c087f
SDK Minio @settlemint/sdk-minio@1.0.6-pr061c087f
SDK IPFS @settlemint/sdk-ipfs@1.0.6-pr061c087f
SDK Blockscout @settlemint/sdk-blockscout@1.0.6-pr061c087f

@renovate renovate bot force-pushed the renovate/undici-7.x branch from 932a69d to eaf596c Compare January 16, 2025 23:24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/undici-7.x branch from eaf596c to e687462 Compare January 17, 2025 02:41
@roderik roderik merged commit 267bc67 into main Jan 17, 2025
2 checks passed
@roderik roderik deleted the renovate/undici-7.x branch January 17, 2025 04:51
snigdha920 added a commit that referenced this pull request Jan 17, 2025
…nce-consolek8sorblocal

* main: (30 commits)
  fix: show spinner when loading resources and improve folder structure (#655)
  chore(deps): update dependency bun to v1.1.44 (#654)
  fix: use a bun version file
  fix: renovate
  fix: renovate
  fix: renovate
  fix: renovate
  chore: renovate update for bun
  chore(deps): update dependency @types/bun to v1.1.17 (#653)
  chore(deps): update dependency undici to v7 (#651)
  chore(deps): update dependency undici to v6.21.1 (#652)
  chore(deps): update dependency adm-zip to v0.5.16 (#650)
  chore(deps): update dependency @types/node to v22.10.7 (#649)
  chore: update package versions [skip ci]
  chore: update docs [skip ci]
  feat: add github action docs (#645)
  fix: cleanup env variables when removing service in connect (#646)
  fix: cleanup code docs (#647)
  fix: include unique name in connect output (#648)
  docs: demo flow (#643)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants