Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the eslint group with 5 updates in the /ui-v2 directory:

Package From To
@eslint/js 9.38.0 9.39.2
eslint 9.38.0 9.39.2
eslint-plugin-react-refresh 0.4.24 0.4.25
eslint-plugin-testing-library 7.13.3 7.13.6
typescript-eslint 8.46.2 8.49.0

CI Fix

The original Dependabot PR also attempted to bump eslint-plugin-storybook from 9.1.15 to 10.1.8, but this caused CI failures because [email protected] requires storybook@^10.x as a peer dependency, while the project uses [email protected]. The eslint-plugin-storybook upgrade was reverted to maintain compatibility.

Release notes and commits for updated packages

Updates @eslint/js from 9.38.0 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Updates eslint-plugin-react-refresh from 0.4.24 to 0.4.25

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.25

  • Report cases like export const ENUM = Object.keys(TABLE) as EnumType[]; (fixes #93)
  • Allow _ in component names (#94)

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • N/A - dependency update
  • If this pull request adds new functionality, it includes unit tests that cover the changes
    • N/A - dependency update only
  • If this pull request removes docs files, it includes redirect settings in mint.json.
    • N/A
  • If this pull request adds functions or classes, it includes helpful docstrings.
    • N/A

Link to Devin run: https://app.devin.ai/sessions/2c0650c76f9843809150910fae7ad2bc
Requested by: [email protected] (@desertaxle)

Bumps the eslint group with 6 updates in the /ui-v2 directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.2` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.4.25` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.15` | `10.1.8` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.13.3` | `7.13.6` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.49.0` |



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

Updates `eslint` from 9.38.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.2)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.4.25
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.4.25)

Updates `eslint-plugin-storybook` from 9.1.15 to 10.1.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.8/code/lib/eslint-plugin)

Updates `eslint-plugin-testing-library` from 7.13.3 to 7.13.6
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Commits](testing-library/eslint-plugin-testing-library@v7.13.3...v7.13.6)

Updates `typescript-eslint` from 8.46.2 to 8.49.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.13.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added ui-replatform Related to the React UI rewrite ui-v2-dependency labels Dec 15, 2025
…atibility

[email protected] requires storybook@^10.x as a peer dependency,
but the project uses [email protected]. Reverting to [email protected]
to maintain compatibility while keeping the other eslint updates.

Co-Authored-By: [email protected] <[email protected]>
@devin-ai-integration devin-ai-integration bot changed the title chore(deps-dev): bump the eslint group across 1 directory with 6 updates chore(deps-dev): bump the eslint group across 1 directory with 5 updates Dec 17, 2025
@desertaxle desertaxle merged commit a4ae0c1 into main Dec 17, 2025
6 checks passed
@desertaxle desertaxle deleted the dependabot/npm_and_yarn/ui-v2/eslint-50d4bbd71b branch December 17, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui-replatform Related to the React UI rewrite ui-v2-dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants