Skip to content

Bump the packages group with 15 updates#348

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-e09f5c963b
Feb 3, 2026
Merged

Bump the packages group with 15 updates#348
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-e09f5c963b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the packages group with 15 updates:

Package From To
@vercel/functions 3.4.0 3.4.1
@types/node 24.10.9 25.2.0
eslint-plugin-boundaries 5.3.1 5.4.0
vercel 50.9.6 50.10.0
@boundaries/elements 1.1.2 1.2.0
@isaacs/brace-expansion 5.0.0 5.0.1
@vercel/backends 0.0.24 0.0.25
@vercel/cervel 0.0.11 0.0.12
@vercel/express 0.1.35 0.1.36
@vercel/next 4.15.20 4.15.21
@vercel/python 6.4.2 6.5.0
@vercel/remix-builder 5.5.9 5.5.10
electron-to-chromium 1.5.283 1.5.286
enhanced-resolve 5.18.4 5.19.0
glob 13.0.0 13.0.1

Updates @vercel/functions from 3.4.0 to 3.4.1

Release notes

Sourced from @​vercel/functions's releases.

@​vercel/functions@​3.4.1

Patch Changes

  • Fix InMemoryCache to use JSON serialization for consistency with RuntimeCache (#14751)

    InMemoryCache now serializes values with JSON.stringify() on set and deserializes with JSON.parse() on get, matching the behavior of RuntimeCache. This ensures consistent behavior when switching between cache implementations (e.g., in-memory for development, remote for production), particularly for types that don't survive JSON round-trips like Date, Map, Set, and undefined.

Changelog

Sourced from @​vercel/functions's changelog.

3.4.1

Patch Changes

  • Fix InMemoryCache to use JSON serialization for consistency with RuntimeCache (#14751)

    InMemoryCache now serializes values with JSON.stringify() on set and deserializes with JSON.parse() on get, matching the behavior of RuntimeCache. This ensures consistent behavior when switching between cache implementations (e.g., in-memory for development, remote for production), particularly for types that don't survive JSON round-trips like Date, Map, Set, and undefined.

Commits

Updates @types/node from 24.10.9 to 25.2.0

Commits

Updates eslint-plugin-boundaries from 5.3.1 to 5.4.0

Release notes

Sourced from eslint-plugin-boundaries's releases.

Enhance External/Local Dependency Classification for Monorepos

eslint-plugin-boundaries v5.4.0

  • feat(#349): Add boundaries/flag-as-external setting to allow better control over external module identification
  • feat(#420): Remove rules validation during linting runtime to improve performance. Validation is performed at configuration load time using eslint schema validation.
  • chore: bump @​boundaries/elements to 1.2.0

@​boundaries/elements v1.2.0

  • feat: Add rootPath and flagAsExternal options to allow better control over external module identification.

website

  • feat: Add boundaries/flag-as-external setting to allow better control over external module identification
  • feat: Add "Monorepo Setup" guide to the documentation, explaining how to configure the plugin in monorepo projects using boundaries/flag-as-external setting.
Commits
  • 34c0c9d Merge pull request #423 from javierbrea/release
  • 03b303b chore: Resolve conflicts with master
  • 4335373 feat(#420): Remove rules validation in linting runtime (#422)
  • 9bd594b feat(#349): Enhance External/Local Dependency Classification (#421)
  • 004404f chore: Upgrade elements version
  • 2ff4352 Merge branch 'master' into release
  • a0fb802 chore: Check vulnerabilities in a different job
  • 2c0267e fix(#415): Fix elements selector validation (#417)
  • 693f2fa Merge branch 'master' into release
  • da4056b Merge branch 'master' into release
  • Additional commits viewable in compare view

Updates vercel from 50.9.6 to 50.10.0

Release notes

Sourced from vercel's releases.

vercel@50.10.0

Minor Changes

  • feat(cli): Add webhooks command for managing webhooks (#14789)

    Adds a new webhooks command to the Vercel CLI with the following subcommands:

    • webhooks ls - List all webhooks with optional --format json output
    • webhooks get <id> - Get details of a specific webhook with optional --format json output
    • webhooks create <url> --event <event> - Create a new webhook with specified events
    • webhooks rm <id> - Remove a webhook with --yes flag to skip confirmation

    Webhook event types are fetched dynamically from the OpenAPI spec to stay in sync with the API.

  • Added experimental services support in the CLI new project flow. When VERCEL_USE_EXPERIMENTAL_SERVICES=1 is set and a project's vercel.json contains experimentalServices, the CLI will detect and display the configured services during project setup, automatically selecting the "services" framework preset. (#14776)

Patch Changes

Changelog

Sourced from vercel's changelog.

50.10.0

Minor Changes

  • feat(cli): Add webhooks command for managing webhooks (#14789)

    Adds a new webhooks command to the Vercel CLI with the following subcommands:

    • webhooks ls - List all webhooks with optional --format json output
    • webhooks get <id> - Get details of a specific webhook with optional --format json output
    • webhooks create <url> --event <event> - Create a new webhook with specified events
    • webhooks rm <id> - Remove a webhook with --yes flag to skip confirmation

    Webhook event types are fetched dynamically from the OpenAPI spec to stay in sync with the API.

  • Added experimental services support in the CLI new project flow. When VERCEL_USE_EXPERIMENTAL_SERVICES=1 is set and a project's vercel.json contains experimentalServices, the CLI will detect and display the configured services during project setup, automatically selecting the "services" framework preset. (#14776)

Patch Changes

Commits

Updates @boundaries/elements from 1.1.2 to 1.2.0

Commits

Updates @isaacs/brace-expansion from 5.0.0 to 5.0.1

Updates @vercel/backends from 0.0.24 to 0.0.25

Release notes

Sourced from @​vercel/backends's releases.

@​vercel/backends@​0.0.25

Patch Changes

  • Improve handling of cjs/esm interop during imports (#14798)
Changelog

Sourced from @​vercel/backends's changelog.

0.0.25

Patch Changes

  • Improve handling of cjs/esm interop during imports (#14798)
Commits

Updates @vercel/cervel from 0.0.11 to 0.0.12

Release notes

Sourced from @​vercel/cervel's releases.

@​vercel/cervel@​0.0.12

Patch Changes

Changelog

Sourced from @​vercel/cervel's changelog.

0.0.12

Patch Changes

Commits

Updates @vercel/express from 0.1.35 to 0.1.36

Release notes

Sourced from @​vercel/express's releases.

@​vercel/express@​0.1.36

Patch Changes

Changelog

Sourced from @​vercel/express's changelog.

0.1.36

Patch Changes

Commits

Updates @vercel/next from 4.15.20 to 4.15.21

Release notes

Sourced from @​vercel/next's releases.

@​vercel/next@​4.15.21

Patch Changes

  • Strip routes-manifest.json for determinism (#14783)

  • Update Next.js adapter version (#14801)

Changelog

Sourced from @​vercel/next's changelog.

4.15.21

Patch Changes

  • Strip routes-manifest.json for determinism (#14783)

  • Update Next.js adapter version (#14801)

Commits

Updates @vercel/python from 6.4.2 to 6.5.0

Release notes

Sourced from @​vercel/python's releases.

@​vercel/python@​6.5.0

Minor Changes

  • vendor Python runtime dependencies (#14827)

  • Bump vercel-runtime version automatically on its releases (#14842)

Changelog

Sourced from @​vercel/python's changelog.

6.5.0

Minor Changes

  • vendor Python runtime dependencies (#14827)

  • Bump vercel-runtime version automatically on its releases (#14842)

Commits

Updates @vercel/remix-builder from 5.5.9 to 5.5.10

Release notes

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

@​vercel/remix-builder@​5.5.10

Patch Changes

  • [remix] Prevent 404 responses from being cached with immutable headers (#14828)
Changelog

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

5.5.10

Patch Changes

  • [remix] Prevent 404 responses from being cached with immutable headers (#14828)
Commits

Updates electron-to-chromium from 1.5.283 to 1.5.286

Commits

Updates enhanced-resolve from 5.18.4 to 5.19.0

Release notes

Sourced from enhanced-resolve's releases.

v5.19.0

Features

  • Added TsconfigPathsPlugin (replacement for tsconfig-paths-webpack-plugin) .
Commits
  • 24ba233 chore(release): 5.19.0
  • 10dc3bc chore: update eslint config webpack (#471)
  • 0d6c6c0 feat: added TsconfigPathsPlugin (replacement for tsconfig-paths-webpack-plugi...
  • 958aa89 chore: migrate to npm from yarn (#469)
  • See full diff in compare view

Updates glob from 13.0.0 to 13.0.1

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

Bumps the packages group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `3.4.0` | `3.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.9` | `25.2.0` |
| [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) | `5.3.1` | `5.4.0` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `50.9.6` | `50.10.0` |
| [@boundaries/elements](https://github.com/javierbrea/eslint-plugin-boundaries) | `1.1.2` | `1.2.0` |
| @isaacs/brace-expansion | `5.0.0` | `5.0.1` |
| [@vercel/backends](https://github.com/vercel/vercel/tree/HEAD/packages/backends) | `0.0.24` | `0.0.25` |
| [@vercel/cervel](https://github.com/vercel/vercel/tree/HEAD/packages/cervel) | `0.0.11` | `0.0.12` |
| [@vercel/express](https://github.com/vercel/vercel/tree/HEAD/packages/express) | `0.1.35` | `0.1.36` |
| [@vercel/next](https://github.com/vercel/vercel/tree/HEAD/packages/next) | `4.15.20` | `4.15.21` |
| [@vercel/python](https://github.com/vercel/vercel/tree/HEAD/packages/python) | `6.4.2` | `6.5.0` |
| [@vercel/remix-builder](https://github.com/vercel/vercel/tree/HEAD/packages/remix) | `5.5.9` | `5.5.10` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.283` | `1.5.286` |
| [enhanced-resolve](https://github.com/webpack/enhanced-resolve) | `5.18.4` | `5.19.0` |
| [glob](https://github.com/isaacs/node-glob) | `13.0.0` | `13.0.1` |


Updates `@vercel/functions` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/functions@3.4.1/packages/functions)

Updates `@types/node` from 24.10.9 to 25.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-boundaries` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases)
- [Commits](javierbrea/eslint-plugin-boundaries@v5.3.1...v5.4.0)

Updates `vercel` from 50.9.6 to 50.10.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@50.10.0/packages/cli)

Updates `@boundaries/elements` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases)
- [Commits](https://github.com/javierbrea/eslint-plugin-boundaries/commits)

Updates `@isaacs/brace-expansion` from 5.0.0 to 5.0.1

Updates `@vercel/backends` from 0.0.24 to 0.0.25
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/backends/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/backends@0.0.25/packages/backends)

Updates `@vercel/cervel` from 0.0.11 to 0.0.12
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cervel/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/cervel@0.0.12/packages/cervel)

Updates `@vercel/express` from 0.1.35 to 0.1.36
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/express/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/express@0.1.36/packages/express)

Updates `@vercel/next` from 4.15.20 to 4.15.21
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/next@4.15.21/packages/next)

Updates `@vercel/python` from 6.4.2 to 6.5.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/python/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/python@6.5.0/packages/python)

Updates `@vercel/remix-builder` from 5.5.9 to 5.5.10
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/remix/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/remix-builder@5.5.10/packages/remix)

Updates `electron-to-chromium` from 1.5.283 to 1.5.286
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

Updates `enhanced-resolve` from 5.18.4 to 5.19.0
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](webpack/enhanced-resolve@v5.18.4...v5.19.0)

Updates `glob` from 13.0.0 to 13.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: "@vercel/functions"
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: eslint-plugin-boundaries
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vercel
  dependency-version: 50.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@boundaries/elements"
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/backends"
  dependency-version: 0.0.25
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/cervel"
  dependency-version: 0.0.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/express"
  dependency-version: 0.1.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/next"
  dependency-version: 4.15.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/python"
  dependency-version: 6.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/remix-builder"
  dependency-version: 5.5.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-version: 1.5.286
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: enhanced-resolve
  dependency-version: 5.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: glob
  dependency-version: 13.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot assigned poad Feb 3, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2026
@vercel
Copy link

vercel bot commented Feb 3, 2026

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

Project Deployment Actions Updated (UTC)
github-rest-api-executor Error Error Feb 3, 2026 11:18pm

@github-actions github-actions bot merged commit 71e4462 into main Feb 3, 2026
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-e09f5c963b branch February 3, 2026 23:18
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