Update dependency whatwg-fetch to v3.6.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
whatwg-fetch | ^3.5.0 -> 3.6.2 |
Release Notes
github/fetch
v3.6.2
v3.6.1
Bug fixes:
- Fixes a bug in v3.6.0 where the syntax used was not ES3 as it has used
const
- Fixes a bug in v3.6.0 where String.prototype.includes was used, which is not supported in IE 11
Both were fixed in https://github.com/github/fetch/pull/914
v3.6.0
Bug fixes:
-
Improve error message if a header contains an invalid character -- https://github.com/github/fetch/pull/880 Thank you for the contribution @CarmeloPatti
-
Make Response.statusText be an empty string if set to
undefined
and be'null'
if set tonull
-- https://github.com/github/fetch/pull/897 Thank you for the contribution @tkrotoff -
Represent non-stringified JSON request body as an [object Object] string -- https://github.com/github/fetch/pull/881 Thank you for the contribution @kettanaito
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.