-
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
Update dependency eslint-plugin-react to v7.34.3 #15
Merged
MaybeJustJames
merged 1 commit into
main
from
renovate/eslint-plugin-react-7.x-lockfile
Jun 24, 2024
Merged
Update dependency eslint-plugin-react to v7.34.3 #15
MaybeJustJames
merged 1 commit into
main
from
renovate/eslint-plugin-react-7.x-lockfile
Jun 24, 2024
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
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.33.0
Update dependency eslint-plugin-react to v7.33.0 - autoclosed
Jul 24, 2023
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.33.0 - autoclosed
Update dependency eslint-plugin-react to v7.33.0
Jul 30, 2023
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.33.0
Update dependency eslint-plugin-react to v7.33.1
Jul 30, 2023
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
July 30, 2023 04:42
514a21d
to
571db92
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
August 11, 2023 02:26
571db92
to
c9b3c65
Compare
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.33.1
Update dependency eslint-plugin-react to v7.33.2
Aug 16, 2023
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
August 16, 2023 14:55
c9b3c65
to
a32cf2a
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
2 times, most recently
from
August 28, 2023 05:35
988b3b1
to
04fd559
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
September 19, 2023 20:40
04fd559
to
2c03acd
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
October 16, 2023 05:17
2c03acd
to
3ecf1c0
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
October 24, 2023 05:42
3ecf1c0
to
430daea
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
2 times, most recently
from
February 4, 2024 14:19
d80a141
to
494804e
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
February 26, 2024 02:51
494804e
to
62a0446
Compare
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.33.2
Update dependency eslint-plugin-react to v7.34.0
Mar 5, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
March 5, 2024 02:21
62a0446
to
dd7577c
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
2 times, most recently
from
March 15, 2024 20:59
f836903
to
23e62e5
Compare
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.34.0
Update dependency eslint-plugin-react to v7.34.1
Mar 15, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
March 22, 2024 23:51
23e62e5
to
6285382
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
April 14, 2024 17:28
6285382
to
dec9cb1
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
April 25, 2024 17:55
dec9cb1
to
d4da2b8
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
May 28, 2024 17:35
d4da2b8
to
8438eb9
Compare
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.34.1
Update dependency eslint-plugin-react to v7.34.2
May 28, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
June 5, 2024 17:58
8438eb9
to
448011a
Compare
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
June 19, 2024 17:58
448011a
to
43eae5d
Compare
renovate
bot
changed the title
Update dependency eslint-plugin-react to v7.34.2
Update dependency eslint-plugin-react to v7.34.3
Jun 19, 2024
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:
7.33.0
->7.34.3
Release Notes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.3
Compare Source
Fixed
prop-types
]: null-check rootNode before calling getScope (#3762 @crnhrv)boolean-prop-naming
]: avoid a crash with a spread prop (#3733 @ljharb)jsx-boolean-value
]:assumeUndefinedIsFalse
withnever
must not allow explicittrue
value (#3757 @6uliver)no-object-type-as-default-prop
]: enable rule for components with many parameters (#3768 @JulienR1)jsx-key
]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769 @akulsr0)v7.34.2
Compare Source
Fixed
boolean-prop-naming
][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type (#3718 @developer-bandi)jsx-no-leaked-render
][jsx-no-leaked-render]: invalid report if left side is boolean (#3746 @akulsr0)jsx-closing-bracket-location
][jsx-closing-bracket-location]: message shows{{details}}
when there are no details (#3759 @mdjermanovic)no-invalid-html-attribute
][no-invalid-html-attribute]: ensure error messages are correct (#3759 @mdjermanovic, @ljharb)Changed
v7.34.1
Compare Source
Fixed
jsx-no-leaked-render
][jsx-no-leaked-render]: prevent wrongly adding parens ([#3700][] @developer-bandi)boolean-prop-naming
][boolean-prop-naming]: detect TS interfaces ([#3701][] @developer-bandi)boolean-prop-naming
][boolean-prop-naming]: literalType error fix ([#3704][] @developer-bandi)boolean-prop-naming
][boolean-prop-naming]: allow TSIntersectionType ([#3705][] @developer-bandi)no-unknown-property
][no-unknown-property]: supportpopover
,popovertarget
,popovertargetaction
attributes ([#3707][] @ljharb)no-unknown-property
][no-unknown-property]: only matchdata-*
attributes containing-
([#3713][] @silverwind)checked-requires-onchange-or-readonly
][checked-requires-onchange-or-readonly]: correct options that were behaving opposite ([#3715][] @jaesoekjjang)Changed
boolean-prop-naming
][boolean-prop-naming]: improve error message (@ljharb)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 has been generated by Mend Renovate. View repository job log here.