Skip to content

feat(package.json): Update dependency whatwg-fetch to v3.4.1 #480

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

Merged
merged 1 commit into from
Sep 29, 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.4.1

Release Notes

github/fetch

v3.4.1

Compare Source

Republishing to ensure the dist/fetch.umd.js is up-to-date

v3.4.0

Compare Source

Use globalThis as the global object if it exists #​822

v3.3.1

Compare Source

v3.3.0

Compare Source

Features:

  • Updated documentation for AbortController to recommend a polyfill which is spec-compliant and fully synchronous. -- #​814

Bug fixes:

  • Fixed the "self is not defined" error that was reported for NodeJS applications - #​794

  • Reverted the DOMException handling refactor as the original code fixed issues in old Android browsers - #​797

  • Response.arrayBuffer() now always resolve with a ArrayBuffer as per the specification. -- #​816

  • Request and Response can now only be called via new (as constructors) as per the specification. -- #​796

  • Headers which are passed as a Headers object no longer have their names normalised as per the specification -- #​798

Refactor:

  • Removed the top-level this to stop warnings being emitted from Rollup. -- #​815

v3.2.0

Compare Source

Features:

  • Add support for no-cache and no-store - #​795

Bug fixes:

  • Fixed the "self is not defined" error that was reported for NodeJS applications - #​794
  • Throw a TypeError if Request or Response functions are called without new - #​796

Refactor:

  • Refactor DOMException handling code to avoid redundant exceptions generation - #​797

v3.1.1

Compare Source

Bug fix

-- check if Content-Type header exists prior to examining the value #​792

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

v3.0.1

Compare Source


Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

♻️ 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.

@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from 6957687 to 8e875fc Compare July 3, 2020 23:43
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.1.0 fix(package.json): Update dependency whatwg-fetch to v3.0.1 Jul 8, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch 2 times, most recently from b07261e to 0a7de26 Compare July 8, 2020 16:54
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.0.1 fix(package.json): Update dependency whatwg-fetch to v3.1.1 Jul 8, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from 0a7de26 to 3b43103 Compare July 9, 2020 15:40
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.1.1 fix(package.json): Update dependency whatwg-fetch to v3.2.0 Jul 9, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch 2 times, most recently from 716612d to de65a46 Compare July 18, 2020 20:12
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from de65a46 to 2752776 Compare August 1, 2020 21:49
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.2.0 fix(package.json): Update dependency whatwg-fetch to v3.3.0 Aug 4, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch 2 times, most recently from 60006b1 to f0c8baf Compare August 4, 2020 11:36
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.3.0 fix(package.json): Update dependency whatwg-fetch to v3.3.1 Aug 4, 2020
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.3.1 fix(package.json): Update dependency whatwg-fetch to v3.4.0 Aug 7, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from f0c8baf to 3cde37d Compare August 7, 2020 16:06
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.4.0 fix(package.json): Update dependency whatwg-fetch to v3.4.1 Sep 7, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from 3cde37d to 1a3fd95 Compare September 7, 2020 10:40
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch 10 times, most recently from 87e353d to 50c4977 Compare September 22, 2020 13:21
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch 2 times, most recently from 5438b70 to aff49d2 Compare September 28, 2020 07:28
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch 5 times, most recently from 272bc14 to 7d032c9 Compare September 29, 2020 07:07
@renovate renovate bot changed the title fix(package.json): Update dependency whatwg-fetch to v3.4.1 feat(package.json): Update dependency whatwg-fetch to v3.4.1 Sep 29, 2020
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from 7d032c9 to c6c19f2 Compare September 29, 2020 07:09
@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from c6c19f2 to 0a38334 Compare September 29, 2020 08:04
@halfzebra halfzebra merged commit 9200513 into master Sep 29, 2020
@halfzebra halfzebra deleted the renovate/whatwg-fetch-3.x branch September 29, 2020 21:23
@halfzebra
Copy link
Owner

🎉 This PR is included in version 4.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants