Skip to content
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

build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 #2395

Merged
merged 1 commit into from Nov 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps actions/setup-node from 3.8.1 to 4.0.0.

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

Commits
  • 8f152de Update actions/checkout for documentation and yaml (#876)
  • 23755b5 upgrade actions/checkout to v4 (#868)
  • 54534a2 Change node version for action to node20 (#866)
  • 1a4442c Update toolkit cache and core (#875)
  • 6e9e448 Merge pull request #872 from akv-platform/add-notice-about-binaries-not-being...
  • e52912e Update tests
  • ac16ae4 Update message to use waning instead of info
  • 5a8d911 Update build
  • 9e956a5 Add notice about binaries not being updated yet
  • 7da2a7e Bump @​babel/traverse from 7.15.4 to 7.23.2 (#870)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@5e21ff4...8f152de)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 1, 2023
@ronag ronag merged commit 1f6d159 into main Nov 30, 2023
21 of 22 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-node-4.0.0 branch November 30, 2023 12:34
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Dec 1, 2023
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.28.0` -> `5.28.2`](https://renovatebot.com/diffs/npm/undici/5.26.5/5.28.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.26.5/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.26.5/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

### [`v5.28.0`](https://togithub.com/nodejs/undici/releases/tag/v5.28.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.2...v5.28.0)

#### What's Changed

-   fix(parseHeaders): util.parseHeaders handle correctly array of buffer… by [@&#8203;mdoria12](https://togithub.com/mdoria12) in [nodejs/undici#2398
-   docs: add license to undici-types by [@&#8203;dancastillo](https://togithub.com/dancastillo) in [nodejs/undici#2401
-   perf: optimize Readable.dump by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2402
-   perf(headers): Improve Headers by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2397
-   test: re-enable conditional WPT Report for websockets by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2407
-   fix: delay abort on 'close' by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2408
-   refactor: use `substring` instead of `substr` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2411
-   add additional http2 test with fetch by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2419
-   fix: HTTPToken check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2410
-   perf: optimize HeadersList.get by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2420
-   properly handle pseudo-headers in fetch by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2422
-   perf(headers): if the guard is immutable by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2424
-   fix(mock-agent): send stream body by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2425
-   build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2394
-   feat([#&#8203;2264](https://togithub.com/nodejs/undici/issues/2264)): Expose Retry Handler by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2281
-   fix: implement `Headers#set` correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2432
-   fix: implement `Headers#delete` correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2430
-   test: update websocket wpt availability by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2437
-   fix: type comment position by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2443
-   fix: `onHeaders` type declaration by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2444
-   remove http2 status pseudo header from headers by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2438
-   docs: Clarify `path` matching in `intercept()` by [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) in [nodejs/undici#2426
-   fix: set-cookie clone by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2446
-   docs: fix typo in maxConcurrentStreams by [@&#8203;tniessen](https://togithub.com/tniessen) in [nodejs/undici#2450
-   refactor: remove leftovers by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2451
-   refactor: add missing new operator by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2452

#### New Contributors

-   [@&#8203;mdoria12](https://togithub.com/mdoria12) made their first contribution in [nodejs/undici#2398
-   [@&#8203;tsctx](https://togithub.com/tsctx) made their first contribution in [nodejs/undici#2397
-   [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) made their first contribution in [nodejs/undici#2426

**Full Changelog**: nodejs/undici@v5.27.2...v5.28.0

### [`v5.27.2`](https://togithub.com/nodejs/undici/releases/tag/v5.27.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.1...v5.27.2)

**Full Changelog**: nodejs/undici@v5.27.1...v5.27.2

### [`v5.27.1`](https://togithub.com/nodejs/undici/releases/tag/v5.27.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.0...v5.27.1)

#### What's Changed

-   add regression test by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2376
-   fix: define conditions when content-length should be sent  by [@&#8203;pxue](https://togithub.com/pxue) in [nodejs/undici#2305
-   refactor: removed unnecessary default by [@&#8203;nikelborm](https://togithub.com/nikelborm) in [nodejs/undici#2381
-   fix: stream body handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2391

#### New Contributors

-   [@&#8203;pxue](https://togithub.com/pxue) made their first contribution in [nodejs/undici#2305
-   [@&#8203;nikelborm](https://togithub.com/nikelborm) made their first contribution in [nodejs/undici#2381

**Full Changelog**: nodejs/undici@v5.27.0...v5.27.1

### [`v5.27.0`](https://togithub.com/nodejs/undici/releases/tag/v5.27.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.26.5...v5.27.0)

#### What's Changed

-   Use sets and reusable TextEncoder/TextDecoder instances by [@&#8203;kibertoad](https://togithub.com/kibertoad) in [nodejs/undici#2368
-   feat: forward onRequestSent to handler by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2375
-   skip bundle test on node 16 by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2377
-   fix windows CI by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2379

**Full Changelog**: nodejs/undici@v5.26.5...v5.27.0

</details>

---

### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
kodiakhq bot pushed a commit to X-oss-byte/Canary-nextjs that referenced this pull request Dec 3, 2023
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.28.1` -> `5.28.2`](https://renovatebot.com/diffs/npm/undici/5.28.1/5.28.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.1/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.1/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

</details>

---

### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
kodiakhq bot pushed a commit to ascorbic/unpic-img that referenced this pull request Dec 4, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.27.2` -> `5.28.2`](https://renovatebot.com/diffs/npm/undici/5.27.2/5.28.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.27.2/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.27.2/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

### [`v5.28.0`](https://togithub.com/nodejs/undici/releases/tag/v5.28.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.2...v5.28.0)

#### What's Changed

-   fix(parseHeaders): util.parseHeaders handle correctly array of buffer… by [@&#8203;mdoria12](https://togithub.com/mdoria12) in [nodejs/undici#2398
-   docs: add license to undici-types by [@&#8203;dancastillo](https://togithub.com/dancastillo) in [nodejs/undici#2401
-   perf: optimize Readable.dump by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2402
-   perf(headers): Improve Headers by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2397
-   test: re-enable conditional WPT Report for websockets by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2407
-   fix: delay abort on 'close' by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2408
-   refactor: use `substring` instead of `substr` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2411
-   add additional http2 test with fetch by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2419
-   fix: HTTPToken check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2410
-   perf: optimize HeadersList.get by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2420
-   properly handle pseudo-headers in fetch by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2422
-   perf(headers): if the guard is immutable by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2424
-   fix(mock-agent): send stream body by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2425
-   build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2394
-   feat([#&#8203;2264](https://togithub.com/nodejs/undici/issues/2264)): Expose Retry Handler by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2281
-   fix: implement `Headers#set` correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2432
-   fix: implement `Headers#delete` correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2430
-   test: update websocket wpt availability by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2437
-   fix: type comment position by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2443
-   fix: `onHeaders` type declaration by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2444
-   remove http2 status pseudo header from headers by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2438
-   docs: Clarify `path` matching in `intercept()` by [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) in [nodejs/undici#2426
-   fix: set-cookie clone by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2446
-   docs: fix typo in maxConcurrentStreams by [@&#8203;tniessen](https://togithub.com/tniessen) in [nodejs/undici#2450
-   refactor: remove leftovers by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2451
-   refactor: add missing new operator by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2452

#### New Contributors

-   [@&#8203;mdoria12](https://togithub.com/mdoria12) made their first contribution in [nodejs/undici#2398
-   [@&#8203;tsctx](https://togithub.com/tsctx) made their first contribution in [nodejs/undici#2397
-   [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) made their first contribution in [nodejs/undici#2426

**Full Changelog**: nodejs/undici@v5.27.2...v5.28.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm on sunday" (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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ascorbic/unpic-img).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
gr2m pushed a commit to octokit/rest.js that referenced this pull request Dec 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org)
([source](https://togithub.com/nodejs/undici)) | [`^5.22.1` ->
`^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.26.2/6.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.26.2/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.26.2/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

- 16 eol by [@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2480
- update spec & wpts by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2482
- version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev)
in
[nodejs/undici#2483
- perf: avoid Response initialization by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2489
- perf: optimize `parseHeaders` by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2492
- chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2490
- feat: print attempted addresses on ConnectTimeoutError by
[@&#8203;fengmk2](https://togithub.com/fengmk2) in
[nodejs/undici#2494
- Expose HTTP errors that are not meant to be retried by
[@&#8203;MzUgM](https://togithub.com/MzUgM) in
[nodejs/undici#2496

**Full Changelog**:
nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

- fix: remove optional chainning for compatible with Nodejs12 and below
by [@&#8203;bugb](https://togithub.com/bugb) in
[nodejs/undici#2470
- fix: remove `node:` prefix by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2471
- perf: avoid Headers initialization by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2468
- fix: handle SharedArrayBuffer correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2466
- fix: Add `null` type to `signal` in `RequestInit` by
[@&#8203;gebsh](https://togithub.com/gebsh) in
[nodejs/undici#2455
- fix: correctly handle data URL with hashes. by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2475
- fix: check response for timinginfo allow flag by
[@&#8203;ToshB](https://togithub.com/ToshB) in
[nodejs/undici#2477
- Make call to onBodySent conditional in RetryHandler by
[@&#8203;MzUgM](https://togithub.com/MzUgM) in
[nodejs/undici#2478
- refactor: better integrity check by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2462
- fix: Added support for inline URL username:password proxy auth by
[@&#8203;matt-way](https://togithub.com/matt-way) in
[nodejs/undici#2473
- build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2472
- build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2405
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2396
- build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2395
- build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2392
- build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2389
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2302

#### New Contributors

- [@&#8203;bugb](https://togithub.com/bugb) made their first
contribution in
[nodejs/undici#2470
- [@&#8203;gebsh](https://togithub.com/gebsh) made their first
contribution in
[nodejs/undici#2455
- [@&#8203;ToshB](https://togithub.com/ToshB) made their first
contribution in
[nodejs/undici#2477
- [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first
contribution in
[nodejs/undici#2478
- [@&#8203;matt-way](https://togithub.com/matt-way) made their first
contribution in
[nodejs/undici#2473

**Full Changelog**:
nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

- perf: Improve `normalizeMethod` by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2456
- fix: dispatch error handling by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2459
- perf(request): optimize if headers are given by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2454

**Full Changelog**:
nodejs/undici@v5.28.0...v5.28.1

### [`v5.28.0`](https://togithub.com/nodejs/undici/releases/tag/v5.28.0)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.27.2...v5.28.0)

#### What's Changed

- fix(parseHeaders): util.parseHeaders handle correctly array of buffer…
by [@&#8203;mdoria12](https://togithub.com/mdoria12) in
[nodejs/undici#2398
- docs: add license to undici-types by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[nodejs/undici#2401
- perf: optimize Readable.dump by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2402
- perf(headers): Improve Headers by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2397
- test: re-enable conditional WPT Report for websockets by
[@&#8203;panva](https://togithub.com/panva) in
[nodejs/undici#2407
- fix: delay abort on 'close' by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2408
- refactor: use `substring` instead of `substr` by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2411
- add additional http2 test with fetch by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2419
- fix: HTTPToken check by [@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2410
- perf: optimize HeadersList.get by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2420
- properly handle pseudo-headers in fetch by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2422
- perf(headers): if the guard is immutable by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2424
- fix(mock-agent): send stream body by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2425
- build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2394
- feat([#&#8203;2264](https://togithub.com/nodejs/undici/issues/2264)):
Expose Retry Handler by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[nodejs/undici#2281
- fix: implement `Headers#set` correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2432
- fix: implement `Headers#delete` correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2430
- test: update websocket wpt availability by
[@&#8203;panva](https://togithub.com/panva) in
[nodejs/undici#2437
- fix: type comment position by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2443
- fix: `onHeaders` type declaration by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2444
- remove http2 status pseudo header from headers by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2438
- docs: Clarify `path` matching in `intercept()` by
[@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) in
[nodejs/undici#2426
- fix: set-cookie clone by [@&#8203;tsctx](https://togithub.com/tsctx)
in
[nodejs/undici#2446
- docs: fix typo in maxConcurrentStreams by
[@&#8203;tniessen](https://togithub.com/tniessen) in
[nodejs/undici#2450
- refactor: remove leftovers by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[nodejs/undici#2451
- refactor: add missing new operator by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2452

#### New Contributors

- [@&#8203;mdoria12](https://togithub.com/mdoria12) made their first
contribution in
[nodejs/undici#2398
- [@&#8203;tsctx](https://togithub.com/tsctx) made their first
contribution in
[nodejs/undici#2397
- [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) made
their first contribution in
[nodejs/undici#2426

**Full Changelog**:
nodejs/undici@v5.27.2...v5.28.0

### [`v5.27.2`](https://togithub.com/nodejs/undici/releases/tag/v5.27.2)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.27.1...v5.27.2)

**Full Changelog**:
nodejs/undici@v5.27.1...v5.27.2

### [`v5.27.1`](https://togithub.com/nodejs/undici/releases/tag/v5.27.1)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.27.0...v5.27.1)

#### What's Changed

- add regression test by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2376
- fix: define conditions when content-length should be sent by
[@&#8203;pxue](https://togithub.com/pxue) in
[nodejs/undici#2305
- refactor: removed unnecessary default by
[@&#8203;nikelborm](https://togithub.com/nikelborm) in
[nodejs/undici#2381
- fix: stream body handling by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2391

#### New Contributors

- [@&#8203;pxue](https://togithub.com/pxue) made their first
contribution in
[nodejs/undici#2305
- [@&#8203;nikelborm](https://togithub.com/nikelborm) made their first
contribution in
[nodejs/undici#2381

**Full Changelog**:
nodejs/undici@v5.27.0...v5.27.1

### [`v5.27.0`](https://togithub.com/nodejs/undici/releases/tag/v5.27.0)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.5...v5.27.0)

#### What's Changed

- Use sets and reusable TextEncoder/TextDecoder instances by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[nodejs/undici#2368
- feat: forward onRequestSent to handler by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2375
- skip bundle test on node 16 by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2377
- fix windows CI by [@&#8203;KhafraDev](https://togithub.com/KhafraDev)
in
[nodejs/undici#2379

**Full Changelog**:
nodejs/undici@v5.26.5...v5.27.0

### [`v5.26.5`](https://togithub.com/nodejs/undici/releases/tag/v5.26.5)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.4...v5.26.5)

#### What's Changed

- Drop race condition in connect-timeout test by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[nodejs/undici#2360
- Remove a couple of unnecessary async functions by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[nodejs/undici#2367
- Update namespace type with Fetch exports by
[@&#8203;Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in
[nodejs/undici#2361

**Full Changelog**:
nodejs/undici@v5.26.4...v5.26.5

### [`v5.26.4`](https://togithub.com/nodejs/undici/releases/tag/v5.26.4)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.3...v5.26.4)

#### What's Changed

- use esbuild define/hooks by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2342
- fix request's arrayBuffer returning uint8 instead of arraybuffer by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2344
- fix: skip readMore call if parser is null or undefined by
[@&#8203;iiAku](https://togithub.com/iiAku) in
[nodejs/undici#2346
- test: first attempt for flaky fix by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[nodejs/undici#2337
- test: only include WebSocket in WPT Report where it's landed by
[@&#8203;panva](https://togithub.com/panva) in
[nodejs/undici#2351
- Update DispatchInterceptor.md by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[nodejs/undici#2354
- fix: Avoid error for stream() being aborted by
[@&#8203;BobNobrain](https://togithub.com/BobNobrain) in
[nodejs/undici#2355
- fix names with esbuild by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2359

#### New Contributors

- [@&#8203;iiAku](https://togithub.com/iiAku) made their first
contribution in
[nodejs/undici#2346
- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[nodejs/undici#2354
- [@&#8203;BobNobrain](https://togithub.com/BobNobrain) made their first
contribution in
[nodejs/undici#2355

**Full Changelog**:
nodejs/undici@v5.26.3...v5.26.4

###
[`v5.26.3`](https://togithub.com/nodejs/undici/compare/12a62187d45f332cf39dd405f7c52b759cf40cdd...227b9bedf233f741b86dda4ae9d1c7ad69f5d75c)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.2...v5.26.3)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/octokit/rest.js).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Brooooooklyn added a commit to toeverything/AFFiNE that referenced this pull request Dec 6, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.27.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.0/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

-   16 eol by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2480
-   update spec & wpts by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2482
-   version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2483
-   perf: avoid Response initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2489
-   perf: optimize `parseHeaders` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2492
-   chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2490
-   feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://togithub.com/fengmk2) in [nodejs/undici#2494
-   Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2496

**Full Changelog**: nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
Brooooooklyn added a commit to toeverything/AFFiNE that referenced this pull request Dec 6, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.27.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.0/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

-   16 eol by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2480
-   update spec & wpts by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2482
-   version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2483
-   perf: avoid Response initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2489
-   perf: optimize `parseHeaders` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2492
-   chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2490
-   feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://togithub.com/fengmk2) in [nodejs/undici#2494
-   Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2496

**Full Changelog**: nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
Brooooooklyn added a commit to toeverything/AFFiNE that referenced this pull request Dec 6, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.27.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.1`](https://togithub.com/nodejs/undici/releases/tag/v6.0.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v6.0.0...v6.0.1)

#### What's Changed

-   fix: stream error timings by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2497

**Full Changelog**: nodejs/undici@v6.0.0...v6.0.1

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

-   16 eol by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2480
-   update spec & wpts by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2482
-   version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2483
-   perf: avoid Response initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2489
-   perf: optimize `parseHeaders` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2492
-   chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2490
-   feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://togithub.com/fengmk2) in [nodejs/undici#2494
-   Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2496

**Full Changelog**: nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
Brooooooklyn added a commit to toeverything/AFFiNE that referenced this pull request Dec 8, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.27.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.1`](https://togithub.com/nodejs/undici/releases/tag/v6.0.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v6.0.0...v6.0.1)

#### What's Changed

-   fix: stream error timings by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2497

**Full Changelog**: nodejs/undici@v6.0.0...v6.0.1

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

-   16 eol by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2480
-   update spec & wpts by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2482
-   version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2483
-   perf: avoid Response initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2489
-   perf: optimize `parseHeaders` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2492
-   chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2490
-   feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://togithub.com/fengmk2) in [nodejs/undici#2494
-   Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2496

**Full Changelog**: nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
Brooooooklyn added a commit to toeverything/AFFiNE that referenced this pull request Dec 8, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.27.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.1`](https://togithub.com/nodejs/undici/releases/tag/v6.0.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v6.0.0...v6.0.1)

#### What's Changed

-   fix: stream error timings by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2497

**Full Changelog**: nodejs/undici@v6.0.0...v6.0.1

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

-   16 eol by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2480
-   update spec & wpts by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2482
-   version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2483
-   perf: avoid Response initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2489
-   perf: optimize `parseHeaders` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2492
-   chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2490
-   feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://togithub.com/fengmk2) in [nodejs/undici#2494
-   Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2496

**Full Changelog**: nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
Brooooooklyn added a commit to toeverything/AFFiNE that referenced this pull request Dec 8, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.27.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.0.1`](https://togithub.com/nodejs/undici/releases/tag/v6.0.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v6.0.0...v6.0.1)

#### What's Changed

-   fix: stream error timings by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2497

**Full Changelog**: nodejs/undici@v6.0.0...v6.0.1

### [`v6.0.0`](https://togithub.com/nodejs/undici/releases/tag/v6.0.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v6.0.0)

#### What's Changed

-   16 eol by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2480
-   update spec & wpts by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2482
-   version cleanup by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2483
-   perf: avoid Response initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2489
-   perf: optimize `parseHeaders` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2492
-   chore: fix typo by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2490
-   feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://togithub.com/fengmk2) in [nodejs/undici#2494
-   Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2496

**Full Changelog**: nodejs/undici@v5.28.2...v6.0.0

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
renovate bot added a commit to specfy/specfy that referenced this pull request Jan 16, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org)
([source](https://togithub.com/nodejs/undici)) | [`5.28.1` ->
`5.28.2`](https://renovatebot.com/diffs/npm/undici/5.28.1/5.28.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.28.1/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.28.1/5.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

- fix: remove optional chainning for compatible with Nodejs12 and below
by [@&#8203;bugb](https://togithub.com/bugb) in
[nodejs/undici#2470
- fix: remove `node:` prefix by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2471
- perf: avoid Headers initialization by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2468
- fix: handle SharedArrayBuffer correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2466
- fix: Add `null` type to `signal` in `RequestInit` by
[@&#8203;gebsh](https://togithub.com/gebsh) in
[nodejs/undici#2455
- fix: correctly handle data URL with hashes. by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2475
- fix: check response for timinginfo allow flag by
[@&#8203;ToshB](https://togithub.com/ToshB) in
[nodejs/undici#2477
- Make call to onBodySent conditional in RetryHandler by
[@&#8203;MzUgM](https://togithub.com/MzUgM) in
[nodejs/undici#2478
- refactor: better integrity check by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2462
- fix: Added support for inline URL username:password proxy auth by
[@&#8203;matt-way](https://togithub.com/matt-way) in
[nodejs/undici#2473
- build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2472
- build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2405
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2396
- build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2395
- build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2392
- build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2389
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2302

#### New Contributors

- [@&#8203;bugb](https://togithub.com/bugb) made their first
contribution in
[nodejs/undici#2470
- [@&#8203;gebsh](https://togithub.com/gebsh) made their first
contribution in
[nodejs/undici#2455
- [@&#8203;ToshB](https://togithub.com/ToshB) made their first
contribution in
[nodejs/undici#2477
- [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first
contribution in
[nodejs/undici#2478
- [@&#8203;matt-way](https://togithub.com/matt-way) made their first
contribution in
[nodejs/undici#2473

**Full Changelog**:
nodejs/undici@v5.28.1...v5.28.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm every weekday" in timezone
Europe/Paris, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/specfy/specfy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Feb 7, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.28.2` -> `5.28.3`](https://renovatebot.com/diffs/npm/undici/5.26.5/5.28.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.26.5/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.26.5/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v5.28.3`](https://togithub.com/nodejs/undici/releases/tag/v5.28.3)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v5.28.3)

#### ⚠️ Security Release ⚠️

Details on the vulnerabilities fixed will be shared in the next couple of days.

**Full Changelog**: nodejs/undici@v5.28.2...v5.28.3

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

-   fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://togithub.com/bugb) in [nodejs/undici#2470
-   fix: remove `node:` prefix by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2471
-   perf: avoid Headers initialization by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2468
-   fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2466
-   fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://togithub.com/gebsh) in [nodejs/undici#2455
-   fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2475
-   fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://togithub.com/ToshB) in [nodejs/undici#2477
-   Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://togithub.com/MzUgM) in [nodejs/undici#2478
-   refactor: better integrity check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2462
-   fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://togithub.com/matt-way) in [nodejs/undici#2473
-   build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2472
-   build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2405
-   build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2396
-   build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2395
-   build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2392
-   build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2389
-   build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2302

#### New Contributors

-   [@&#8203;bugb](https://togithub.com/bugb) made their first contribution in [nodejs/undici#2470
-   [@&#8203;gebsh](https://togithub.com/gebsh) made their first contribution in [nodejs/undici#2455
-   [@&#8203;ToshB](https://togithub.com/ToshB) made their first contribution in [nodejs/undici#2477
-   [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first contribution in [nodejs/undici#2478
-   [@&#8203;matt-way](https://togithub.com/matt-way) made their first contribution in [nodejs/undici#2473

**Full Changelog**: nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

-   perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2456
-   fix: dispatch error handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2459
-   perf(request): optimize if headers are given by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2454

**Full Changelog**: nodejs/undici@v5.28.0...v5.28.1

### [`v5.28.0`](https://togithub.com/nodejs/undici/releases/tag/v5.28.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.2...v5.28.0)

#### What's Changed

-   fix(parseHeaders): util.parseHeaders handle correctly array of buffer… by [@&#8203;mdoria12](https://togithub.com/mdoria12) in [nodejs/undici#2398
-   docs: add license to undici-types by [@&#8203;dancastillo](https://togithub.com/dancastillo) in [nodejs/undici#2401
-   perf: optimize Readable.dump by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2402
-   perf(headers): Improve Headers by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2397
-   test: re-enable conditional WPT Report for websockets by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2407
-   fix: delay abort on 'close' by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2408
-   refactor: use `substring` instead of `substr` by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2411
-   add additional http2 test with fetch by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2419
-   fix: HTTPToken check by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2410
-   perf: optimize HeadersList.get by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2420
-   properly handle pseudo-headers in fetch by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2422
-   perf(headers): if the guard is immutable by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2424
-   fix(mock-agent): send stream body by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2425
-   build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2394
-   feat([#&#8203;2264](https://togithub.com/nodejs/undici/issues/2264)): Expose Retry Handler by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2281
-   fix: implement `Headers#set` correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2432
-   fix: implement `Headers#delete` correctly by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2430
-   test: update websocket wpt availability by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2437
-   fix: type comment position by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2443
-   fix: `onHeaders` type declaration by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2444
-   remove http2 status pseudo header from headers by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2438
-   docs: Clarify `path` matching in `intercept()` by [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) in [nodejs/undici#2426
-   fix: set-cookie clone by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2446
-   docs: fix typo in maxConcurrentStreams by [@&#8203;tniessen](https://togithub.com/tniessen) in [nodejs/undici#2450
-   refactor: remove leftovers by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2451
-   refactor: add missing new operator by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2452

#### New Contributors

-   [@&#8203;mdoria12](https://togithub.com/mdoria12) made their first contribution in [nodejs/undici#2398
-   [@&#8203;tsctx](https://togithub.com/tsctx) made their first contribution in [nodejs/undici#2397
-   [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) made their first contribution in [nodejs/undici#2426

**Full Changelog**: nodejs/undici@v5.27.2...v5.28.0

### [`v5.27.2`](https://togithub.com/nodejs/undici/releases/tag/v5.27.2)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.1...v5.27.2)

**Full Changelog**: nodejs/undici@v5.27.1...v5.27.2

### [`v5.27.1`](https://togithub.com/nodejs/undici/releases/tag/v5.27.1)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.27.0...v5.27.1)

#### What's Changed

-   add regression test by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2376
-   fix: define conditions when content-length should be sent  by [@&#8203;pxue](https://togithub.com/pxue) in [nodejs/undici#2305
-   refactor: removed unnecessary default by [@&#8203;nikelborm](https://togithub.com/nikelborm) in [nodejs/undici#2381
-   fix: stream body handling by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2391

#### New Contributors

-   [@&#8203;pxue](https://togithub.com/pxue) made their first contribution in [nodejs/undici#2305
-   [@&#8203;nikelborm](https://togithub.com/nikelborm) made their first contribution in [nodejs/undici#2381

**Full Changelog**: nodejs/undici@v5.27.0...v5.27.1

### [`v5.27.0`](https://togithub.com/nodejs/undici/releases/tag/v5.27.0)

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.26.5...v5.27.0)

#### What's Changed

-   Use sets and reusable TextEncoder/TextDecoder instances by [@&#8203;kibertoad](https://togithub.com/kibertoad) in [nodejs/undici#2368
-   feat: forward onRequestSent to handler by [@&#8203;ronag](https://togithub.com/ronag) in [nodejs/undici#2375
-   skip bundle test on node 16 by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2377
-   fix windows CI by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2379

**Full Changelog**: nodejs/undici@v5.26.5...v5.27.0

</details>

---

### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
louis-bompart pushed a commit to coveo/cli that referenced this pull request Feb 21, 2024
…#1428)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org)
([source](https://togithub.com/nodejs/undici)) | [`5.26.2` ->
`5.28.3`](https://renovatebot.com/diffs/npm/undici/5.26.2/5.28.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.26.2/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.26.2/5.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

### GitHub Vulnerability Alerts

####
[CVE-2024-24758](https://togithub.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3)

### Impact

Undici already cleared Authorization headers on cross-origin redirects,
but did not clear `Proxy-Authorization` headers.

### Patches

This is patched in v5.28.3 and v6.6.1

### Workarounds

There are no known workarounds.

### References

- https://fetch.spec.whatwg.org/#authentication-entries
-
GHSA-wqq4-5wpv-mx2g

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v5.28.3`](https://togithub.com/nodejs/undici/releases/tag/v5.28.3)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.2...v5.28.3)

#### ⚠️ Security Release ⚠️

Details on the vulnerabilities fixed will be shared in the next couple
of days.

**Full Changelog**:
nodejs/undici@v5.28.2...v5.28.3

### [`v5.28.2`](https://togithub.com/nodejs/undici/releases/tag/v5.28.2)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.1...v5.28.2)

#### What's Changed

- fix: remove optional chainning for compatible with Nodejs12 and below
by [@&#8203;bugb](https://togithub.com/bugb) in
[nodejs/undici#2470
- fix: remove `node:` prefix by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2471
- perf: avoid Headers initialization by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2468
- fix: handle SharedArrayBuffer correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2466
- fix: Add `null` type to `signal` in `RequestInit` by
[@&#8203;gebsh](https://togithub.com/gebsh) in
[nodejs/undici#2455
- fix: correctly handle data URL with hashes. by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2475
- fix: check response for timinginfo allow flag by
[@&#8203;ToshB](https://togithub.com/ToshB) in
[nodejs/undici#2477
- Make call to onBodySent conditional in RetryHandler by
[@&#8203;MzUgM](https://togithub.com/MzUgM) in
[nodejs/undici#2478
- refactor: better integrity check by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2462
- fix: Added support for inline URL username:password proxy auth by
[@&#8203;matt-way](https://togithub.com/matt-way) in
[nodejs/undici#2473
- build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2472
- build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2405
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2396
- build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2395
- build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2392
- build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2389
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2302

#### New Contributors

- [@&#8203;bugb](https://togithub.com/bugb) made their first
contribution in
[nodejs/undici#2470
- [@&#8203;gebsh](https://togithub.com/gebsh) made their first
contribution in
[nodejs/undici#2455
- [@&#8203;ToshB](https://togithub.com/ToshB) made their first
contribution in
[nodejs/undici#2477
- [@&#8203;MzUgM](https://togithub.com/MzUgM) made their first
contribution in
[nodejs/undici#2478
- [@&#8203;matt-way](https://togithub.com/matt-way) made their first
contribution in
[nodejs/undici#2473

**Full Changelog**:
nodejs/undici@v5.28.1...v5.28.2

### [`v5.28.1`](https://togithub.com/nodejs/undici/releases/tag/v5.28.1)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.28.0...v5.28.1)

#### What's Changed

- perf: Improve `normalizeMethod` by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2456
- fix: dispatch error handling by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2459
- perf(request): optimize if headers are given by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2454

**Full Changelog**:
nodejs/undici@v5.28.0...v5.28.1

### [`v5.28.0`](https://togithub.com/nodejs/undici/releases/tag/v5.28.0)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.27.2...v5.28.0)

#### What's Changed

- fix(parseHeaders): util.parseHeaders handle correctly array of buffer…
by [@&#8203;mdoria12](https://togithub.com/mdoria12) in
[nodejs/undici#2398
- docs: add license to undici-types by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[nodejs/undici#2401
- perf: optimize Readable.dump by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2402
- perf(headers): Improve Headers by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2397
- test: re-enable conditional WPT Report for websockets by
[@&#8203;panva](https://togithub.com/panva) in
[nodejs/undici#2407
- fix: delay abort on 'close' by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2408
- refactor: use `substring` instead of `substr` by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2411
- add additional http2 test with fetch by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2419
- fix: HTTPToken check by [@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2410
- perf: optimize HeadersList.get by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2420
- properly handle pseudo-headers in fetch by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2422
- perf(headers): if the guard is immutable by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2424
- fix(mock-agent): send stream body by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2425
- build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[nodejs/undici#2394
- feat([#&#8203;2264](https://togithub.com/nodejs/undici/issues/2264)):
Expose Retry Handler by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[nodejs/undici#2281
- fix: implement `Headers#set` correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2432
- fix: implement `Headers#delete` correctly by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2430
- test: update websocket wpt availability by
[@&#8203;panva](https://togithub.com/panva) in
[nodejs/undici#2437
- fix: type comment position by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2443
- fix: `onHeaders` type declaration by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2444
- remove http2 status pseudo header from headers by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2438
- docs: Clarify `path` matching in `intercept()` by
[@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) in
[nodejs/undici#2426
- fix: set-cookie clone by [@&#8203;tsctx](https://togithub.com/tsctx)
in
[nodejs/undici#2446
- docs: fix typo in maxConcurrentStreams by
[@&#8203;tniessen](https://togithub.com/tniessen) in
[nodejs/undici#2450
- refactor: remove leftovers by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[nodejs/undici#2451
- refactor: add missing new operator by
[@&#8203;tsctx](https://togithub.com/tsctx) in
[nodejs/undici#2452

#### New Contributors

- [@&#8203;mdoria12](https://togithub.com/mdoria12) made their first
contribution in
[nodejs/undici#2398
- [@&#8203;tsctx](https://togithub.com/tsctx) made their first
contribution in
[nodejs/undici#2397
- [@&#8203;oliversalzburg](https://togithub.com/oliversalzburg) made
their first contribution in
[nodejs/undici#2426

**Full Changelog**:
nodejs/undici@v5.27.2...v5.28.0

### [`v5.27.2`](https://togithub.com/nodejs/undici/releases/tag/v5.27.2)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.27.1...v5.27.2)

**Full Changelog**:
nodejs/undici@v5.27.1...v5.27.2

### [`v5.27.1`](https://togithub.com/nodejs/undici/releases/tag/v5.27.1)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.27.0...v5.27.1)

#### What's Changed

- add regression test by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2376
- fix: define conditions when content-length should be sent by
[@&#8203;pxue](https://togithub.com/pxue) in
[nodejs/undici#2305
- refactor: removed unnecessary default by
[@&#8203;nikelborm](https://togithub.com/nikelborm) in
[nodejs/undici#2381
- fix: stream body handling by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2391

#### New Contributors

- [@&#8203;pxue](https://togithub.com/pxue) made their first
contribution in
[nodejs/undici#2305
- [@&#8203;nikelborm](https://togithub.com/nikelborm) made their first
contribution in
[nodejs/undici#2381

**Full Changelog**:
nodejs/undici@v5.27.0...v5.27.1

### [`v5.27.0`](https://togithub.com/nodejs/undici/releases/tag/v5.27.0)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.5...v5.27.0)

#### What's Changed

- Use sets and reusable TextEncoder/TextDecoder instances by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[nodejs/undici#2368
- feat: forward onRequestSent to handler by
[@&#8203;ronag](https://togithub.com/ronag) in
[nodejs/undici#2375
- skip bundle test on node 16 by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2377
- fix windows CI by [@&#8203;KhafraDev](https://togithub.com/KhafraDev)
in
[nodejs/undici#2379

**Full Changelog**:
nodejs/undici@v5.26.5...v5.27.0

### [`v5.26.5`](https://togithub.com/nodejs/undici/releases/tag/v5.26.5)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.4...v5.26.5)

#### What's Changed

- Drop race condition in connect-timeout test by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[nodejs/undici#2360
- Remove a couple of unnecessary async functions by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[nodejs/undici#2367
- Update namespace type with Fetch exports by
[@&#8203;Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in
[nodejs/undici#2361

**Full Changelog**:
nodejs/undici@v5.26.4...v5.26.5

### [`v5.26.4`](https://togithub.com/nodejs/undici/releases/tag/v5.26.4)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.3...v5.26.4)

#### What's Changed

- use esbuild define/hooks by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2342
- fix request's arrayBuffer returning uint8 instead of arraybuffer by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2344
- fix: skip readMore call if parser is null or undefined by
[@&#8203;iiAku](https://togithub.com/iiAku) in
[nodejs/undici#2346
- test: first attempt for flaky fix by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[nodejs/undici#2337
- test: only include WebSocket in WPT Report where it's landed by
[@&#8203;panva](https://togithub.com/panva) in
[nodejs/undici#2351
- Update DispatchInterceptor.md by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[nodejs/undici#2354
- fix: Avoid error for stream() being aborted by
[@&#8203;BobNobrain](https://togithub.com/BobNobrain) in
[nodejs/undici#2355
- fix names with esbuild by
[@&#8203;KhafraDev](https://togithub.com/KhafraDev) in
[nodejs/undici#2359

#### New Contributors

- [@&#8203;iiAku](https://togithub.com/iiAku) made their first
contribution in
[nodejs/undici#2346
- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[nodejs/undici#2354
- [@&#8203;BobNobrain](https://togithub.com/BobNobrain) made their first
contribution in
[nodejs/undici#2355

**Full Changelog**:
nodejs/undici@v5.26.3...v5.26.4

###
[`v5.26.3`](https://togithub.com/nodejs/undici/compare/12a62187d45f332cf39dd405f7c52b759cf40cdd...227b9bedf233f741b86dda4ae9d1c7ad69f5d75c)

[Compare
Source](https://togithub.com/nodejs/undici/compare/v5.26.2...v5.26.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/coveo/cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
crysmags pushed a commit to crysmags/undici that referenced this pull request Feb 27, 2024
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@5e21ff4...8f152de)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant