Skip to content

fix(deps): update eslint rule and plugin updates #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-react/eslint-plugin (source) 1.36.1 -> 1.49.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.26.1 -> 8.31.1 age adoption passing confidence
@typescript-eslint/rule-tester (source) 8.26.1 -> 8.31.1 age adoption passing confidence
@typescript-eslint/utils (source) 8.26.1 -> 8.31.1 age adoption passing confidence
eslint-config-prettier 10.1.1 -> 10.1.2 age adoption passing confidence
eslint-import-resolver-typescript 3.9.1 -> 3.10.1 age adoption passing confidence
eslint-plugin-import-x 4.9.0 -> 4.11.0 age adoption passing confidence
eslint-plugin-n 17.16.2 -> 17.17.0 age adoption passing confidence
typescript-eslint (source) 8.26.1 -> 8.31.1 age adoption passing confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.49.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.48.5...v1.49.0

v1.48.5

Compare Source

v1.48.4

Compare Source

v1.48.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.48.2...v1.48.3

v1.48.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.48.1...v1.48.2

v1.48.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.4...v1.48.0

v1.47.4

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.3...v1.47.4

v1.47.3

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.2...v1.47.3

v1.47.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.1...v1.47.2

v1.47.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.0...v1.47.1

v1.47.0

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.46.0...v1.47.0

v1.46.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.4

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.2...v1.45.3

v1.45.2

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.1...v1.45.2

v1.45.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.45.0...v1.45.1

v1.45.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.44.0...v1.45.0

v1.43.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.42.1...v1.43.0

v1.42.1

Compare Source

✨ New
📝 Changes you should be aware of

The following presets have been renamed:

  • core to x
  • core-legacy to x-legacy

The old preset names will still be available until the next major update to avoid breaking changes.

Full Changelog: Rel1cx/eslint-react@v1.41.0...v1.42.1

v1.42.0

Compare Source

v1.41.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.40.4...1.41.0

v1.40.4

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.40.3...v1.40.4

v1.40.3

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.40.2...v1.40.3

v1.40.2

Compare Source

🐞 Fixes
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.40.1...v1.40.2

v1.40.1

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.40.0...v1.40.1

v1.40.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.38.4...v1.40.0

v1.38.4

Compare Source

🪄 Improvements
  • chore: update default React version to 19.1.0 in documentation and settings by @​Rel1cx in #​1023

Full Changelog: Rel1cx/eslint-react@v1.38.3...v1.38.4

v1.38.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.38.2...v1.38.3

v1.38.2

Compare Source

🐞 Fixes
  • fix(eslint-plugin): disable prefer-shorthand-* rules in all config by @​Rel1cx in a9e6ef9

Full Changelog: Rel1cx/eslint-react@v1.38.0...v1.38.2

v1.38.1

Compare Source

v1.38.0

Compare Source

✨ New
🪄 Improvements
  • refactor: undeprecate react-x/jsx-uses-vars and react-x/jsx-no-duplicate-props rules by @​Rel1cx in #​1017

Full Changelog: Rel1cx/eslint-react@v1.37.3...v1.38.0

v1.37.3

Compare Source

🐞 Fixes
  • fix: the requested module ts-api-utils does not provide an export named unionConstituents, closes #​1009 by @​Rel1cx in #​1010

Full Changelog: Rel1cx/eslint-react@v1.37.2...v1.37.3

v1.37.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.37.1...v1.37.2

v1.37.1

Compare Source

🐞 Fixes
  • fix: enhance hooks-extra/prefer-use-state-lazy-initialization to correctly detect other hooks called within useState(...) by @​Rel1cx in #​1006
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.37.0...v1.37.1

v1.37.0

Compare Source

🪄 Improvements
  • refactor: remove hooks-extra/prefer-use-state-lazy-initialization from recommended presets by @​Rel1cx in #​1001

    Based on feedback of this rule, the current implementation produces more false positives than expected, so to ensure the overall quality of the rules in the recommended presets we provide, I'm removing it from the presets for now, and should add it back after we implement a better heuristic for deciding which function calls should be allowed.

Full Changelog: Rel1cx/eslint-react@v1.36.3...v1.37.0

v1.36.3

Compare Source

🐞 Fixes
  • fix: hooks-extra/prefer-use-state-lazy-initialization false positive on useState(use(promise)) closes #​999 by @​Rel1cx in #​1000

Full Changelog: Rel1cx/eslint-react@v1.36.2...v1.36.3

v1.36.2

Compare Source

No notable changes have been made in this release.

Full Changelog: Rel1cx/eslint-react@v1.36.1...v1.36.2

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.31.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.28.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.27.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester)

v8.31.1

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.28.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.27.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.31.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.28.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.2

Compare Source

Patch Changes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.10.1

Compare Source

v3.10.0

Compare Source

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.11.0

Compare Source

Minor Changes

v4.10.6

Compare Source

Patch Changes

v4.10.5

Compare Source

Patch Changes

v4.10.4

Compare Source

Patch Changes

v4.10.3

Compare Source

Patch Changes
  • #​292 1342127 Thanks @​JounQin! - refactor: remove unnecessary check for pnpapi because unrs-resolver already handles it

v4.10.2

Compare Source

Patch Changes

v4.10.1

Compare Source

Patch Changes

v4.10.0

Compare Source

Minor Changes
Patch Changes

v4.9.4

Compare Source

Patch Changes

v4.9.3

Compare Source

Patch Changes
  • #​263 c0046a9 Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.9.2

Compare Source

Patch Changes

v4.9.1

Compare Source

Patch Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.17.0

Compare Source

🌟 Features
  • allow-modules: include virtual: in the modules pattern (#​425) (a109793)
  • node-builtin: Add support for import.meta properties (#​420) (76fc219)
🩹 Fixes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.31.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

🩹 Fixes
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#​11070)
  • typescript-eslint: address bugs in config() around global ignores (#​11065)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and [releases](https://main--typescrip


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Mar 19, 2025
@renovate renovate bot requested a review from frantic1048 March 19, 2025 21:46
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ebd30b4 to 6f3322d Compare March 19, 2025 21:47
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 6f3322d to cd2a1a8 Compare March 20, 2025 01:36
@renovate renovate bot changed the title fix(deps): update dependency @eslint-react/eslint-plugin to v1.36.2 fix(deps): update eslint rule and plugin updates Mar 20, 2025
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from cd2a1a8 to 3a237b2 Compare March 20, 2025 01:37
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 3a237b2 to 2f3b2b9 Compare March 20, 2025 07:15
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 2f3b2b9 to 5b5c779 Compare March 20, 2025 07:16
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 5b5c779 to fd645ea Compare March 21, 2025 09:01
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from fd645ea to 1904781 Compare March 21, 2025 09:02
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 1904781 to c54fa7e Compare March 22, 2025 02:26
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c54fa7e to ff096ec Compare March 22, 2025 02:27
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from ff096ec to d3c0740 Compare March 22, 2025 05:30
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from d3c0740 to 87dc0a2 Compare March 22, 2025 05:30
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 87dc0a2 to 4e6180f Compare March 22, 2025 14:15
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4e6180f to 05d2c9e Compare March 22, 2025 14:16
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 05d2c9e to ffde156 Compare March 24, 2025 23:49
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ffde156 to 8e0a106 Compare March 24, 2025 23:50
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 8e0a106 to cc55d67 Compare March 25, 2025 13:27
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from cc55d67 to 35107c2 Compare March 25, 2025 13:28
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 35107c2 to 0b79649 Compare March 26, 2025 07:10
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0b79649 to 5467a96 Compare March 26, 2025 07:11
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 5467a96 to b439e0d Compare March 27, 2025 03:02
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from b439e0d to 4c8e693 Compare March 27, 2025 03:03
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4c8e693 to ad244f0 Compare March 27, 2025 07:35
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ad244f0 to 3d0ee6c Compare March 27, 2025 07:36
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 3d0ee6c to 8f704ce Compare March 28, 2025 06:01
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 8f704ce to c361dd5 Compare March 28, 2025 06:02
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from c361dd5 to bb6ee6d Compare March 29, 2025 14:03
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from a194966 to a5cf8f1 Compare April 14, 2025 22:11
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from a5cf8f1 to 7f17430 Compare April 15, 2025 02:38
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7f17430 to c0de60f Compare April 15, 2025 02:39
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from c0de60f to c061aab Compare April 15, 2025 11:55
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c061aab to 98bf627 Compare April 15, 2025 11:56
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 98bf627 to c2975cb Compare April 15, 2025 16:07
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c2975cb to d3d813a Compare April 15, 2025 16:08
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from d3d813a to 8474412 Compare April 16, 2025 13:06
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 8474412 to fb3e416 Compare April 16, 2025 13:07
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from fb3e416 to 7e8780a Compare April 16, 2025 18:35
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7e8780a to c2ca41c Compare April 16, 2025 18:36
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from c2ca41c to 49d8eb3 Compare April 17, 2025 06:26
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 49d8eb3 to 56ef64d Compare April 17, 2025 06:27
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 56ef64d to 1303893 Compare April 18, 2025 05:06
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 1303893 to 129f61b Compare April 18, 2025 05:07
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 129f61b to c41de17 Compare April 18, 2025 19:23
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c41de17 to 1cc799a Compare April 18, 2025 19:24
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 1cc799a to 5a0b8d2 Compare April 20, 2025 02:34
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 5a0b8d2 to 0384607 Compare April 20, 2025 02:35
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0384607 to 77fee33 Compare April 21, 2025 16:16
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 77fee33 to f699493 Compare April 21, 2025 16:17
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from f699493 to b359d5e Compare April 21, 2025 19:35
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from b359d5e to d525230 Compare April 21, 2025 19:36
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from d525230 to 17a0c77 Compare April 25, 2025 17:34
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 17a0c77 to 1dfbd29 Compare April 25, 2025 17:35
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 1dfbd29 to c591a4f Compare April 28, 2025 23:50
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c591a4f to 9bcaed3 Compare April 28, 2025 23:51
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 9bcaed3 to 1dd45c9 Compare May 5, 2025 03:37
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 1dd45c9 to c232b32 Compare May 5, 2025 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant