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

Bump the packages group with 36 updates

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

Bumps the packages group with 36 updates:

Package From To
@eslint/compat 2.0.4 2.0.5
typescript-eslint 8.58.0 8.58.1
vercel 50.41.0 50.42.0
@eslint/config-array 0.23.4 0.23.5
@eslint/config-helpers 0.5.4 0.5.5
@eslint/core 1.2.0 1.2.1
@eslint/object-schema 3.0.4 3.0.5
@eslint/plugin-kit 0.7.0 0.7.1
@typescript-eslint/eslint-plugin 8.58.0 8.58.1
@typescript-eslint/parser 8.58.0 8.58.1
@typescript-eslint/type-utils 8.58.0 8.58.1
@typescript-eslint/utils 8.58.0 8.58.1
@typescript-eslint/visitor-keys 8.58.0 8.58.1
@universal-deploy/node 0.1.4 0.1.5
@universal-deploy/vite 0.1.3 0.1.6
@vercel/backends 0.0.56 0.0.57
@vercel/build-utils 13.13.0 13.14.0
@vercel/cervel 0.0.43 0.0.44
@vercel/elysia 0.1.59 0.1.60
@vercel/express 0.1.69 0.1.70
@vercel/fastify 0.1.62 0.1.63
@vercel/gatsby-plugin-vercel-builder 2.1.9 2.1.10
@vercel/h3 0.1.68 0.1.69
@vercel/hono 0.2.62 0.2.63
@vercel/koa 0.1.42 0.1.43
@vercel/nestjs 0.2.63 0.2.64
@vercel/node 5.7.1 5.7.2
@vercel/rust 1.0.6 1.1.0
@vercel/static-build 2.9.9 2.9.10
basic-ftp 5.2.0 5.2.1
caniuse-lite 1.0.30001786 1.0.30001787
electron-to-chromium 1.5.332 1.5.334
netmask 2.1.0 2.1.1
side-channel-list 1.0.0 1.0.1
tinyglobby 0.2.15 0.2.16
undici 8.0.2 7.24.7

Updates @eslint/compat from 2.0.4 to 2.0.5

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v2.0.5

2.0.5 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.3 to ^2.0.4
    • devDependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0

compat: v2.0.5

2.0.5 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Changelog

Sourced from @​eslint/compat's changelog.

2.0.5 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Commits

Updates typescript-eslint from 8.58.0 to 8.58.1

Release notes

Sourced from typescript-eslint's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

Commits

Updates vercel from 50.41.0 to 50.42.0

Release notes

Sourced from vercel's releases.

vercel@50.42.0

Minor Changes

  • Add vercel project protection actions for password deployment protection (--password). (#15858)

  • Add vercel project protection actions for skew protection via skewProtectionMaxAge (--skew). (#15859)

  • Add vercel project protection actions for SSO deployment protection (--sso). (#15857)

  • Support configuration via vercel.toml (#15750)

  • Add support for running Sandbox commands through vercel sandbox. (#15839)

Patch Changes

  • Fixed VERCEL_TOKEN environment variable not being checked before the login prompt, causing the CLI to always ask for credentials even when the env var was set. (#15877)

  • Improve vc logs ergonomics by showing vc logs --help when invalid flags are provided, exiting successfully for explicit --help, and preserving the full nested logs[] array in JSON output so all request log messages remain available. (#15855)

  • Updated dependencies [aea2272ac976a2e13591e402b2a41173cf51f740, 42b6ff3113eb7ba5302b8469f8dd10070ecec6f0]:

    • @​vercel/backends@​0.0.57
    • @​vercel/build-utils@​13.14.0
    • @​vercel/rust@​1.1.0
    • @​vercel/static-build@​2.9.10
    • @​vercel/elysia@​0.1.60
    • @​vercel/express@​0.1.70
    • @​vercel/fastify@​0.1.63
    • @​vercel/go@​3.4.7
    • @​vercel/h3@​0.1.69
    • @​vercel/hono@​0.2.63
    • @​vercel/hydrogen@​1.3.6
    • @​vercel/koa@​0.1.43
    • @​vercel/nestjs@​0.2.64
    • @​vercel/next@​4.16.5
    • @​vercel/node@​5.7.2
    • @​vercel/python@​6.29.0
    • @​vercel/redwood@​2.4.12
    • @​vercel/remix-builder@​5.7.2
    • @​vercel/ruby@​2.3.2
Changelog

Sourced from vercel's changelog.

50.42.0

Minor Changes

  • Add vercel project protection actions for password deployment protection (--password). (#15858)

  • Add vercel project protection actions for skew protection via skewProtectionMaxAge (--skew). (#15859)

  • Add vercel project protection actions for SSO deployment protection (--sso). (#15857)

  • Support configuration via vercel.toml (#15750)

  • Add support for running Sandbox commands through vercel sandbox. (#15839)

Patch Changes

  • Fixed VERCEL_TOKEN environment variable not being checked before the login prompt, causing the CLI to always ask for credentials even when the env var was set. (#15877)

  • Improve vc logs ergonomics by showing vc logs --help when invalid flags are provided, exiting successfully for explicit --help, and preserving the full nested logs[] array in JSON output so all request log messages remain available. (#15855)

  • Updated dependencies [aea2272ac976a2e13591e402b2a41173cf51f740, 42b6ff3113eb7ba5302b8469f8dd10070ecec6f0]:

    • @​vercel/backends@​0.0.57
    • @​vercel/build-utils@​13.14.0
    • @​vercel/rust@​1.1.0
    • @​vercel/static-build@​2.9.10
    • @​vercel/elysia@​0.1.60
    • @​vercel/express@​0.1.70
    • @​vercel/fastify@​0.1.63
    • @​vercel/go@​3.4.7
    • @​vercel/h3@​0.1.69
    • @​vercel/hono@​0.2.63
    • @​vercel/hydrogen@​1.3.6
    • @​vercel/koa@​0.1.43
    • @​vercel/nestjs@​0.2.64
    • @​vercel/next@​4.16.5
    • @​vercel/node@​5.7.2
    • @​vercel/python@​6.29.0
    • @​vercel/redwood@​2.4.12
    • @​vercel/remix-builder@​5.7.2
    • @​vercel/ruby@​2.3.2
Commits

Updates @eslint/config-array from 0.23.4 to 0.23.5

Release notes

Sourced from @​eslint/config-array's releases.

config-array: v0.23.5

0.23.5 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.4 to ^3.0.5
Changelog

Sourced from @​eslint/config-array's changelog.

0.23.5 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.4 to ^3.0.5
Commits

Updates @eslint/config-helpers from 0.5.4 to 0.5.5

Release notes

Sourced from @​eslint/config-helpers's releases.

config-helpers: v0.5.5

0.5.5 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.5.5 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Commits

Updates @eslint/core from 1.2.0 to 1.2.1

Release notes

Sourced from @​eslint/core's releases.

core: v1.2.1

1.2.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)
Changelog

Sourced from @​eslint/core's changelog.

1.2.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)
Commits

Updates @eslint/object-schema from 3.0.4 to 3.0.5

Release notes

Sourced from @​eslint/object-schema's releases.

object-schema: v3.0.5

3.0.5 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)
Changelog

Sourced from @​eslint/object-schema's changelog.

3.0.5 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)
Commits

Updates @eslint/plugin-kit from 0.7.0 to 0.7.1

Release notes

Sourced from @​eslint/plugin-kit's releases.

plugin-kit: v0.7.1

0.7.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Changelog

Sourced from @​eslint/plugin-kit's changelog.

0.7.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Commits

Updates @typescript-eslint/eslint-plugin from 8.58.0 to 8.58.1

Release notes

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

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 5311ed3 chore(release): publish 8.58.1
  • c3f8ed5 fix(eslint-plugin): [no-unused-vars] fix false negative for type predicate pa...
  • e372a66 Revert: feat(eslint-plugin): [no-unnecessary-type-arguments] report inferred ...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.58.0 to 8.58.1

Release notes

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

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

Commits

Updates @typescript-eslint/type-utils from 8.58.0 to 8.58.1

Release notes

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

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

Commits

Updates @typescript-eslint/utils from 8.58.0 to 8.58.1

Release notes

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

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

Commits

Updates @typescript-eslint/visitor-keys from 8.58.0 to 8.58.1

Release notes

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

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

Commits

Updates @universal-deploy/node from 0.1.4 to 0.1.5

Commits

Updates @universal-deploy/vite from 0.1.3 to 0.1.6

Commits

Updates @vercel/backends from 0.0.56 to 0.0.57

Release notes

Sourced from @​vercel/backends's releases.

@​vercel/backends@​0.0.57

Patch Changes

Changelog

Sourced from @​vercel/backends's changelog.

0.0.57

Patch Changes

Commits

Updates @vercel/build-utils from 13.13.0 to 13.14.0

Release notes

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

@​vercel/build-utils@​13.14.0

Minor Changes

  • Support configuration via vercel.toml (#15750)
Commits

Updates @vercel/cervel from 0.0.43 to 0.0.44

Release notes

Sourced from @​vercel/cervel's releases.

@​vercel/cervel@​0.0.44

Patch Changes

Changelog

Sourced from @​vercel/cervel's changelog.

0.0.44

Patch Changes

Commits

Updates @vercel/elysia from 0.1.59 to 0.1.60

Release notes

Sourced from @​vercel/elysia's releases.

@​vercel/elysia@​0.1.60

Patch Changes

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

Sourced from @​vercel/elysia's changelog.

0.1.60

Patch Changes

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

Updates @vercel/express from 0.1.69 to 0.1.70

Release notes

Sourced from @​vercel/express's releases.

@​vercel/express@​0.1.70

Patch Changes

  • Updated dependencies []:
    • @​vercel/cervel@​0.0.44
    • @​vercel/node@​5.7.2
Changelog

Sourced from @​vercel/express's changelog.

0.1.70

Patch Changes

  • Updated dependencies []:
    • @​vercel/cervel@​0.0.44
    • @​vercel/node@​5.7.2
Commits

Updates @vercel/fastify from 0.1.62 to 0.1.63

Release notes

Sourced from @​vercel/fastify's releases.

@​vercel/fastify@​0.1.63

Patch Changes

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

Sourced from @​vercel/fastify's changelog.

0.1.63

Patch Changes

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

Updates @vercel/gatsby-plugin-vercel-builder from 2.1.9 to 2.1.10

Release notes

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

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

Patch Changes

Changelog

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

2.1.10

Patch Changes

Commits

Updates @vercel/h3 from 0.1.68 to 0.1.69

Changelog

Sourced from @​vercel/h3's changelog.

0.1.69

Patch Changes

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

Updates @vercel/hono from 0.2.62 to 0.2.63

Release notes

Sourced from @​vercel/hono's releases.

@​vercel/hono@​0.2.63

Patch Changes

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

Sourced from @​vercel/hono's changelog.

0.2.63

Patch Changes

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

Updates @vercel/koa from 0.1.42 to 0.1.43

Release notes

Sourced from @​vercel/koa's releases.

@​vercel/koa@​0.1.43

Patch Changes

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

Sourced from @​vercel/koa's changelog.

0.1.43

Patch Changes

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

Updates @vercel/nestjs from 0.2.63 to 0.2.64

Release notes

Sourced from @​vercel/nestjs's releases.

@​vercel/nestjs@​0.2.64

Patch Changes

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

Sourced from @​vercel/nestjs's changelog.

0.2.64

Patch Changes

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

Updates @vercel/node from 5.7.1 to 5.7.2

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.7.2

Patch Changes

Changelog

Sourced from @​vercel/node's changelog.

5.7.2

Patch Changes

Commits

Updates @vercel/rust from 1.0.6 to 1.1.0

Release notes

Sourced from @​vercel/rust's releases.

@​vercel/rust@​1.1.0

Minor Changes

  • Support configuration via vercel.toml (#15750)
Changelog

Sourced from @​vercel/rust's changelog.

1.1.0

Minor Changes

  • Support configuration via vercel.toml (#15750)
Commits

Updates @vercel/static-build from 2.9.9 to 2.9.10

Release notes

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

@​vercel/static-build@​2.9.10

Patch Changes

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

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

2.9.10

Patch Changes

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

Updates basic-ftp from 5.2.0 to 5.2.1

Release notes

Sourced from basic-ftp's releases.

5.2.1

Changelog

Sourced from basic-ftp's changelog.

5.2.1

Commits
Technical Details
ID: 15146944
UUID: 4228396550
Node ID: PR_kwDOMzbQP87Q-HWF
Host: GitHub
Repository: poad/github-rest-api-executor