Update dependency eslint-plugin-react-dom to ^1.53.1 #88

Open
renovate wants to merge 1 commits from renovate/eslint-plugin-react-dom-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react-dom (source) devDependencies minor ^1.52.4 -> ^1.53.1

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Rel1cx/eslint-react (eslint-plugin-react-dom)

v1.53.1: (2025-09-11)

Compare Source

What's Changed

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1

v1.53.0

Compare Source

New
  • feat: update naming convention rules default excepts to include common patterns by @​Rel1cx in #​1216
🪄 Improvements

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.53.0

v1.52.9

Compare Source

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9

v1.52.8

Compare Source

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8

v1.52.7

Compare Source

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.6...v1.52.7

v1.52.6

Compare Source

🐞 Fixes
  • fix: correct logic in naming-convention/component-name validation to continue on valid names, closes #​1176 by @​Rel1cx in #​1177

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.5...v1.52.6

v1.52.5

Compare Source

🐞 Fixes
  • fix: refactor is-from-react utility in react-debug/is-from-react rule and improve react-x/no-forward-ref rule autofix handling, closes #​1172 by @​Rel1cx in #​1173

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.4...v1.52.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react) ([source](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-dom)) | devDependencies | minor | [`^1.52.4` -> `^1.53.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react-dom/1.52.4/1.53.1) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>Rel1cx/eslint-react (eslint-plugin-react-dom)</summary> ### [`v1.53.1`](https://github.com/Rel1cx/eslint-react/releases/tag/v1.53.1): (2025-09-11) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1) #### What's Changed ##### 🐞 Fixes - fix: fix `useEffect` setup function check in `web-api/no-leaked-event-listener`, closes [#&#8203;1228](https://github.com/Rel1cx/eslint-react/issues/1228) by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1229](https://github.com/Rel1cx/eslint-react/pull/1229) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1> ### [`v1.53.0`](https://github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1530-2025-09-04) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.52.9...v1.53.0) ##### ✨ New - feat: update naming convention rules default excepts to include common patterns by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1216](https://github.com/Rel1cx/eslint-react/pull/1216) ##### 🪄 Improvements - build: replace `tsup` with `tsdown` by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1213](https://github.com/Rel1cx/eslint-react/pull/1213) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.53.0> ### [`v1.52.9`](https://github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1529-2025-08-31) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9) ##### 🐞 Fixes - fix: issue introduced in version [v1.52.7](https://github.com/Rel1cx/eslint-react/releases/tag/v1.52.7) where the `react-hooks-extra` rules were not exported, closes [#&#8203;1207](https://github.com/Rel1cx/eslint-react/issues/1207) by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1208](https://github.com/Rel1cx/eslint-react/pull/1208) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9> ### [`v1.52.8`](https://github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1528-2025-08-29) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8) ##### 🐞 Fixes - fix: restore ESLint legacy config compatibility, closes [#&#8203;1203](https://github.com/Rel1cx/eslint-react/issues/1203) by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1204](https://github.com/Rel1cx/eslint-react/pull/1204) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8> ### [`v1.52.7`](https://github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1527-2025-08-29) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.52.6...v1.52.7) ##### 🐞 Fixes - fix: add ESLint compatibility types and update plugins exports, closes [#&#8203;1200](https://github.com/Rel1cx/eslint-react/issues/1200) by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [`f3083c7`](https://github.com/Rel1cx/eslint-react/commit/f3083c78f680d486f8894532b7714d1bdf8f9cd7) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.52.6...v1.52.7> ### [`v1.52.6`](https://github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1526-2025-08-18) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.52.5...v1.52.6) ##### 🐞 Fixes - fix: correct logic in `naming-convention/component-name` validation to continue on valid names, closes [#&#8203;1176](https://github.com/Rel1cx/eslint-react/issues/1176) by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1177](https://github.com/Rel1cx/eslint-react/pull/1177) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.52.5...v1.52.6> ### [`v1.52.5`](https://github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1525-2025-08-15) [Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.52.4...v1.52.5) ##### 🐞 Fixes - fix: refactor `is-from-react` utility in `react-debug/is-from-react` rule and improve `react-x/no-forward-ref` rule autofix handling, closes [#&#8203;1172](https://github.com/Rel1cx/eslint-react/issues/1172) by [@&#8203;Rel1cx](https://github.com/Rel1cx) in [#&#8203;1173](https://github.com/Rel1cx/eslint-react/pull/1173) **Full Changelog**: <https://github.com/Rel1cx/eslint-react/compare/v1.52.4...v1.52.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuMTA0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-08-17 00:27:48 +00:00
Update dependency eslint-plugin-react-dom to ^1.52.5
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
296cf23851
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 296cf23851 to 2aa731779a 2025-08-18 00:26:45 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 2aa731779a to 8e4d81a6f9 2025-08-19 00:27:34 +00:00 Compare
renovate changed title from Update dependency eslint-plugin-react-dom to ^1.52.5 to Update dependency eslint-plugin-react-dom to ^1.52.6 2025-08-19 00:27:36 +00:00
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 8e4d81a6f9 to cc21f83cab 2025-08-21 00:28:01 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from cc21f83cab to e6ad18ae5c 2025-08-23 00:28:11 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from e6ad18ae5c to b32f7b54c6 2025-08-25 00:27:06 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from b32f7b54c6 to 97aa52028e 2025-08-26 00:26:39 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 97aa52028e to 86ecc7bbde 2025-08-27 00:27:56 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 86ecc7bbde to 32f0c23b4d 2025-08-29 00:28:22 +00:00 Compare
renovate changed title from Update dependency eslint-plugin-react-dom to ^1.52.6 to Update dependency eslint-plugin-react-dom to ^1.52.7 2025-08-29 00:28:22 +00:00
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 32f0c23b4d to 3c9e9584dc 2025-08-30 00:27:33 +00:00 Compare
renovate changed title from Update dependency eslint-plugin-react-dom to ^1.52.7 to Update dependency eslint-plugin-react-dom to ^1.52.8 2025-08-30 00:27:35 +00:00
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 3c9e9584dc to 6c4fc6a60b 2025-08-31 00:27:04 +00:00 Compare
renovate changed title from Update dependency eslint-plugin-react-dom to ^1.52.8 to Update dependency eslint-plugin-react-dom to ^1.52.9 2025-08-31 00:27:06 +00:00
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 6c4fc6a60b to 85c28feee3 2025-09-02 00:28:06 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 85c28feee3 to 64970b405d 2025-09-04 00:30:50 +00:00 Compare
renovate changed title from Update dependency eslint-plugin-react-dom to ^1.52.9 to Update dependency eslint-plugin-react-dom to ^1.53.0 2025-09-04 00:30:52 +00:00
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 64970b405d to c01cdb797c 2025-09-06 00:37:45 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from c01cdb797c to 8338bb294f 2025-09-08 00:37:54 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 8338bb294f to bea6b6124a 2025-09-10 00:37:00 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from bea6b6124a to dc37b4e1e4 2025-09-12 00:37:48 +00:00 Compare
renovate changed title from Update dependency eslint-plugin-react-dom to ^1.53.0 to Update dependency eslint-plugin-react-dom to ^1.53.1 2025-09-12 00:37:50 +00:00
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from dc37b4e1e4 to eb14b91859 2025-09-14 00:38:23 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from eb14b91859 to 2a810d338a 2025-09-16 00:37:55 +00:00 Compare
renovate force-pushed renovate/eslint-plugin-react-dom-1.x from 2a810d338a to e31f0f5bce 2025-09-18 00:38:36 +00:00 Compare
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-react-dom-1.x:renovate/eslint-plugin-react-dom-1.x
git checkout renovate/eslint-plugin-react-dom-1.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MoneyMgr#88
No description provided.