Change8

vercel@54.10.2

📦 vercel-cliView on GitHub →
🐛 2 fixes

Summary

This patch release fixes a critical crash in the native CLI binary related to authentication commands by ensuring necessary packages are correctly bundled. It also includes dependency updates across several Vercel builders.

🐛 Bug Fixes

  • Fixed the native CLI binary crashing on auth commands (llogin`, lwhoami`, llogout`, and any command that reads config) with `ERR_MODULE_NOT_FOUND: '@vercel/cli-auth'` by staging the package into the binary.
  • Hardened the binary release with a real command smoke test and a build-time check ensuring all statically-imported dependencies are bundled, preventing releases where a required package is missing.