Make WordPress Core


Ignore:
Timestamp:
08/30/2024 05:38:38 PM (3 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-lock.json

    r58952 r58956  
    8484                "imagesloaded": "5.0.0",
    8585                "jquery": "3.7.1",
    86                 "jquery-color": "2.2.0",
     86                "jquery-color": "3.0.0",
    8787                "jquery-form": "4.3.0",
    8888                "jquery-hoverintent": "1.10.2",
     
    2257122571        },
    2257222572        "node_modules/jquery-color": {
    22573             "version": "2.2.0",
    22574             "resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-2.2.0.tgz",
    22575             "integrity": "sha512-4VoxsLMw860EQGNT/TmP3Lbr7/1OCQlBPS4ILj7bxRApJrPQfpqzdIOTY8Ll9nGY7UHtWqDuzR7cUcS1lcWjVw==",
     22573            "version": "3.0.0",
     22574            "resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-3.0.0.tgz",
     22575            "integrity": "sha512-TbyqpkxEfVq9K/eUn4jW14YnJn19dORJrplJ3vo9jgLrqnuOyH6gyv8yDZdYcERlrVVDub4HV5r2t5KGjcvbKg==",
    2257622576            "peerDependencies": {
    22577                 "jquery": ">=1.11.0"
     22577                "jquery": ">=1.12.0"
    2257822578            }
    2257922579        },
     
    5103651036        },
    5103751037        "jquery-color": {
    51038             "version": "2.2.0",
    51039             "resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-2.2.0.tgz",
    51040             "integrity": "sha512-4VoxsLMw860EQGNT/TmP3Lbr7/1OCQlBPS4ILj7bxRApJrPQfpqzdIOTY8Ll9nGY7UHtWqDuzR7cUcS1lcWjVw=="
     51038            "version": "3.0.0",
     51039            "resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-3.0.0.tgz",
     51040            "integrity": "sha512-TbyqpkxEfVq9K/eUn4jW14YnJn19dORJrplJ3vo9jgLrqnuOyH6gyv8yDZdYcERlrVVDub4HV5r2t5KGjcvbKg=="
    5104151041        },
    5104251042        "jquery-form": {
Note: See TracChangeset for help on using the changeset viewer.