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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 2, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
whatwg-fetch ^2.0.3 -> ^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

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
Copy link
Author

renovate bot commented Sep 25, 2022

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
No /opt/buildpack/tools/node/6.17.0/bin/npx defined - aborting
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated babel-eslint@8.2.6: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN deprecated postcss-cssnext@3.1.1: 'postcss-cssnext' has been deprecated in favor of 'postcss-preset-env'. Read more at https://moox.io/blog/deprecating-cssnext/
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
npm WARN deprecated svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated acorn-dynamic-import@2.0.2: This is probably built in to whatever tool you're using. If you still need it... idk
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/gulp-watch/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN ws@8.2.3 requires a peer of bufferutil@^4.0.1 but none was installed.
npm WARN ws@8.2.3 requires a peer of utf-8-validate@^5.0.2 but none was installed.
npm ERR! Linux 5.4.0-1084-aws
npm ERR! argv "/opt/buildpack/tools/node/6.17.0/bin/node" "/usr/local/bin/npm" "install" "--package-lock-only" "--no-audit" "--ignore-scripts"
npm ERR! node v6.17.0
npm ERR! npm  v3.10.10
npm ERR! path /mnt/renovate/gh/jamesvibar/beyondkaleidoscope.github.io/node_modules/.staging/@types/node-4a2c8499/package.json
npm ERR! code ENOTDIR
npm ERR! errno -20
npm ERR! syscall open

npm ERR! ENOTDIR: not a directory, open '/mnt/renovate/gh/jamesvibar/beyondkaleidoscope.github.io/node_modules/.staging/@types/node-4a2c8499/package.json'
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /mnt/renovate/gh/jamesvibar/beyondkaleidoscope.github.io/npm-debug.log

File name: yarn.lock
No /opt/buildpack/tools/node/6.17.0/bin/npx defined - aborting

@renovate renovate bot force-pushed the renovate/whatwg-fetch-3.x branch from 51e7911 to 442988c Compare November 20, 2022 11:22
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