webpack / webpack-cli

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

[@webpack-cli/generators] Some internal modules has unmet peer dependency. #4178

Closed stein2nd closed 3 weeks ago

stein2nd commented 3 months ago

For verification, I temporarily modernised package.json by running 'ncu' and 'ncu -u' under the ‘@webpack-cli/generators’ installation folder. ©typesyeoman-generator

When 'yarn install' was executed, an 'unmet peer dependency' warning for an internal module was displayed. Pasted Graphic 4

Some modules that appeared as 'unmet peer dependency' warnings were installed with 'yarn add'.

This was attempted to resolve the deprecated warnings listed below.

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. Pasted Graphic 7

npm warn deprecated read-package-json@6.0.4: This package is no longer supported. Please use @npmcli/package-json instead. Pasted Graphic 6

npm warn deprecated npmlog@5.0.1: This package is no longer supported. Pasted Graphic 15

npm warn deprecated npmlog@6.0.2: This package is no longer supported. Pasted Graphic 14

npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs Pasted Graphic 17

npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs Pasted Graphic 16

npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported. Pasted Graphic 13

npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. Pasted Graphic 12

npm warn deprecated gauge@3.0.2: This package is no longer supported. Pasted Graphic 11

npm warn deprecated gauge@4.0.4: This package is no longer supported. Pasted Graphic 10

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported Pasted Graphic 7

npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm-registry-fetch@12 0 2

npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported yeoman-environment@3 19 3

npm warn deprecated debuglog@1.0.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. Pasted Graphic 9

npm warn deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs Pasted Graphic 8

System:

evenstensberg commented 2 months ago

We're removing a lot of these deps once Create Webpack App is done this summer.

wilyJ80 commented 1 month ago

We're removing a lot of these deps once Create Webpack App is done this summer.

@evenstensberg may I know what Create Webpack App is? Sorry, didn't find any info about it. I'd love to know. I'm absolutely enjoying this world of JS bundling.

evenstensberg commented 1 month ago

It's a generator/scaffolding tool for webpack. Generates basic front end builds with react, typescript et.al