Hmm, @maxlath are the constant warnings I'm getting from wikibase-cli that punycode is deprecated something I can avoid by upgrading something somewhere? I don't know my way around the node ecosystem well enough to track down exactly where it's coming from.
@oravrattas when do you get those warnings? When installing? That shouldn't be an issue, but I will have a look

@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)