Skip to content

chore(deps): bump vercel from 51.7.0 to 58.4.0 - #121

Merged
hasparus merged 2 commits into
mainfrom
dependabot/npm_and_yarn/vercel-58.1.0
Aug 3, 2026
Merged

chore(deps): bump vercel from 51.7.0 to 58.4.0#121
hasparus merged 2 commits into
mainfrom
dependabot/npm_and_yarn/vercel-58.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vercel from 51.7.0 to 58.4.0.

Release notes

Sourced from vercel's releases.

vercel@58.4.0

Minor Changes

  • a928d5a: Add vercel ai-gateway budgets defaults (list/set/remove) to manage per-scope AI Gateway budget defaults (project and api-key), each with its own limit and refresh period

Patch Changes

  • Updated dependencies [2c75803]
  • Updated dependencies [57dec92]
    • @​vercel/build-utils@​13.36.2
    • @​vercel/backends@​0.8.29
    • @​vercel/container@​0.1.0
    • @​vercel/elysia@​0.1.106
    • @​vercel/express@​0.1.120
    • @​vercel/fastify@​0.1.109
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.115
    • @​vercel/hono@​0.2.109
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.89
    • @​vercel/nestjs@​0.2.110
    • @​vercel/next@​4.20.4
    • @​vercel/node@​5.9.2
    • @​vercel/python@​6.54.0
    • @​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.12

vercel@58.3.0

Minor Changes

  • 0f04613: Add vercel vcr permissions subcommands for managing which teams can pull images from a VCR repository: vcr permissions <repository> ls lists teams with access (by team slug), add and rm grant or revoke access for one or more teams (comma-separated team ids or slugs), and clear removes access for every team.

  • 17ee736: Replace the vercel-workers integration for Python queue subscribers and workflows with the new vercel-queue SDK:

    • [[tool.vercel.subscribers]] entrypoints are introspected at build time via vercel.queue.get_subscriptions() and served through generated vercel.queue.asgi_app() handler modules, with queue/v2beta triggers carrying the SDK-registered consumer groups and per-subscription tuning.
    • Celery and Dramatiq projects get the matching vercel-celery/vercel-dramatiq integration package injected automatically (bundled variant unless vercel-queue is an explicit dependency), in builds and in vercel dev.
    • [[tool.vercel.workflows]] entrypoints follow the SDK generation: projects on vercel >= 0.8.0 are served through vercel-queue like subscribers; older or undeterminable versions keep the legacy vercel-workers serving (worker env markers, injected pinned vercel-workers).
    • Projects that depend on vercel-workers directly keep the legacy integration wholesale: legacy subscriber schema, direct entrypoint serving, worker env markers.
    • vercel dev serves queue sidecars through vercel.queue.asgi_app() for new-SDK projects, and its queue broker delivers with the SDK-registered consumer groups introspected at sidecar startup (matching production trigger behavior); legacy projects keep the vercel-workers bootstrap.
    • The CLI no longer injects config.hasWorkerServices; the Python builder makes all queue-serving decisions from project metadata.
  • 5fc4930: Rename the vc edge-config command to vc global-config, keeping edge-config working as an alias for backwards compatibility.

Patch Changes

  • a12044c: Resolve explicit --deployment targets without linking the current directory, reuse existing protection bypass tokens without creating them on cross-project targets, and prevent --scope and --team from leaking into curl arguments.
  • Updated dependencies [17ee736]
    • @​vercel/python@​6.54.0

... (truncated)

Changelog

Sourced from vercel's changelog.

58.4.0

Minor Changes

  • a928d5a: Add vercel ai-gateway budgets defaults (list/set/remove) to manage per-scope AI Gateway budget defaults (project and api-key), each with its own limit and refresh period

Patch Changes

  • Updated dependencies [2c75803]
  • Updated dependencies [57dec92]
    • @​vercel/build-utils@​13.36.2
    • @​vercel/backends@​0.8.29
    • @​vercel/container@​0.1.0
    • @​vercel/elysia@​0.1.106
    • @​vercel/express@​0.1.120
    • @​vercel/fastify@​0.1.109
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.115
    • @​vercel/hono@​0.2.109
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.89
    • @​vercel/nestjs@​0.2.110
    • @​vercel/next@​4.20.4
    • @​vercel/node@​5.9.2
    • @​vercel/python@​6.54.0
    • @​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.12

58.3.0

Minor Changes

  • 0f04613: Add vercel vcr permissions subcommands for managing which teams can pull images from a VCR repository: vcr permissions <repository> ls lists teams with access (by team slug), add and rm grant or revoke access for one or more teams (comma-separated team ids or slugs), and clear removes access for every team.

  • 17ee736: Replace the vercel-workers integration for Python queue subscribers and workflows with the new vercel-queue SDK:

    • [[tool.vercel.subscribers]] entrypoints are introspected at build time via vercel.queue.get_subscriptions() and served through generated vercel.queue.asgi_app() handler modules, with queue/v2beta triggers carrying the SDK-registered consumer groups and per-subscription tuning.
    • Celery and Dramatiq projects get the matching vercel-celery/vercel-dramatiq integration package injected automatically (bundled variant unless vercel-queue is an explicit dependency), in builds and in vercel dev.
    • [[tool.vercel.workflows]] entrypoints follow the SDK generation: projects on vercel >= 0.8.0 are served through vercel-queue like subscribers; older or undeterminable versions keep the legacy vercel-workers serving (worker env markers, injected pinned vercel-workers).
    • Projects that depend on vercel-workers directly keep the legacy integration wholesale: legacy subscriber schema, direct entrypoint serving, worker env markers.
    • vercel dev serves queue sidecars through vercel.queue.asgi_app() for new-SDK projects, and its queue broker delivers with the SDK-registered consumer groups introspected at sidecar startup (matching production trigger behavior); legacy projects keep the vercel-workers bootstrap.
    • The CLI no longer injects config.hasWorkerServices; the Python builder makes all queue-serving decisions from project metadata.
  • 5fc4930: Rename the vc edge-config command to vc global-config, keeping edge-config working as an alias for backwards compatibility.

Patch Changes

  • a12044c: Resolve explicit --deployment targets without linking the current directory, reuse existing protection bypass tokens without creating them on cross-project targets, and prevent --scope and --team from leaking into curl arguments.

... (truncated)

Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2026

hasparus commented Aug 1, 2026

Copy link
Copy Markdown
Owner

·@·d·ependabot r·ebase


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-58.1.0 branch from 72e52b2 to 9770b30 Compare August 1, 2026 10:15

@hasparus hasparus left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: all CI checks passing.


Generated by Claude Code

Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 51.7.0 to 58.4.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.4.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 58.1.0
  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 51.7.0 to 58.1.0 chore(deps): bump vercel from 51.7.0 to 58.4.0 Aug 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-58.1.0 branch from 9770b30 to 06b4e4f Compare August 2, 2026 10:15
…rn/vercel-58.1.0

# Conflicts:
#	pnpm-lock.yaml

hasparus commented Aug 2, 2026

Copy link
Copy Markdown
Owner

This branch had repeated lockfile merge conflicts against main because #123, #122, #120, and #119 were merged in quick succession, each touching pnpm-lock.yaml. I merged main into this branch and regenerated pnpm-lock.yaml with pnpm install (no other changes). Verified locally with pnpm typecheck and pnpm build — both pass. Will merge once CI is green.


Generated by Claude Code

@hasparus
hasparus merged commit 4cdc391 into main Aug 3, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vercel-58.1.0 branch August 3, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants