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

[Chore] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead #372

Open
JamesLMilner opened this issue Dec 2, 2024 · 2 comments
Labels
chore Technical improvements such as package updates

Comments

@JamesLMilner
Copy link
Owner

What technical task needs doing?

We need to figure out how to remove the warnings when using the Node 22 LTS with Terra Draw package.json commands.

├─┬ [email protected]
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│   ├─┬ [email protected]
│   │ └── [email protected] deduped
│   └─┬ [email protected]
│     └─┬ [email protected]
│       └── [email protected] deduped
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └── [email protected]

serve can be fixed, eslint is v8 is deprecated (needs upgrading in and of itself), and jest-environment-jsdom does not have a new version out yet (30 is in alpha).

@JamesLMilner JamesLMilner added the chore Technical improvements such as package updates label Dec 2, 2024
@JamesLMilner
Copy link
Owner Author

eslint I doubt will get fixed without just migrating to v9 #374

Jest has an open issue jestjs/jest#15367

@JamesLMilner
Copy link
Owner Author

#374 resolves the punycode warning relating to eslint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Technical improvements such as package updates
Projects
None yet
Development

No branches or pull requests

1 participant