Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: Bump eslint-plugin-react from 7.30.1 to 7.31.0#5541

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 25, 2022

Bumpseslint-plugin-react from 7.30.1 to 7.31.0.

Release notes

Sourced fromeslint-plugin-react's releases.

v7.31.0

Added

Fixed

  • [jsx-no-literals]: properly error on children with noAttributeStrings: true (#3317[]@​TildaDares)
  • [jsx-key]: catch key errors inside conditional statements (#3320[]@​TildaDares)
  • [display-name]: Accept forwardRef and Memo nesting in newer React versions (#3321[]@​TildaDares)
  • [jsx-key]: avoid a crash from optional chaining from#3320[] (#3327[]@​ljharb)
  • [jsx-key]: avoid a crash on a non-array node.body from#3320[] (#3328[]@​ljharb)
  • [display-name]: fix false positive for assignment of function returning null (#3331[]@​apbarrero)
  • [display-name]: fix identifying_ as a capital letter (#3335[]@​apbarrero)
  • [require-default-props]: avoid a crash when function has no props param (#3350[]@​noahnu)
  • [display-name], component detection: fix HOF returning null as Components (#3347[]@​jxm-math)
  • [forbid-prop-types]: Ignore objects that are not of type React.PropTypes (#3326[]@​TildaDares)
  • [display-name], component detection: fix false positive for HOF returning only nulls and literals (#3305[]@​golopot)
  • [jsx-no-target-blank]: False negative when rel attribute is assigned using ConditionalExpression (#3332[]@​V2dha)
  • [jsx-no-leaked-render]: autofix nested "&&" logical expressions (#3353[]@​hduprat)
  • [jsx-sort-props]: sorted attributes now respect comments (#3358[]@​ROSSROSALES)

Changed

undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined

... (truncated)

Changelog

Sourced fromeslint-plugin-react's changelog.

7.31.0 - 2022.08.24

Added

Fixed

  • [jsx-no-literals]: properly error on children with noAttributeStrings: true (#3317[]@​TildaDares)
  • [jsx-key]: catch key errors inside conditional statements (#3320[]@​TildaDares)
  • [display-name]: Accept forwardRef and Memo nesting in newer React versions (#3321[]@​TildaDares)
  • [jsx-key]: avoid a crash from optional chaining from#3320[] (#3327[]@​ljharb)
  • [jsx-key]: avoid a crash on a non-array node.body from#3320[] (#3328[]@​ljharb)
  • [display-name]: fix false positive for assignment of function returning null (#3331[]@​apbarrero)
  • [display-name]: fix identifying_ as a capital letter (#3335[]@​apbarrero)
  • [require-default-props]: avoid a crash when function has no props param (#3350[]@​noahnu)
  • [display-name], component detection: fix HOF returning null as Components (#3347[]@​jxm-math)
  • [forbid-prop-types]: Ignore objects that are not of type React.PropTypes (#3326[]@​TildaDares)
  • [display-name], component detection: fix false positive for HOF returning only nulls and literals (#3305[]@​golopot)
  • [jsx-no-target-blank]: False negative when rel attribute is assigned using ConditionalExpression (#3332[]@​V2dha)
  • [jsx-no-leaked-render]: autofix nested "&&" logical expressions (#3353[]@​hduprat)
  • [jsx-sort-props]: sorted attributes now respect comments (#3358[]@​ROSSROSALES)

Changed

#3367:jsx-eslint/eslint-plugin-react#3367#3366:jsx-eslint/eslint-plugin-react#3366#3365:jsx-eslint/eslint-plugin-react#3365#3364:jsx-eslint/eslint-plugin-react#3364#3362:jsx-eslint/eslint-plugin-react#3362#3361:jsx-eslint/eslint-plugin-react#3361#3359:jsx-eslint/eslint-plugin-react#3359#3358:jsx-eslint/eslint-plugin-react#3358

... (truncated)

Commits
  • b0d0ca1 Update CHANGELOG and bump version
  • c14e209 [Fix]jsx-sort-props: sorted attributes now respect comments
  • 1656707 [Docs] Add config notice to rule docs
  • 6207a04 [Dev Deps] update@babel/core; downgrade@types/node
  • ae34341 [Docs] Add markdownlint for documentation formatting consistency
  • 11306e1 [Docs] Fix typos
  • 9836d3a [Docs] Remove duplicate fixable notice
  • 885afc3 [Docs] Standardize deprecated rule notice
  • 13d23b8 [Docs] Consistent rule descriptions and doc sections
  • 11dc75e [Dev Deps] updateeslint-plugin-eslint-plugin to v5
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot 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 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)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.1 to 7.31.0.- [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.30.1...v7.31.0)---updated-dependencies:- dependency-name: eslint-plugin-react  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@nx-cloud
Copy link

nx-cloudbot commentedAug 25, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commitbd5bd9a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 fromNxCloud.

@dependabotdependabotbot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsAug 25, 2022
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedAug 25, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commitbd5bd9a
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6306c9c26e98760008866bb9
😎 Deploy Previewhttps://deploy-preview-5541--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@codecov
Copy link

codecovbot commentedAug 25, 2022
edited
Loading

Codecov Report

Merging#5541 (bd5bd9a) intomain (cb43b4a) willnot change coverage.
The diff coverage isn/a.

@@           Coverage Diff           @@##             main    #5541   +/-   ##=======================================  Coverage   91.75%   91.75%           =======================================  Files         366      366             Lines       12380    12380             Branches     3611     3611           =======================================  Hits        11359    11359             Misses        669      669             Partials      352      352
FlagCoverage Δ
unittest91.75% <ø> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.

Impacted FilesCoverage Δ
packages/utils/src/ast-utils/helpers.ts68.18% <0.00%> (ø)
.../src/rules/sort-type-union-intersection-members.ts90.74% <0.00%> (ø)

@bradzacherbradzacher merged commit69e4cb9 intomainAug 25, 2022
@bradzacherbradzacher deleted the dependabot/npm_and_yarn/eslint-plugin-react-7.31.0 branchAugust 25, 2022 02:32
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsSep 25, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp