firebase / firebase-tools

The Firebase Command Line Tools
MIT License
4.01k stars 929 forks source link

firebase deploy --> [DEP0040] DeprecationWarning #7747

Open Abhijit-Revamp opened 1 week ago

Abhijit-Revamp commented 1 week ago

[REQUIRED] Environment info

firebase-tools: 13.19.0

Platform: macOS

[REQUIRED] Test case

firebase deploy

[REQUIRED] Steps to reproduce

firebase deploy (node:59297) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.

[REQUIRED] Expected behavior

deployment needs to happen without DeprecationWarning

[REQUIRED] Actual behavior

Gives DeprecationWarning

joehan commented 1 week ago

Hey @Abhijit-Revamp - this deprecation was done in Node 22, and will not appear if you are on Node 18/20. We're working on a fix for these warnings on Node 22, but its proving to be a long slog of upgrading (and waiting for) dependencies.