-
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-plugin-react to v7.37.3 #28
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/eslint-plugin-react-7.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
Quality Gate passedIssues Measures |
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
May 29, 2024 02:37
5afe306
to
771db11
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.34.1
chore(deps): update dependency eslint-plugin-react to v7.34.2
May 29, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
June 19, 2024 20:39
771db11
to
6edc335
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.34.2
chore(deps): update dependency eslint-plugin-react to v7.34.3
Jun 19, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
July 14, 2024 05:46
6edc335
to
b246749
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.34.3
chore(deps): update dependency eslint-plugin-react to v7.34.4
Jul 14, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
July 21, 2024 20:50
b246749
to
d08a5b0
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.34.4
chore(deps): update dependency eslint-plugin-react to v7.35.0
Jul 21, 2024
Quality Gate passedIssues Measures |
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
September 3, 2024 05:21
d08a5b0
to
0aaa5ba
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.35.0
chore(deps): update dependency eslint-plugin-react to v7.35.1
Sep 3, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
September 4, 2024 02:45
0aaa5ba
to
6e5e4db
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.35.1
chore(deps): update dependency eslint-plugin-react to v7.35.2
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
September 13, 2024 08:43
6e5e4db
to
88e6aa0
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.35.2
chore(deps): update dependency eslint-plugin-react to v7.36.1
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
September 27, 2024 05:43
88e6aa0
to
574ba74
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.36.1
chore(deps): update dependency eslint-plugin-react to v7.37.0
Sep 27, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
October 2, 2024 02:19
574ba74
to
cf794e9
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.37.0
chore(deps): update dependency eslint-plugin-react to v7.37.1
Oct 2, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
October 23, 2024 20:37
cf794e9
to
29539bc
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.37.1
chore(deps): update dependency eslint-plugin-react to v7.37.2
Oct 23, 2024
renovate
bot
force-pushed
the
renovate/eslint-plugin-react-7.x-lockfile
branch
from
December 24, 2024 23:27
29539bc
to
d2e04a0
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint-plugin-react to v7.37.2
chore(deps): update dependency eslint-plugin-react to v7.37.3
Dec 24, 2024
Quality Gate passedIssues Measures |
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:
7.31.8
->7.37.3
Release Notes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.3
Compare Source
Fixed
no-danger
][no-danger]: avoid a crash on a nested component name ([#3833][] @ljharb)no-unknown-property
][no-unknown-property]: supportprecedence
prop in react 19 ([#3829][] @acusti)prop-types
][prop-types]: props missing in validation when using generic types from a namespace import ([#3859][] @rbondoc96)Changed
jsx-no-script-url
][jsx-no-script-url]: Improve tests ([#3849][] @radu2147)default-props-match-prop-types
][default-props-match-prop-types], [jsx-boolean-value
][jsx-boolean-value], [jsx-curly-brace-presence
][jsx-curly-brace-presence], [jsx-no-bind
][jsx-no-bind], [no-array-index-key
][no-array-index-key], [no-is-mounted
][no-is-mounted], [no-render-return-value
][no-render-return-value], [require-default-props
][require-default-props] ([#3841][] @bastiendmt)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.