Skip to content

Update dependency eslint-plugin-react to v7 #19

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 6.10.3 -> 7.37.5 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
Changed
  • [Tests] [jsx-no-script-url]: Improve tests (#​3849 @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#​3841 @​bastiendmt)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

v7.35.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#​3814 @​ljharb)

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed

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 with never must not allow explicit true 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
Changed

v7.34.1

Compare Source

Fixed
Changed
  • [boolean-prop-naming]: improve error message (@​ljharb)

v7.34.0

Compare Source

Added
Fixed
Changed

v7.33.2

Compare Source

Fixed
  • [no-deprecated]: prevent false positive on commonjs import (#​3614 @​akulsr0)
  • [no-unsafe]: report on the method instead of the entire component (@​ljharb)
  • [no-deprecated]: report on the destructured property instead of the entire variable declarator (@​ljharb)
  • [no-deprecated]: report on the imported specifier instead of the entire import statement (@​ljharb)
  • [no-invalid-html-attribute]: report more granularly (@​ljharb)

v7.33.1

Compare Source

Fixed

v7.33.0

Compare Source

Added
Fixed
Changed

v7.32.2

Compare Source

Fixed

v7.32.1

Compare Source

Fixed
  • prevent circular dependency in index and "all" config (#​3519 @​ljharb)
  • [destructuring-assignment]: do not force destructuring of optionally chained properties (#​3520 @​ljharb)

v7.32.0

Compare Source

Added
Fixed
Changed

v7.31.11

Compare Source

Fixed
Changed

v7.31.10

Compare Source

Fixed

v7.31.9

Compare Source

Fixed
  • [no-unknown-property]: add dialog attributes (#​3436 @​ljharb)
  • [no-arrow-function-lifecycle]: when converting from an arrow, remove the semi and wrapping parens (#​3337 @​ljharb)
  • [jsx-key]: Ignore elements inside React.Children.toArray() (#​1591 @​silvenon)
  • [jsx-no-constructed-context-values]: fix false positive for usage in non-components (#​3448 @​golopot)
  • [static-property-placement]: warn on nonstatic expected-statics (#​2581 @​ljharb)
  • [no-unknown-property]: properly tag-restrict case-insensitive attributes (@​ljharb)
  • [no-unknown-property]: allow webkitDirectory on input, case-insensitive (#​3454 @​ljharb)
Changed

v7.31.8

Compare Source

Fixed
Changed

v7.31.7

Compare Source

Fixed

v7.31.6

Compare Source

Fixed
  • [no-unknown-property]: onError and onLoad both work on img and script (#​3388 @​ljharb)
  • [no-unknown-property]: data-* attributes can have numbers (#​3390 @​sjarva)
  • [no-unknown-property]: add more audio/video attributes (#​3390 @​sjarva)
  • [no-unknown-property]: move allowfullscreen to case ignored attributes (#​3390 @​sjarva)
  • [no-unknown-property]: fill works on line, mask, and use elements (#​3390 @​sjarva)
  • [no-unknown-property]: add onMouseMoveCapture as valid react-specific attribute (#​3390 @​sjarva)
  • [no-unknown-property]: make onLoad and onError be accepted on more elements (#​3390 @​sjarva)
Changed
  • [Docs] [no-unknown-property]: add a mention about using ignores properties with libraries that add props (#​3390 @​sjarva)

v7.31.5

Compare Source

Fixed
  • [no-unknown-property]: add properties onToggle, fill, as, and pointer events (#​3385 @​sjarva)
  • [no-unknown-property]: add defaultChecked property (#​3385 @​sjarva)
  • [no-unknown-property]: add touch and media event related properties (#​3385 @​sjarva)
  • [no-unknown-property]: children is always an acceptable prop; iframes have scrolling; video has playsInline (#​3385 @​ljharb)

v7.31.4

Compare Source

Fixed

v7.31.3

Compare Source

Fixed

v7.31.2

Compare Source

Fixed
Changed
  • [Docs] [jsx-sort-props]: replace ref string with ref variable (#​3375 @​Luccasoli)
  • [Refactor] [no-unknown-property]: improve jsdoc; extract logic to separate functions (#​3377 @​sjarva)
  • [Refactor] [no-unknown-property]: update DOM properties to include also one word properties (#​3377 @​sjarva)

v7.31.1

Compare Source

Fixed
Changed
  • [Perf] component detection: improve performance by avoiding traversing parents unnecessarily (#​3459 [@​golopot](https://r

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Australia/Sydney, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@ordermentum
Copy link

ordermentum bot commented Jun 2, 2019

Please make sure to add screenshots or gifs of the change to give a clear
picture of the change. If a design PR was made please make sure to link to it along with the
JIRA ticket. A Design PR will avoid unnecessary rework that might come up in a PR.

Good Pull Requests adhere to a single responsibility.

  • Break big changes into smaller Pull Requests
  • Big changes increase risk - smaller PRs are easier to review
  • Refactoring changes should be in seperate PRs to avoid noise
  • A story/ticket can have more than 1 PR

Some guidelines on giving and receiving feedback in Code Reviews

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 64c8f17 to b10d43b Compare June 24, 2019 20:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b10d43b to a705231 Compare July 22, 2019 22:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from 75d9658 to 79b2f0d Compare November 13, 2019 13:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from fb2f5c8 to a0d4ebf Compare December 5, 2019 11:17
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 3cc95f3 to 90b3415 Compare December 13, 2019 22:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 90b3415 to 14cc681 Compare January 3, 2020 19:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from d830402 to 0ec177a Compare January 17, 2020 13:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from 4d01823 to 757b7db Compare February 3, 2020 11:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 757b7db to b52218c Compare February 7, 2020 14:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 3d7e968 to d1330b9 Compare February 26, 2020 14:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 79201fc to b7ec289 Compare March 13, 2020 13:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b7ec289 to c7adffd Compare March 19, 2020 13:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from 23041bb to a128b27 Compare March 25, 2023 01:02
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a128b27 to 4c7bf8e Compare July 20, 2023 16:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4c7bf8e to d04f8ab Compare July 29, 2023 22:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d04f8ab to 8763922 Compare August 16, 2023 14:27
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 2f16fcf to aa60377 Compare December 29, 2023 15:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 157e629 to c2b9787 Compare March 11, 2024 13:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c2b9787 to 901273f Compare March 15, 2024 21:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 901273f to 5160e7e Compare April 6, 2024 05:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5160e7e to 6a24368 Compare May 28, 2024 14:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6a24368 to 72ea30a Compare June 19, 2024 13:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 8e82208 to 67f051e Compare July 20, 2024 07:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 67f051e to 724065a Compare July 26, 2024 12:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 6bab75c to 6028899 Compare September 4, 2024 12:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 9863307 to b9405ce Compare September 12, 2024 17:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from ce14269 to 72182fb Compare October 1, 2024 17:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 72182fb to 0f44fc5 Compare October 23, 2024 13:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0f44fc5 to 0c01e1b Compare December 3, 2024 15:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0c01e1b to ea3c535 Compare December 24, 2024 13:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ea3c535 to 7bbe2e6 Compare January 13, 2025 11:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7bbe2e6 to 310eb73 Compare April 4, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants