Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency whatwg-fetch to v3.1.0 #160

Merged
merged 1 commit into from
Jul 4, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2020

This PR contains the following updates:

Package Type Update Change
whatwg-fetch dependencies minor 3.0.0 -> 3.1.0

Release Notes

github/fetch

v3.1.0

Compare Source

Documentation:

  • Added documentation on features of fetch which are not polyfilled. -- #​734

Bug fixes:

  • Empty header names used to not throw an error which was not compliant with the specification. They now throw a TypeError, the same as Chrome, Firefox and Safari do. -- #​684

  • Changed the default status text of a response to align with the specification, the default is now an empty string. -- #​698

  • We now allow exclamation mark as valid header character to align with the specification -- #​745

  • We no longer convert application/octet-stream responses into Blobs if the browser supports ArrayBuffers -- #​752

  • Added compatibility for fetch-mock -- #​736

  • Making a fetch request with an empty string for the url no longer throws a DOMException error in Internet Explorer -- #​619

  • Fixed another Internet Explorer bug to make sure all resolved fetch promises will trigger their promise chains -- #​575


Renovate configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@SonyaMoisset SonyaMoisset merged commit 7e8c29d into master Jul 4, 2020
@SonyaMoisset SonyaMoisset deleted the renovate/whatwg-fetch-3.x branch July 4, 2020 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants