Skip to content
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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-react/eslint-plugin (source) 1.22.1 -> 1.24.1 age adoption passing confidence
@stylistic/eslint-plugin (source) 2.12.1 -> 2.13.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.18.2 -> 8.21.0 age adoption passing confidence
@typescript-eslint/rule-tester (source) 8.18.2 -> 8.21.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.18.2 -> 8.21.0 age adoption passing confidence
typescript-eslint (source) 8.18.2 -> 8.21.0 age adoption passing confidence

Release Notes

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

v1.24.1

Compare Source

🐞 Fixes
  • fix: fixed invalid rules for disable-debug, disable-dom, and disable-web-apis configs, closes #​923 by @​Rel1cx in #​924

v1.24.0

Compare Source

🪄 Improvements
  • perf: overhaul performance optimizations

v1.23.2

Compare Source

✨ New
  • feat(plugins/x): add auto-fix to prefer-shorthand-fragment, closes #​898 (#​902)

v1.23.1

Compare Source

🐞 Fixes
  • fix(plugins/x): fixed false positives in no-unstable-context-value and no-unstable-default-props by @​Rel1cx in #​896

v1.23.0

Compare Source

🪄 Improvements
  • refactor: JSX fragments related rules no longer rely on jsxPragma and jsxPragmaFrag settings to perform their checks by @​Rel1cx in #​893
  • refactor: improve applicability of the no-useless-fragment and prefer-shorthand-fragment rules
  • refactor: deprecate settings["react-x"].jsxPragma and settings["react-x"].jsxPragmaFrag as they are no longer needed by any rules
  • refactor: replace short-unique-id w/ uid by @​SukkaW in #​894
🐞 Fixes
  • fix(plugins/hooks-extra): fix call and new expression related false positives in no-unnecessary-use-memo and no-unnecessary-use-callback by @​Rel1cx in #​895

v1.22.2

Compare Source

🪄 Improvements
  • perf: re-implement no-duplicate-key rule to improve its performance @​Rel1cx in #​891 and 33ab3cc
  • refactor: prevent potential interference from TypeScript's as, satisfies, and non-null assertion operator in various rules
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.13.0

Compare Source

Features
Bug Fixes
  • indent-binary-ops: correctly handle TypeAliasDeclaration (#​647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#​644) (d708587)
Documentation
Chores
  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#​646) (6da7c42)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.21.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.20.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.19.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.19.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.21.0

Compare Source

🩹 Fixes
  • eslint-plugin-internal: [debug-namespace] on windows (#​10661)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.19.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.19.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.21.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.20.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.19.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.19.0

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
❤️ Thank You
  • Ronen Amiel

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

typescript-eslint/typescript-eslint (typescript-eslint)

v8.21.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 on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.19.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.19.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 on our website.


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 Dec 30, 2024
@renovate renovate bot requested a review from frantic1048 December 30, 2024 13:20
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4630784 to 0446829 Compare December 30, 2024 13:21
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0446829 to bf0ff0f Compare December 30, 2024 18:52
@renovate renovate bot changed the title fix(deps): update dependency @eslint-react/eslint-plugin to v1.22.2 fix(deps): update eslint rule and plugin updates Dec 30, 2024
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from bf0ff0f to 0326287 Compare December 30, 2024 18:53
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0326287 to 52ef3ee Compare December 31, 2024 11:10
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 52ef3ee to 73ff61e Compare December 31, 2024 11:11
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 73ff61e to 45a224d Compare January 3, 2025 01:08
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 45a224d to 4a8effb Compare January 3, 2025 01:08
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4a8effb to 7bca7b3 Compare January 3, 2025 02:13
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7bca7b3 to bd56d4e Compare January 3, 2025 02:13
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from bd56d4e to ac714a1 Compare January 6, 2025 17:49
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ac714a1 to a03c078 Compare January 6, 2025 17:50
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from a03c078 to a58be88 Compare January 7, 2025 04:12
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from a58be88 to ee85d15 Compare January 7, 2025 04:13
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from ee85d15 to 91df4e7 Compare January 13, 2025 09:09
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 91df4e7 to 3096e69 Compare January 13, 2025 09:10
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 3096e69 to 9f410c6 Compare January 14, 2025 17:35
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 9f410c6 to de53f94 Compare January 14, 2025 17:36
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from de53f94 to ffadb7a Compare January 15, 2025 08:35
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ffadb7a to fc09ff7 Compare January 15, 2025 08:36
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from fc09ff7 to ac87bf4 Compare January 20, 2025 17:08
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ac87bf4 to bb402bf Compare January 20, 2025 17:09
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from bb402bf to 0b15319 Compare January 20, 2025 20:35
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0b15319 to 7db6538 Compare January 20, 2025 20:36
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7db6538 to dbdd715 Compare January 22, 2025 05:16
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from dbdd715 to 9d4ea82 Compare January 22, 2025 05:16
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