Change8

vercel@50.23.0

📦 vercel-functionsView on GitHub →
1 features🐛 2 fixes1 deprecations🔧 2 symbols

Summary

This release introduces an experimental flag to skip authentication during `vc dev` and fixes an issue with re-authentication flows by switching to the device code flow.

Migration Steps

  1. If you rely on the SSO redirect flow for re-authentication in specific team scopes, be aware that this flow is deprecated and the device code flow is now used.

✨ New Features

  • Added ability to skip authentication and project linking for `vc dev` by setting the `VERCEL_EXPERIMENTAL_DEV_SKIP_LINK` environment variable.

🐛 Bug Fixes

  • Fixed re-authentication for teams with missing scope to use the device code flow instead of the deprecated SSO redirect flow.
  • Added CLI evaluation for the `vc env` command.

Affected Symbols

⚡ Deprecations

  • The SSO redirect flow for re-authentication for teams with missing scope has been deprecated and replaced by the device code flow.