hirosystems / stacks.js

JavaScript libraries for identity, auth, storage and transactions on the Stacks blockchain.
https://stacks.js.org
MIT License
944 stars 307 forks source link

@stacks/cli using deprecated module `punycode` #1700

Open aryzing opened 1 month ago

aryzing commented 1 month ago

What version of Stacks.js are you using?

installed @stacks/cli@6.15.0 with binaries:
 - stx
 - stacks

Describe the bug

When running a command, such as stacks make_keychain, there's a warning that the package is using a deprecated version of punycode,

(node:5633) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

How to reproduce

Run a command such as stacks make_keychain.

Expected behavior

No warning / error

Additional context