@maxlath I get them when running almost any command:
wd search "Douglas Adams"
(node:1800) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Node's Punycode module has been deprecated for years as pointed out by @Macil in #296. This PR replaces the deprecated module with mathiasbynens/punycode.js as suggested.
@maxlath @LucasWerkmeister I'm still getting the warning after updating to v17.0.10 :(
(node is at v21.5.0 FWIW)