Skip to content

Bump the packages group with 4 updates#246

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-0a8686a191
Sep 9, 2025
Merged

Bump the packages group with 4 updates#246
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-0a8686a191

Conversation

@dependabot
Copy link
Contributor

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

Bumps the packages group with 4 updates: @vercel/functions, vercel, @typescript-eslint/types and @vercel/static-build.

Updates @vercel/functions from 3.0.0 to 3.1.0

Release notes

Sourced from @​vercel/functions's releases.

@​vercel/functions@​3.1.0

Minor Changes

  • Introduces Vercel Purge APIs: invalidateByTag, dangerouslyDeleteByTag (#13867)
Changelog

Sourced from @​vercel/functions's changelog.

3.1.0

Minor Changes

  • Introduces Vercel Purge APIs: invalidateByTag, dangerouslyDeleteByTag (#13867)
Commits

Updates vercel from 47.0.5 to 47.0.7

Release notes

Sourced from vercel's releases.

vercel@47.0.7

Patch Changes

  • Fix build errored deployments to always show full build logs (#13901)

vercel@47.0.6

Patch Changes

Changelog

Sourced from vercel's changelog.

47.0.7

Patch Changes

  • Fix build errored deployments to always show full build logs (#13901)

47.0.6

Patch Changes

Commits

Updates @typescript-eslint/types from 8.42.0 to 8.43.0

Release notes

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

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

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

Changelog

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

8.43.0 (2025-09-08)

🩹 Fixes

  • scope-manager: exclude Program from DefinitionBase node types (#11469)

❤️ Thank You

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

Commits

Updates @vercel/static-build from 2.7.22 to 2.7.23

Release notes

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

@​vercel/static-build@​2.7.23

Patch Changes

  • Improve no output directory error message (#13899)
Changelog

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

2.7.23

Patch Changes

  • Improve no output directory error message (#13899)
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 4 updates: [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions), [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli), [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) and [@vercel/static-build](https://github.com/vercel/vercel/tree/HEAD/packages/static-build).


Updates `@vercel/functions` from 3.0.0 to 3.1.0
- [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.1.0/packages/functions)

Updates `vercel` from 47.0.5 to 47.0.7
- [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.7/packages/cli)

Updates `@typescript-eslint/types` from 8.42.0 to 8.43.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.43.0/packages/types)

Updates `@vercel/static-build` from 2.7.22 to 2.7.23
- [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.23/packages/static-build)

---
updated-dependencies:
- dependency-name: "@vercel/functions"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vercel
  dependency-version: 47.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/static-build"
  dependency-version: 2.7.23
  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 9, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2025
@vercel
Copy link

vercel bot commented Sep 9, 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 9, 2025 10:34pm

@github-actions github-actions bot merged commit b80a5ad into main Sep 9, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-0a8686a191 branch September 9, 2025 22:34
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