-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency undici to v7 #651
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
Conversation
Reviewer's Guide by SourceryThis PR updates the Class diagram showing new WebSocketStream featureclassDiagram
class WebSocketStream {
+ReadableStream readable
+WritableStream writable
+WebSocket socket
+close()
}
class WebSocket {
+readyState
+send()
+close()
}
WebSocketStream --> WebSocket : uses
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this 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!
📦 Packages
|
932a69d to
eaf596c
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
eaf596c to
e687462
Compare
…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) ...
This PR contains the following updates:
6.21.1->7.2.3Release Notes
nodejs/undici (undici)
v7.2.3Compare Source
v7.2.2Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.2.1...v7.2.2
v7.2.1Compare Source
What's Changed
undici:request:headersdoes not indicate completion of a response by @legendecas in https://github.com/nodejs/undici/pull/3974New Contributors
Full Changelog: nodejs/undici@v7.2.0...v7.2.1
v7.2.0Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.1.1...v7.2.0
v7.1.1Compare Source
What's Changed
request+ "Garbage Collection" by @WTCT-TOP in https://github.com/nodejs/undici/pull/3916New Contributors
Full Changelog: nodejs/undici@v7.1.0...v7.1.1
v7.1.0Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.0.0...v7.1.0
v7.0.0Compare Source
What's Changed
075a5ccto9af472bin /build by @dependabot in https://github.com/nodejs/undici/pull/33559af472bto138d0b5in /build by @dependabot in https://github.com/nodejs/undici/pull/3392BodyReadable.bytesby @tsctx in https://github.com/nodejs/undici/pull/3391138d0b5to67225d4in /build by @dependabot in https://github.com/nodejs/undici/pull/3398duplexdocs by @Ethan-Arrowood in https://github.com/nodejs/undici/pull/342267225d4to858234ain /build by @dependabot in https://github.com/nodejs/undici/pull/341117e6738to30c5be9in /build by @dependabot in https://github.com/nodejs/undici/pull/344330c5be9toa20e858in /build by @dependabot in https://github.com/nodejs/undici/pull/3496a20e858toa17f484in /build by @dependabot in https://github.com/nodejs/undici/pull/3542a17f484toef7b4bbin /build by @dependabot in https://github.com/nodejs/undici/pull/3547ef7b4bbto3cb4748in /build by @dependabot in https://github.com/nodejs/undici/pull/3573pre-commitdependency by @eXhumer in https://github.com/nodejs/undici/pull/3599closeon failed WebSocket connection by @eXhumer in https://github.com/nodejs/undici/pull/35663cb4748to83b4d7bin /build by @dependabot in https://github.com/nodejs/undici/pull/3621test/fixtures/*.pemby @LiviaMedeiros in https://github.com/nodejs/undici/pull/3659ignoreTrailingSlashto MockAgent and.intercept()by @Uzlopak in https://github.com/nodejs/undici/pull/3655cacheprop to RequestInit by @rindeal in https://github.com/nodejs/undici/pull/356983b4d7btof1b4315in /build by @dependabot in [https://github.com/build(deps): bump node from83b4d7btof1b4315in /build nodejs/undici#3756](https://redirect.github.com/nodejs/unConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.