#51801 closed task (blessed) (fixed)
Update/Audit npm Dependencies for 5.7
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Change History (53)
This ticket was mentioned in PR #855 on WordPress/wordpress-develop by desrosj.
4 years ago
#6
- Keywords has-patch added
Test updating wait-on
, check-node-version
, and node-sass
.
Trac ticket: https://core.trac.wordpress.org/ticket/51801
4 years ago
#8
Merged into Core in https://core.trac.wordpress.org/changeset/49937.
This ticket was mentioned in PR #859 on WordPress/wordpress-develop by desrosj.
4 years ago
#9
Verify that all automated testing completes successfully after package updates.
Updated packages:
copy-webpack-plugin
from5.1.1
to5.1.2
.grunt
from1.1.0
to1.3.0
.grunt-contrib-jshint
from2.1.0
to3.0.0
.grunt-contrib-qunit
from3.1.0
to4.0.0
.grunt-rtlcss
from2.0.1
to2.0.2
.qunit
from2.9.0
to2.13.0
.sinon
from9.0.0
to9.2.2
.source-map-loader
from0.2.4
to1.1.3
.uuid
from8.2.0
to8.3.2
.webpack-dev-server
from3.11.0
to3.11.1
.
Trac ticket: https://core.trac.wordpress.org/ticket/51801
#11
@
4 years ago
Looks like [49939] accidentally updated the versions for several dependencies not specified within the package.json
file.
Reviewing the build repository, the common-rtl.css
file was updated as a result of the grunt-rtlcss
updated and looks good.
The blocks.js
file (and script-loader-packages.php
) was updated as a result of these changes, but this only resulted in an additional empty line. This doesn't seem to be problematic, and it's preferable to use the most recent versions of dependencies anyways.
I think this is OK to leave, but I wanted to make a note of those additional updates being included here.
4 years ago
#17
Merged into core in https://core.trac.wordpress.org/changeset/49939/.
In 49780: