You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm using the cyclonedx/webpack-plugin in version 3.15.1 to create a bill of materials within my Angular 19 project build with NodeKS 22.12.0.
For some other reasons I had to migrate my build environment from NodeJS 20.14.0 to 22.12.0.
Since this migration the angular build emits thie deprecation warning:
[DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
The only usage of "punycode" is coming from the webpack-plugin:
Unfortunately, this is nothing we have control of, or is it?
it appears to be caused by one of our 3rd party dependencies, and they are resolved at install-time.
Will close, as this is nothing we control.
In case there is anything we can do, let us know by opening a new issue with a concrete solution or request.
Currently, I'm using the cyclonedx/webpack-plugin in version 3.15.1 to create a bill of materials within my Angular 19 project build with NodeKS 22.12.0.
For some other reasons I had to migrate my build environment from NodeJS 20.14.0 to 22.12.0.
Since this migration the angular build emits thie deprecation warning:
[DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)The only usage of "punycode" is coming from the webpack-plugin:
The text was updated successfully, but these errors were encountered: