-
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
Bump eslint-plugin-react from 7.37.2 to 7.37.3 #176
base: main
Are you sure you want to change the base?
Bump eslint-plugin-react from 7.37.2 to 7.37.3 #176
Conversation
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.2 to 7.37.3. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.2...v7.37.3) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
Reviewer's Guide by SourceryThis PR bumps the version of eslint-plugin-react from 7.37.2 to 7.37.3. This addresses a number of fixes, changes, and documentation updates. Class diagram showing eslint-plugin-react rule fixesclassDiagram
class ESLintPluginReact {
+version: 7.37.3
}
class Rules {
+noDanger()
+noUnknownProperty()
+propTypes()
}
class Fixes {
+avoidCrashOnNestedComponent
+supportPrecedenceProp
+fixGenericTypeValidation
}
ESLintPluginReact --> Rules
Rules --> Fixes
note for Rules "Fixed rules in v7.37.3"
note for Fixes "Key bug fixes implemented"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
==========================================
- Coverage 56.66% 53.80% -2.86%
==========================================
Files 18 18
Lines 210 210
Branches 50 50
==========================================
- Hits 119 113 -6
Misses 91 91
- Partials 0 6 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for upload-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bumps eslint-plugin-react from 7.37.2 to 7.37.3.
Release notes
Sourced from eslint-plugin-react's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
Commits
244743a
Update CHANGELOG and bump versionbc5b9dd
[actions] release workflow needs some new domainsed3b1cf
[Tests]jsx-uses-vars
,jsx-uses-react
: fixno-unused-vars
tests in esli...033ad19
[Deps] updatearray.prototype.flatmap
,es-iterator-helpers
, `object.value...b4a14f4
[meta] adddirectories.test
b713026
[Fix]prop-types
: props missing in validation when using generic types from...66ae4c1
[Fix]no-unknown-property
: supportprecedence
prop in react 19233d442
[Dev Deps] update@babel/preset-react
958954d
[Docs] fix broken links:2c0b10c
[Tests] pin `@typescript-eslint/parser to < 8.18, due to a breaking changeDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Update eslint-plugin-react to v7.37.3.
Bug Fixes:
no-danger
rule.precedence
prop in React 19 in theno-unknown-property
rule.prop-types
rule.Enhancements:
jsx-no-script-url
rule.