Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51491 closed enhancement (fixed)

Add wp-packages-update command to update WordPress packages

Reported by: jorgefilipecosta's profile jorgefilipecosta Owned by: jorgefilipecosta's profile jorgefilipecosta
Milestone: 5.6 Priority: normal
Severity: normal Version: 5.6
Component: General Keywords: has-patch
Focuses: Cc:

Description

This ticket exposes the packages-update script implemented at https://github.com/WordPress/gutenberg/pull/19448 on WordPress core.

By running "npm run wp-packages-update" all the WordPress packages are updated to the latest version. The command is very useful when updating the Gutenberg editor core exposes.
cc: @isabel_brison

Change History (2)

This ticket was mentioned in PR #582 on WordPress/wordpress-develop by jorgefilipecosta.


4 years ago
#1

This PR exposes the packages-update script implemented at https://github.com/WordPress/gutenberg/pull/19448 on WordPress core.
By running "npm run wp-packages-update" all the WordPress packages are updated to the latest version. The command is very useful when updating the Gutenberg editor core exposes.
cc: @isabel_brison

Core ticket: https://core.trac.wordpress.org/ticket/51491

#2 @jorgefilipecosta
4 years ago

  • Owner set to jorgefilipecosta
  • Resolution set to fixed
  • Status changed from new to closed

In 49129:

Add wp-packages-update command to update WordPress packages.

This ticket exposes the packages-update script implemented at https://github.com/WordPress/gutenberg/pull/19448 on WordPress core.
By running "npm run wp-packages-update" all the WordPress packages are updated to the latest version. The command is very useful when updating the Gutenberg editor core exposes.

Props isabel_brison.
Fixes #51491.

Note: See TracTickets for help on using tickets.