vercel@53.1.1
📦 vercel-cliView on GitHub →
🐛 4 fixes🔧 4 symbols
Summary
This patch release fixes several bugs, including issues with environment variable updates and plugin migration, and tightens the security typing for SDK keys.
Migration Steps
- If relying on list responses from `flags sdk-keys ls` to contain sensitive fields, update code as these fields are now statically omitted.
🐛 Bug Fixes
- Fixed `vc env update` failing when updating sensitive environment variables.
- Tightened the `SdkKey` type to prevent plaintext `keyValue`, `tokenValue`, and `connectionString` from appearing on list responses (static guarantee enforced by type split).
- Ensured synthetic SPA fallbacks are merged after builder-produced routes.
- Handled stale Claude Code Vercel plugin registry entries during plugin migration.