generated from egoist/ts-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency @eslint-react/eslint-plugin to v1.26.2 #55
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/eslint-react-eslint-plugin-1.x-lockfile
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.
Conversation
This file contains 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
46a9d90
to
754565a
Compare
3212a6f
to
7dd0cce
Compare
7dd0cce
to
76e1a0c
Compare
7ad182e
to
adcd36d
Compare
12037af
to
875f61a
Compare
875f61a
to
4bb573c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.15.0
->1.26.2
Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.26.2
Compare Source
🐞 Fixes
no-context-provider
rule to include context name in error messages by @Rel1cx in #935v1.26.1
Compare Source
No notable changes have been made in this release.
v1.26.0
Compare Source
✨ New
v1.25.0
Compare Source
✨ New
ts-blank-eslint-parser
by @Rel1cxts-blank-eslint-parser
by @Rel1cx🐞 Fixes
🪄 Improvements
v1.24.1
Compare Source
🐞 Fixes
disable-debug
,disable-dom
, anddisable-web-apis
configs, closes #923 by @Rel1cx in #924v1.24.0
Compare Source
🪄 Improvements
v1.23.2
Compare Source
✨ New
prefer-shorthand-fragment
, closes #898 (#902)v1.23.1
Compare Source
🐞 Fixes
no-unstable-context-value
andno-unstable-default-props
by @Rel1cx in #896v1.23.0
Compare Source
🪄 Improvements
jsxPragma
andjsxPragmaFrag
settings to perform their checks by @Rel1cx in #893no-useless-fragment
andprefer-shorthand-fragment
rulessettings["react-x"].jsxPragma
andsettings["react-x"].jsxPragmaFrag
as they are no longer needed by any rulesshort-unique-id
w/uid
by @SukkaW in #894🐞 Fixes
call
andnew
expression related false positives inno-unnecessary-use-memo
andno-unnecessary-use-callback
by @Rel1cx in #895v1.22.2
Compare Source
🪄 Improvements
no-duplicate-key
rule to improve its performance @Rel1cx in #891 and 33ab3ccas
,satisfies
, and non-null assertion operator in various rulesv1.22.1
Compare Source
🪄 Improvements
eslint.config.js
examples in README.md, docs and the examples folder📝 Changes in examples
The
eslint.config.js
in the examples now usestsconfig
'sincludes
andexcludes
as the SSoT glob patterns for ESLint'sfiles
andignores
fields.This approach can fundamentally avoid the errors[1, 2, 3] caused by mismatched config scopes between
tsconfig.json
andeslint.config.js
when using type-checked rules.v1.22.0
Compare Source
🪄 Improvements
jsx-use-vars
touse-jsx-vars
jsx-no-duplicate-props
tono-duplicate-jsx-props
no-children-in-void-dom-elements
tono-void-elements-with-children
📝 Changes you should be aware of
The following rules have been renamed:
jsx-uses-vars
touse-jsx-vars
jsx-no-duplicate-props
tono-duplicate-jsx-props
dom/no-children-in-void-dom-elements
todom/no-void-elements-with-children
The new rule names are aligned with the same rules in the biomejs/rules-sources/#eslint-plugin-react (if any) to enhance consistency. The old rule names will still be available until the next major update to avoid breaking changes.
v1.21.0
Compare Source
✨ New
no-useless-custom-hooks
rule by @Rel1cx🪄 Improvements
no-redundant-custom-hook
in favor ofno-useless-custom-hooks
(the previous rule will still be available until the next major update to avoid breaking changes)📝 Changes in Rule implementation
no-useless-custom-hooks
now detects Hook calls within comments and the following code no longer triggers a warning:v1.20.1
Compare Source
🪄 Improvements
local-pkg
package with node built-in API by @Rel1cx in #881v1.20.0
Compare Source
✨ New
no-component-will-*
by @Rel1cx in #879🪄 Improvements
settings["react-x"]
by @Rel1cx in40ca3bd
no-context-provider.mdx
by @danielrentz in #877v1.19.0
Compare Source
✨ New
no-context-provider
rule by @Rel1cxno-forward-ref
rule by @Rel1cx in #874no-forward-ref
andno-context-provider
to recommended presets by @Rel1cx🪄 Improvements
prefer-read-only-props
fromrecommended-type-checked
preset by @Rel1cx in #872avoid-shorthand-boolean
andavoid-shorthand-fragment
from presets and docs by @Rel1cx in #876@typescript-eslint
's packages to^8.18.0
v1.18.0
Compare Source
✨ New
no-forward-ref
rule by @Rel1cx in #870🪄 Improvements
no-void-elements-with-children
by @Rel1cxv1.17.3
Compare Source
🐞 Fixes
🪄 Improvements
@typescript-eslint
's packages to^8.17.0
v1.17.2
Compare Source
🪄 Improvements
eslint
's packages to^9.16.0
@typescript-eslint
's packages to^8.16.0
ts-api-utils
to^2.0.0
v1.17.1
Compare Source
✨ New
🐞 Fixes
v1.17.0
Compare Source
✨ New
🐞 Fixes
v1.16.2
Compare Source
🐞 Fixes
🪄 Improvements
v1.16.1
Compare Source
✨ New
jsx-no-duplicate-props
by @Rel1cx in #851🪄 Improvements
prefer-react-namespace-import
in rule list by @rakleed in #849v1.15.2
Compare Source
🪄 Improvements
@typescript-eslint
's packages to^8.12.1
v1.15.1
Compare Source
✨ New
react-x/avoid-shorthand-boolean
andreact-x/prefer-shorthand-fragment
by @Rel1cx🐞 Fixes
as
andsatisfies
expressions handling togetFunctionIdentifier
by @Rel1cx , closes #843Configuration
📅 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.