Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps the packages group with 12 updates:

Package From To
vercel 47.0.0 47.0.4
@eslint-community/eslint-utils 4.7.0 4.8.0
@humanfs/node 0.16.6 0.16.7
@humanwhocodes/retry 0.3.1 0.4.3
@typescript-eslint/types 8.41.0 8.42.0
@vercel/express 0.0.11 0.0.13
@vercel/gatsby-plugin-vercel-builder 2.0.94 2.0.95
@vercel/hono 0.0.19 0.0.21
@vercel/next 4.12.3 4.12.4
@vercel/node 5.3.18 5.3.20
@vercel/static-build 2.7.21 2.7.22
electron-to-chromium 1.5.212 1.5.213

Updates vercel from 47.0.0 to 47.0.4

Release notes

Sourced from vercel's releases.

vercel@47.0.4

Patch Changes

  • Reverts a regression in vercel login --future introduced in #13855 (#13872)

vercel@47.0.3

Patch Changes

  • Undo change that set min node version to node 20 since Vercel CLI still needs to work on Node 18 for upgrade paths. (#13865)

vercel@47.0.2

Patch Changes

vercel@47.0.1

Patch Changes

Changelog

Sourced from vercel's changelog.

47.0.4

Patch Changes

  • Reverts a regression in vercel login --future introduced in #13855 (#13872)

47.0.3

Patch Changes

  • Undo change that set min node version to node 20 since Vercel CLI still needs to work on Node 18 for upgrade paths. (#13865)

47.0.2

Patch Changes

47.0.1

Patch Changes

Commits

Updates @eslint-community/eslint-utils from 4.7.0 to 4.8.0

Release notes

Sourced from @​eslint-community/eslint-utils's releases.

v4.8.0

4.8.0 (2025-09-03)

Bug Fixes

  • get-static-value: incorrect return when variable has object mutation (#257) (161ffe1)

Features

  • add support for typescript AST to isParenthesized (#258) (692ce08)
Commits
  • 161ffe1 fix(get-static-value): incorrect return when variable has object mutation (#257)
  • 692ce08 feat: add support for typescript AST to isParenthesized (#258)
  • See full diff in compare view

Updates @humanfs/node from 0.16.6 to 0.16.7

Release notes

Sourced from @​humanfs/node's releases.

node: v0.16.7

0.16.7 (2024-11-27)

Bug Fixes

  • Add directory to package.json (f691b60)
Changelog

Sourced from @​humanfs/node's changelog.

0.16.7 (2024-11-27)

Bug Fixes

  • Add directory to package.json (f691b60)
Commits

Updates @humanwhocodes/retry from 0.3.1 to 0.4.3

Release notes

Sourced from @​humanwhocodes/retry's releases.

retry: v0.4.3

0.4.3 (2025-05-06)

Bug Fixes

  • improve type def for Retrier.retry (#46) (f385ddb)

retry: v0.4.2

0.4.2 (2025-02-19)

Bug Fixes

  • handle rejections from temporary promises (#44) (f59810b)

retry: v0.4.1

0.4.1 (2024-11-05)

Bug Fixes

  • Look for specific DEBUG value before outputting debug messages (#40) (be263df)

retry: v0.4.0

0.4.0 (2024-10-31)

Features

Changelog

Sourced from @​humanwhocodes/retry's changelog.

0.4.3 (2025-05-06)

Bug Fixes

  • improve type def for Retrier.retry (#46) (f385ddb)

0.4.2 (2025-02-19)

Bug Fixes

  • handle rejections from temporary promises (#44) (f59810b)

0.4.1 (2024-11-05)

Bug Fixes

  • Look for specific DEBUG value before outputting debug messages (#40) (be263df)

0.4.0 (2024-10-31)

Features

Commits

Updates @typescript-eslint/types from 8.41.0 to 8.42.0

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.42.0 (2025-09-02)

This was a version bump only for types to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​typescript-eslint/types since your current version.


Updates @vercel/express from 0.0.11 to 0.0.13

Release notes

Sourced from @​vercel/express's releases.

@​vercel/express@​0.0.13

Patch Changes

@​vercel/express@​0.0.12

Patch Changes

Changelog

Sourced from @​vercel/express's changelog.

0.0.13

Patch Changes

0.0.12

Patch Changes

Commits

Updates @vercel/gatsby-plugin-vercel-builder from 2.0.94 to 2.0.95

Release notes

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

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

Patch Changes

Changelog

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

2.0.95

Patch Changes

Commits

Updates @vercel/hono from 0.0.19 to 0.0.21

Release notes

Sourced from @​vercel/hono's releases.

@​vercel/hono@​0.0.21

Patch Changes

@​vercel/hono@​0.0.20

Patch Changes

Changelog

Sourced from @​vercel/hono's changelog.

0.0.21

Patch Changes

0.0.20

Patch Changes

Commits

Updates @vercel/next from 4.12.3 to 4.12.4

Release notes

Sourced from @​vercel/next's releases.

@​vercel/next@​4.12.4

Patch Changes

  • Skip adding rewrite headers when the destination has no rewritten pathname or query (and when external origin is not allowed). This prevents generating an empty rewrite.headers object that fails schema validation and restores previous behavior for external or no-op rewrites. (#13844)
Changelog

Sourced from @​vercel/next's changelog.

4.12.4

Patch Changes

  • Skip adding rewrite headers when the destination has no rewritten pathname or query (and when external origin is not allowed). This prevents generating an empty rewrite.headers object that fails schema validation and restores previous behavior for external or no-op rewrites. (#13844)
Commits

Updates @vercel/node from 5.3.18 to 5.3.20

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.3.20

Patch Changes

@​vercel/node@​5.3.19

Patch Changes

  • Always compile .mts to ESM (#13693)
Changelog

Sourced from @​vercel/node's changelog.

5.3.20

Patch Changes

5.3.19

Patch Changes

  • Always compile .mts to ESM (#13693)
Commits

Updates @vercel/static-build from 2.7.21 to 2.7.22

Release notes

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

@​vercel/static-build@​2.7.22

Patch Changes

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

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

2.7.22

Patch Changes

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

Updates electron-to-chromium from 1.5.212 to 1.5.213

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 12 updates:

| Package | From | To |
| --- | --- | --- |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `47.0.0` | `47.0.4` |
| [@eslint-community/eslint-utils](https://github.com/eslint-community/eslint-utils) | `4.7.0` | `4.8.0` |
| [@humanfs/node](https://github.com/humanwhocodes/humanfs/tree/HEAD/packages/node) | `0.16.6` | `0.16.7` |
| [@humanwhocodes/retry](https://github.com/humanwhocodes/retry) | `0.3.1` | `0.4.3` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.41.0` | `8.42.0` |
| [@vercel/express](https://github.com/vercel/vercel/tree/HEAD/packages/express) | `0.0.11` | `0.0.13` |
| [@vercel/gatsby-plugin-vercel-builder](https://github.com/vercel/vercel/tree/HEAD/packages/gatsby-plugin-vercel-builder) | `2.0.94` | `2.0.95` |
| [@vercel/hono](https://github.com/vercel/vercel/tree/HEAD/packages/hono) | `0.0.19` | `0.0.21` |
| [@vercel/next](https://github.com/vercel/vercel/tree/HEAD/packages/next) | `4.12.3` | `4.12.4` |
| [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `5.3.18` | `5.3.20` |
| [@vercel/static-build](https://github.com/vercel/vercel/tree/HEAD/packages/static-build) | `2.7.21` | `2.7.22` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.212` | `1.5.213` |


Updates `vercel` from 47.0.0 to 47.0.4
- [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@47.0.4/packages/cli)

Updates `@eslint-community/eslint-utils` from 4.7.0 to 4.8.0
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](eslint-community/eslint-utils@v4.7.0...v4.8.0)

Updates `@humanfs/node` from 0.16.6 to 0.16.7
- [Release notes](https://github.com/humanwhocodes/humanfs/releases)
- [Changelog](https://github.com/humanwhocodes/humanfs/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/humanwhocodes/humanfs/commits/node-v0.16.7/packages/node)

Updates `@humanwhocodes/retry` from 0.3.1 to 0.4.3
- [Release notes](https://github.com/humanwhocodes/retry/releases)
- [Changelog](https://github.com/humanwhocodes/retry/blob/main/CHANGELOG.md)
- [Commits](humanwhocodes/retry@retry-v0.3.1...retry-v0.4.3)

Updates `@typescript-eslint/types` from 8.41.0 to 8.42.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.42.0/packages/types)

Updates `@vercel/express` from 0.0.11 to 0.0.13
- [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.0.13/packages/express)

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

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

Updates `@vercel/next` from 4.12.3 to 4.12.4
- [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.12.4/packages/next)

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

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

Updates `electron-to-chromium` from 1.5.212 to 1.5.213
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.212...v1.5.213)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 47.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@eslint-community/eslint-utils"
  dependency-version: 4.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@humanfs/node"
  dependency-version: 0.16.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@humanwhocodes/retry"
  dependency-version: 0.4.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/express"
  dependency-version: 0.0.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/gatsby-plugin-vercel-builder"
  dependency-version: 2.0.95
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/hono"
  dependency-version: 0.0.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/next"
  dependency-version: 4.12.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/node"
  dependency-version: 5.3.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/static-build"
  dependency-version: 2.7.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-version: 1.5.213
  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 Sep 4, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2025
@vercel
Copy link

vercel bot commented Sep 4, 2025

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

Project Deployment Preview Comments Updated (UTC)
github-rest-api-executor Error Error Sep 4, 2025 10:14am

@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 4, 2025
@github-actions github-actions bot merged commit 7c4863b into main Sep 4, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-9ce5ae21ed branch September 4, 2025 10:15
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.

2 participants