Make WordPress Core


Ignore:
Timestamp:
08/30/2021 01:49:28 PM (5 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update whatwg-fetch package to version 3.6.2.

This matches the version used in the Gutenberg project.

While WordPress core no longer depends on this polyfill as of [50934], this brings the latest updates of the library to anyone still utilizing it.

For a full list of changes in this update, see the whatwg-fetch GitHub:
https://github.com/github/fetch/compare/v3.0.0...v3.6.2

Follow-up to [43719], [50934].

Props hareesh-pillai, rsiddharth, desrosj.
Fixes #53929.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r51657 r51692  
    102102        'moment'                      => '2.29.1',
    103103        'lodash'                      => '4.17.19',
    104         'wp-polyfill-fetch'           => '3.0.0',
     104        'wp-polyfill-fetch'           => '3.6.2',
    105105        'wp-polyfill-formdata'        => '4.0.0',
    106106        'wp-polyfill-node-contains'   => '3.105.0',
Note: See TracChangeset for help on using the changeset viewer.