Opened 4 months ago
Last modified 2 months ago
#57657 new enhancement
Update/Audit NPM Dependencies for 6.3
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Change History (3)
This ticket was mentioned in PR #4040 on WordPress/wordpress-develop by @tanjimtc71.
4 months ago
#2
- Keywords has-patch added
Hi there! I've updated npm dependencies for 6.3.
The following dependencies are being updated:
jest-image-snapshot
from 3.0.1
to 6.1.0
react-refresh
from 0.10.0
to 0.14.0
imagesloaded
from 4.1.4
to 5.0.0
Note that: grunt
latest version is 1.6.1
but it is not compatible with our version of node/npm. It wanted: {"node":">=16"} but wordpress core wanted: {"node": "14.x"}. So it's not updated.
Thank You.
Trac ticket: https://core.trac.wordpress.org/ticket/57657
#3
@
2 months ago
- Type changed from defect (bug) to enhancement
There's been a new major release of cssnano
(v6.0.0).
Changes: https://github.com/cssnano/cssnano/compare/cssnano@5.1.14...cssnano@6.0.0
Also, I'm changing the ticket type to enhancement, as this is not a bug.
Even though the 6.3 cycle has not yet begun, I created this so that it's not forgotten for the next release cycle since #57535 was closed as fixed with no more required updates.
If a dependency needs updating before 6.2 is branched, please reopen #57535 and include the fix there.