webpack / webpack-cli

Webpack's Command Line Interface
https://webpack.js.org/api/cli
MIT License
2.55k stars 597 forks source link

fixes #4178 #4179

Open stein2nd opened 3 months ago

stein2nd commented 3 months ago

Several internal module versions with deprecated warnings have been modernised. The associated 'unmet peer dependency' warning was also resolved by installing '@types/inquirer, @yeoman/types, mem-fs, webpack'.

What kind of change does this PR introduce?

To resolve deprecated warnings.

linux-foundation-easycla[bot] commented 3 months ago

CLA Signed


The committers listed above are authorized under a signed CLA.

webpack-bot commented 3 months ago

Hi @stein2nd.

Just a little hint from a friendly bot about the best practice when submitting pull requests:

Don't submit pull request from your own master branch. It's recommended to create a feature branch for the PR.

You don't have to change it for this PR, just make sure to follow this hint the next time you submit a PR.