Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#55547 closed defect (bug) (fixed)

Minor external library updates for 6.0

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

Description

There are several external libraries that have updates that should be included in 6.0.

  • moment
  • underscore
  • polyfill-library
  • formdata-polyfill
  • clipboard
  • backbone

The majority of these updates are bug fixes and documentation improvements with the exception of polyfill-library, which removes all IE6, 7, and 8 related code.

Change History (9)

desrosj commented on PR #2548:


3 years ago
#2

One thing that needs addressing is determining the script versions that need to be updated in the script loader for the polyfill-library update.

#3 @desrosj
3 years ago

In 53163:

External Libraries: Update moment to version 2.29.2.

See #55547.

#4 @desrosj
3 years ago

In 53164:

External Libraries: Update some external libraries.

This updates three external libraries to their latest versions:

  • backbone from 1.4.0 to 1.4.1.
  • underscore from 1.13.1 to 1.13.2.
  • clipboard from 2.0.8 to 2.0.10.

These are all minor updates containing bug fixes and documentation improvements.

See #55547.

#5 @desrosj
3 years ago

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

[53165] did not make its way over here, but fixes the remaining items.

#6 @milana_cap
3 years ago

  • Keywords needs-dev-note added

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

#7 @milana_cap
3 years ago

  • Keywords add-to-field-guide added; needs-dev-note removed

#8 @desrosj
3 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

It looks like Underscore.js has another minor update available. Let's include it.

#9 @desrosj
3 years ago

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

In 53296:

External Libraries: Update the underscore library to version 1.13.3.

This is a minor bug fix release.

Fixes #55547.

Note: See TracTickets for help on using tickets.