-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update eslint rules and plugins #303
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/eslint-rules-and-plugins
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+393
−253
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
618db55 to
b75f2c0
Compare
b75f2c0 to
5a54647
Compare
5a54647 to
1e88408
Compare
1e88408 to
4ea070c
Compare
4ea070c to
f94ee2c
Compare
f94ee2c to
de4c399
Compare
de4c399 to
a409752
Compare
a409752 to
f2cd527
Compare
f2cd527 to
2f6a5a2
Compare
2f6a5a2 to
585dd4c
Compare
585dd4c to
faca3e2
Compare
faca3e2 to
c18a269
Compare
c18a269 to
0b2b481
Compare
0b2b481 to
16a250c
Compare
16a250c to
058ebbd
Compare
058ebbd to
3341a56
Compare
3341a56 to
bd7eb5a
Compare
bd7eb5a to
3f543f3
Compare
3f543f3 to
c045110
Compare
c045110 to
a82fadb
Compare
a82fadb to
cb42eec
Compare
cb42eec to
1e92a8a
Compare
1e92a8a to
741e8ca
Compare
741e8ca to
b0e8421
Compare
b0e8421 to
a2ff1c9
Compare
a2ff1c9 to
47b65e3
Compare
38ce6d4 to
d85e379
Compare
d85e379 to
ed94ab6
Compare
ed94ab6 to
1e9f0f2
Compare
1e9f0f2 to
ec8e0e6
Compare
ec8e0e6 to
52d9442
Compare
52d9442 to
f0d27f9
Compare
f0d27f9 to
9cffe49
Compare
9cffe49 to
4b9a23d
Compare
4b9a23d to
d69da77
Compare
d69da77 to
dc57a0e
Compare
dc57a0e to
c5226f5
Compare
c5226f5 to
b9448b0
Compare
b9448b0 to
ab398d0
Compare
ab398d0 to
95f840c
Compare
95f840c to
6c8123d
Compare
6c8123d to
e462b6c
Compare
e462b6c to
e4356d0
Compare
e4356d0 to
03fb848
Compare
03fb848 to
8a9e9dd
Compare
8a9e9dd to
2640f33
Compare
2640f33 to
21b961a
Compare
21b961a to
f14c325
Compare
f14c325 to
25277ae
Compare
25277ae to
860200f
Compare
860200f to
97b9b96
Compare
97b9b96 to
7d1b1aa
Compare
7d1b1aa to
3b86b29
Compare
3b86b29 to
1dc9eb5
Compare
1dc9eb5 to
01bdf33
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.13→2.10.05.6.1→5.7.18.50.0→8.54.08.50.0→8.54.08.50.0→8.54.07.2.0→7.3.017.23.1→17.23.28.50.0→8.54.0Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v2.10.0Compare Source
no-implicit-keyrule to use type checking by @Rel1cx in #1466no-unnecessary-use-refto removed rules, closes #1417 by @Rel1cx in #1471📝 Changes you should be aware of
no-implicit-keyrule has been updated to use type checking and moved fromrecommendedtotype-checkedpresets.no-unnecessary-use-refrule has been moved to removed rules, because the rule is hard to get right.Full Changelog: Rel1cx/eslint-react@v2.9.4...v2.10.0
v2.9.4Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v2.9.3...v2.9.4
v2.9.3Compare Source
📝 Changes you should be aware of
The following rules have been deprecated and will be removed in the next major version:
no-default-propsno-prop-typesno-string-refsFor legacy codebases, use
no-restricted-syntaxas an alternative:Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3
v2.9.2🐞 Fixes
allconfig, closes #1462 by @Rel1cx in #1463🪄 Improvements
rsc/function-definitionby @SukkaW in #1460Full Changelog: Rel1cx/eslint-react@v2.9.0...v2.9.2
v2.9.0Compare Source
✨ New
no-non-async-server-functionsrule torsc/function-definitionby @Rel1cx in #1457eslint-plugin-react-rscsub-plugin for React Server Components (RSC) rules by @Rel1cx in #1457rscpreset to enable RSC rules by @Rel1cx in #1457disable-rscpreset to disable RSC rules by @Rel1cx in #1457🪄 Improvements
📝 Changes you should be aware of
The
no-non-async-server-functionsrule has been migrated torsc/function-definition. Please update your configuration accordingly if you are using it.Full Changelog: Rel1cx/eslint-react@v2.8.4...v2.9.0
v2.8.4Compare Source
🐞 Fixes
jsx-shorthand-booleanrule in migration table by @connorshea in #1446debug/is-from-refby @amir-rahmanii in #1445no-non-async-server-functionsby @Rel1cx in #1447no-non-async-server-functionsas experimental by @Rel1cx in #1448v2.8.3Compare Source
✨ New
no-non-async-server-functionsby @SukkaW in #1443Full Changelog: Rel1cx/eslint-react@v2.8.1...v2.8.3
v2.8.1Compare Source
✨ New
ReactNodebut have a'use memo'or'use no memo'directive by @Rel1cx in #1440The function in below example will be detected as a function component in relevant rules:
🐞 Fixes
'use memo';is present by @Rel1cx in #1441Full Changelog: Rel1cx/eslint-react@v2.8.0...v2.8.1
v2.8.0Compare Source
✨ New
ReactNodebut call React Hooks by @Rel1cx in #1438The function in below example will be detected as a function component in relevant rules:
🐞 Fixes
no-unnecessary-keyto remove constant key checking, closes #1436 by @Rel1cx in #1439Full Changelog: Rel1cx/eslint-react@v2.7.4...v2.8.0
v2.7.4Compare Source
✨ New
debug/is-from-refrule by @Rel1cx in #1433🐞 Fixes
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v2.7.2...v2.7.3
v2.7.2Compare Source
🪄 Improvements
prefer-destructuring-assignmentrule for better performance by @Rel1cx in #1423Full Changelog: Rel1cx/eslint-react@v2.7.1...v2.7.2
v2.7.1Compare Source
🐞 Fixes
no-unnecessary-use-refrule from strict configurations and update documentation by @Rel1cx in #1419📝 Changes you should be aware of
The
no-unnecessary-use-refrule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.Full Changelog: Rel1cx/eslint-react@v2.7.0...v2.7.1
v2.7.0Compare Source
✨ New
additionalStateHooksto shared settings, closes #1405 by @Rel1cx in #1411🐞 Fixes
no-unnecessary-memoandno-unnecessary-use-callbackfalse positives when unused, closes #1404 by @Rel1cx in #1407no-unnecessary-use-refto allow previous refs by convention, closes #1406 by @Rel1cx in #1410no-missing-keymisdetect non-map calls as map since 2.6.4 version, closes #1412 by @Rel1cx in #1413Full Changelog: Rel1cx/eslint-react@v2.6.4...v2.7.0
v2.6.4Compare Source
✨ New
disable-experimentalpreset to quickly opt out of experimental rules by @Rel1cx in #1403Full Changelog: Rel1cx/eslint-react@v2.6.2...v2.6.4
v2.6.2🐞 Fixes
no-unnecessary-keyfalse positives on JSX elements inside render props by @Rel1cx in #1402no-unnecessary-use-refrule tests and improve handling of ref references by @Rel1cx in #1399v2.6.0✨ New
no-unnecessary-use-refrule, closes #1394 by @Rel1cx in #1397📝 Changes you should be aware of
The new
no-unnecessary-use-refrule is included in the strict presets.This rule reports unnecessary uses of
useRefwhen the ref is only used within a single effect which the value can be co-located inside the effect itself. Thanks to @SukkaW for purposing it!Full Changelog: Rel1cx/eslint-react@v2.5.7...v2.6.0
v2.5.7Compare Source
🪄 Improvements
no-unnecessary-keyto catch constant keys outside of map calls, closes #1377 by @Rel1cx in #1393🐞 Fixes
no-implicit-keyrule from recommended presets' by @Rel1cx in #1392📝 Changes you should be aware of
The
no-implicit-keyrule has been re-added to the recommended presets.Full Changelog: Rel1cx/eslint-react@v2.5.5...v2.5.7
v2.5.5🐞 Fixes
no-unnecessary-keyrule from strict presets by @Rel1cx in #1386no-duplicate-keyrule from recommended presets by @Rel1cx in #1387Removeno-implicit-keyrule from recommended presets by @Rel1cx in #1388📝 Changes you should be aware of
The following rules have been removed from the strict and recommended presets:
no-unnecessary-keyno-duplicate-keyno-implicit-keyFull Changelog: Rel1cx/eslint-react@v2.5.3...v2.5.5
v2.5.3Compare Source
🐞 Fixes
naming-convention/context-namerule to include React version checks; closes #1382 by @Rel1cx in #1384naming-convention/ref-nameto allow "ref" as a ref name by @ocavue in #1380jsx-key-before-spread: should only be enabled in JSX automatic runtime; update related docs and tests; closes #1381 by @Rel1cx in #1383v2.5.1Compare Source
🐞 Fixes
naming-convention/ref-namefalse positive with immediate deref, closes #1375 by @Rel1cx in #1376Full Changelog: Rel1cx/eslint-react@v2.5.0...v2.5.1
v2.5.0Compare Source
✨ New
use-ref-namerule by @amir-rahmanii in #1366use-ref-namerule toref-nameand add it to recommended presets by @Rel1cx in #1367🪄 Improvements
verify-rules-metasscript & minor docs fixes by @Rel1cx in #1355enforceAssignmentby @amir-rahmanii in #1363v2.4.0Compare Source
✨ New
enforceAssignmentandenforceSetterNameoptions tonaming-convention/use-stateby @Rel1cx in #1346🐞 Fixes
naming-convention/use-statefor state with no setters, closes #1342, closes #1352 by @Rel1cx in #1346🪄 Improvements
typescript-eslintto8.50.1across all packagesFull Changelog: Rel1cx/eslint-react@v2.3.13...v2.4.0
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.7.1Compare Source
Bug Fixes
metato plugin (#1102) (f9d8a21)eslint-visitor-keysandespreeto compatible versions (#1111) (572f1ab)multiline-comment-style(#1103) (03fc476)TSIndexedAccessTypewith parens (#1099) (60aafcb)Documentation
Chores
safeReplaceTextBetweento reuse common fix logic (#1104) (a49451f)meta, usedefaultOptions(#1108) (55bbd1d)defaultOptionsin rules (#1105) (666e8ee)v5.7.0Compare Source
Features
jsx-sort-propsin favor ofeslint-plugin-perfectionist(#1071) (622b888)MetaProperty,TSQualifiedName,TSImportType,JSXMemberExpression(#1063) (c296e42)arrow(#1080) (1aaf61f)Bug Fixes
Documentation
Build Related
Chores
vite.config.ts(#1081) (79e6c6b)TSConditionalType(#1075) (233c967)TSMappedType(#1073) (30b6bb3)hasCommentsBetweenwithsourceCode.commentsExistBetween(#1094) (77e1370)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.54.0Compare 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.53.1Compare 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.53.0Compare 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.52.0Compare 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.51.0Compare 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.50.1Compare 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.54.0Compare 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.53.1Compare 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.53.0Compare 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.52.0Compare 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.51.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.50.1Compare 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.54.0Compare Source
🩹 Fixes
FlatESLintandLegacyESLint(#11958)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.53.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.53.0Compare 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.52.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.51.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.50.1Compare 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.
eslint-community/eslint-plugin-eslint-plugin (eslint-plugin-eslint-plugin)
v7.3.0Compare Source
Features
no-matching-violation-suggest-message-ids(#567) (57cbe73)Bug Fixes
Chores
release-itdependencies (#577) (bab5d46)eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.23.2Compare Source
🩹 Fixes
📚 Documentation
🧹 Chores
typescript-eslint/typescript-eslint (typescript-eslint)
v8.54.0Compare 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.53.1Compare 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.53.0Compare 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.52.0Compare 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.51.0Compare 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.50.1Compare 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.
This PR was generated by Mend Renovate. View the repository job log.