[wp-trac] [WordPress Trac] #59663: Bump the minimum required version of Node.js to 18.x

WordPress Trac noreply at wordpress.org
Fri Nov 17 16:21:07 UTC 2023


#59663: Bump the minimum required version of Node.js to 18.x
------------------------------+---------------------
 Reporter:  desrosj           |       Owner:  (none)
     Type:  task (blessed)    |      Status:  new
 Priority:  normal            |   Milestone:  6.5
Component:  Build/Test Tools  |     Version:
 Severity:  normal            |  Resolution:
 Keywords:  has-patch         |     Focuses:
------------------------------+---------------------

Comment (by desrosj):

 In [changeset:"57122" 57122]:
 {{{
 #!CommitTicketReference repository="" revision="57122"
 Twenty Twenty-One: Update all dependencies.

 In preparation for updating Core to use Node.js version 18.x, this updates
 the dependancies for the Twenty Twenty-One theme to the latest versions.
 This addresses an unsupported engine warning where packages within the
 dependency tree did not support Node.js > 16.x.

 All changes to built files are included in this commit. These changes are
 a result of the following:

 - Identical sets of properties for multiple selectors are now consolidated
 into one.
 - The removal of a duplicate `--branding--description--font-family`
 definition.
 - The addition of the `postcss-discard-empty` dependency, which removes
 empty CSS rules within IE stylesheets after the previous consolidation is
 performed.
 - `stylelint` has only been updated to 14.x (15.x is the latest). This is
 because `@wordpres/stylelint-config` currently has a version constraint of
 `^14.2` and does not properly support 15.x.

 The last change of note is the new configuration for the `value-keyword-
 case` rule in `.stylelint-css.json`. This was added as a way to prevent
 the `currentColor` from being changed to all lowercase.

 Props jorbin, poena.
 See #59663, #59658.
 }}}

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


More information about the wp-trac mailing list