Skip to content

chore(paddle)(deps-dev): bump vercel from 54.20.1 to 59.11.7 in /paddle-webhook - #638

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/paddle-webhook/vercel-59.11.2
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/paddle-webhook/vercel-59.11.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps vercel from 54.20.1 to 59.11.7.

Release notes

Sourced from vercel's releases.

vercel@58.4.4

Patch Changes

  • dcadcad: Trigger a new release to publish versions that were skipped by the failed release run.

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.

... (truncated)

Changelog

Sourced from vercel's changelog.

59.11.7

Patch Changes

  • 1109c9e: Update CLI command behavior.

59.11.6

Patch Changes

  • f5fd254: Stage native binary dependencies with pnpm deploy --frozen-lockfile (hoisted layout) and prune the tree to what the CLI's non-builder runtime dependencies can reach, instead of a handwritten, flattened allowlist. The binary now ships exactly the versions in pnpm-lock.yaml, nested dependency versions are preserved (fixes vercel sandbox loading lru-cache@6 instead of lru-cache@10), and platform-specific optional dependencies are resolved for the --target platform. Staging happens outside the repository so pkg cannot follow stray requires into workspace node_modules, and dependency test files are excluded from the snapshot. The binary smoke test accepts the usage exit code 2 that most --help commands return.
  • e492148: Correct metrics help examples for the v1 catalog and use a rolling pageview time range.
  • f5fd254: On non-native CLI, resolve URL-pinned builders from CLI dependencies when a cached .vercel/builders copy does not match the pin, instead of npm-installing the preview tarball. Publish preview tarballs at flat filenames (e.g. vercel-node.tgz) so yarn 1 and pnpm 8 can both install them. Preview pack also hoists nested registry deps of those tarball pins onto the parent (e.g. js-yaml from @vercel/python-analysis) because yarn 1 does not install them.

59.11.5

Patch Changes

  • ffe0cab: Fix vercel flags split and vercel flags rules add help examples to use false/true variant values, and treat flags / @flags-sdk/vercel as notable dependencies in vercel skills.

59.11.4

Patch Changes

  • a3c4302: Clarify --trigger-branch help on vercel connect create and vercel connect attach. The flag targets a git branch's preview deployment; production is selected by omitting the flag, not by passing production as a branch name.
  • 2c5ed83: Fix firewall overview failing on plans without IP Bypass. The command no longer errors when the bypass endpoint is unavailable, and reports system mitigation status from the project rather than the plan-gated bypass API. With --json, a bypassUnavailable field now explains why bypass is null.
  • aae0a62: Reduce vercel deploy startup time by lazy-loading modules that are only needed for first-time project setup, --dry output, and experimental services detection (@vercel/frameworks, @vercel/fs-detectors, the vercel.json schema validator, and vercel env pull).

59.11.3

Patch Changes

  • 36a6a4e: Only list internal trace sampling rules with vercel traces config ls.
  • Updated dependencies [1817491]
    • @​vercel/build-utils@​14.9.1
    • @​vercel/backends@​7.0.2
    • @​vercel/container@​7.0.1
    • @​vercel/elysia@​7.0.1
    • @​vercel/express@​7.0.2
    • @​vercel/fastify@​7.0.1
    • @​vercel/go@​10.0.1
    • @​vercel/h3@​7.0.1
    • @​vercel/hono@​7.0.1
    • @​vercel/hydrogen@​8.0.1
    • @​vercel/koa@​7.0.1
    • @​vercel/nestjs@​7.0.1
    • @​vercel/next@​11.0.2
    • @​vercel/node@​12.0.1
    • @​vercel/python@​13.0.1
    • @​vercel/redwood@​9.0.1

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (54.20.1) was attested. Review the package versions before updating.


@dependabot
dependabot Bot requested a review from runyourempire as a code owner September 7, 2026 06:11
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@dependabot dependabot Bot changed the title chore(paddle)(deps-dev): bump vercel from 54.20.1 to 59.11.2 in /paddle-webhook chore(paddle)(deps-dev): bump vercel from 54.20.1 to 59.11.7 in /paddle-webhook Sep 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/paddle-webhook/vercel-59.11.2 branch from a290be1 to 8a7fd06 Compare September 9, 2026 07:47
Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 54.20.1 to 59.11.7.
- [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/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 59.11.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/paddle-webhook/vercel-59.11.2 branch from 8a7fd06 to d5d3ffe Compare September 9, 2026 21:05
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #673.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/paddle-webhook/vercel-59.11.2 branch September 14, 2026 06:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant