You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue was already reported in the js-client repo as supabase/supabase-js#914 . Seems to me that here is the appropriate place.
In short: supabase/node-fetch is dependent on whatwg-url ^5.0.0 . This raises a deprecation warning for the punycode module. Do you plan on upgrading whatwg-url to a newer version, solving the deprecation?
Bug report
Describe the bug
Issue was already reported in the js-client repo as supabase/supabase-js#914 . Seems to me that here is the appropriate place.
In short: supabase/node-fetch is dependent on whatwg-url ^5.0.0 . This raises a deprecation warning for the punycode module. Do you plan on upgrading whatwg-url to a newer version, solving the deprecation?
Thanks for your awesome work!
To Reproduce
Copied from supabase/supabase-js#914:
│ └─┬ @supabase/[email protected]
│ └── [email protected]
Expected behavior
No deprecation.
System information
Copied from supabase/supabase-js#914:
The text was updated successfully, but these errors were encountered: