This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Build(deps): Bump undici from 5.21.2 to 5.26.3 #58
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [undici](https://github.com/nodejs/undici) from 5.21.2 to 5.26.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.21.2...v5.26.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 16, 2023
@dependabot merge
El lun, 16 oct 2023 a las 17:38, dependabot[bot] ***@***.***>)
escribió:
… This automated pull request fixes a security vulnerability
<https://github.com/Uriei/psi-bot/security/dependabot/11> (low severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps undici <https://github.com/nodejs/undici> from 5.21.2 to 5.26.3.
Release notes
*Sourced from undici's releases
<https://github.com/nodejs/undici/releases>.*
v5.26.3
No release notes provided.
v5.26.2
Security Release, CVE-2023-45143
<https://github.com/advisories/GHSA-wqq4-5wpv-mx2g>.
v5.26.1 What's Changed
- Fix publish undici-types once and for all! by @Ethan-Arrowood
<https://github.com/Ethan-Arrowood> in nodejs/undici#2338
<https://redirect.github.com/nodejs/undici/pull/2338>
- Fix node detection omfg by @KhafraDev <https://github.com/KhafraDev>
in nodejs/undici#2341
<https://redirect.github.com/nodejs/undici/pull/2341>
*Full Changelog*: ***@***.***
<nodejs/undici@v5.26.0...v5.26.1>
v5.26.0 What's Changed
- use npm install instead of npm ci by @Ethan-Arrowood
<https://github.com/Ethan-Arrowood> in nodejs/undici#2309
<https://redirect.github.com/nodejs/undici/pull/2309>
- change default header to node by @Ethan-Arrowood
<https://github.com/Ethan-Arrowood> in nodejs/undici#2310
<https://redirect.github.com/nodejs/undici/pull/2310>
- chore: change order of the pseudo-headers by @kyrylodolynskyi
<https://github.com/kyrylodolynskyi> in nodejs/undici#2308
<https://redirect.github.com/nodejs/undici/pull/2308>
- fix: Agent.Options.factory should accept URL object or string as
parameter by @nicole0707 <https://github.com/nicole0707> in
nodejs/undici#2295
<https://redirect.github.com/nodejs/undici/pull/2295>
- build(deps-dev): bump sinon from 15.2.0 to 16.1.0 by @dependabot
<https://github.com/dependabot> in nodejs/undici#2312
<https://redirect.github.com/nodejs/undici/pull/2312>
- test: handle npm ignore-scripts settings by @panva
<https://github.com/panva> in nodejs/undici#2313
<https://redirect.github.com/nodejs/undici/pull/2313>
- feat: respect --max-http-header-size Node.js flag by @balazsorban44
<https://github.com/balazsorban44> in nodejs/undici#2234
<https://redirect.github.com/nodejs/undici/pull/2234>
- fix(#2311 <https://redirect.github.com/nodejs/undici/issues/2311>):
End stream after body sent by @metcoder95
<https://github.com/metcoder95> in nodejs/undici#2314
<https://redirect.github.com/nodejs/undici/pull/2314>
- disallow setting host header in fetch by @KhafraDev
<https://github.com/KhafraDev> in nodejs/undici#2322
<https://redirect.github.com/nodejs/undici/pull/2322>
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot
<https://github.com/step-security-bot> in nodejs/undici#2325
<https://redirect.github.com/nodejs/undici/pull/2325>
- fix fetch with coverage enabled by @KhafraDev
<https://github.com/KhafraDev> in nodejs/undici#2330
<https://redirect.github.com/nodejs/undici/pull/2330>
- Fix stuck when using http2 POST Buffer by @binsee
<https://github.com/binsee> in nodejs/undici#2336
<https://redirect.github.com/nodejs/undici/pull/2336>
- fix: 🏷️ add allowH2 to BuildOptions by @binsee
<https://github.com/binsee> in nodejs/undici#2334
<https://redirect.github.com/nodejs/undici/pull/2334>
- fix: 🐛 fix process http2 header by @binsee
<https://github.com/binsee> in nodejs/undici#2332
<https://redirect.github.com/nodejs/undici/pull/2332>
New Contributors
- @kyrylodolynskyi <https://github.com/kyrylodolynskyi> made their
first contribution in nodejs/undici#2308
<https://redirect.github.com/nodejs/undici/pull/2308>
- @nicole0707 <https://github.com/nicole0707> made their first
contribution in nodejs/undici#2295
<https://redirect.github.com/nodejs/undici/pull/2295>
- @balazsorban44 <https://github.com/balazsorban44> made their first
contribution in nodejs/undici#2234
<https://redirect.github.com/nodejs/undici/pull/2234>
- @binsee <https://github.com/binsee> made their first contribution
in nodejs/undici#2336
<https://redirect.github.com/nodejs/undici/pull/2336>
*Full Changelog*: ***@***.***
<nodejs/undici@v5.23.4...v5.26.0>
v5.25.3 What's Changed
- perf: improve parse-url implementation by @anonrig
<https://github.com/anonrig> in nodejs/undici#2286
<https://redirect.github.com/nodejs/undici/pull/2286>
- test: enable websockets inclusion in WPTReport by @panva
<https://github.com/panva> in nodejs/undici#2284
<https://redirect.github.com/nodejs/undici/pull/2284>
- remove npm run test from pre-commit hook by @dancastillo
<https://github.com/dancastillo> in nodejs/undici#2296
<https://redirect.github.com/nodejs/undici/pull/2296>
- perf: use @fastify/busboy by @gurgunday
<https://github.com/gurgunday> in nodejs/undici#2211
<https://redirect.github.com/nodejs/undici/pull/2211>
- Disable finalizationregistry if node code cov by @mcollina
<https://github.com/mcollina> in nodejs/undici#2298
<https://redirect.github.com/nodejs/undici/pull/2298>
New Contributors
- @gurgunday <https://github.com/gurgunday> made their first
contribution in nodejs/undici#2211
<https://redirect.github.com/nodejs/undici/pull/2211>
... (truncated)
Commits
- 227b9be
<nodejs/undici@227b9be>
5.26.3
- 5351f1f
<nodejs/undici@5351f1f>
include esbuild script in files
- 12a6218
<nodejs/undici@12a6218>
Bumped v5.26.2
- e041de3
<nodejs/undici@e041de3>
Merge pull request from GHSA-wqq4-5wpv-mx2g
<https://github.com/advisories/GHSA-wqq4-5wpv-mx2g>
- c8c80b1
<nodejs/undici@c8c80b1>
5.26.1
- 7bcb80c
<nodejs/undici@7bcb80c>
Fix node detection omfg (#2341
<https://redirect.github.com/nodejs/undici/issues/2341>)
- 69ea7b9
<nodejs/undici@69ea7b9>
hopefully this fixes it for good (#2338
<https://redirect.github.com/nodejs/undici/issues/2338>)
- 4006aaf
<nodejs/undici@4006aaf>
Bumped v5.26.0
- df97958
<nodejs/undici@df97958>
fix: 🐛 fix process http2 header (#2332
<https://redirect.github.com/nodejs/undici/issues/2332>)
- b9d8368
<nodejs/undici@b9d8368>
fix: 🏷️ add allowH2 to BuildOptions (#2334
<https://redirect.github.com/nodejs/undici/issues/2334>)
- Additional commits viewable in compare view
<nodejs/undici@v5.21.2...v5.26.3>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/Uriei/psi-bot/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#58
Commit Summary
- 37bb4ce
<37bb4ce>
Build(deps): Bump undici from 5.21.2 to 5.26.3
File Changes
(1 file <https://github.com/Uriei/psi-bot/pull/58/files>)
- *M* package-lock.json
<https://github.com/Uriei/psi-bot/pull/58/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(37)
Patch Links:
- https://github.com/Uriei/psi-bot/pull/58.patch
- https://github.com/Uriei/psi-bot/pull/58.diff
—
Reply to this email directly, view it on GitHub
<#58>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOL6DN3ZBAE3V43R3SML4TX7VIJDAVCNFSM6AAAAAA6CM4ISOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DKNJTHE3TEOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps undici from 5.21.2 to 5.26.3.
Release notes
Sourced from undici's releases.
... (truncated)
Commits
227b9be
5.26.35351f1f
include esbuild script in files12a6218
Bumped v5.26.2e041de3
Merge pull request from GHSA-wqq4-5wpv-mx2gc8c80b1
5.26.17bcb80c
Fix node detection omfg (#2341)69ea7b9
hopefully this fixes it for good (#2338)4006aaf
Bumped v5.26.0df97958
fix: 🐛 fix process http2 header (#2332)b9d8368
fix: 🏷️ add allowH2 to BuildOptions (#2334)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)You can disable automated security fix PRs for this repo from the Security Alerts page.