Make WordPress Core

Opened 5 weeks ago

Closed 4 weeks ago

Last modified 4 weeks ago

#61836 closed defect (bug) (fixed)

Update the Underscore.js library for 6.7

Reported by: desrosj's profile desrosj Owned by: peterwilsoncc's profile peterwilsoncc
Milestone: 6.7 Priority: normal
Severity: normal Version:
Component: External Libraries Keywords: good-first-bug has-patch commit
Focuses: Cc:

Description

An update is available for the Underscore library. Core currently bundles 1.13.6.

If additional updates become available prior to 6.7, this ticket can be used to apply them.

Changelog: https://underscorejs.org/#changelog.

Attachments (2)

patch-61836-2.patch (1.8 KB) - added by hbhalodia 5 weeks ago.
Patch for the update
patch-61836-3.patch (2.6 KB) - added by hbhalodia 5 weeks ago.
Updated Patch with change in script loader

Download all attachments as: .zip

Change History (13)

#1 @mcrisp1972
5 weeks ago

I can make this update

This ticket was mentioned in PR #7159 on WordPress/wordpress-develop by @hbhalodia.


5 weeks ago
#2

  • Keywords has-patch added; needs-patch removed

@hbhalodia
5 weeks ago

Patch for the update

#3 @hbhalodia
5 weeks ago

Hi @mcrisp1972 @desrosj, Added the PR for the same, https://github.com/WordPress/wordpress-develop/pull/7159

Thank You,

#4 @hbhalodia
5 weeks ago

@desrosj, We can continue with the PR raised up to 6.7, if there is any new version for underscore added before 6.7 update, I can add that version to this PR.

Thank You,

@desrosj commented on PR #7159:


5 weeks ago
#5

Thanks @hbhalodia! Could you also update wp-includes/script-loader.php to indicate the correct version for the scripts->add( 'underscore' ); call?

#6 @desrosj
5 weeks ago

  • Keywords changes-requested added

@hbhalodia commented on PR #7159:


5 weeks ago
#7

Sure, I would update the PR.

@hbhalodia
5 weeks ago

Updated Patch with change in script loader

@hbhalodia commented on PR #7159:


5 weeks ago
#8

Hi @desrosj, This is now updated. Thank You,

#9 @peterwilsoncc
4 weeks ago

  • Keywords commit added; changes-requested removed
  • Owner set to peterwilsoncc
  • Status changed from new to assigned

#10 @peterwilsoncc
4 weeks ago

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

In 58880:

External Libraries: Update the Underscore.js library to version 1.13.7.

This updates the Underscore library from version 1.13.6 to 1.13.7. This is a minor bug fix release.

The full list of changes can be found in the Underscore.js change log: https://underscorejs.org/#changelog.

Props hbhalodia, aristath, desrosj, mcrisp1972.
Fixes #61836.

Note: See TracTickets for help on using tickets.