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

Bump the packages group with 5 updates

Open
Number: #249
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 14, 2025 at 10:25 PM UTC
(19 days ago)
Updated: September 14, 2025 at 10:25 PM UTC
(19 days ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 5 updates:

Package From To
@types/node 24.3.3 24.4.0
vercel 47.1.4 48.0.0
@vercel/python 5.0.3 5.0.4
detect-libc 2.0.4 2.1.0
undici-types 7.10.0 7.11.0

Updates @types/node from 24.3.3 to 24.4.0

Commits

Updates vercel from 47.1.4 to 48.0.0

Release notes

Sourced from vercel's releases.

vercel@48.0.0

Major Changes

  • The vercel login command has been overhauled, see below for how to use the new flow. (#13802)

    Breaking changes

    The following are now obsolete:

    • Passing the email argument or --github, --gitlab, --bitbucket flags. Run the command without any options:
    - $ vercel login your@email.com
    - $ vercel login --github
    - $ vercel login --gitlab
    - $ vercel login --bitbucket
    + $ vercel login
    

    Choose your preferred authentication method in the browser instead.

    • Passing the teamId/teamSlug argument. Run the command without any options:
    - $ vercel login team
    + $ vercel login
    

    After signing in with any of the non-SAML methods, you will be prompted to authorize individual teams.

    • --oob: Visit vercel.com/device on any browser-capable device and enter the code shown in the terminal. This flag is now obsolete.

    [!TIP] Hit Enter to open the link automatically, if you are signing in from a browser-capable device.

    [!IMPORTANT] Read the instructions carefully to match your location, IP, and request time when approving the device, as you will be granting access to your Vercel account.

    Resources

    Good to know: The new login experience is built on top of the OAuth 2.0 Device Flow specification.

Minor Changes

  • [cli] add new commands vercel cache invalidate --tag and vercel cache dangerously-delete --tag (#13898)

Patch Changes

... (truncated)

Changelog

Sourced from vercel's changelog.

48.0.0

Major Changes

  • The vercel login command has been overhauled, see below for how to use the new flow. (#13802)

    Breaking changes

    The following are now obsolete:

    • Passing the email argument or --github, --gitlab, --bitbucket flags. Run the command without any options:
    - $ vercel login your@email.com
    - $ vercel login --github
    - $ vercel login --gitlab
    - $ vercel login --bitbucket
    + $ vercel login
    

    Choose your preferred authentication method in the browser instead.

    • Passing the teamId/teamSlug argument. Run the command without any options:
    - $ vercel login team
    + $ vercel login
    

    After signing in with any of the non-SAML methods, you will be prompted to authorize individual teams.

    • --oob: Visit vercel.com/device on any browser-capable device and enter the code shown in the terminal. This flag is now obsolete.

    [!TIP] Hit Enter to open the link automatically, if you are signing in from a browser-capable device.

    [!IMPORTANT] Read the instructions carefully to match your location, IP, and request time when approving the device, as you will be granting access to your Vercel account.

    Resources

    Good to know: The new login experience is built on top of the OAuth 2.0 Device Flow specification.

Minor Changes

  • [cli] add new commands vercel cache invalidate --tag and vercel cache dangerously-delete --tag (#13898)

... (truncated)

Commits

Updates @vercel/python from 5.0.3 to 5.0.4

Release notes

Sourced from @​vercel/python's releases.

@​vercel/python@​5.0.4

Patch Changes

  • [python]: move python packages vendor dir out of /cache (#13921)
Changelog

Sourced from @​vercel/python's changelog.

5.0.4

Patch Changes

  • [python]: move python packages vendor dir out of /cache (#13921)
Commits

Updates detect-libc from 2.0.4 to 2.1.0

Commits
  • f74b368 Release v2.1.0
  • f9b7639 CI: Add non-Linux integration tests for completeness
  • 41add95 Prerelease v2.1.0-rc.0
  • 08198d2 CI: Publish tagged commits to npm
  • 4d6eafe Detect libc using the interpreter value from Node's ELF header
  • 3a1f323 CI: update integration test expectations
  • See full diff in compare view
Maintainer changes

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


Updates undici-types from 7.10.0 to 7.11.0

Release notes

Sourced from undici-types's releases.

v7.11.0

What's Changed

New Contributors

... (truncated)

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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+38
Deletions:
-38
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
24.3.3 → 24.4.0
Update Type:
Minor
Package:
vercel
Ecosystem:
npm
Version Change:
47.1.4 → 48.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
7.10.0 → 7.11.0
Update Type:
Minor
Package:
detect-libc
Ecosystem:
npm
Version Change:
2.0.4 → 2.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.0.3 → 5.0.4
Update Type:
Patch
Technical Details
ID: 7682179
UUID: 2827237083
Node ID: PR_kwDOMzbQP86ohDbb
Host: GitHub
Repository: poad/github-rest-api-executor
Merge State: Unknown