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
❯ node -vv22.7.0
❯ npm -v10.8.2
❯ npx @azure/static-web-apps-cli initWelcome to Azure Static Web Apps CLI (2.0.1)? Choose a configuration name: » bla(node:18152) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.(Use `node --trace-deprecation ...` to show where the warning was created)
❯ npm ls punnycode+-- @azure/static-web-apps-cli@2.0.1| `-- devcert@1.2.2| `-- is-valid-domain@0.1.6| `-- punycode@2.3.1 deduped
devcert needs to replace is-valid-domain since it's archived
I suppose Azure team could help it dependencies to be up to date as well
It would also help SWA CLI to be able to use Node22 for the build time and runtime to be ready in 2 month:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello,
using the CLI is triggering this more and more:
devcert
needs to replaceis-valid-domain
since it's archivedI suppose Azure team could help it dependencies to be up to date as well
It would also help
SWA
CLI to be able to use Node22 for the build time and runtime to be ready in 2 month:Beta Was this translation helpful? Give feedback.
All reactions