Skip to content

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

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

chore(paddle)(deps-dev): bump vercel from 54.20.1 to 56.3.1 in /paddle-webhook#284
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/paddle-webhook/vercel-55.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vercel from 54.20.1 to 56.3.1.

Release notes

Sourced from vercel's releases.

vercel@56.3.1

Patch Changes

  • b08b736: Support linked-project deploys with project-scoped tokens that cannot fetch owner user/team resources.

vercel@56.3.0

Minor Changes

  • 238543c: Support Python services that declare their web app and development workflow sidecars through a pyproject.toml entrypoint in vercel dev.

Patch Changes

  • d5751d6: Allow Env, Target, Flags rules, Routes, Redirects, Firewall, and Git commands to select a project explicitly with --project, including from an unlinked directory.

  • 1d8e0ee: Extract project-link validation shared by routes, redirects, and firewall commands.

  • b0aa678: Consolidate suggested-command and subcommand-argument helpers while preserving explicit project context and required-argument validation.

  • c06b596: Fix vercel domains add sending the alias mutation under a stale ambient team scope. When run inside a directory linked to a project in another team, the command now resolves the local project link (like vercel domains ls) and scopes the domain/alias request to the linked team, so a same-name project in the ambient team can no longer be targeted by mistake.

  • a39869e: Fix vercel dev returning 404 for api/ functions using the rust, python, ruby, or go runtimes when the project has a framework dev command (e.g. Next.js). These runtimes are registered by backend framework presets, which caused the dev server to misclassify api/ functions as the frontend build and skip building them.

  • a55e7df: Replace user-facing experimentalServices references with services in error/warning messages and rename error codes (NO_EXPERIMENTAL_SERVICES_CONFIGUREDNO_SERVICES_CONFIGURED, MISSING_EXPERIMENTAL_SERVICESMISSING_SERVICES). The deprecated v1 config key should no longer appear in guidance shown to users.

  • e4866e9: Skip the Rust target/ directory by default for Rust projects.

    Rust projects produce a target/ directory of build artifacts that can be hundreds of MB. It's rebuilt on Vercel during the deployment (and cached server-side), so uploading it only slows deployments down. When a root Cargo.toml is detected, target/ is now ignored by default during vercel deploy and vercel dev. Users can opt back in with !/target in their .vercelignore.

    Also hardened the local file scanner used by vercel dev so that a directory removed mid-scan (a common race with cargo build churning target/) is skipped instead of crashing the process.

  • 7ea6c7a: Preserve buildCommand and combine preDeployCommand when writing inferred services config to vercel.json in V2 format.

  • 4cce813: Write [SENSITIVE] placeholder instead of an empty string when vercel env pull encounters sensitive environment variables whose values cannot be read, so an unset value is distinguishable from a redacted one

  • Updated dependencies [b0ed8e5]

  • Updated dependencies [c555d3a]

  • Updated dependencies [238543c]

  • Updated dependencies [f97e2e0]

    • @​vercel/python@​6.51.0
    • @​vercel/build-utils@​13.34.0
    • @​vercel/static-build@​2.11.8
    • @​vercel/backends@​0.8.25
    • @​vercel/container@​0.0.5
    • @​vercel/elysia@​0.1.102
    • @​vercel/express@​0.1.116
    • @​vercel/fastify@​0.1.105
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.111
    • @​vercel/hono@​0.2.105
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.85

... (truncated)

Changelog

Sourced from vercel's changelog.

56.3.1

Patch Changes

  • b08b736: Support linked-project deploys with project-scoped tokens that cannot fetch owner user/team resources.

56.3.0

Minor Changes

  • 238543c: Support Python services that declare their web app and development workflow sidecars through a pyproject.toml entrypoint in vercel dev.

Patch Changes

  • d5751d6: Allow Env, Target, Flags rules, Routes, Redirects, Firewall, and Git commands to select a project explicitly with --project, including from an unlinked directory.

  • 1d8e0ee: Extract project-link validation shared by routes, redirects, and firewall commands.

  • b0aa678: Consolidate suggested-command and subcommand-argument helpers while preserving explicit project context and required-argument validation.

  • c06b596: Fix vercel domains add sending the alias mutation under a stale ambient team scope. When run inside a directory linked to a project in another team, the command now resolves the local project link (like vercel domains ls) and scopes the domain/alias request to the linked team, so a same-name project in the ambient team can no longer be targeted by mistake.

  • a39869e: Fix vercel dev returning 404 for api/ functions using the rust, python, ruby, or go runtimes when the project has a framework dev command (e.g. Next.js). These runtimes are registered by backend framework presets, which caused the dev server to misclassify api/ functions as the frontend build and skip building them.

  • a55e7df: Replace user-facing experimentalServices references with services in error/warning messages and rename error codes (NO_EXPERIMENTAL_SERVICES_CONFIGUREDNO_SERVICES_CONFIGURED, MISSING_EXPERIMENTAL_SERVICESMISSING_SERVICES). The deprecated v1 config key should no longer appear in guidance shown to users.

  • e4866e9: Skip the Rust target/ directory by default for Rust projects.

    Rust projects produce a target/ directory of build artifacts that can be hundreds of MB. It's rebuilt on Vercel during the deployment (and cached server-side), so uploading it only slows deployments down. When a root Cargo.toml is detected, target/ is now ignored by default during vercel deploy and vercel dev. Users can opt back in with !/target in their .vercelignore.

    Also hardened the local file scanner used by vercel dev so that a directory removed mid-scan (a common race with cargo build churning target/) is skipped instead of crashing the process.

  • 7ea6c7a: Preserve buildCommand and combine preDeployCommand when writing inferred services config to vercel.json in V2 format.

  • 4cce813: Write [SENSITIVE] placeholder instead of an empty string when vercel env pull encounters sensitive environment variables whose values cannot be read, so an unset value is distinguishable from a redacted one

  • Updated dependencies [b0ed8e5]

  • Updated dependencies [c555d3a]

  • Updated dependencies [238543c]

  • Updated dependencies [f97e2e0]

    • @​vercel/python@​6.51.0
    • @​vercel/build-utils@​13.34.0
    • @​vercel/static-build@​2.11.8
    • @​vercel/backends@​0.8.25
    • @​vercel/container@​0.0.5
    • @​vercel/elysia@​0.1.102
    • @​vercel/express@​0.1.116
    • @​vercel/fastify@​0.1.105
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.111
    • @​vercel/hono@​0.2.105

... (truncated)

Commits
  • e35de4d Version Packages (#17140)
  • b08b736 Add support for project-only tokens to vercel deploy (#16999)
  • dc224ce Version Packages (#17126)
  • d5751d6 feat(cli): add --project support for env, target, flags, routes, redirects, f...
  • a55e7df [services] Replace experimentalServices in user-facing messages (#17077)
  • 7ea6c7a [services] Preserve buildCommand and preDeployCommand in V2 config infer (#16...
  • b0aa678 refactor(cli): consolidate suggested command helpers (#17110)
  • 1d8e0ee refactor(cli): extract project link helper (#17109)
  • 238543c [python] run pyproject sidecars for services in vc dev (#17130)
  • c555d3a [python] support pyproject.toml entrypoints in vc dev (#17118)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 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 requested a review from runyourempire as a code owner July 13, 2026 06:12
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 13, 2026
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
4da-home Ready Ready Preview, Comment Jul 17, 2026 11:10pm

Request Review

@dependabot dependabot Bot changed the title chore(paddle)(deps-dev): bump vercel from 54.20.1 to 55.0.0 in /paddle-webhook chore(paddle)(deps-dev): bump vercel from 54.20.1 to 56.2.0 in /paddle-webhook Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/paddle-webhook/vercel-55.0.0 branch from 02590fa to b2cff9b Compare July 15, 2026 15:31
@runyourempire

Copy link
Copy Markdown
Collaborator

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(paddle)(deps-dev): bump vercel from 54.20.1 to 56.2.0 in /paddle-webhook chore(paddle)(deps-dev): bump vercel from 54.20.1 to 56.3.1 in /paddle-webhook Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/paddle-webhook/vercel-55.0.0 branch from b2cff9b to 2e141d4 Compare July 17, 2026 23:09
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #354.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/paddle-webhook/vercel-55.0.0 branch July 20, 2026 06:11
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