Skip to content

Commit

Permalink
chore(deps): update dependency undici to v6.6.2 (#497)
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/) |

---

### 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 - "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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] committed Feb 11, 2024
1 parent e4863ce commit f8473c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"np": "9.2.0",
"prettier": "^3.2.4",
"typescript": "5.2.2",
"undici": "6.6.0",
"undici": "6.6.2",
"vite": "5.0.12",
"vitest": "^1.2.2"
},
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8473c2

Please sign in to comment.