@webpack-cli/generators@3.0.7 has some deprecated NPM modules #53552
Labels
Needs Dev
Ready for, and needs developer efforts
[Tool] WP Scripts
/packages/scripts
[Type] Enhancement
A suggestion for improvement.
Description
When
ncu
was executed,@wordpress/scripts
was displayed as^26.9.0 → ^26.10.0
, soncu -u
npm install
was executed in sequence.As a result, several npm modules were shown as deprecated as follows:
npm WARN deprecated debuglog@1.0.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
These issues has been resolved in 3891, 3892, and 3893 reported in webpack-cli, so it is appropriate to replace it with the latest version.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Environment info
System:
Binaries:
npmPackages:
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: