vue-tiny-validate
vue-tiny-validate copied to clipboard
⬆️ Bump undici from 5.10.0 to 5.22.0
trafficstars
Bumps undici from 5.10.0 to 5.22.0.
Release notes
Sourced from undici's releases.
v5.22.0
What's Changed
- build(deps-dev): bump tsd from 0.27.0 to 0.28.1 by
@dependabotin nodejs/undici#2042- build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by
@dependabotin nodejs/undici#2040- fix: handle opaque origin in sameOrigin by
@KhafraDevin nodejs/undici#2053- test: add typescript import test back by
@KhafraDevin nodejs/undici#2054- fix: use getMaxListeners when available by
@KhafraDevin nodejs/undici#2063- feat: allow overriding hwm by
@ronagin nodejs/undici#2057- fix: there is no sync connector by
@ronagin nodejs/undici#2059- fix: rename .wasm to -wasm to appease jest by
@KhafraDevin nodejs/undici#2064- fix: set content-length when using FormData body w/ request by
@KhafraDevin nodejs/undici#2066- refactor: unify error body handling by
@ronagin nodejs/undici#2060- fix: close and destroy overlap by
@ronagin nodejs/undici#2068- remove node 12 from test matrix by
@ronagin nodejs/undici#2069- fix: don't leak socket if client is destroyed while connecting by
@ronagin nodejs/undici#2058- fix: flaky leak test by
@ronagin nodejs/undici#2070- test: update wpts by
@KhafraDevin nodejs/undici#2073- perf: latin1 by
@ronagin nodejs/undici#2075- fix: mock fetch headers shouldn't be an array by
@KhafraDevin nodejs/undici#2080Full Changelog: https://github.com/nodejs/undici/compare/v5.21.2...v5.22.0
v5.21.2
What's Changed
- Content disposition parsing by
@KhafraDevin nodejs/undici#2051- fix: clear set-cookie headers by
@KhafraDevin nodejs/undici#2052Full Changelog: https://github.com/nodejs/undici/compare/v5.21.1...v5.21.2
v5.21.1
What's Changed
- Fix typo in kPipelining symbol by
@andrewfecenkoin nodejs/undici#2005- fix(fetch): remove
undefinederror cause by@aduh95in nodejs/undici#2006- chore(deps-dev): bump tsd from 0.25.0 to 0.27.0 by
@dependabotin nodejs/undici#2007- build(deps-dev): bump wait-on from 6.0.1 to 7.0.1 by
@dependabotin nodejs/undici#1820- fix(wpt): set global META_TITLE for the runner by
@panvain nodejs/undici#2008- fix: issue 2009 by
@KhafraDevin nodejs/undici#2013- build(deps-dev): bump typescript from 4.9.5 to 5.0.2 by
@dependabotin nodejs/undici#2018- added descriptive error messages for URL parser by
@RishabhKodesin nodejs/undici#2016- fix(fetch): remove content-length header on redirect by
@KhafraDevin nodejs/undici#2022- fix(fetch): remove assertion on request.body.source on redirect (#2027) by
@macnoin nodejs/undici#2028- fix: skip failing test in node >= v19.8 by
@KhafraDevin nodejs/undici#2034- fetch: treat content-encoding as case-insensitive & remove x-deflate by
@KhafraDevin nodejs/undici#2037- perf(fetch): use string comparisons for url schemes by
@KhafraDevin nodejs/undici#2038- util: replace util.toUSVString with String.prototype.toWellFormed by
@KhafraDevin nodejs/undici#2036- build(deps): bump github/codeql-action from 2.2.4 to 2.2.9 by
@dependabotin nodejs/undici#2039- build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by
@dependabotin nodejs/undici#2041- Small performance improvements by
@anonrigin nodejs/undici#2044
... (truncated)
Commits
6870d5b5.22.09041e9ffix: mock fetch headers shouldn't be an array (#2080)472c40eperf: latin1 (#2075)3b3ee20test: update wpts (#2073)97154f5fix: flaky leak test (#2070)3e91915fix: don't leak socket if client is destroyed while connecting (#2058)852bf6eremove node 12 from test matrix (#2069)2ff2e1dfix: close and destroy overlap (#2068)6eb954crefactor: unify error body handling (#2060)9aa639bfix: set content-length when using FormData body w/ request (#2066)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.