schema-utils icon indicating copy to clipboard operation
schema-utils copied to clipboard

Is it possible to upgrade to the latest AJV to fix punycode deprecation warning?

Open dominic-p opened this issue 5 months ago • 8 comments

Feature Proposal

I'm getting deprecation warnings like this when I run webpack:

(node:23924) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.

It seems like these are caused by a deep dependency of an older ajv module. The most recent ajv (8.17.1) seems to fix this, so I'm wondering if we can update to silence the warnings.

npm ls punycode
my-project
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └── [email protected]

Feature Use Case

It will just make the console output cleaner and less distracting.

Please paste the results of npx webpack-cli info here, and mention other relevant information

NA

dominic-p avatar Sep 25 '24 23:09 dominic-p