Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 2 years ago

#55016 closed defect (bug) (fixed)

Upgrade bundled jQuery Color

Reported by: clorith's profile Clorith Owned by: clorith's profile Clorith
Milestone: 6.0 Priority: normal
Severity: normal Version: 5.3
Component: External Libraries Keywords: has-patch add-to-field-guide
Focuses: javascript Cc:

Description

Previously #51405

jQuery Color version 2.2.0 is available, but 2.1.2 is currently bundled with core.

[50543] updated the NPM versioning, but the jquery.color.min.js file was still left bundled within the `js/_enqueues/vendor/jquery` directory, never having fully made it to the point where the NPM repository was being used as the source for this file.

Change History (6)

This ticket was mentioned in PR #2253 on WordPress/wordpress-develop by Clorith.


3 years ago
#1

  • Keywords has-patch added

Removes the bundled jQuery Color version 2.1.2 from core, and insted uses the latest version (2.2.0) from NPM.

Trac ticket: https://core.trac.wordpress.org/ticket/55016

#2 @Clorith
3 years ago

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

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.

#3 @Clorith
3 years ago

#55031 was marked as a duplicate.

#4 @Clorith
3 years ago

#55032 was marked as a duplicate.

#5 @milana_cap
2 years ago

  • Keywords needs-dev-note added

Marking for dev note but really needs only mentioning in Field guide.

#6 @milana_cap
2 years ago

  • Keywords add-to-field-guide added; needs-dev-note removed
Note: See TracTickets for help on using tickets.