Skip to content

chore(deps): bump uuid and vercel#124

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-b20e4f8687
Open

chore(deps): bump uuid and vercel#124
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-b20e4f8687

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Removes uuid. It's no longer used after updating ancestor dependency vercel. These dependencies need to be updated together.

Removes uuid

Updates vercel from 33.7.1 to 54.4.1

Release notes

Sourced from vercel's releases.

vercel@54.4.1

Patch Changes

  • 8fed091: Suppress metrics query status output when using --format=json.
  • Updated dependencies [c8bce3b]
    • @​vercel/next@​4.17.4

vercel@54.4.0

Minor Changes

  • 9d9532d: Wire builder entrypoint detection into service setup.

Patch Changes

  • 972cc84: Support workflow-triggered job services in queue infrastructure

    Add isWorkflowTriggeredService() and isQueueBackedService() helpers so workflow services are recognized by the queue broker, dev server, and build pipeline. Update Python runtime to bootstrap workflow services as queue-backed workers.

  • Updated dependencies [fa25cb7]

  • Updated dependencies [972cc84]

    • @​vercel/build-utils@​13.26.1
    • @​vercel/python@​6.43.1
    • @​vercel/static-build@​2.9.30
    • @​vercel/backends@​0.7.2
    • @​vercel/elysia@​0.1.80
    • @​vercel/express@​0.1.90
    • @​vercel/fastify@​0.1.83
    • @​vercel/go@​3.7.1
    • @​vercel/h3@​0.1.89
    • @​vercel/hono@​0.2.83
    • @​vercel/hydrogen@​1.3.7
    • @​vercel/koa@​0.1.63
    • @​vercel/nestjs@​0.2.84
    • @​vercel/next@​4.17.3
    • @​vercel/node@​5.8.4
    • @​vercel/redwood@​2.4.13
    • @​vercel/remix-builder@​5.8.2
    • @​vercel/ruby@​2.3.2
    • @​vercel/rust@​1.2.0

vercel@54.3.0

Minor Changes

  • 8fabeba: vercel curl --trace now sends the _vercel_session cookie alongside the trace cookie, scopes the session API call via query parameters, sends hostname instead of deploymentId, and parses the request id from the x-vercel-id response header.

  • f2c60d6: [vercel-flags] check flags pkgs for build embedding

... (truncated)

Changelog

Sourced from vercel's changelog.

54.4.1

Patch Changes

  • 8fed091: Suppress metrics query status output when using --format=json.
  • Updated dependencies [c8bce3b]
    • @​vercel/next@​4.17.4

54.4.0

Minor Changes

  • 9d9532d: Wire builder entrypoint detection into service setup.

Patch Changes

  • 972cc84: Support workflow-triggered job services in queue infrastructure

    Add isWorkflowTriggeredService() and isQueueBackedService() helpers so workflow services are recognized by the queue broker, dev server, and build pipeline. Update Python runtime to bootstrap workflow services as queue-backed workers.

  • Updated dependencies [fa25cb7]

  • Updated dependencies [972cc84]

    • @​vercel/build-utils@​13.26.1
    • @​vercel/python@​6.43.1
    • @​vercel/static-build@​2.9.30
    • @​vercel/backends@​0.7.2
    • @​vercel/elysia@​0.1.80
    • @​vercel/express@​0.1.90
    • @​vercel/fastify@​0.1.83
    • @​vercel/go@​3.7.1
    • @​vercel/h3@​0.1.89
    • @​vercel/hono@​0.2.83
    • @​vercel/hydrogen@​1.3.7
    • @​vercel/koa@​0.1.63
    • @​vercel/nestjs@​0.2.84
    • @​vercel/next@​4.17.3
    • @​vercel/node@​5.8.4
    • @​vercel/redwood@​2.4.13
    • @​vercel/remix-builder@​5.8.2
    • @​vercel/ruby@​2.3.2
    • @​vercel/rust@​1.2.0

54.3.0

Minor Changes

  • 8fabeba: vercel curl --trace now sends the _vercel_session cookie alongside the trace cookie, scopes the session API call via query parameters, sends hostname instead of deploymentId, and parses the request id from the x-vercel-id response header.
  • f2c60d6: [vercel-flags] check flags pkgs for build embedding

... (truncated)

Commits
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli). These dependencies need to be updated together.


Removes `uuid`

Updates `vercel` from 33.7.1 to 54.4.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.4.1/packages/cli)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: vercel
  dependency-version: 54.4.1
  dependency-type: direct:production
...

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 May 24, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 24, 2026

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

Project Deployment Actions Updated (UTC)
capsule-render Ready Ready Preview, Comment May 24, 2026 6:07pm

Request Review

@github-actions
Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 93.72% 463/494
🟡 Branches 71.19% 126/177
🟢 Functions 90.38% 94/104
🟢 Lines 94.19% 389/413

Test suite run success

110 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 1d5b7bf

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