Make WordPress Core

Changeset 51692

Timestamp:
08/30/2021 01:49:28 PM (3 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.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r51456 r51692  
    2643726437        },
    2643826438        "whatwg-fetch": {
    26439             "version": "3.0.0",
    26440             "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz",
    26441             "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q=="
     26439            "version": "3.",
     26440            "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3..tgz",
     26441            "integrity": "sha512-=="
    2644226442        },
    2644326443        "whatwg-mimetype": {
  • trunk/package.json

    r51685 r51692  
    151151        "twemoji": "13.1.0",
    152152        "underscore": "1.13.1",
    153         "whatwg-fetch": "3.0.0"
     153        "whatwg-fetch": "3."
    154154    },
    155155    "scripts": {
  • 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.',
    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.