Skip to content

build(deps-dev): Bump vercel from 54.9.1 to 54.11.0#3632

Merged
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.11.0
Jun 10, 2026
Merged

build(deps-dev): Bump vercel from 54.9.1 to 54.11.0#3632
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vercel from 54.9.1 to 54.11.0.

Release notes

Sourced from vercel's releases.

vercel@54.11.0

Minor Changes

  • fc7b557: Ensure project manifest includes framework for non-service builds.

Patch Changes

  • bc8dc95: Fix the darwin-arm64 native CLI binary crashing with SIGSEGV on most commands. The custom Node runtime was stripped with bare strip, which removes the exported napi_* symbols that native addons (@napi-rs/keyring) bind against at dlopen time. The runtime is now stripped with strip -SXx, which keeps exported symbols. Also makes the @vercel/vc-native bin shim launch the platform binary directly when the postinstall script did not run (pnpm blocks dependency build scripts by default), instead of always failing.
  • bc8dc95: Fix vercel upgrade crashing with ENOENT: no such file or directory, realpath '…/.pkg-staging/pkg.js' in the native binary. The command tried to realpath process.argv[1], which points into the binary's virtual filesystem snapshot. Native installs now detect the package manager (npm, pnpm, or yarn) from the binary's real install location and suggest the matching global upgrade command.

vercel@54.10.3

Patch Changes

  • 4f82914: Bump the embedded sandbox CLI to 3.1.2 (@vercel/sandbox 2.1.1) to fix vc sandbox commands crashing with a segmentation fault.
    • @​vercel/node@​5.8.14

vercel@54.10.2

Patch Changes

  • 0f7844c: Fix the native CLI binary crashing on auth commands (login, whoami, logout, and any command that reads config) with ERR_MODULE_NOT_FOUND: '@vercel/cli-auth'. The package is now staged into the binary. The binary release is also hardened with a real command smoke test and a build-time check that every statically-imported dependency is bundled, so a binary missing a required package can no longer be released.
  • Updated dependencies [78e5d4f]
    • @​vercel/static-build@​2.10.0
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/redwood@​2.5.0
    • @​vercel/remix-builder@​5.9.0
    • @​vercel/next@​4.18.0

vercel@54.10.1

Patch Changes

  • Updated dependencies [4e849dd]
    • @​vercel/build-utils@​13.28.0
    • @​vercel/next@​4.17.6
    • @​vercel/backends@​0.8.9
    • @​vercel/elysia@​0.1.90
    • @​vercel/express@​0.1.100
    • @​vercel/fastify@​0.1.93
    • @​vercel/go@​3.8.0

... (truncated)

Changelog

Sourced from vercel's changelog.

54.11.0

Minor Changes

  • fc7b557: Ensure project manifest includes framework for non-service builds.

Patch Changes

  • bc8dc95: Fix the darwin-arm64 native CLI binary crashing with SIGSEGV on most commands. The custom Node runtime was stripped with bare strip, which removes the exported napi_* symbols that native addons (@napi-rs/keyring) bind against at dlopen time. The runtime is now stripped with strip -SXx, which keeps exported symbols. Also makes the @vercel/vc-native bin shim launch the platform binary directly when the postinstall script did not run (pnpm blocks dependency build scripts by default), instead of always failing.
  • bc8dc95: Fix vercel upgrade crashing with ENOENT: no such file or directory, realpath '…/.pkg-staging/pkg.js' in the native binary. The command tried to realpath process.argv[1], which points into the binary's virtual filesystem snapshot. Native installs now detect the package manager (npm, pnpm, or yarn) from the binary's real install location and suggest the matching global upgrade command.

54.10.3

Patch Changes

  • 4f82914: Bump the embedded sandbox CLI to 3.1.2 (@vercel/sandbox 2.1.1) to fix vc sandbox commands crashing with a segmentation fault.
    • @​vercel/node@​5.8.14

54.10.2

Patch Changes

  • 0f7844c: Fix the native CLI binary crashing on auth commands (login, whoami, logout, and any command that reads config) with ERR_MODULE_NOT_FOUND: '@vercel/cli-auth'. The package is now staged into the binary. The binary release is also hardened with a real command smoke test and a build-time check that every statically-imported dependency is bundled, so a binary missing a required package can no longer be released.
  • Updated dependencies [78e5d4f]
    • @​vercel/static-build@​2.10.0
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/redwood@​2.5.0
    • @​vercel/remix-builder@​5.9.0
    • @​vercel/next@​4.18.0

54.10.1

Patch Changes

  • Updated dependencies [4e849dd]
    • @​vercel/build-utils@​13.28.0
    • @​vercel/next@​4.17.6
    • @​vercel/backends@​0.8.9

... (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.9.1 to 54.11.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@54.11.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 54.11.0
  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 10, 2026
@KATO-Hiro KATO-Hiro merged commit 34998af into staging Jun 10, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the dependabot/npm_and_yarn/vercel-54.11.0 branch June 10, 2026 07:51
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.

1 participant