Skip to content

build(deps-dev): Bump vercel from 54.6.1 to 54.9.1#3618

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.9.1
Open

build(deps-dev): Bump vercel from 54.6.1 to 54.9.1#3618
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Bumps vercel from 54.6.1 to 54.9.1.

Release notes

Sourced from vercel's releases.

vercel@54.9.1

Patch Changes

  • f5ab607: [evals] Shrink eval result uploads and fix run discovery

    The eval ingest transform (transform-agent-eval-to-canonical.js) now excludes raw transcripts (transcript-raw.jsonl) from the --upload-artifacts all path, roughly halving each ingest payload. The parsed transcript.json is still uploaded and still read for resolvedModels metadata.

    It also normalizes provider-prefixed model paths before upload. Models that resolve to provider/model (e.g. openai/gpt-5.5-pro) write results one directory deeper, pushing the timestamp past the experiment/model/timestamp shape the ingest endpoint discovers runs from, which previously failed with Could not discover any experiment/model/timestamp runs. The model is now collapsed to a single segment (openai-gpt-5.5-pro) so discovery succeeds.

  • 2b31813: Fix vc build --standalone failing to zip Lambdas when run from a monorepo subdirectory. When dependencies are hoisted to the monorepo root (e.g. pnpm's node_modules/.pnpm/...), the recorded function file paths could escape the function root (../../node_modules/...), which later caused zipping to fail with invalid relative path: ../../node_modules/.... These paths are now re-anchored inside the function so the standalone output is self-contained.

  • 252c6eb: [cli] Show claim in vercel integration resource --help

    The claim subcommand was missing from resourceSubcommand.subcommands, so vercel integration resource --help only listed connect, disconnect, remove, and create-threshold. The legacy vercel integration-resource --help and the dispatcher's runtime resolution both already included claim — this was purely a help/discoverability gap on the canonical nested path. Adds claimSubcommand to the subcommand list and updates the parent description accordingly.

  • 0a170fd: [services] wire experimentalServicesV2 into fs-detectors.

  • Updated dependencies [aeb5bfa]

  • Updated dependencies [0a170fd]

    • @​vercel/backends@​0.8.7
    • @​vercel/build-utils@​13.27.1
    • @​vercel/static-build@​2.9.37
    • @​vercel/elysia@​0.1.88
    • @​vercel/express@​0.1.98
    • @​vercel/fastify@​0.1.91
    • @​vercel/go@​3.8.0
    • @​vercel/h3@​0.1.97
    • @​vercel/hono@​0.2.91
    • @​vercel/hydrogen@​1.3.8
    • @​vercel/koa@​0.1.71
    • @​vercel/nestjs@​0.2.92
    • @​vercel/next@​4.17.5
    • @​vercel/node@​5.8.12
    • @​vercel/python@​6.44.0
    • @​vercel/redwood@​2.4.15
    • @​vercel/remix-builder@​5.8.6
    • @​vercel/ruby@​2.4.0
    • @​vercel/rust@​1.3.0

vercel@54.9.0

Minor Changes

  • fb4fb2d: Add support for claiming sandbox marketplace resources (Stripe, Shopify) from the CLI. integration list shows a new Claim column, integration-resource claim <name> opens the provider claim URL in the browser and polls until completion, and integration add offers to claim sandbox resources after provisioning with new --claim / --no-claim flags.

... (truncated)

Changelog

Sourced from vercel's changelog.

54.9.1

Patch Changes

  • f5ab607: [evals] Shrink eval result uploads and fix run discovery

    The eval ingest transform (transform-agent-eval-to-canonical.js) now excludes raw transcripts (transcript-raw.jsonl) from the --upload-artifacts all path, roughly halving each ingest payload. The parsed transcript.json is still uploaded and still read for resolvedModels metadata.

    It also normalizes provider-prefixed model paths before upload. Models that resolve to provider/model (e.g. openai/gpt-5.5-pro) write results one directory deeper, pushing the timestamp past the experiment/model/timestamp shape the ingest endpoint discovers runs from, which previously failed with Could not discover any experiment/model/timestamp runs. The model is now collapsed to a single segment (openai-gpt-5.5-pro) so discovery succeeds.

  • 2b31813: Fix vc build --standalone failing to zip Lambdas when run from a monorepo subdirectory. When dependencies are hoisted to the monorepo root (e.g. pnpm's node_modules/.pnpm/...), the recorded function file paths could escape the function root (../../node_modules/...), which later caused zipping to fail with invalid relative path: ../../node_modules/.... These paths are now re-anchored inside the function so the standalone output is self-contained.

  • 252c6eb: [cli] Show claim in vercel integration resource --help

    The claim subcommand was missing from resourceSubcommand.subcommands, so vercel integration resource --help only listed connect, disconnect, remove, and create-threshold. The legacy vercel integration-resource --help and the dispatcher's runtime resolution both already included claim — this was purely a help/discoverability gap on the canonical nested path. Adds claimSubcommand to the subcommand list and updates the parent description accordingly.

  • 0a170fd: [services] wire experimentalServicesV2 into fs-detectors.

  • Updated dependencies [aeb5bfa]

  • Updated dependencies [0a170fd]

    • @​vercel/backends@​0.8.7
    • @​vercel/build-utils@​13.27.1
    • @​vercel/static-build@​2.9.37
    • @​vercel/elysia@​0.1.88
    • @​vercel/express@​0.1.98
    • @​vercel/fastify@​0.1.91
    • @​vercel/go@​3.8.0
    • @​vercel/h3@​0.1.97
    • @​vercel/hono@​0.2.91
    • @​vercel/hydrogen@​1.3.8
    • @​vercel/koa@​0.1.71
    • @​vercel/nestjs@​0.2.92
    • @​vercel/next@​4.17.5
    • @​vercel/node@​5.8.12
    • @​vercel/python@​6.44.0
    • @​vercel/redwood@​2.4.15
    • @​vercel/remix-builder@​5.8.6
    • @​vercel/ruby@​2.4.0
    • @​vercel/rust@​1.3.0

54.9.0

Minor Changes

  • fb4fb2d: Add support for claiming sandbox marketplace resources (Stripe, Shopify) from the CLI. integration list shows a new Claim column, integration-resource claim <name> opens the provider claim URL in the browser and polls until completion, and integration add offers to claim sandbox resources after provisioning with new --claim / --no-claim flags.

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 54.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 5, 2026
@dependabot dependabot Bot deployed to preview June 5, 2026 18:07 Active
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.

0 participants