Make WordPress Core

Changeset 58956 for trunk/package.json


Ignore:
Timestamp:
08/30/2024 05:38:38 PM (8 months ago)
Author:
desrosj
Message:

External Libraries: Update jQuery Color to version 3.0.0.

This update most notably drops support for jQuery < 1.12 and < 2.2. WordPress has not shipped with a version that matches these ranges since version 4.4 (see [36285]/#35380).

The update also changes the library’s browser support policy to only support the latest Chrome, Firefox, Safari, and Edge. This closely matches Core’s current policy to support the last 2 versions of these browsers. The library’s README notes that other versions nay “also work correctly with this plugin but support is not guaranteed”, which is reasonably similar.

Props vipulgupta003.
Fixes #61835.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r58952 r58956  
    153153        "imagesloaded": "5.0.0",
    154154        "jquery": "3.7.1",
    155         "jquery-color": "2.2.0",
     155        "jquery-color": "3.0.0",
    156156        "jquery-form": "4.3.0",
    157157        "jquery-hoverintent": "1.10.2",
Note: See TracChangeset for help on using the changeset viewer.