node-fetch-native
node-fetch-native copied to clipboard
chore(deps): update devdependency undici to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| undici (source) | ^6.21.2 -> ^7.6.0 |
Release Notes
nodejs/undici (undici)
v7.6.0
What's Changed
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4067
- lib: limit string split length by @gurgunday in https://github.com/nodejs/undici/pull/4098
- docs/PULL_REQUEST_TEMPLATE: deep-link to certificate of origin by @alxndrsn in https://github.com/nodejs/undici/pull/4102
- cache: fix typo by @alxndrsn in https://github.com/nodejs/undici/pull/4101
- disable header de-duplication in test servers by @alxndrsn in https://github.com/nodejs/undici/pull/4110
- CacheRevalidationHandler: add missing header to comment by @alxndrsn in https://github.com/nodejs/undici/pull/4111
- Fix typo in Agent.md by @Exifers in https://github.com/nodejs/undici/pull/4115
- build(deps-dev): bump @matteo.collina/tspl from 0.1.1 to 0.2.0 by @dependabot in https://github.com/nodejs/undici/pull/4119
- fix 4105 by @KhafraDev in https://github.com/nodejs/undici/pull/4117
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4100
- cache: ensure vary & revalidation headers are case-insensitive by @alxndrsn in https://github.com/nodejs/undici/pull/4112
New Contributors
- @alxndrsn made their first contribution in https://github.com/nodejs/undici/pull/4102
- @Exifers made their first contribution in https://github.com/nodejs/undici/pull/4115
Full Changelog: https://github.com/nodejs/undici/compare/v7.5.0...v7.6.0
v7.5.0
What's Changed
- feat(docs): button to switch dark and light mode by @shivarm in https://github.com/nodejs/undici/pull/4044
- feat: add mock call history to access request configuration in test by @blephy in https://github.com/nodejs/undici/pull/4029
- fix: Fix retry-handler.js when retry-after header is a Date by @fgiova in https://github.com/nodejs/undici/pull/4084
- Update Cache Tests by @github-actions in https://github.com/nodejs/undici/pull/4027
- Allow disabling autoSelectFamily in an Agent by @hitsthings in https://github.com/nodejs/undici/pull/4070
- Removed clients with unrecoverable errors from the Pool by @mcollina in https://github.com/nodejs/undici/pull/4088
New Contributors
- @blephy made their first contribution in https://github.com/nodejs/undici/pull/4029
- @fgiova made their first contribution in https://github.com/nodejs/undici/pull/4084
- @hitsthings made their first contribution in https://github.com/nodejs/undici/pull/4070
Full Changelog: https://github.com/nodejs/undici/compare/v7.4.0...v7.5.0
v7.4.0
What's Changed
- fix: apply byte offset on Buffer.from by @ronag in https://github.com/nodejs/undici/pull/4019
- fix: fetch body fallback random number generation by @Uzlopak in https://github.com/nodejs/undici/pull/4023
- Add release instructions by @mcollina in https://github.com/nodejs/undici/pull/4022
- Update Cache Tests by @github-actions in https://github.com/nodejs/undici/pull/4020
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4011
- docs: document about global dispatcher and errors (#3987) by @zuozp8 in https://github.com/nodejs/undici/pull/4014
- docs: fix incorrect method signature of
onResponseErrorby @tmair in https://github.com/nodejs/undici/pull/4030 - feat(docs): copy to clipboard button by @shivarm in https://github.com/nodejs/undici/pull/4037
- don't check AbortSignal maxListeners on some node versions by @KhafraDev in https://github.com/nodejs/undici/pull/4045
- feat: mark
EnvHttpProxyAgentas stable by @aduh95 in https://github.com/nodejs/undici/pull/4049 - test: fix windows wpt by @metcoder95 in https://github.com/nodejs/undici/pull/4050
- fix: do not throw unhandled exception when data is undefined in interceptor.reply by @frederikprijck in https://github.com/nodejs/undici/pull/4036
- fix: handle missing vary header values by @gurgunday in https://github.com/nodejs/undici/pull/4031
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4028
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/4062
- fix: fix EnvHttpProxyAgent for the Node.js bundle by @joyeecheung in https://github.com/nodejs/undici/pull/4064
New Contributors
- @zuozp8 made their first contribution in https://github.com/nodejs/undici/pull/4014
- @tmair made their first contribution in https://github.com/nodejs/undici/pull/4030
- @shivarm made their first contribution in https://github.com/nodejs/undici/pull/4037
- @frederikprijck made their first contribution in https://github.com/nodejs/undici/pull/4036
- @joyeecheung made their first contribution in https://github.com/nodejs/undici/pull/4064
Full Changelog: https://github.com/nodejs/undici/compare/v7.3.0...v7.4.0
v7.3.0
What's Changed
- fix: sqlite null ref by @ronag in https://github.com/nodejs/undici/pull/4016
- fix: sqlite remove unnecessary parameter by @ronag in https://github.com/nodejs/undici/pull/4017
- feat: sqlite add set and minor cleanup by @ronag in https://github.com/nodejs/undici/pull/4018
Full Changelog: https://github.com/nodejs/undici/compare/v7.2.3...v7.3.0
v7.2.3
⚠️ Security Release ⚠️
Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
What's Changed
- Fix typo in update cache tests action by @flakey5 in https://github.com/nodejs/undici/pull/4008
Full Changelog: https://github.com/nodejs/undici/compare/v7.2.2...v7.2.3
v7.2.2
What's Changed
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3991
- fix: dual-stack retries infinite loop by @luddd3 in https://github.com/nodejs/undici/pull/4001
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by @dependabot in https://github.com/nodejs/undici/pull/3980
- build(deps): bump github/codeql-action from 3.27.0 to 3.28.1 by @dependabot in https://github.com/nodejs/undici/pull/4003
- tests: Update Cache Tests by @github-actions in https://github.com/nodejs/undici/pull/3965
- ReadableStreamFrom pull until cannot on empty enqueu by @KhafraDev in https://github.com/nodejs/undici/pull/4002
- Resolve circular dependency by @mcollina in https://github.com/nodejs/undici/pull/4006
Full Changelog: https://github.com/nodejs/undici/compare/v7.2.1...v7.2.2
v7.2.1
What's Changed
- fix(3951): typo on errorede dns lookup by @metcoder95 in https://github.com/nodejs/undici/pull/3956
- feat: add missing error type by @Gigioliva in https://github.com/nodejs/undici/pull/3964
- websocket: improve frame parsing by @tsctx in https://github.com/nodejs/undici/pull/3447
- fix(#3966): account for network errors by @metcoder95 in https://github.com/nodejs/undici/pull/3967
- build(deps-dev): bump @fastify/busboy from 3.1.0 to 3.1.1 by @dependabot in https://github.com/nodejs/undici/pull/3971
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3954
- docs: fix dispatcher stream example links by @luddd3 in https://github.com/nodejs/undici/pull/3972
- fix:
undici:request:headersdoes not indicate completion of a response by @legendecas in https://github.com/nodejs/undici/pull/3974 - build(deps): bump cronometro from 3.0.2 to 4.0.1 in /benchmarks by @dependabot in https://github.com/nodejs/undici/pull/3976
- fix(#3975): do not unref timeout by @metcoder95 in https://github.com/nodejs/undici/pull/3977
- fix: bad response on h2 server by @metcoder95 in https://github.com/nodejs/undici/pull/3978
- build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 by @dependabot in https://github.com/nodejs/undici/pull/3981
- build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in https://github.com/nodejs/undici/pull/3983
- chore: ensure automated v7 release compared to v7 by @trivikr in https://github.com/nodejs/undici/pull/3986
- test: ignore test for CITGM by @metcoder95 in https://github.com/nodejs/undici/pull/3993
- fix: retry flaky test by @metcoder95 in https://github.com/nodejs/undici/pull/3992
New Contributors
- @legendecas made their first contribution in https://github.com/nodejs/undici/pull/3974
Full Changelog: https://github.com/nodejs/undici/compare/v7.2.0...v7.2.1
v7.2.0
What's Changed
- fix: dns interceptor undefined function by @luddd3 in https://github.com/nodejs/undici/pull/3958
- More cache fixes by @flakey5 in https://github.com/nodejs/undici/pull/3955
- [Release] v7.2.0 by @github-actions in https://github.com/nodejs/undici/pull/3962
Full Changelog: https://github.com/nodejs/undici/compare/v7.1.1...v7.2.0
v7.1.1
What's Changed
- fix: publish undici:client:sendHeaders message on H2 by @fengmk2 in https://github.com/nodejs/undici/pull/3921
- Add support schedule by @mcollina in https://github.com/nodejs/undici/pull/3923
- cache: do not set undefined etag by @mcollina in https://github.com/nodejs/undici/pull/3925
- test: cleanup cache tests by @flakey5 in https://github.com/nodejs/undici/pull/3926
- fix mimetype parser wrong operator by @tsctx in https://github.com/nodejs/undici/pull/3924
- correctly set if-none-match by @mcollina in https://github.com/nodejs/undici/pull/3933
- Add example for
request+ "Garbage Collection" by @WTCT-TOP in https://github.com/nodejs/undici/pull/3916 - fix: response error interceptor by @Gigioliva in https://github.com/nodejs/undici/pull/3930
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in https://github.com/nodejs/undici/pull/3938
- fix(#3937): respect correct host header by @metcoder95 in https://github.com/nodejs/undici/pull/3940
- fix: handle case no content type by @Gigioliva in https://github.com/nodejs/undici/pull/3931
- support array of headers in WrapHandler by @KhafraDev in https://github.com/nodejs/undici/pull/3941
- build(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in https://github.com/nodejs/undici/pull/3911
- test: Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3888
- build(deps-dev): bump @fastify/busboy from 3.0.0 to 3.1.0 by @dependabot in https://github.com/nodejs/undici/pull/3939
- Support SQLite unflagged without useless warnings by @mcollina in https://github.com/nodejs/undici/pull/3947
- docs: enhance documentation by @metcoder95 in https://github.com/nodejs/undici/pull/3945
New Contributors
- @WTCT-TOP made their first contribution in https://github.com/nodejs/undici/pull/3916
Full Changelog: https://github.com/nodejs/undici/compare/v7.1.0...v7.1.1
v7.1.0
What's Changed
- Mark http/2 support as stable by @mcollina in https://github.com/nodejs/undici/pull/3893
- test: fix dns interceptor flakiness by @luddd3 in https://github.com/nodejs/undici/pull/3902
- fix(#3901): migrate dns interceptor to new hooks by @metcoder95 in https://github.com/nodejs/undici/pull/3903
- feat(interceptors): migrate decorator handler to new hooks by @metcoder95 in https://github.com/nodejs/undici/pull/3905
- feat: Adjust allowed error codes for detecting node:sqlite by @xconverge in https://github.com/nodejs/undici/pull/3900
- build(deps): bump actions/dependency-review-action from 4.4.0 to 4.5.0 by @dependabot in https://github.com/nodejs/undici/pull/3913
- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 by @dependabot in https://github.com/nodejs/undici/pull/3910
- Move Tomas to past collaborators by @delvedor in https://github.com/nodejs/undici/pull/3909
- docs: add advanced usage examples for ProxyAgent by @mertcanaltin in https://github.com/nodejs/undici/pull/3906
- [Release] v7.1.0 by @github-actions in https://github.com/nodejs/undici/pull/3922
Full Changelog: https://github.com/nodejs/undici/compare/v7.0.0...v7.1.0
v7.0.0
What's Changed
- fetch: fix content-encoding order by @tsctx in https://github.com/nodejs/undici/pull/3343
- Add regression test for broken body by @mcollina in https://github.com/nodejs/undici/pull/3346
- build(deps): bump node from
075a5ccto9af472bin /build by @dependabot in https://github.com/nodejs/undici/pull/3355 - fix: post request signal by @Gigioliva in https://github.com/nodejs/undici/pull/3354
- Revert "fix: post request signal (#3354)" by @ronag in https://github.com/nodejs/undici/pull/3359
- websocket: don't use pooled buffer in mask pool by @tsctx in https://github.com/nodejs/undici/pull/3357
- fix: consider bytes read when dumping by @ronag in https://github.com/nodejs/undici/pull/3360
- refactor: simplify signal handling by @ronag in https://github.com/nodejs/undici/pull/3362
- fix: use explicit flag for when use has interacted with stream by @ronag in https://github.com/nodejs/undici/pull/3361
- Refactor example documentation structure and add CacheableLookup example by @DarkGL in https://github.com/nodejs/undici/pull/3363
- refactor: simplify request error handling by @ronag in https://github.com/nodejs/undici/pull/3364
- fix: ensure onConnect is always called by @ronag in https://github.com/nodejs/undici/pull/3327
- Refactor responseHeader to responseHeaders by @DarkGL in https://github.com/nodejs/undici/pull/3375
- fix: don't override user defined MaxListeners by @fawazahmed0 in https://github.com/nodejs/undici/pull/3372
- fix: forward dispatch return value by @ronag in https://github.com/nodejs/undici/pull/3368
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.11 by @dependabot in https://github.com/nodejs/undici/pull/3382
- build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in https://github.com/nodejs/undici/pull/3384
- build(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 by @dependabot in https://github.com/nodejs/undici/pull/3383
- build(deps): bump step-security/harden-runner from 2.8.0 to 2.8.1 by @dependabot in https://github.com/nodejs/undici/pull/3381
- fix: throw on retry when payload is consume by downstream by @climba03003 in https://github.com/nodejs/undici/pull/3389
- Remove file by @KhafraDev in https://github.com/nodejs/undici/pull/3367
- build(deps): bump node from
9af472bto138d0b5in /build by @dependabot in https://github.com/nodejs/undici/pull/3392 - feat!: upgrade llhttp to 9.2.0 (#2705) by @metcoder95 in https://github.com/nodejs/undici/pull/3388
- websocket: reduce memory usage by @tsctx in https://github.com/nodejs/undici/pull/3393
- feat: implement
BodyReadable.bytesby @tsctx in https://github.com/nodejs/undici/pull/3391 - websocket: avoid using Buffer.byteLength by @tsctx in https://github.com/nodejs/undici/pull/3394
- separate whatwg websocket logic from rfc 6455 by @KhafraDev in https://github.com/nodejs/undici/pull/3396
- websocket: add fast-path for string input by @tsctx in https://github.com/nodejs/undici/pull/3395
- Add generic type for opaque object by @jfhr in https://github.com/nodejs/undici/pull/3385
- build(deps): bump node from
138d0b5to67225d4in /build by @dependabot in https://github.com/nodejs/undici/pull/3398 - interceptors: move throwOnError to interceptor by @mertcanaltin in https://github.com/nodejs/undici/pull/3331
- chore!: drop interceptors by @metcoder95 in https://github.com/nodejs/undici/pull/3399
- build(deps-dev): bump @fastify/busboy from 2.1.1 to 3.0.0 by @dependabot in https://github.com/nodejs/undici/pull/3404
- fix: don't call onConnect automatically by @ronag in https://github.com/nodejs/undici/pull/3407
- In CITGM, skip tests that are flaky there by @mcollina in https://github.com/nodejs/undici/pull/3413
- Update esbuild to 0.19.10 by @mcollina in https://github.com/nodejs/undici/pull/3415
- Fix signature of RetryHandler by @JbIPS in https://github.com/nodejs/undici/pull/3416
- docs: fix ToC in CONTRIBUTING.md by @richardlau in https://github.com/nodejs/undici/pull/3420
- Fix fetch
duplexdocs by @Ethan-Arrowood in https://github.com/nodejs/undici/pull/3422 - fix: restore externalized Node.js dep compatibility by @richardlau in https://github.com/nodejs/undici/pull/3421
- fix: cast falsy servername to null to avoid falsy inequality by @ronag in https://github.com/nodejs/undici/pull/3426
- Add backport action by @mcollina in https://github.com/nodejs/undici/pull/3427
- build(deps): bump node from
67225d4to858234ain /build by @dependabot in https://github.com/nodejs/undici/pull/3411 - build(deps): bump github/codeql-action from 3.25.11 to 3.25.15 by @dependabot in https://github.com/nodejs/undici/pull/3432
- build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 by @dependabot in https://github.com/nodejs/undici/pull/3431
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in https://github.com/nodejs/undici/pull/3430
- build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in https://github.com/nodejs/undici/pull/3428
- build(deps): bump step-security/harden-runner from 2.8.1 to 2.9.0 by @dependabot in https://github.com/nodejs/undici/pull/3429
- build(deps): bump superagent from 9.0.2 to 10.0.0 in /benchmarks by @dependabot in https://github.com/nodejs/undici/pull/3439
- build(deps): bump node from
17e6738to30c5be9in /build by @dependabot in https://github.com/nodejs/undici/pull/3443 - docs: use default link of Web Streams API by @trivikr in https://github.com/nodejs/undici/pull/3446
- fix: increased memory in finalization first appearing in v6.16.0 by @snyamathi in https://github.com/nodejs/undici/pull/3445
- test: add test for memory leak by @snyamathi in https://github.com/nodejs/undici/pull/3450
- build: parametrize the location of wasm-opt by @khardix in https://github.com/nodejs/undici/pull/3454
- test: streamline test scripts in regard of without-intl and run more tests for without-intl case by @Uzlopak in https://github.com/nodejs/undici/pull/3453
- feat!: drop throwOnError by @metcoder95 in https://github.com/nodejs/undici/pull/3451
- types: allow non strict HTTPMethod by @Uzlopak in https://github.com/nodejs/undici/pull/3457
- build(deps-dev): bump borp from 0.15.0 to 0.17.0 by @dependabot in https://github.com/nodejs/undici/pull/3424
- remove core isErrored and isReadable by @KhafraDev in https://github.com/nodejs/undici/pull/3459
- use bodyUnusable to check if body is unusable by @KhafraDev in https://github.com/nodejs/undici/pull/3460
- perf: non-recursive implementation of euclidian gcd in balanced pool by @Uzlopak in https://github.com/nodejs/undici/pull/3461
- fix: do validation first before actual business logic, like super() by @Uzlopak in https://github.com/nodejs/undici/pull/3463
- use FinalizationRegistry for cloned response body by @KhafraDev in https://github.com/nodejs/undici/pull/3458
- perf: use isIPv6 for checking if hostname is isIPv6 by @Uzlopak in https://github.com/nodejs/undici/pull/3466
- fix: stripURLForReferrer jsdoc in fetch logic by @Uzlopak in https://github.com/nodejs/undici/pull/3471
- fix: remove kInterceptors in ProxyAgent by @Uzlopak in https://github.com/nodejs/undici/pull/3474
- fix: fix codesmells in retry-handler by @Uzlopak in https://github.com/nodejs/undici/pull/3475
- add autocompletable header types by @KhafraDev in https://github.com/nodejs/undici/pull/3462
- fix: add missing kOriginalDispatch Symbol in mock-logic by @Uzlopak in https://github.com/nodejs/undici/pull/3470
- fix: fix jsdoc in cookies/parse.js by @Uzlopak in https://github.com/nodejs/undici/pull/3469
- fix: remove unnecessary parameters in USVString calls by @Uzlopak in https://github.com/nodejs/undici/pull/3467
- fix: add jsdoc in tree.js, avoiding codesmells by @Uzlopak in https://github.com/nodejs/undici/pull/3476
- perf: set isLowerCase param on all calls of HeadersList.append by @Uzlopak in https://github.com/nodejs/undici/pull/3468
- fix: instantiation of ResponseError, pass headers and data correctly by @Uzlopak in https://github.com/nodejs/undici/pull/3472
- ci: add WPT updater by @Uzlopak in https://github.com/nodejs/undici/pull/3482
- meta: move nightly comment body to issue body by @RedYetiDev in https://github.com/nodejs/undici/pull/3484
- chore: improve jsdoc in cookies by @Uzlopak in https://github.com/nodejs/undici/pull/3478
- chore: improve jsdoc and minor changes in EventSource by @Uzlopak in https://github.com/nodejs/undici/pull/3480
- types: add Autocomplete utility type by @Uzlopak in https://github.com/nodejs/undici/pull/3479
- fix: instantiation of SecureProxyConnectionError should pass options to parent class by @Uzlopak in https://github.com/nodejs/undici/pull/3473
- chore: replace standard and snazzy with neostandard by @Uzlopak in https://github.com/nodejs/undici/pull/3485
- fix: workflow commit user by @tsctx in https://github.com/nodejs/undici/pull/3491
- build(deps): bump node from
30c5be9toa20e858in /build by @dependabot in https://github.com/nodejs/undici/pull/3496 - chore: add --noEmit for typescript tests by @Uzlopak in https://github.com/nodejs/undici/pull/3498
- perf: only create wasm buffer if requested by @Uzlopak in https://github.com/nodejs/undici/pull/3499
- fix(types): MockAgent accepts ProxyAgent, EnvHttpProxyAgent and RetryAgent for agent option by @Uzlopak in https://github.com/nodejs/undici/pull/3497
- stricter Headers brand checks in cookies by @KhafraDev in https://github.com/nodejs/undici/pull/3500
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3488
- fix: setEncoding should not throw on body #1125 by @Uzlopak in https://github.com/nodejs/undici/pull/3505
- websocket: set websocket readyState on fail by @KhafraDev in https://github.com/nodejs/undici/pull/3507
- build(deps-dev): bump jsdom from 24.1.3 to 25.0.0 by @dependabot in https://github.com/nodejs/undici/pull/3511
- build(deps): bump wait-on from 7.2.0 to 8.0.0 in /benchmarks by @dependabot in https://github.com/nodejs/undici/pull/3513
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3515
- fix: reduce memory usage in client-h1 by @Uzlopak in https://github.com/nodejs/undici/pull/3510
- fix: refactor fast timers, fix UND_ERR_CONNECT_TIMEOUT on event loop blocking by @Uzlopak in https://github.com/nodejs/undici/pull/3495
- ci: make autobahn workflow reusable workflow, run the autobahn on nightly tests by @Uzlopak in https://github.com/nodejs/undici/pull/3503
- remove third party everything support in fetch by @KhafraDev in https://github.com/nodejs/undici/pull/3502
- remove double validation in webidl by @KhafraDev in https://github.com/nodejs/undici/pull/3516
- test: improve gc detection by @Uzlopak in https://github.com/nodejs/undici/pull/3504
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3519
- populate defaultValues in webidl dict. converter when passing null or undefined by @KhafraDev in https://github.com/nodejs/undici/pull/3518
- change webidl.util.Type return to an enum value by @KhafraDev in https://github.com/nodejs/undici/pull/3520
- set default argument values to undefined instead of {} by @KhafraDev in https://github.com/nodejs/undici/pull/3521
- ci: fix nightly workflow by @Uzlopak in https://github.com/nodejs/undici/pull/3525
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3527
- remove unused symbol by @KhafraDev in https://github.com/nodejs/undici/pull/3530
- fix formdata arg validation by @KhafraDev in https://github.com/nodejs/undici/pull/3529
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 by @dependabot in https://github.com/nodejs/undici/pull/3534
- build(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14 by @dependabot in https://github.com/nodejs/undici/pull/3536
- build(deps): bump step-security/harden-runner from 2.9.0 to 2.9.1 by @dependabot in https://github.com/nodejs/undici/pull/3535
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 by @dependabot in https://github.com/nodejs/undici/pull/3537
- Remove patched DOM types by @eXhumer in https://github.com/nodejs/undici/pull/3533
- chore: minor changes in client-h1, use subarray instead of slice by @Uzlopak in https://github.com/nodejs/undici/pull/3538
- fix: run asserts first if possible by @Uzlopak in https://github.com/nodejs/undici/pull/3541
- build(deps): bump node from
a20e858toa17f484in /build by @dependabot in https://github.com/nodejs/undici/pull/3542 - chore: noop per file by @Uzlopak in https://github.com/nodejs/undici/pull/3544
- build(deps): bump node from
a17f484toef7b4bbin /build by @dependabot in https://github.com/nodejs/undici/pull/3547 - chore: rename buildUrl to serializePathWithQuery + jsdoc by @Uzlopak in https://github.com/nodejs/undici/pull/3545
- fix: add jsdoc and do minor changes in utils.js by @Uzlopak in https://github.com/nodejs/undici/pull/3550
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3556
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3561
- feat: jsdoc and minor optimizations in client-h1.js by @Uzlopak in https://github.com/nodejs/undici/pull/3551
- fix: handle websocket closed correctly by @KhafraDev in https://github.com/nodejs/undici/pull/3565
- fix: extract noop everywhere by @Uzlopak in https://github.com/nodejs/undici/pull/3559
- chore: add jsdoc for lib/web/websocket/util.js, minor rewrite of utf8Decode by @Uzlopak in https://github.com/nodejs/undici/pull/3563
- jsdoc: lib/api/readable.js, fix some types by @Uzlopak in https://github.com/nodejs/undici/pull/3567
- fix: use fasttimers for all connection timeouts by @Uzlopak in https://github.com/nodejs/undici/pull/3552
- chore: use 'use strict' in cjs files by @Uzlopak in https://github.com/nodejs/undici/pull/3568
- chore: update typescript testing deps by @Uzlopak in https://github.com/nodejs/undici/pull/3571
- build(deps)!: bump concurrently from 8.2.2 to 9.0.0 in /benchmarks (node < 18 unsupported) by @dependabot in https://github.com/nodejs/undici/pull/3574
- build(deps): bump node from
ef7b4bbto3cb4748in /build by @dependabot in https://github.com/nodejs/undici/pull/3573 - chore: improve jsdoc of lib/core/tree.js by @Uzlopak in https://github.com/nodejs/undici/pull/3572
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3576
- jsdoc: improve typing of deepClone by @Uzlopak in https://github.com/nodejs/undici/pull/3575
- chore: improve jsdoc of lib/core/constants.js by @Uzlopak in https://github.com/nodejs/undici/pull/3570
- chore: upgrade fixed queue, lint accordingly, add jsdoc by @Uzlopak in https://github.com/nodejs/undici/pull/3577
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3581
- ci: less flaky test/request-timeout.js test by @Uzlopak in https://github.com/nodejs/undici/pull/3580
- chore: remove pluralizer by @Uzlopak in https://github.com/nodejs/undici/pull/3586
- util: rename validateHandler to assertRequestHandler, minor changes in util.js by @Uzlopak in https://github.com/nodejs/undici/pull/3583
- mock: remove Error.captureStackTrace in MockNotMatchedError by @Uzlopak in https://github.com/nodejs/undici/pull/3587
- fix: DRY up lib/core/diagnostics.js by @Uzlopak in https://github.com/nodejs/undici/pull/3585
- fix: husky deprecation warning by @eXhumer in https://github.com/nodejs/undici/pull/3593
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3598
- chore: remove unused
pre-commitdependency by @eXhumer in https://github.com/nodejs/undici/pull/3599 - diagnostics-channel: use not deprecated subscribe fn by @Uzlopak in https://github.com/nodejs/undici/pull/3600
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3607
- fetch: make fullyReadBody sync by @Uzlopak in https://github.com/nodejs/undici/pull/3603
- jsdoc: add jsdoc to lib/web/fetch/constants.js by @Uzlopak in https://github.com/nodejs/undici/pull/3597
- fetch: pullAlgorithm passes the async resume function through by @Uzlopak in https://github.com/nodejs/undici/pull/3604
- fix: typo in Client.md by @SkeLLLa in https://github.com/nodejs/undici/pull/3612
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3615
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3622
- fetch: avoid async function in mainFetch to generate response by @Uzlopak in https://github.com/nodejs/undici/pull/3605
- Update WPT by @github-actions in https://github.com/nodejs/undici/pull/3626
- append crlf to formdata body by @KhafraDev in https://github.com/nodejs/undici/pull/3625
- fix: fire
closeon failed WebSocket connection by @eXhumer in https://github.com/nodejs/undici/pull/3566 - fix: fire close on failed WebSocket connection by @KhafraDev in https://github.com/nodejs/undici/pull/3628
- handle body errors by @KhafraDev in [https://github.com/nodejs/undici/pull/3632
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.