[wp-trac] [WordPress Trac] #45145: Keep `@wordpress` packages up to date

WordPress Trac noreply at wordpress.org
Thu Nov 15 22:32:01 UTC 2018


#45145: Keep `@wordpress` packages up to date
----------------------------------------+-----------------------
 Reporter:  atimmer                     |       Owner:  (none)
     Type:  defect (bug)                |      Status:  assigned
 Priority:  highest omg bbq             |   Milestone:  5.0
Component:  Build/Test Tools            |     Version:  5.0
 Severity:  blocker                     |  Resolution:
 Keywords:  has-patch commit fixed-5.0  |     Focuses:
----------------------------------------+-----------------------

Comment (by aduth):

 Whoops, guess we overlapped work!

 My patch includes changes to `script-loader.php`. Notably this also
 includes the addition of a dependency between React and `wp-polyfill`.
 Heads-up to @atimmer since it was mentioned at
 [https://github.com/WordPress/gutenberg/pull/11916#discussion_r233880232
 the relevant pull request] to be on your "list".

 Some workflow shortcuts which helped here:

 1. Use [https://www.npmjs.com/package/npm-check-updates npm-check-updates]
 to automate the version bumps
    - `ncu '/^@wordpress\//' -a`
 2. Use `git diff` since the last plugin version tag to find differences in
 `script-loader.php`
    -  `git diff v4.3.0 master -U10 -- lib/client-assets.php`

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/45145#comment:47>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list