Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2025

Bumps the miscs group with 29 updates:

Package From To
@eslint/js 9.36.0 9.37.0
eslint 9.36.0 9.37.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
rollup 4.52.3 4.52.4

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 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
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-musleabihf since your current version.


Updates @rollup/rollup-linux-arm64-gnu from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-linux-arm64-gnu'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-arm64-gnu'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-arm64-gnu since your current version.


Updates @rollup/rollup-linux-arm64-musl from 4.52.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-linux-arm64-musl'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 (...

    Description has been truncated

Bumps the miscs group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.37.0` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.37.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.8` | `7.1.9` |
| [@eslint/config-helpers](https://github.com/eslint/rewrite/tree/HEAD/packages/config-helpers) | `0.3.1` | `0.4.0` |
| [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) | `0.15.2` | `0.16.0` |
| [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) | `0.3.5` | `0.4.0` |
| [@rollup/rollup-android-arm-eabi](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-android-arm64](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-freebsd-arm64](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-freebsd-x64](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-arm-gnueabihf](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-arm-musleabihf](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-arm64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-arm64-musl](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-loong64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-ppc64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-riscv64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-riscv64-musl](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-s390x-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-linux-x64-musl](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-openharmony-arm64](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-win32-arm64-msvc](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-win32-ia32-msvc](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-win32-x64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [@rollup/rollup-win32-x64-msvc](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |
| [rollup](https://github.com/rollup/rollup) | `4.52.3` | `4.52.4` |


Updates `@eslint/js` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js)

Updates `eslint` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.37.0)

Updates `vite` from 7.1.8 to 7.1.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.9/packages/vite)

Updates `@eslint/config-helpers` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.4.0/packages/config-helpers)

Updates `@eslint/core` from 0.15.2 to 0.16.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.16.0/packages/core)

Updates `@eslint/plugin-kit` from 0.3.5 to 0.4.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.4.0/packages/plugin-kit)

Updates `@rollup/rollup-android-arm-eabi` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-android-arm64` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-darwin-arm64` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-darwin-x64` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-freebsd-arm64` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-freebsd-x64` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-arm-gnueabihf` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-arm-musleabihf` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-arm64-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-arm64-musl` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-loong64-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-ppc64-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-riscv64-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-riscv64-musl` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-s390x-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-x64-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-linux-x64-musl` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-openharmony-arm64` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-win32-arm64-msvc` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-win32-ia32-msvc` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-win32-x64-gnu` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `@rollup/rollup-win32-x64-msvc` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

Updates `rollup` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.4)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: miscs
- dependency-name: eslint
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: miscs
- dependency-name: vite
  dependency-version: 7.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@eslint/config-helpers"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: miscs
- dependency-name: "@eslint/core"
  dependency-version: 0.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: miscs
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: miscs
- dependency-name: "@rollup/rollup-android-arm-eabi"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-android-arm64"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-darwin-arm64"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-darwin-x64"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-freebsd-arm64"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-freebsd-x64"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-arm-gnueabihf"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-arm-musleabihf"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-arm64-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-arm64-musl"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-loong64-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-ppc64-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-riscv64-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-riscv64-musl"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-s390x-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-linux-x64-musl"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-openharmony-arm64"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-win32-arm64-msvc"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-win32-ia32-msvc"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-win32-x64-gnu"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: "@rollup/rollup-win32-x64-msvc"
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
- dependency-name: rollup
  dependency-version: 4.52.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: miscs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot assigned poad Oct 5, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 5, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 5, 2025 20:12
@poad poad disabled auto-merge October 6, 2025 02:09
@poad poad merged commit 4d10a46 into main Oct 6, 2025
4 of 5 checks passed
@poad poad deleted the dependabot/npm_and_yarn/miscs-d049de7d9e branch October 6, 2025 02:09
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