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 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
whatwg-fetch ^1.0.0 -> ^3.0.0 age adoption passing confidence

Release Notes

github/fetch (whatwg-fetch)

v3.6.20

Compare Source

Bug Fixes

v3.6.19

Compare Source

Bug Fixes
  • Have unique error messages for xhr timeouts and errors (#​1380) (7170f0b)

v3.6.18

Compare Source

v3.6.17

Compare Source

20 July 2023

v3.6.16

Compare Source

18 July 2023

v3.6.15

Compare Source

18 July 2023

v3.6.14

Compare Source

18 July 2023

v3.6.13

Compare Source

18 July 2023

  • respect charset within readBlobAsText #1059

v3.6.12

Compare Source

18 July 2023

  • fix: Headers only accepts array which have nested array of length 2 #1235

v3.6.11

Compare Source

18 July 2023

  • Define Body.arrayBuffer even if support.blob is false #992

v3.6.10

Compare Source

18 July 2023

  • use globals if they exist dffc542

v3.6.9

Compare Source

18 July 2023

  • fix: when no body supplied, do not set bodyUsed to true 7d92dff

v3.6.8

Compare Source

18 July 2023

  • validate status is in range #1213

v3.6.7

Compare Source

18 July 2023

v3.6.6

Compare Source

18 July 2023

  • fix: ignore not throw on invalid response headers #930

v3.6.5

Compare Source

18 July 2023

  • Add some missed methods which should be normalized as uppercase a43b628
  • Update caniuse link to use HTTPS and new pattern fb5b0cf

v3.6.4

Compare Source

18 July 2023

  • always set a signal on Request d1d09fb

v3.6.3

Compare Source

18 July 2023

  • Compatible global equals to the false 7727e50

v3.6.2

Compare Source

Bug Fixes

v3.6.1

Compare Source

Bug Fixes
  • Have unique error messages for xhr timeouts and errors (#​1380) (7170f0b)

v3.6.0

Compare Source

18 February 2021

  • Fix statusText: undefined should give '' and null should give 'null' b5c8bd0
  • Represent non-stringified JSON request body as an [object Object] string 5c6b055
  • Fix eslint and eslint-plugin-github dependency conflicts 190e698

v3.5.0

Compare Source

6 November 2020

v3.4.1

Compare Source

7 September 2020

  • Add npmignore file to ensure we always publish the dist directory 7ca02eb
  • Make the clean task remove the dist directory and the default task create it fd23745

v3.4.0

Compare Source

7 August 2020

  • Use globalThis as the global object if it exists 96c2651

v3.3.1

Compare Source

4 August 2020

  • rename variable to no longer shadow over function of same name c5db762
  • remove semicolon to pass linting f264aa5

v3.3.0

Compare Source

4 August 2020

  • Make Response.arrayBuffer() always resolve with a ArrayBuffer #801
  • Stop using top-level this to stop rollup warning #802
  • Recommend an AbortController polyfill which is fully synchronous #800
  • Add keepalive caveat #780
  • Throw a TypeError if Request or Response functions are called without new 5ef028d
  • If headers are passed in via a Record then do not normalise the header names as part of the request b65ed60
  • Update fetch.js 37b55c2

v3.2.0

Compare Source

9 July 2020

  • Detect if DOMException exists via typeof instead of trying to call it and catching the exception which may get thrown #724
  • use this if self is not defined #657
  • create variable called global which is either self or this a0783a5
  • Add support for no-cache and no-store via a cache-busting querystring parameter a0dcd85
  • make global this correct when using rollup 6e9fc0e

v3.1.1

Compare Source

8 July 2020

  • check if Content-Type header exists prior to examining the value #792
  • Move from Travis to GitHub Actions #793

v3.1.0

Compare Source

29 June 2020

v3.0.1

Compare Source

8 July 2020

  • check if Content-Type header exists prior to examining the value #792
  • Move from Travis to GitHub Actions #793
  • Co-authored-by: Jake Champion <me@jakechampion.name> #575
  • work around IE XHR bug with '' URL Fixes #​618 #619
  • Allow exclamation mark as valid header character #745
  • Avoid blob conversion for specific requests #752
  • Compatibility for fetch-mock using proxy-pollyfill #736
  • Change default statusText for Response #698
  • Document more common pitfalls in the README #734
  • field name can not by empty #684
  • work around IE XHR bug with '' URL Fixes #​618 (#​619) #618
  • Clarify what parts of the standard we don't want to implement #661
  • Document more caveats 9a0bce2
  • Fix issue #​533 7f030fa
  • Compatibility with newer eslint-plugin-github 1821b74
v3.0.0

7 September 2018

  • Add flow definitions #654
  • Match spec behavior re: unsupported body type #651
  • Update Karma and detect available browsers when testing #652
  • Adopt Contributor Covenant Code of Conduct #649
  • Change credentials default value to same-origin #640
  • Switch test suite from PhantomJS to Karma #626
  • Support abort API #592
  • build/distribute as UMD #616
  • Test signal reuse. Add AbortSignal polyfill. #2
  • Clear abort event listener for all xhr completion states. #1
  • Expand install & importing documentation #569
  • Match spec behavior re: unsupported body type #576
  • Run test files through prettier 0a57487
  • Unwrap fetch.js to be a clean module file 8aec47c
  • Switch from PhantomJS to Karma + Chrome/Firefox for testing b539589

v3.0.0

Compare Source

7 September 2018

  • Add flow definitions #654
  • Match spec behavior re: unsupported body type #651
  • Update Karma and detect available browsers when testing #652
  • Adopt Contributor Covenant Code of Conduct #649
  • Change credentials default value to same-origin #640
  • Switch test suite from PhantomJS to Karma #626
  • Support abort API #592
  • build/distribute as UMD #616
  • Test signal reuse. Add AbortSignal polyfill. #2
  • Clear abort event listener for all xhr completion states. #1
  • Expand install & importing documentation #569
  • Match spec behavior re: unsupported body type #576
  • Run test files through prettier 0a57487
  • Unwrap fetch.js to be a clean module file 8aec47c
  • Switch from PhantomJS to Karma + Chrome/Firefox for testing b539589

v2.0.4

Compare Source

29 March 2018

  • Create CONTRIBUTING.md #604
  • Tweak the wording of the “Read this first” section #553
  • Allow undefined Response status #534
  • Ensure cookies aren't sent if credentials: omit #526
  • Added yarn command as option to installation #492
  • Add global replace for processing raw headers #496
  • Added safari to native fetch browser support. #469
  • Support obs-fold as header delimiter #491
  • Tweak the wording of "Read this first" 54dc3f8
  • Add test for undefined Response status 0ecdd40
  • Fix cookie test with newer versions of Node 7831671

v2.0.3

Compare Source

2 March 2017

  • Accept array in Headers constructor #485
  • Improve README language #483
  • Fix grammar mistake in README #468
  • Remove bower version from release instructions 5cc72dd
  • Remove extra punctuation eebaa2a
  • Fetch 2.0.3 d4ed806

v2.0.2

Compare Source

19 January 2017

  • Treat any non-Request arg to new Request() as string url #465
  • Support Tolerance Provision when parsing headers #449
  • Add test for cloning GET request #440
  • Detect broken URL support in PhantomJS and skip test b285e61
  • Remove secrets 9240ef4
  • fetch 2.0.2 b337f95

v2.0.1

Compare Source

17 November 2016

  • Fix misspelling of [ae]ffect #432
  • Fix reading ArrayBuffer into string on older browsers 6f8529e
  • Only define arrayBuffer() if Blob is also supported 3d3bb0c
  • Display uncaught errors on the test results page 54ec096
v2.0.0

14 November 2016

  • Change Headers multiple value handling for spec compatibility #429
  • Firefox now implements Headers.forEach natively 468f877
  • fetch 2.0.0 c576d61

v2.0.0

Compare Source

14 November 2016

  • Change Headers multiple value handling for spec compatibility #429
  • Firefox now implements Headers.forEach natively 468f877
  • fetch 2.0.0 c576d61

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from 3948114 to 0752f84 Compare November 20, 2022 12:53
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

0 participants