Skip to content

Commit

Permalink
Update dependency undici to v6.6.2 (#723)
Browse files Browse the repository at this point in the history
[![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)) | [`6.6.0` -> `6.6.2`](https://renovatebot.com/diffs/npm/undici/6.6.0/6.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.6.0/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.6.0/6.6.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>

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

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

#### What's Changed

-   fix: webidl.brandcheck non strict should throw by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2683
-   fix: expose EventSource for nodejs by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2645
-   test: more information from debug tests by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2695
-   Fix broken test on linux by [@&#8203;mcollina](https://togithub.com/mcollina) in [nodejs/undici#2699
-   fix: fix the linux patch by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2703
-   test(wpt): mark timed out tests as 'failed' by [@&#8203;rossilor95](https://togithub.com/rossilor95) in [nodejs/undici#2644
-   build(deps-dev): bump borp from 0.5.0 to 0.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2702
-   perf: use insertion sort algorithm by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2706
-   fix: run node tests on merge by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2707

#### New Contributors

-   [@&#8203;rossilor95](https://togithub.com/rossilor95) made their first contribution in [nodejs/undici#2644

**Full Changelog**: nodejs/undici@v6.6.1...v6.6.2

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

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

#### ⚠️ Security Release ⚠️

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

#### What's Changed

-   fix: flaky debug test by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2687
-   build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2688
-   build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nodejs/undici#2689
-   fix: ci pipeline warnings by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2685
-   perf: optimize Iterator by [@&#8203;tsctx](https://togithub.com/tsctx) in [nodejs/undici#2692

**Full Changelog**: nodejs/undici@v6.6.0...v6.6.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.

---

 - [ ] 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).
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 86bf9d0 commit b4be333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"timers-browserify": "2.0.12",
"tty-browserify": "0.0.1",
"ua-parser-js": "1.0.37",
"undici": "6.6.0",
"undici": "6.6.2",
"unistore": "3.5.2",
"util": "0.12.5",
"uuid": "9.0.1",
Expand Down

0 comments on commit b4be333

Please sign in to comment.