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

Bump the packages group with 38 updates

Open
Number: #261
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: October 05, 2025 at 10:30 PM UTC
(28 days ago)
Updated: October 05, 2025 at 10:30 PM UTC
(28 days ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 38 updates:

Package From To
@eslint/js 9.36.0 9.37.0
eslint 9.36.0 9.37.0
vercel 48.1.7 48.2.0
vite 7.1.8 7.1.9
@eslint/config-helpers 0.3.1 0.4.0
@eslint/core 0.15.2 0.16.0
@eslint/plugin-kit 0.3.5 0.4.0
@rollup/rollup-android-arm-eabi 4.52.3 4.52.4
@rollup/rollup-android-arm64 4.52.3 4.52.4
@rollup/rollup-darwin-arm64 4.52.3 4.52.4
@rollup/rollup-darwin-x64 4.52.3 4.52.4
@rollup/rollup-freebsd-arm64 4.52.3 4.52.4
@rollup/rollup-freebsd-x64 4.52.3 4.52.4
@rollup/rollup-linux-arm-gnueabihf 4.52.3 4.52.4
@rollup/rollup-linux-arm-musleabihf 4.52.3 4.52.4
@rollup/rollup-linux-arm64-gnu 4.52.3 4.52.4
@rollup/rollup-linux-arm64-musl 4.52.3 4.52.4
@rollup/rollup-linux-loong64-gnu 4.52.3 4.52.4
@rollup/rollup-linux-ppc64-gnu 4.52.3 4.52.4
@rollup/rollup-linux-riscv64-gnu 4.52.3 4.52.4
@rollup/rollup-linux-riscv64-musl 4.52.3 4.52.4
@rollup/rollup-linux-s390x-gnu 4.52.3 4.52.4
@rollup/rollup-linux-x64-gnu 4.52.3 4.52.4
@rollup/rollup-linux-x64-musl 4.52.3 4.52.4
@rollup/rollup-openharmony-arm64 4.52.3 4.52.4
@rollup/rollup-win32-arm64-msvc 4.52.3 4.52.4
@rollup/rollup-win32-ia32-msvc 4.52.3 4.52.4
@rollup/rollup-win32-x64-gnu 4.52.3 4.52.4
@rollup/rollup-win32-x64-msvc 4.52.3 4.52.4
@vercel/python 5.0.6 5.0.7
baseline-browser-mapping 2.8.10 2.8.12
caniuse-lite 1.0.30001746 1.0.30001748
detect-libc 2.1.1 2.1.2
electron-to-chromium 1.5.229 1.5.230
napi-postinstall 0.3.3 0.3.4
node-releases 2.0.21 2.0.23
rollup 4.52.3 4.52.4
style-to-object 1.0.10 1.0.11

Updates @eslint/js from 9.36.0 to 9.37.0

Release notes

Sourced from @​eslint/js's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • See full diff in compare view

Updates eslint from 9.36.0 to 9.37.0

Release notes

Sourced from eslint's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits

Updates vercel from 48.1.7 to 48.2.0

Release notes

Sourced from vercel's releases.

vercel@48.2.0

Minor Changes

  • Add --status flag to list command for deployment filtering (#13993)

    The vercel list command now supports filtering deployments by their status using the --status or -s flag. This feature allows users to filter deployments by one or more status values.

    Features:

    • Filter by single status: vercel list --status READY
    • Filter by multiple statuses: vercel list --status READY,BUILDING
    • Support for all deployment statuses: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED
    • Input validation with clear error messages
    • Compatible with existing filters (environment, meta, etc.)
    • Comprehensive test coverage and telemetry tracking

Patch Changes

Changelog

Sourced from vercel's changelog.

48.2.0

Minor Changes

  • Add --status flag to list command for deployment filtering (#13993)

    The vercel list command now supports filtering deployments by their status using the --status or -s flag. This feature allows users to filter deployments by one or more status values.

    Features:

    • Filter by single status: vercel list --status READY
    • Filter by multiple statuses: vercel list --status READY,BUILDING
    • Support for all deployment statuses: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED
    • Input validation with clear error messages
    • Compatible with existing filters (environment, meta, etc.)
    • Comprehensive test coverage and telemetry tracking

Patch Changes

Commits

Updates vite from 7.1.8 to 7.1.9

Release notes

Sourced from vite's releases.

v7.1.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.9 (2025-10-03)

Reverts

Commits

Updates @eslint/config-helpers from 0.3.1 to 0.4.0

Release notes

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

core: v0.4.0

0.4.0 (2024-08-12)

Features

config-helpers: v0.4.0

0.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

plugin-kit: v0.4.0

0.4.0 (2025-09-16)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#212) (a3588d8)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

plugin-kit: v0.3.5

0.3.5 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2

plugin-kit: v0.3.4

0.3.4 (2025-07-21)

... (truncated)

Changelog

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

0.4.0 (2025-09-16)

Features

Dependencies

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

Updates @eslint/core from 0.15.2 to 0.16.0

Release notes

Sourced from @​eslint/core's releases.

config-array: v0.16.0

0.16.0 (2024-06-12)

⚠ BREAKING CHANGES

  • treat * as a universal pattern (#50)
  • Remove ConfigArray#isExplicitMatch() (#53)

Features

  • Remove ConfigArray#isExplicitMatch() (#53) (10d8200)

Bug Fixes

  • Add 'main' and 'types' entries to package.json (#48) (16ee1fa)
  • treat * as a universal pattern (#50) (79ad4bc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^2.1.3 to ^2.1.4

core: v0.16.0

0.16.0 (2025-09-16)

Features

Bug Fixes

  • remove unsupported nodeType from types (#268) (d800559)
Changelog

Sourced from @​eslint/core's changelog.

0.16.0 (2025-09-16)

Features

Bug Fixes

  • remove unsupported nodeType from types (#268) (d800559)
Commits

Updates @eslint/plugin-kit from 0.3.5 to 0.4.0

Release notes

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

core: v0.4.0

0.4.0 (2024-08-12)

Features

config-helpers: v0.4.0

0.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

plugin-kit: v0.4.0

0.4.0 (2025-09-16)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#212) (a3588d8)

Dependencies

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

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

0.4.0 (2025-09-16)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#212) (a3588d8)

Dependencies

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

Updates @rollup/rollup-android-arm-eabi from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-android-arm-eabi's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm-eabi's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-android-arm64 from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-android-arm64's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm64's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-darwin-arm64 from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-darwin-arm64's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-arm64's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-darwin-x64 from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-darwin-x64's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-freebsd-arm64 from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-freebsd-arm64's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-arm64's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-freebsd-x64 from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-freebsd-x64's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-x64's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-linux-arm-gnueabihf from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-linux-arm-gnueabihf's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-gnueabihf's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
Maintainer changes

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


Updates @rollup/rollup-linux-arm-musleabihf from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-linux-arm-musleabihf's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-musleabihf's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
  • cd81da7 4.52.4
  • 0fd66e6 Correct nullish coalescing branch resolution for symbol left value (#6133)
  • c1c4175 fix(deps): lock file maintenance minor/patch updates (#6134)
  • bef29f4...

    Description has been truncated

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.36.0 → 9.37.0
Update Type:
Minor
Package:
vite
Ecosystem:
npm
Version Change:
7.1.8 → 7.1.9
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.36.0 → 9.37.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.229 → 1.5.230
Update Type:
Patch
Package:
vercel
Ecosystem:
npm
Version Change:
48.1.7 → 48.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001746 → 1.0.30001748
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.3 → 0.3.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.15.2 → 0.16.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.3.5 → 0.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.1 → 0.4.0
Update Type:
Minor
Package:
detect-libc
Ecosystem:
npm
Version Change:
2.1.1 → 2.1.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.0.6 → 5.0.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.21 → 2.0.23
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.10 → 1.0.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.8.10 → 2.8.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.52.3 → 4.52.4
Update Type:
Patch
Technical Details
ID: 9465986
UUID: 3485229710
Node ID: PR_kwDOMzbQP86sKeHQ
Host: GitHub
Repository: poad/github-rest-api-executor