webpack-cli icon indicating copy to clipboard operation
webpack-cli copied to clipboard

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

Open stein2nd opened this issue 1 year ago • 1 comments

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 [email protected]: 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 [email protected]: This package is no longer supported. Please use @npmcli/package-json instead. Pasted Graphic 6

npm warn deprecated [email protected]: This package is no longer supported. Pasted Graphic 15

npm warn deprecated [email protected]: This package is no longer supported. Pasted Graphic 14

npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs Pasted Graphic 17

npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs Pasted Graphic 16

npm warn deprecated [email protected]: This package is no longer supported. Pasted Graphic 13

npm warn deprecated [email protected]: This package is no longer supported. Pasted Graphic 12

npm warn deprecated [email protected]: This package is no longer supported. Pasted Graphic 11

npm warn deprecated [email protected]: This package is no longer supported. Pasted Graphic 10

npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported Pasted Graphic 7

npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported npm-registry-fetch@12 0 2

npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported yeoman-environment@3 19 3

npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. Pasted Graphic 9

npm warn deprecated [email protected]: This functionality has been moved to @npmcli/fs Pasted Graphic 8

System:

  • OS: macOS 14.5
  • CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
  • Memory: 274.02 MB / 32.00 GB
  • Shell: 3.2.57 - /bin/bash

Binaries:

  • Node: 22.2.0 - ~/.nodebrew/current/bin/node
  • Yarn: 1.22.22 - /usr/local/bin/yarn
  • npm: 10.8.1 - ~/.nodebrew/current/bin/npm

npmPackages:

  • @types/inquirer: ^9.0.7 => 9.0.7
  • @types/yeoman-generator: ^5.2.14 => 5.2.14
  • @yeoman/types: ^1.2.0 => 1.2.0
  • mem-fs: ^4.1.0 => 4.1.0
  • webpack: ^5.91.0 => 5.91.0
  • webpack-cli: ^5.1.4 => 5.1.4
  • yeoman-environment: ^4.4.0 => 4.4.0
  • yeoman-generator: ^7.2.0 => 7.2.0

stein2nd avatar May 30 '24 05:05 stein2nd

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

evenstensberg avatar Jun 07 '24 20:06 evenstensberg

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.

wilyJ80 avatar Jul 22 '24 03:07 wilyJ80

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

evenstensberg avatar Jul 24 '24 16:07 evenstensberg