-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
DeprecationWarning: The punycode
module is deprecated. Please use a userland alternative instead.
#914
Comments
I got similar error when I upgraded my node version to One quick workaround till the team upgrades this dependency is to override the version in your package.json. Since I use "pnpm": {
"overrides": {
"whatwg-url": "13.0.0"
}
} |
any updates here? |
I would also appreciate an upgrade :) |
Any schedule for this? Its an annoying warning in the main javascript SDK. |
I guess there are two ways to fix this:
In my opinion, the second is better since Node.js v18, the oldest maintained LTS, is supporting Anyway, I can contribute so please let me know, maintainers |
Hi supabase folks - Is there anything that users/customers can do to push this forward? Having a deprecation warning logged in our apps (and even in the happy path of the tutorials) because they're using supabase's first party js libraries feels a little bit like a broken window. |
A year later this is still the only fix |
…and supabase/supabase-js#914 for more details
Why does this continue to be an issue after all this time when it's so trivially fixed by upgrading the |
Bug report
Describe the bug
When using Supabase-JS, I get an error about the punycode module being deprecated.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
punycode
module is deprecated. Please use a userland alternative instead.│ └─┬ @supabase/[email protected]
│ └── [email protected]
Expected behavior
No deprecation.
System information
The text was updated successfully, but these errors were encountered: