Skip to content

Commit 977e10f

Browse files
chore(deps): update dependency undici to v7.8.0 (#119)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://redirect.github.com/nodejs/undici)) | overrides | minor | [`7.7.0` -> `7.8.0`](https://renovatebot.com/diffs/npm/undici/7.7.0/7.8.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/undici/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/undici) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v7.8.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.8.0) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.7.0...v7.8.0) #### What's Changed - cache: more efficient sqlite indices by [@&#8203;ronag](https://redirect.github.com/ronag) in [https://github.com/nodejs/undici/pull/4142](https://redirect.github.com/nodejs/undici/pull/4142) - skip now failing wpts by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4145](https://redirect.github.com/nodejs/undici/pull/4145) - apply some sqlite pragma optimizations by [@&#8203;ronag](https://redirect.github.com/ronag) in [https://github.com/nodejs/undici/pull/4147](https://redirect.github.com/nodejs/undici/pull/4147) - types(websocket): Import from stream/web by [@&#8203;Jiralite](https://redirect.github.com/Jiralite) in [https://github.com/nodejs/undici/pull/4038](https://redirect.github.com/nodejs/undici/pull/4038) - cache: don't check size if not necessary by [@&#8203;ronag](https://redirect.github.com/ronag) in [https://github.com/nodejs/undici/pull/4140](https://redirect.github.com/nodejs/undici/pull/4140) - docs: fix inteceptors typo by [@&#8203;dario-piotrowicz](https://redirect.github.com/dario-piotrowicz) in [https://github.com/nodejs/undici/pull/4151](https://redirect.github.com/nodejs/undici/pull/4151) - Update WPT by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/nodejs/undici/pull/4141](https://redirect.github.com/nodejs/undici/pull/4141) - build(deps-dev): bump esbuild from 0.24.2 to 0.25.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/nodejs/undici/pull/4130](https://redirect.github.com/nodejs/undici/pull/4130) #### New Contributors - [@&#8203;Jiralite](https://redirect.github.com/Jiralite) made their first contribution in [https://github.com/nodejs/undici/pull/4038](https://redirect.github.com/nodejs/undici/pull/4038) - [@&#8203;dario-piotrowicz](https://redirect.github.com/dario-piotrowicz) made their first contribution in [https://github.com/nodejs/undici/pull/4151](https://redirect.github.com/nodejs/undici/pull/4151) **Full Changelog**: nodejs/undici@v7.7.0...v7.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc721). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Update the undici dependency from version 7.7.0 to 7.8.0 Enhancements: - Improved SQLite cache performance with more efficient indices and pragma optimizations - Updated WebSocket type imports Chores: - Upgrade the undici package to the latest minor version, incorporating various performance and type improvements Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea410a7 commit 977e10f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"adm-zip": "0.5.16",
5555
"cross-spawn": "7.0.6",
5656
"semver": "7.7.1",
57-
"undici": "7.7.0",
57+
"undici": "7.8.0",
5858
"axios": "1.8.4",
5959
"cookie": "1.0.2",
6060
"ejs": "3.1.10"

0 commit comments

Comments
 (0)