Make WordPress Core

Opened 4 years ago

Closed 3 years ago

Last modified 2 years ago

#51405 closed enhancement (fixed)

Update jQuery Color library

Reported by: hareesh-pillai's profile Hareesh Pillai Owned by: desrosj's profile desrosj
Milestone: 5.8 Priority: normal
Severity: normal Version: 5.3
Component: External Libraries Keywords: has-patch
Focuses: javascript Cc:

Description

Version 2.2.0 is now available.

List of changes since the last update in core: https://github.com/jquery/jquery-color/compare/2.1.2...2.2.0

Attachments (1)

51405.diff (1.2 KB) - added by desrosj 3 years ago.

Download all attachments as: .zip

Change History (6)

#1 @desrosj
3 years ago

  • Milestone changed from Awaiting Review to 5.8

It's a little late for my liking to update this in 5.7, especially while also continuing down the jQuery update roadmap, but let's get this in 5.8.

Looking through the release details, it appears that they are also releasing the library to NPM again. We should change package.json back to using NPM instead of downloading from GitHub.

#2 @desrosj
3 years ago

  • Type changed from defect (bug) to enhancement

@desrosj
3 years ago

#3 @desrosj
3 years ago

  • Keywords has-patch added; needs-patch removed
  • Owner set to desrosj
  • Status changed from new to assigned

#4 @desrosj
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 50543:

External Libraries: Update jQuery Color library to version 2.2.0.

This updates the jquery-color library from version 2.1.2 to 2.2.0.

This also switches back to installing the dependency from NPM instead of GitHub. The maintainers have resumed publishing to NPM with the 2.2.0 release.

A full list of changes can be found on GitHub: https://github.com/jquery/jquery-color/compare/2.1.2...2.2.0.

Props hareesh-pillai, desrosj.
Fixes #51405.

#5 @Clorith
2 years ago

In 52657:

External libraries: Update jQuery Color to 2.2.0

The NPM package for jQuery Color was updated in [50543], but a bundled version still existed within core.
This removes that bundled version, in favor of expanding the Grunt build steps to include the package from NPM instead.

Fixes #55016. See #51405.

Note: See TracTickets for help on using tickets.