fix(deps): update dependency @whatwg-node/server to v0.9.65 #11819
+42
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.49
->0.9.65
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ardatan/whatwg-node (@whatwg-node/server)
v0.9.65
Compare Source
Patch Changes
#1926
bae5de1
Thanks @ardatan! - While calling
handleNodeRequest
orhandleNodeRequestAndResponse
,waitUntil
is not added automatically as inrequestListener
forNode.js integration. This change adds
waitUntil
into theserverContext
if not present.Fixes the issue with Fastify integration that uses the mentioned methods
v0.9.64
Compare Source
Patch Changes
#1899
a84e84a
Thanks @ardatan! - - New
onDispose
hook which is alias ofSymbol.asyncDispose
for Explicit Resource Managementopt-in and configurable.
v0.9.63
Compare Source
Patch Changes
c75e6e3
Thanks @ardatan! - Export `DisposableSymbols` for disposable
plugins
v0.9.62
Compare Source
Patch Changes
95e5ce4
Thanks @EmrysMyrddin! - Docs for hooks
v0.9.61
Compare Source
Patch Changes
#1872
7fb47d8
Thanks @ardatan! - Wait for remaining promises during
asyncDispose
correctly
The
asyncDispose
function should wait for all remaining promises to resolve before returning.This ensures that the server is fully disposed of before the function returns.
v0.9.60
Compare Source
Patch Changes
8947888
Thanks @ardatan! - Respect SIGTERM as termination event
v0.9.59
Compare Source
Patch Changes
b4ab548
Thanks @ardatan! - Remove SIGTERM from termination events to prevent
hangs, and always add disposable stack to the termination events
v0.9.58
Compare Source
Patch Changes
5a9098c
Thanks @ardatan! - Fix on plugin types
v0.9.57
Compare Source
Patch Changes
e88ab4a
Thanks @ardatan! - dependencies updates:
@whatwg-node/disposablestack@^0.0.5
↗︎(to
dependencies
)e88ab4a
Thanks @ardatan! - New Explicit Resource Management feature for the
server adapters;
Learn more
Symbol.dispose
andSymbol.asyncDispose
hooks When the server adapter plugin has these hooks,it is added to the disposable stack of the server adapter. When the server adapter is disposed,
those hooks are triggered
disposableStack
in the server adapter The shared disposable stack that will be triggered whenSymbol.asyncDispose
is called.disposed explicitly, the disposal logic will be triggered on the process termination (SIGINT,
SIGTERM etc)
waitUntil
, theunresolved passed promises will be resolved by the disposable stack.
v0.9.56
Compare Source
Patch Changes
54c244d
Thanks @ardatan! - Small improvements for Bun support
v0.9.55
Compare Source
Patch Changes
7d1f0ff
Thanks @ardatan! - Avoid polluting the original object in case of
`Object.create`
v0.9.54
Compare Source
Patch Changes
c7d49b1
Thanks @ardatan! - Handle request abort correctly with AbortSignal
v0.9.53
Compare Source
Patch Changes
[
6c006e1
]:v0.9.52
Compare Source
Patch Changes
323a519
Thanks @ardatan! - Allow other libs to redefine
Request
'sproperties
v0.9.51
Compare Source
Patch Changes
#1644
637185f
Thanks @renovate! - Respect given fetchAPI
Updated dependencies []:
v0.9.50
Compare Source
Patch Changes
9281e02
Thanks @ardatan! - Improvements with uWS Body handling
Updated dependencies
[
77dd1c3
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.