An open index of dependabot pull requests across open source projects.

Bump the packages group with 19 updates

Closed
Number: #354
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: February 11, 2026 at 11:22 PM UTC
(4 months ago)
Updated: February 11, 2026 at 11:22 PM UTC
(4 months ago)
Closed: February 11, 2026 at 11:22 PM UTC
(4 months ago)
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 19 updates:

Package From To
@vercel/functions 3.4.1 3.4.2
pnpm 10.29.2 10.29.3
vercel 50.14.1 50.15.1
@vercel/backends 0.0.31 0.0.32
@vercel/build-utils 13.3.4 13.3.5
@vercel/cervel 0.0.18 0.0.19
@vercel/elysia 0.1.34 0.1.35
@vercel/express 0.1.43 0.1.44
@vercel/fastify 0.1.37 0.1.38
@vercel/gatsby-plugin-vercel-builder 2.0.133 2.0.134
@vercel/h3 0.1.43 0.1.44
@vercel/hono 0.2.37 0.2.38
@vercel/koa 0.1.17 0.1.18
@vercel/nestjs 0.2.38 0.2.39
@vercel/node 5.6.1 5.6.2
@vercel/oidc 3.1.0 3.2.0
@vercel/python-analysis 0.3.2 0.4.0
@vercel/python 6.10.0 6.11.1
@vercel/static-build 2.8.35 2.8.36

Updates @vercel/functions from 3.4.1 to 3.4.2

Release notes

Sourced from @​vercel/functions's releases.

@​vercel/functions@​3.4.2

Patch Changes

Changelog

Sourced from @​vercel/functions's changelog.

3.4.2

Patch Changes

Commits

Updates pnpm from 10.29.2 to 10.29.3

Release notes

Sourced from pnpm's releases.

pnpm 10.29.3

Patch Changes

  • Fixed an out-of-memory error in pnpm list (and pnpm why) on large dependency graphs by replacing the recursive tree builder with a two-phase approach: a BFS dependency graph followed by cached tree materialization. Duplicate subtrees are now deduplicated in the output, shown as "deduped (N deps hidden)" #10586.
  • Fixed allowBuilds not working when set via .pnpmfile.cjs #10516.
  • When the enableGlobalVirtualStore option is set, the pnpm deploy command would incorrectly create symlinks to the global virtual store. To keep the deploy directory self-contained, pnpm deploy now ignores this setting and always creates a localized virtual store within the deploy directory.
  • Fixed minimumReleaseAgeExclude not being respected by pnpm dlx #10338.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.29.3

Patch Changes

  • Fixed an out-of-memory error in pnpm list (and pnpm why) on large dependency graphs by replacing the recursive tree builder with a two-phase approach: a BFS dependency graph followed by cached tree materialization. Duplicate subtrees are now deduplicated in the output, shown as "deduped (N deps hidden)" #10586.
  • Fixed allowBuilds not working when set via .pnpmfile.cjs #10516.
  • When the enableGlobalVirtualStore option is set, the pnpm deploy command would incorrectly create symlinks to the global virtual store. To keep the deploy directory self-contained, pnpm deploy now ignores this setting and always creates a localized virtual store within the deploy directory.
  • Fixed minimumReleaseAgeExclude not being respected by pnpm dlx #10338.
Commits

Updates vercel from 50.14.1 to 50.15.1

Release notes

Sourced from vercel's releases.

vercel@50.15.1

Patch Changes

vercel@50.15.0

Minor Changes

  • Add vercel flags command to manage feature flags from the CLI. This includes subcommands for listing, inspecting, creating, deleting, archiving, enabling, and disabling feature flags, as well as managing SDK keys for flag evaluation. (#14710)

    New commands:

    • vercel flags ls - List all feature flags
    • vercel flags inspect <flag> - Display detailed information about a feature flag, including its variants
    • vercel flags add <slug> - Create a new feature flag
    • vercel flags rm <flag> - Delete a feature flag (must be archived first)
    • vercel flags archive <flag> - Archive a feature flag
    • vercel flags disable <flag> - Disable a flag in an environment
    • vercel flags enable <flag> - Enable a flag in an environment
    • vercel flags sdk-keys ls - List SDK keys
    • vercel flags sdk-keys add - Create a new SDK key
    • vercel flags sdk-keys rm <key> - Delete an SDK key
  • Add --metadata / -m flag to vercel integration add for non-interactive provisioning (#14871)

  • Add vc link add subcommand to append projects to existing repo.json (#14968)

  • [services] detect and manage virtual environments for Python services (#14952)

  • Improved startup time 1.2-1.5x for CLI commands by implementing a different bundling & lazy loading strategy (#14930)

    Specifically, speedup the following subcommands: deploy, env, list, link, build, dev (informed by telemetry end-user usage data). The rest of the commands also became faster due to reduced amount of code they need to load.

Patch Changes

  • Add vercel integration discover with human-readable and JSON output for installable marketplace integrations and products. (#14948)

  • Add service configuration to BuildOptions (#14918)

  • [cli] integration add: auto-connect resources to all environments and auto-run env pull after provisioning. Add --no-connect and --no-env-pull opt-out flags. Print resource dashboard URL on success. (#14964)

  • Write repo.json "orgId" field on a per-project basis (#14967)

    • Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework defaultRoutes injection during services builds, and ensuring deterministic route merging precedence for services. (#14946)
    • Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
  • Updated dependencies [012a8e410d09d9a5dcf060b30b4b24b08500823d, 9b8f974bbb64fb857b068428b0c2fdccee6ad83c, 96310842f34741ccced49eb9bd392631c2de4d14]:

    • @​vercel/build-utils@​13.3.5
    • @​vercel/python@​6.11.0

... (truncated)

Changelog

Sourced from vercel's changelog.

50.15.1

Patch Changes

50.15.0

Minor Changes

  • Add vercel flags command to manage feature flags from the CLI. This includes subcommands for listing, inspecting, creating, deleting, archiving, enabling, and disabling feature flags, as well as managing SDK keys for flag evaluation. (#14710)

    New commands:

    • vercel flags ls - List all feature flags
    • vercel flags inspect <flag> - Display detailed information about a feature flag, including its variants
    • vercel flags add <slug> - Create a new feature flag
    • vercel flags rm <flag> - Delete a feature flag (must be archived first)
    • vercel flags archive <flag> - Archive a feature flag
    • vercel flags disable <flag> - Disable a flag in an environment
    • vercel flags enable <flag> - Enable a flag in an environment
    • vercel flags sdk-keys ls - List SDK keys
    • vercel flags sdk-keys add - Create a new SDK key
    • vercel flags sdk-keys rm <key> - Delete an SDK key
  • Add --metadata / -m flag to vercel integration add for non-interactive provisioning (#14871)

  • Add vc link add subcommand to append projects to existing repo.json (#14968)

  • [services] detect and manage virtual environments for Python services (#14952)

  • Improved startup time 1.2-1.5x for CLI commands by implementing a different bundling & lazy loading strategy (#14930)

    Specifically, speedup the following subcommands: deploy, env, list, link, build, dev (informed by telemetry end-user usage data). The rest of the commands also became faster due to reduced amount of code they need to load.

Patch Changes

  • Add vercel integration discover with human-readable and JSON output for installable marketplace integrations and products. (#14948)

  • Add service configuration to BuildOptions (#14918)

  • [cli] integration add: auto-connect resources to all environments and auto-run env pull after provisioning. Add --no-connect and --no-env-pull opt-out flags. Print resource dashboard URL on success. (#14964)

  • Write repo.json "orgId" field on a per-project basis (#14967)

    • Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework defaultRoutes injection during services builds, and ensuring deterministic route merging precedence for services. (#14946)
    • Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
  • Updated dependencies [012a8e410d09d9a5dcf060b30b4b24b08500823d, 9b8f974bbb64fb857b068428b0c2fdccee6ad83c, 96310842f34741ccced49eb9bd392631c2de4d14]:

    • @​vercel/build-utils@​13.3.5

... (truncated)

Commits

Updates @vercel/backends from 0.0.31 to 0.0.32

Release notes

Sourced from @​vercel/backends's releases.

@​vercel/backends@​0.0.32

Patch Changes

Changelog

Sourced from @​vercel/backends's changelog.

0.0.32

Patch Changes

Commits

Updates @vercel/build-utils from 13.3.4 to 13.3.5

Release notes

Sourced from @​vercel/build-utils's releases.

@​vercel/build-utils@​13.3.5

Patch Changes

Commits

Updates @vercel/cervel from 0.0.18 to 0.0.19

Release notes

Sourced from @​vercel/cervel's releases.

@​vercel/cervel@​0.0.19

Patch Changes

  • Updated dependencies []:
    • @​vercel/backends@​0.0.32
Changelog

Sourced from @​vercel/cervel's changelog.

0.0.19

Patch Changes

  • Updated dependencies []:
    • @​vercel/backends@​0.0.32
Commits

Updates @vercel/elysia from 0.1.34 to 0.1.35

Release notes

Sourced from @​vercel/elysia's releases.

@​vercel/elysia@​0.1.35

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Changelog

Sourced from @​vercel/elysia's changelog.

0.1.35

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Commits

Updates @vercel/express from 0.1.43 to 0.1.44

Release notes

Sourced from @​vercel/express's releases.

@​vercel/express@​0.1.44

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
    • @​vercel/cervel@​0.0.19
Changelog

Sourced from @​vercel/express's changelog.

0.1.44

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
    • @​vercel/cervel@​0.0.19
Commits

Updates @vercel/fastify from 0.1.37 to 0.1.38

Release notes

Sourced from @​vercel/fastify's releases.

@​vercel/fastify@​0.1.38

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Changelog

Sourced from @​vercel/fastify's changelog.

0.1.38

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Commits

Updates @vercel/gatsby-plugin-vercel-builder from 2.0.133 to 2.0.134

Release notes

Sourced from @​vercel/gatsby-plugin-vercel-builder's releases.

@​vercel/gatsby-plugin-vercel-builder@​2.0.134

Patch Changes

Changelog

Sourced from @​vercel/gatsby-plugin-vercel-builder's changelog.

2.0.134

Patch Changes

Commits

Updates @vercel/h3 from 0.1.43 to 0.1.44

Changelog

Sourced from @​vercel/h3's changelog.

0.1.44

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Commits

Updates @vercel/hono from 0.2.37 to 0.2.38

Release notes

Sourced from @​vercel/hono's releases.

@​vercel/hono@​0.2.38

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Changelog

Sourced from @​vercel/hono's changelog.

0.2.38

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Commits

Updates @vercel/koa from 0.1.17 to 0.1.18

Release notes

Sourced from @​vercel/koa's releases.

@​vercel/koa@​0.1.18

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Changelog

Sourced from @​vercel/koa's changelog.

0.1.18

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Commits

Updates @vercel/nestjs from 0.2.38 to 0.2.39

Release notes

Sourced from @​vercel/nestjs's releases.

@​vercel/nestjs@​0.2.39

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Changelog

Sourced from @​vercel/nestjs's changelog.

0.2.39

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.6.2
Commits

Updates @vercel/node from 5.6.1 to 5.6.2

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.6.2

Patch Changes

Changelog

Sourced from @​vercel/node's changelog.

5.6.2

Patch Changes

Commits

Updates @vercel/oidc from 3.1.0 to 3.2.0

Release notes

Sourced from @​vercel/oidc's releases.

@​vercel/oidc@​3.2.0

Minor Changes

    • Add optional team and project parameters to getVercelOidcToken() to allow explicit control over token refresh behavior instead of always reading from .vercel/project.json (#14864)
    • Add expirationBufferMs option to both getVercelOidcToken() and getVercelToken() to proactively refresh tokens before they expire (useful for avoiding auth errors mid-request)
    • Export getVercelToken() function with GetVercelTokenOptions interface to allow refreshing CLI tokens with configurable expiration buffer
Changelog

Sourced from @​vercel/oidc's changelog.

3.2.0

Minor Changes

    • Add optional team and project parameters to getVercelOidcToken() to allow explicit control over token refresh behavior instead of always reading from .vercel/project.json (#14864)
    • Add expirationBufferMs option to both getVercelOidcToken() and getVercelToken() to proactively refresh tokens before they expire (useful for avoiding auth errors mid-request)
    • Export getVercelToken() function with GetVercelTokenOptions interface to allow refreshing CLI tokens with configurable expiration buffer
Commits

Updates @vercel/python-analysis from 0.3.2 to 0.4.0

Release notes

Sourced from @​vercel/python-analysis's releases.

@​vercel/python-analysis@​0.4.0

Minor Changes

  • Use python-analysis for manifest detection and conversion (#14956)
Changelog

Sourced from @​vercel/python-analysis's changelog.

0.4.0

Minor Changes

  • Use python-analysis for manifest detection and conversion (#14956)
Commits

Updates @vercel/python from 6.10.0 to 6.11.1

Release notes

Sourced from @​vercel/python's releases.

@​vercel/python@​6.11.1

Patch Changes

  • [python] preserve error code on uv error (#14990)

@​vercel/python@​6.11.0

Minor Changes

  • Use python-analysis for manifest detection and conversion (#14956)

  • [services] detect and manage virtual environments for Python services (#14952)

Patch Changes

Changelog

Sourced from @​vercel/python's changelog.

6.11.1

Patch Changes

  • [python] preserve error code on uv error (#14990)

6.11.0

Minor Changes

  • Use python-analysis for manifest detection and conversion (#14956)

  • [services] detect and manage virtual environments for Python services (#14952)

Patch Changes

Commits

Updates @vercel/static-build from 2.8.35 to 2.8.36

Release notes

Sourced from @​vercel/static-build's releases.

@​vercel/static-build@​2.8.36

Patch Changes

  • Updated dependencies []:
    • @​vercel/gatsby-plugin-vercel-builder@​2.0.134
Changelog

Sourced from @​vercel/static-build's changelog.

2.8.36

Patch Changes

  • Updated dependencies []:
    • @​vercel/gatsby-plugin-vercel-builder@​2.0.134
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Package:
vercel
Ecosystem:
npm
Version Change:
50.14.1 → 50.15.1
Update Type:
Minor
Package:
pnpm
Ecosystem:
npm
Version Change:
10.29.2 → 10.29.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.4.1 → 3.4.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.6.1 → 5.6.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.133 → 2.0.134
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.10.0 → 6.11.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.8.35 → 2.8.36
Update Type:
Patch
Ecosystem:
npm
Version Change:
13.3.4 → 13.3.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.37 → 0.2.38
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1.43 → 0.1.44
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.0 → 3.2.0
Update Type:
Minor
Package:
@vercel/h3
Ecosystem:
npm
Version Change:
0.1.43 → 0.1.44
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.0.31 → 0.0.32
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1.34 → 0.1.35
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1.37 → 0.1.38
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.0.18 → 0.0.19
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.38 → 0.2.39
Update Type:
Patch
Package:
@vercel/koa
Ecosystem:
npm
Version Change:
0.1.17 → 0.1.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.2 → 0.4.0
Update Type:
Minor
Technical Details
ID: 13739235
UUID: 3929121770
Node ID: PR_kwDOMzbQP87DI86N
Host: GitHub
Repository: poad/github-rest-api-executor