chore(deps): update dependency @eslint-react/eslint-plugin to v1.52.6 #23
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:
1.27.0
->1.52.6
Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.52.6
Compare Source
🐞 Fixes
naming-convention/component-name
validation to continue on valid names, closes #1176 by @Rel1cx in #1177Full Changelog: Rel1cx/eslint-react@v1.52.5...v1.52.6
v1.52.5
Compare Source
🐞 Fixes
is-from-react
utility inreact-debug/is-from-react
rule and improvereact-x/no-forward-ref
rule autofix handling, closes #1172 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1173Full Changelog: Rel1cx/eslint-react@v1.52.4...v1.52.5
v1.52.4
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.52.3...v1.52.4
v1.52.3
Compare Source
🐞 Fixes
bun
engine requirement frompackage.json
files, closes #1157 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1158Full Changelog: Rel1cx/eslint-react@v1.52.2...v1.52.3
v1.52.2
Compare Source
🐞 Fixes
react-x/no-default-props
should report only function components, closes #1131 by @Rel1cx in Rel1cx/eslint-react@681b10aFull Changelog: Rel1cx/eslint-react@v1.52.1...v1.52.2
v1.52.1
Compare Source
✨ New
no-missing-context-display-name
by @k-yle in https://github.com/Rel1cx/eslint-react/pull/1128New Contributors
Full Changelog: Rel1cx/eslint-react@v1.51.3...v1.52.1
v1.51.3
Compare Source
🐞 Fixes
react-x/jsx-no-iife
andreact-x/jsx-uses-vars
rules by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1127Full Changelog: Rel1cx/eslint-react@v1.51.2...v1.51.3
v1.51.2
Compare Source
🐞 Fixes
react-x/prefer-read-only-props
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1125🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.51.1...v1.51.2
v1.51.1
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.51.0...v1.51.1
v1.51.0
Compare Source
✨ New
jsx-no-iife
rule, closes #1112 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1113🐞 Fixes
no-direct-set-state-in-use-effect
deferred setState calls detection, closes #1117 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1119Full Changelog: Rel1cx/eslint-react@v1.50.0...v1.51.0
v1.50.0
Compare Source
🐞 Fixes
polymorphicPropName
not work withno-void-elements-with-children
by @huynhducduy in https://github.com/Rel1cx/eslint-react/pull/1108zod
, closes #1110New Contributors
Full Changelog: Rel1cx/eslint-react@v1.49.0...v1.50.0
v1.49.0
Compare Source
✨ New
jsx-key-before-spread
, closes #1093, closes #1087 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1105Full Changelog: Rel1cx/eslint-react@v1.48.5...v1.49.0
v1.48.5
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.48.4...v1.48.5
v1.48.4
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.48.3...v1.48.4
v1.48.3
Compare Source
🪄 Improvements
web-api/no-leaked-event-listener
docs by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1082Full Changelog: Rel1cx/eslint-react@v1.48.2...v1.48.3
v1.48.2
Compare Source
🐞 Fixes
hooks-extra/no-direct-set-state-in-use-effect
in pluginreact-hooks-extra
, closes #1077 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1078Full Changelog: Rel1cx/eslint-react@v1.48.1...v1.48.2
v1.48.1
Compare Source
🐞 Fixes
eslint-plugin-react-hook
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1074hooks-extra/no-unnecessary-use-prefix
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1073Full Changelog: Rel1cx/eslint-react@v1.47.4...v1.48.0
v1.47.4
Compare Source
🐞 Fixes
hooks-extra/no-unnecessary-use-prefix
to skip well-known hooks likeuseMDXComponents
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1072Full Changelog: Rel1cx/eslint-react@v1.47.3...v1.47.4
v1.47.3
Compare Source
🐞 Fixes
no-leaked-conditional-rendering
when logical expressions are wrapped by type expressions by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1068Full 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
@eslint-react/jsx
package and move functionality to@eslint-react/core
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1060Full 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
Map
withWeakMap
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1057Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4
v1.45.3
Compare Source
🪄 Improvements
picomatch.makeRe
withRE.toRegExp
for pattern matching by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1055Full 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
hooks-extra/no-unnecessary-use-prefix
case sensitivity fails, closes #1053 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1054Full Changelog: Rel1cx/eslint-react@v1.45.0...v1.45.1
v1.45.0
Compare Source
✨ New
react-x/no-misused-capture-owner-stack
rule, closes #1049 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1047react-x/no-nested-lazy-component-declarations
rule, closes #1048 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1052react-x/no-nested-lazy-component-declarations
rule to recommended presets by @Rel1cxFull Changelog: Rel1cx/eslint-react@v1.44.0...v1.45.0
v1.43.0
Compare Source
✨ New
react-x/no-string-refs
, closes #1044 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1045Full Changelog: Rel1cx/eslint-react@v1.42.1...v1.43.0
v1.42.1
Compare Source
✨ New
core
preset tox
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1042📝 Changes you should be aware of
The following presets have been renamed:
core
tox
core-legacy
tox-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
react-debug/jsx
rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1041Full 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
no-useless-fragment
false positive when using
, closes #1035 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1036Full Changelog: Rel1cx/eslint-react@v1.40.2...v1.40.3
v1.40.2
Compare Source
🐞 Fixes
jsx-uses-react
rule forpreserve
mode by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1031🪄 Improvements
LanguagePreferenceSchema
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1033Full Changelog: Rel1cx/eslint-react@v1.40.1...v1.40.2
v1.40.1
Compare Source
✨ New
jsx-uses-react
rule to support@jsx
and@jsxFrag
annotation comments by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1029LanguagePreference
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1028Full Changelog: Rel1cx/eslint-react@v1.40.0...v1.40.1
v1.40.0
Compare Source
✨ New
react-x/jsx-uses-react
rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1027react-x/jsx-uses-react
rule in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1027naming-convention/context-name
rule in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1024JsxRuntime
module by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1025Full Changelog: Rel1cx/eslint-react@v1.38.4...v1.40.0
v1.38.4
Compare Source
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.38.3...v1.38.4
v1.38.3
Compare Source
🪄 Improvements
e0e4d46
Full Changelog: Rel1cx/eslint-react@v1.38.2...v1.38.3
v1.38.2
Compare Source
🐞 Fixes
prefer-shorthand-*
rules inall
config by @Rel1cx ina9e6ef9
Full Changelog: Rel1cx/eslint-react@v1.38.0...v1.38.2
v1.38.1
Compare Source
v1.38.0
Compare Source
✨ New
react-x/jsx-no-undef
rule, closes #1016 by @Rel1cx in #1018hooks-extra/prefer-use-state-lazy-initialization
rule to recommended presets by @Rel1cx in #1019🪄 Improvements
react-x/jsx-uses-vars
andreact-x/jsx-no-duplicate-props
rules by @Rel1cx in #1017Full Changelog: Rel1cx/eslint-react@v1.37.3...v1.38.0
v1.37.3
Compare Source
🐞 Fixes
ts-api-utils
does not provide an export namedunionConstituents
, closes #1009 by @Rel1cx in #1010Full Changelog: Rel1cx/eslint-react@v1.37.2...v1.37.3
v1.37.2
Compare Source
🐞 Fixes
prefer-read-only-props
false positive using React types, closes #962 by @Rel1cx in #1008Full Changelog: Rel1cx/eslint-react@v1.37.1...v1.37.2
v1.37.1
Compare Source
🐞 Fixes
hooks-extra/prefer-use-state-lazy-initialization
to correctly detect other hooks called withinuseState(...)
by @Rel1cx in #1006🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.37.0...v1.37.1
v1.37.0
Compare Source
🪄 Improvements
hooks-extra/prefer-use-state-lazy-initialization
from recommended presets by @Rel1cx in #1001Full Changelog: Rel1cx/eslint-react@v1.36.3...v1.37.0
v1.36.3
Compare Source
🐞 Fixes
hooks-extra/prefer-use-state-lazy-initialization
false positive onuseState(use(promise))
closes #999 by @Rel1cx in #1000Full 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
v1.36.1
Compare Source
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.35.0...v1.36.1
v1.35.0
Compare Source
✨ New
no-render
rule to replaceReactDom.render()
withcreateRoot(node).render()
, closes #972 by @Rel1cx in #993no-hydrate
rule to replaceReactDom.hydrate()
withhydrateRoot()
, closes #973 by @Rel1cx in #995🪄 Improvements
hooks-extra/no-useless-custom-hooks
tohooks-extra/no-unnecessary-use-prefix
by @Rel1cx in #996📝 Changes you should be aware of
The following rules have been renamed:
react-hooks-extra/no-useless-custom-hooks
toreact-hooks-extra/no-unnecessary-use-prefix
@eslint-react/hooks-extra/no-useless-custom-hooks
to@eslint-react/hooks-extra/no-unnecessary-use-prefix
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.34.1...v1.35.0
v1.34.1
Compare Source
🐞 Fixes
react-x/no-context-provider
on symbols namedProvider
which are imported from third-party libs, closes #991 by @Rel1cx in #992Full Changelog: Rel1cx/eslint-react@v1.34.0...v1.34.1
v1.34.0
Compare Source
🪄 Improvements
no-nested-components
rule tono-nested-component-definitions
and update related docs by @Rel1cx in #990📝 Changes you should be aware of
The following rules have been renamed:
react-x/no-nested-components
toreact-x/no-nested-component-definitions
@eslint-react/no-nested-components
to@eslint-react/no-nested-component-definitions
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.33.0...v1.34.0
v1.33.0
Compare Source
🐞 Fixes
no-flush-sync
andno-void-elements-with-children
in recommended presets by @Rel1cx in #988🪄 Improvements
ensure-forward-ref-using-ref
tono-useless-forward-ref
by @Rel1cx in #987📝 Changes you should be aware of
The following rules have been renamed:
react-x/ensure-forward-ref-using-ref
toreact-x/no-useless-forward-ref
@eslint-react/ensure-forward-ref-using-ref
to@eslint-react/no-useless-forward-ref
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.32.1...v1.33.0
v1.32.1
Compare Source
🐞 Fixes
no-context-provider
replaces<Provider>
with<>
, closes #984 by @Rel1cx in #985v1.32.0
Compare Source
✨ New
🪄 Improvements
v1.31.0
Compare Source
✨ New
🪄 Improvements
v1.30.2
Compare Source
🐞 Fixes
set
function in IIFE inside of hooks as its inside ofuseEffect
,useLayoutEffect
, closes #967 by @Rel1cx in #968v1.30.1
Compare Source
🐞 Fixes
🪄 Improvements
New Contributors
v1.30.0
Compare Source
✨ New
naming-convention/use-state
andnaming-convention/context-name
to recommended presets by @Rel1cx in #956🐞 Fixes
prefer-read-only-props
by @Rel1cx in #957naming-convention/component-name
rule to follow [email protected] by @Rel1cx in #959naming-convention/use-state
fails with multiple words, closes #960 by @Rel1cx in #961v1.29.0
Compare Source
✨ New
context-name
rule by @Rel1cx in #952🐞 Fixes
naming-convention/use-state
works in components only, closes #953 by @Rel1cx in #954🪄 Improvements
recommended-typescript
for typescript files by @bluwy in #949New Contributors
v1.28.0
Compare Source
✨ New
no-flush-sync
rule by @Rel1cx in #942skipImportCheck
setting by @Rel1cx🪄 Improvements
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.