Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update punycode import path #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wrobinson91
Copy link

With later Node versions, deprecation warnings began to appear about
changing the import path to avoid using core modules, instead to use
userland modules. This follows the advice for punycode's most recent
version (v2.3.1). This should ideally be applied for a v4.4.2 tag so
a number of active packages can remove this warning.

With later Node versions, deprecation warnings began to appear about
changing the import path to avoid using core modules, instead to use
userland modules. This follows the advice for `punycode`'s most recent
version (v2.3.1). This should ideally be applied for a v4.4.2 tag so
a number of active packages can remove this warning.
@j0k3r
Copy link

j0k3r commented Dec 12, 2024

There is already something #95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants