chore(deps): update dependency vercel to v50.15.0 #457
+93
−77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
50.14.0→50.15.0Release Notes
vercel/vercel (vercel)
v50.15.0Compare Source
Minor Changes
Add
vercel flagscommand to manage feature flags from the CLI. This includes subcommands for listing, inspecting, creating, deleting, archiving, enabling, and disabling feature flags, as well as managing SDK keys for flag evaluation. (#14710)New commands:
vercel flags ls- List all feature flagsvercel flags inspect <flag>- Display detailed information about a feature flag, including its variantsvercel flags add <slug>- Create a new feature flagvercel flags rm <flag>- Delete a feature flag (must be archived first)vercel flags archive <flag>- Archive a feature flagvercel flags disable <flag>- Disable a flag in an environmentvercel flags enable <flag>- Enable a flag in an environmentvercel flags sdk-keys ls- List SDK keysvercel flags sdk-keys add- Create a new SDK keyvercel flags sdk-keys rm <key>- Delete an SDK keyAdd
--metadata/-mflag tovercel integration addfor non-interactive provisioning (#14871)Add
vc link addsubcommand to append projects to existing repo.json (#14968)[services] detect and manage virtual environments for Python services (#14952)
Improved startup time 1.2-1.5x for CLI commands by implementing a different bundling & lazy loading strategy (#14930)
Specifically, speedup the following subcommands: deploy, env, list, link, build, dev (informed by telemetry end-user usage data). The rest of the commands also became faster due to reduced amount of code they need to load.
Patch Changes
Add
vercel integration discoverwith human-readable and JSON output for installable marketplace integrations and products. (#14948)Add service configuration to BuildOptions (#14918)
[cli]
integration add: auto-connect resources to all environments and auto-runenv pullafter provisioning. Add--no-connectand--no-env-pullopt-out flags. Print resource dashboard URL on success. (#14964)Write
repo.json"orgId" field on a per-project basis (#14967)defaultRoutesinjection during services builds, and ensuring deterministic route merging precedence for services. (#14946)Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d,9b8f974bbb64fb857b068428b0c2fdccee6ad83c,96310842f34741ccced49eb9bd392631c2de4d14]:v50.14.1Compare Source
Patch Changes
Add support for
regionsinvercel.jsonfunction-level configuration. (#14963)Matching function
regionsare now parsed fromfunctionsconfig, written into lambda output config, and documented in config types so they override top-level deployment regions for that function.Remove
customErrorPageconfiguration support fromvercel.json(#14832)Updated dependencies [
45963f54f26a3e54df58a3b6a30e383de4094dd1,2c09a1d3486e905d6b1a9c6280739d81e9958cec,2c09a1d3486e905d6b1a9c6280739d81e9958cec,7a78b1b4144602550a3be48cd9a976e5e2934a51,87ff85b1277d84021bc83aec6fc97021d3fdab9d]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.