Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the ui-dev-deps group in /ui with 5 updates:

Package From To
@eslint-react/eslint-plugin 2.5.1 2.5.5
@types/node 25.0.3 25.0.6
@types/react 19.2.7 19.2.8
sass 1.97.1 1.97.2
vite 7.3.0 7.3.1

Updates @eslint-react/eslint-plugin from 2.5.1 to 2.5.5

Release notes

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

v2.5.5 (2026-01-12)

What's Changed

🐞 Fixes

📝 Changes you should be aware of

The following rules have been removed from the strict and recommended presets:

  • no-unnecessary-key
  • no-duplicate-key
  • no-implicit-key

In React projects with the new JSX transform enabled, the key prop can be defined and used by users like any other component prop. This unlocks new patterns for key usage that above rules may not handle correctly. Therefore, these rules have been removed from the presets to avoid potential false positives. You can still enable these rules manually if needed.

Full Changelog: Rel1cx/eslint-react@v2.5.3...v2.5.5

v2.5.3 (2026-01-09)

What's Changed

🐞 Fixes

New Contributors

Full Changelog: Rel1cx/eslint-react@v2.5.1...v2.5.3

Changelog

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

v2.5.5 (2026-01-12)

🐞 Fixes

📝 Changes you should be aware of

The following rules have been removed from the strict and recommended presets:

  • no-unnecessary-key
  • no-duplicate-key
  • no-implicit-key

In React projects with the new JSX transform enabled, the key prop can be defined and used by users like any other component prop. This unlocks new patterns for key usage that above rules may not handle correctly. Therefore, these rules have been removed from the presets to avoid potential false positives. You can still enable these rules manually if needed.

Full Changelog: Rel1cx/eslint-react@v2.5.3...v2.5.5

v2.5.3 (2026-01-09)

🐞 Fixes

New Contributors

Full Changelog: Rel1cx/eslint-react@v2.5.1...v2.5.3

Commits
  • 23b44e8 release: 2.5.5
  • be51833 release: 2.5.5-next.1
  • 3dda2de release: 2.5.5-beta.1
  • 1558719 Remove 'no-implicit-key' rule from recommended configs and update documentation
  • 64a0a83 release: 2.5.5-beta.0
  • a53cb14 release: 2.5.5-next.0
  • b8c4c74 release: 2.5.4
  • 66d2ebd release: 2.5.4-beta.6
  • 21875e0 release: 2.5.4-next.6
  • ea60f6f Remove "no-duplicate-key" rule from recommended configs and update documentation
  • Additional commits viewable in compare view

Updates @types/node from 25.0.3 to 25.0.6

Commits

Updates @types/react from 19.2.7 to 19.2.8

Commits

Updates sass from 1.97.1 to 1.97.2

Release notes

Sourced from sass's releases.

Dart Sass 1.97.2

To install Sass 1.97.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Additional fixes for implicit configuration when nested imports are involved.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.97.2

  • Additional fixes for implicit configuration when nested imports are involved.
Commits

Updates vite from 7.3.0 to 7.3.1

Release notes

Sourced from vite's releases.

v7.3.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2026
@dependabot dependabot bot requested a review from Zxilly as a code owner January 12, 2026 00:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2026
@codecov
Copy link

codecov bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #480      +/-   ##
==========================================
- Coverage   87.97%   87.89%   -0.08%     
==========================================
  Files          86       86              
  Lines        3933     3933              
  Branches      104      104              
==========================================
- Hits         3460     3457       -3     
- Misses        320      323       +3     
  Partials      153      153              
Flag Coverage Δ
integration 59.73% <ø> (-0.10%) ⬇️
ui 90.08% <ø> (ø)
unit 71.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📢 Thoughts on this report? Let us know!

Bumps the ui-dev-deps group in /ui with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.5.1` | `2.5.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.6` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.8` |
| [sass](https://github.com/sass/dart-sass) | `1.97.1` | `1.97.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.0` | `7.3.1` |


Updates `@eslint-react/eslint-plugin` from 2.5.1 to 2.5.5
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.5.5/packages/plugins/eslint-plugin)

Updates `@types/node` from 25.0.3 to 25.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `sass` from 1.97.1 to 1.97.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.97.1...1.97.2)

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

---
updated-dependencies:
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 2.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: "@types/node"
  dependency-version: 25.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: sass
  dependency-version: 1.97.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/ui-dev-deps-85a9e0c9ed branch from 74e9a51 to cb2bd72 Compare January 12, 2026 01:29
@Zxilly Zxilly enabled auto-merge (rebase) January 12, 2026 01:35
@Zxilly Zxilly merged commit 0d1b4f4 into master Jan 12, 2026
37 checks passed
@Zxilly Zxilly deleted the dependabot/npm_and_yarn/ui/ui-dev-deps-85a9e0c9ed branch January 12, 2026 01:47
@codecov
Copy link

codecov bot commented Jan 12, 2026

Bundle Report

Bundle size has no change ✅

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.

1 participant