deps: bump the all-dependencies group with 6 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(7 months ago)
(7 months ago)
(7 months ago)
by github-actions[bot]
dependencies
Bumps the all-dependencies group with 6 updates:
| Package | From | To |
|---|---|---|
| @whatwg-node/fetch | 0.10.6 |
0.10.7 |
| @whatwg-node/node-fetch | 0.7.18 |
0.7.19 |
| @whatwg-node/promise-helpers | 1.3.1 |
1.3.2 |
| @whatwg-node/server | 0.10.5 |
0.10.6 |
| eventsource | 3.0.6 |
3.0.7 |
| http-cache-semantics | 4.1.1 |
4.2.0 |
Updates @whatwg-node/fetch from 0.10.6 to 0.10.7
Changelog
Sourced from @whatwg-node/fetch's changelog.
0.10.7
Patch Changes
#2383
9527e8fThanks@ardatan! - Some implementations likecompressionnpm package do not implementresponse.write(data, callback)signature, but whatwg-node/server waits for it to finish the response stream. Then it causes the response stream hangs when the compression package takes the stream over when the response data is larger than its threshold.It is actually a bug in
compressionpackage; expressjs/compression#46 But since it is a common mistake, we prefer to workaround this on our end.Now after calling
response.write, it no longer uses callback but first it checks the result;if it is
true, it means stream is drained and we can callresponse.endimmediately. else if it isfalse, it means the stream is not drained yet, so we can wait for thedrainevent to callresponse.end.Updated dependencies [
9527e8f]:
@whatwg-node/node-fetch@0.7.19
Commits
65780bcUpcoming Release Changes (#2406)- See full diff in compare view
Updates @whatwg-node/node-fetch from 0.7.18 to 0.7.19
Changelog
Sourced from @whatwg-node/node-fetch's changelog.
0.7.19
Patch Changes
#2383
9527e8fThanks@ardatan! - Some implementations likecompressionnpm package do not implementresponse.write(data, callback)signature, but whatwg-node/server waits for it to finish the response stream. Then it causes the response stream hangs when the compression package takes the stream over when the response data is larger than its threshold.It is actually a bug in
compressionpackage; expressjs/compression#46 But since it is a common mistake, we prefer to workaround this on our end.Now after calling
response.write, it no longer uses callback but first it checks the result;if it is
true, it means stream is drained and we can callresponse.endimmediately. else if it isfalse, it means the stream is not drained yet, so we can wait for thedrainevent to callresponse.end.Updated dependencies [
d86b4f3]:
@whatwg-node/promise-helpers@1.3.2
Commits
65780bcUpcoming Release Changes (#2406)9527e8ffix(server): do not wait forresponse.writeforresponse.end(#2383)- See full diff in compare view
Updates @whatwg-node/promise-helpers from 1.3.1 to 1.3.2
Changelog
Sourced from @whatwg-node/promise-helpers's changelog.
1.3.2
Patch Changes
- #2408
d86b4f3Thanks@slagiewka! - Reuse fake promise Symbol
Commits
Updates @whatwg-node/server from 0.10.5 to 0.10.6
Changelog
Sourced from @whatwg-node/server's changelog.
0.10.6
Patch Changes
#2383
9527e8fThanks@ardatan! - Some implementations likecompressionnpm package do not implementresponse.write(data, callback)signature, but whatwg-node/server waits for it to finish the response stream. Then it causes the response stream hangs when the compression package takes the stream over when the response data is larger than its threshold.It is actually a bug in
compressionpackage; expressjs/compression#46 But since it is a common mistake, we prefer to workaround this on our end.Now after calling
response.write, it no longer uses callback but first it checks the result;if it is
true, it means stream is drained and we can callresponse.endimmediately. else if it isfalse, it means the stream is not drained yet, so we can wait for thedrainevent to callresponse.end.
Commits
65780bcUpcoming Release Changes (#2406)9527e8ffix(server): do not wait forresponse.writeforresponse.end(#2383)0ee2bbffix(deps): update all non-major dependencies (#2401)9bdd082fix(deps): update dependency@types/nodeto v22.15.15 (#2398)5e8daecfix(deps): update all non-major dependencies (#2391)a48382ffix(deps): update all non-major dependencies (#2385)85b11adchore(deps): update dependency koa to v3 (#2353)e11b324fix(deps): update dependency@types/nodeto v22.15.3 (#2355)90709cffix(deps): update all non-major dependencies (#2351)73e515cfix(deps): update all non-major dependencies (#2350)- Additional commits viewable in compare view
Updates eventsource from 3.0.6 to 3.0.7
Release notes
Sourced from eventsource's releases.
v3.0.7
3.0.7 (2025-05-09)
Bug Fixes
- mark fetch init properties required in typings (1282872)
This release is also available on:
Changelog
Sourced from eventsource's changelog.
3.0.7 (2025-05-09)
Bug Fixes
- mark fetch init properties required in typings (1282872)
Commits
270e7f2chore(release): 3.0.7 [skip ci]1282872fix: mark fetch init properties required in typings- See full diff in compare view
Updates http-cache-semantics from 4.1.1 to 4.2.0
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+33
-33
Package Dependencies
@whatwg-node/promise-helpers
npm
1.3.1 → 1.3.2
Patch
Technical Details
| ID: | 951943 |
| UUID: | 2512576541 |
| Node ID: | PR_kwDONiXIMs6VwuAd |
| Host: | GitHub |
| Repository: | mattfsourcecode/node-graphql-code-test |
| Merge State: | Unknown |