Skip to content

chore(deps): bump vercel from 50.44.0 to 58.0.0 - #154

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel-54.18.7
Open

chore(deps): bump vercel from 50.44.0 to 58.0.0#154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel-54.18.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps vercel from 50.44.0 to 58.0.0.

Release notes

Sourced from vercel's releases.

vercel@58.0.0

Minor Changes

  • 843bb99: Support attaching Connect connectors to project custom environments by slug or stable ID.
  • d277bd9: Add custom-environment targeting for Connex trigger destinations.
  • 4502520: Support Node.js Routing Middleware entrypoints through proxy.entrypoint, with optional path matching through proxy.matcher. The matcher may be configured in the entrypoint source or vercel.json, but not both.
  • 506487b: Removed the VERCEL_TOML_CONFIG_ENABLED feature flag. vercel.toml configuration file support is now always enabled.

Patch Changes

  • c71e6f9: Recover interactive commands from stale stored login sessions by starting a fresh device login, and retry Environment Variable reads after legacy authentication challenges.
  • Updated dependencies [4502520]
  • Updated dependencies [6aa29e5]
    • @​vercel/build-utils@​13.36.0
    • @​vercel/node@​5.9.0
    • @​vercel/python@​6.53.0
    • @​vercel/backends@​0.8.27
    • @​vercel/container@​0.1.0
    • @​vercel/elysia@​0.1.104
    • @​vercel/express@​0.1.118
    • @​vercel/fastify@​0.1.107
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.113
    • @​vercel/hono@​0.2.107
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.87
    • @​vercel/nestjs@​0.2.108
    • @​vercel/next@​4.20.4
    • @​vercel/redwood@​2.5.0
    • @​vercel/remix-builder@​5.9.1
    • @​vercel/ruby@​2.5.1
    • @​vercel/rust@​1.4.0
    • @​vercel/static-build@​2.11.10

vercel@57.0.0

Minor Changes

  • 7dd4301: Make service bindings type optional.

Patch Changes

  • 3a066fe: Add a resolved attribute to the vc.importBuilders trace span recording each Builder's resolved version and source directory
  • b40db5b: Improve vc alerts and vc alerts rules output for custom alerts, including readable inspect views, custom alert rule filtering, compact rule tables, and normalized alert timestamps.
  • fca6de2: Added a notice when a project's first vercel deploy (without --prod) is assigned to production by the API. The notice explains that this is expected behavior for the first deployment and that future deployments will be preview deployments unless --prod is used. In non-interactive mode, the hint is included in the JSON payload and the "Promote to production" next command is omitted since the deployment is already production.
  • 6e29745: Gate the native CLI binary trampoline behind an explicit opt-in. The native @vercel/vc-native-* binary is only spawned when the user opts in via vercel upgrade --enable-binary (or the useNativeBinary global config flag); members of the vercel team are auto-opted-in when their teams are already loaded. Adds a zod-free @vercel/cli-config/paths subpath so the opt-in flag can be read on the CLI startup hot path without loading zod.
  • e4a7a58: Fix the native trampoline resolving the native binary through NODE_PATH: require.resolve() consults NODE_PATH and the global folders even when paths is given, so the native package is now located with an explicit walk up this install's own node_modules tree
  • a5439da: Expose pprState in vc logs output, alongside the existing cache status and reason, so users can see how a PPR page was served (fully_static / partially_dynamic / fully_dynamic).
  • 3540322: Preserve the selected team scope across re-authentication. vercel login no longer resets currentTeam to the default team when re-authenticating: the previous selection is kept when the authenticated user is still a member of that team, and only falls back to the default scope (with a warning) otherwise. vercel teams switch no longer hard-fails when the persisted team is stale (deleted or membership revoked), so it can always be used to switch away.
  • ae12b01: Expose the resolved rewrite destination as the request path observed by Python framework applications, and warn affected Python projects about the behavior change.
  • Updated dependencies [7dd4301]

... (truncated)

Changelog

Sourced from vercel's changelog.

58.0.0

Minor Changes

  • 843bb99: Support attaching Connect connectors to project custom environments by slug or stable ID.
  • d277bd9: Add custom-environment targeting for Connex trigger destinations.
  • 4502520: Support Node.js Routing Middleware entrypoints through proxy.entrypoint, with optional path matching through proxy.matcher. The matcher may be configured in the entrypoint source or vercel.json, but not both.
  • 506487b: Removed the VERCEL_TOML_CONFIG_ENABLED feature flag. vercel.toml configuration file support is now always enabled.

Patch Changes

  • c71e6f9: Recover interactive commands from stale stored login sessions by starting a fresh device login, and retry Environment Variable reads after legacy authentication challenges.
  • Updated dependencies [4502520]
  • Updated dependencies [6aa29e5]
    • @​vercel/build-utils@​13.36.0
    • @​vercel/node@​5.9.0
    • @​vercel/python@​6.53.0
    • @​vercel/backends@​0.8.27
    • @​vercel/container@​0.1.0
    • @​vercel/elysia@​0.1.104
    • @​vercel/express@​0.1.118
    • @​vercel/fastify@​0.1.107
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.113
    • @​vercel/hono@​0.2.107
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.87
    • @​vercel/nestjs@​0.2.108
    • @​vercel/next@​4.20.4
    • @​vercel/redwood@​2.5.0
    • @​vercel/remix-builder@​5.9.1
    • @​vercel/ruby@​2.5.1
    • @​vercel/rust@​1.4.0
    • @​vercel/static-build@​2.11.10

57.0.0

Minor Changes

  • 7dd4301: Make service bindings type optional.

Patch Changes

  • 3a066fe: Add a resolved attribute to the vc.importBuilders trace span recording each Builder's resolved version and source directory
  • b40db5b: Improve vc alerts and vc alerts rules output for custom alerts, including readable inspect views, custom alert rule filtering, compact rule tables, and normalized alert timestamps.
  • fca6de2: Added a notice when a project's first vercel deploy (without --prod) is assigned to production by the API. The notice explains that this is expected behavior for the first deployment and that future deployments will be preview deployments unless --prod is used. In non-interactive mode, the hint is included in the JSON payload and the "Promote to production" next command is omitted since the deployment is already production.
  • 6e29745: Gate the native CLI binary trampoline behind an explicit opt-in. The native @vercel/vc-native-* binary is only spawned when the user opts in via vercel upgrade --enable-binary (or the useNativeBinary global config flag); members of the vercel team are auto-opted-in when their teams are already loaded. Adds a zod-free @vercel/cli-config/paths subpath so the opt-in flag can be read on the CLI startup hot path without loading zod.
  • e4a7a58: Fix the native trampoline resolving the native binary through NODE_PATH: require.resolve() consults NODE_PATH and the global folders even when paths is given, so the native package is now located with an explicit walk up this install's own node_modules tree
  • a5439da: Expose pprState in vc logs output, alongside the existing cache status and reason, so users can see how a PPR page was served (fully_static / partially_dynamic / fully_dynamic).
  • 3540322: Preserve the selected team scope across re-authentication. vercel login no longer resets currentTeam to the default team when re-authenticating: the previous selection is kept when the authenticated user is still a member of that team, and only falls back to the default scope (with a warning) otherwise. vercel teams switch no longer hard-fails when the persisted team is stale (deleted or membership revoked), so it can always be used to switch away.

... (truncated)

Commits
  • e38f9af Version Packages (#17228)
  • 506487b Remove the VERCEL_TOML_CONFIG_ENABLED flag, always allow vercel.toml (#17234)
  • c71e6f9 [CLI] fixing more guardrails around vc env pull commands (#17229)
  • 4502520 configurable routing middleware in vercel.json (#17215)
  • d277bd9 [MKT-3999] Add custom environment routing to connect attach (#17219)
  • 843bb99 [connex] Resolve custom environments when attaching projects (#17181)
  • c769366 Version Packages (#17198)
  • b40db5b Improve alerts CLI custom alert display (#17197)
  • 3540322 [cli] Preserve team scope across re-login and un-wedge vc switch from stale...
  • ae12b01 [python] apply request path transforms (#17212)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vercel since your current version.


@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
supercli Ready Ready Preview, Comment Jul 28, 2026 6:22am
supercli-client Ready Ready Preview, Comment Jul 28, 2026 6:22am
supercli-docs Ready Ready Preview, Comment Jul 28, 2026 6:22am

@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 54.18.7 chore(deps): bump vercel from 50.44.0 to 54.20.1 Jul 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from c13e238 to d2a0fd1 Compare July 5, 2026 05:37
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 54.20.1 chore(deps): bump vercel from 50.44.0 to 54.21.1 Jul 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from d2a0fd1 to 5eeeaee Compare July 8, 2026 11:06
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 54.21.1 chore(deps): bump vercel from 50.44.0 to 55.0.0 Jul 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from 5eeeaee to d4ec58a Compare July 10, 2026 12:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from d4ec58a to 69f1a58 Compare July 12, 2026 09:58
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from 69f1a58 to 9dc8aac Compare July 13, 2026 12:59
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 55.0.0 chore(deps): bump vercel from 50.44.0 to 56.2.1 Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from 9dc8aac to 08d69a2 Compare July 16, 2026 13:12
Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 50.44.0 to 58.0.0.
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@58.0.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 54.18.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 56.2.1 chore(deps): bump vercel from 50.44.0 to 58.0.0 Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from 08d69a2 to 58c47ba Compare July 28, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants