Skip to content

chore(deps): update dependency eslint-plugin-react to v7.37.5#18

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-react-7.x
Open

chore(deps): update dependency eslint-plugin-react to v7.37.5#18
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 26, 2020

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.19.07.37.5 age 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
  • [jsx-key]: avoid a crash with optional chaining ([#​3371][] @​ljharb)
  • [jsx-sort-props]: avoid a crash with spread props ([#​3376][] @​ljharb)
  • [no-unknown-property]: properly recognize valid data- and aria- attributes ([#​3377][] @​sjarva)
  • [no-unknown-property]: properly recognize unknown HTML/DOM attributes ([#​3377][] @​sjarva)
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](https://redirect.github.com/sjarv

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.


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

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

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4cbb27b to edccffb Compare July 27, 2020 02:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.3 chore(deps): update dependency eslint-plugin-react to v7.20.4 Jul 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from edccffb to 9e2b262 Compare July 28, 2020 19:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.4 chore(deps): update dependency eslint-plugin-react to v7.20.5 Jul 28, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9e2b262 to 79e1c9e Compare August 12, 2020 19:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.5 chore(deps): update dependency eslint-plugin-react to v7.20.6 Aug 12, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 79e1c9e to 0f8122c Compare September 23, 2020 05:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.6 chore(deps): update dependency eslint-plugin-react to v7.21.0 Sep 23, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0f8122c to 881b934 Compare September 24, 2020 00:08
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.0 chore(deps): update dependency eslint-plugin-react to v7.21.1 Sep 24, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 881b934 to 54931ee Compare September 24, 2020 23:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.1 chore(deps): update dependency eslint-plugin-react to v7.21.2 Sep 24, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 54931ee to 3b42a37 Compare October 2, 2020 18:44
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.2 chore(deps): update dependency eslint-plugin-react to v7.21.3 Oct 2, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3b42a37 to 8ffd817 Compare October 9, 2020 22:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.3 chore(deps): update dependency eslint-plugin-react to v7.21.4 Oct 9, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8ffd817 to 84d1d19 Compare October 20, 2020 04:47
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.4 chore(deps): update dependency eslint-plugin-react to v7.21.5 Oct 20, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 84d1d19 to 34b6b61 Compare January 6, 2021 00:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.5 chore(deps): update dependency eslint-plugin-react to v7.22.0 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 34b6b61 to 61c7092 Compare April 26, 2021 14:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.22.0 chore(deps): update dependency eslint-plugin-react to v7.23.2 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 61c7092 to 6328099 Compare May 29, 2021 21:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.23.2 chore(deps): update dependency eslint-plugin-react to v7.24.0 May 29, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6328099 to c15f3d4 Compare October 19, 2021 01:38
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.24.0 chore(deps): update dependency eslint-plugin-react to v7.26.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c15f3d4 to a910636 Compare March 7, 2022 12:06
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.26.1 chore(deps): update dependency eslint-plugin-react to v7.29.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a910636 to 2e024d3 Compare March 26, 2022 13:38
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.29.3 chore(deps): update dependency eslint-plugin-react to v7.29.4 Mar 26, 2022
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.33.0 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9a03b93 to b9891c9 Compare July 30, 2023 05:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.0 chore(deps): update dependency eslint-plugin-react to v7.33.1 Jul 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.1 chore(deps): update dependency eslint-plugin-react to v7.33.2 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b9891c9 to 6da5af0 Compare August 16, 2023 14:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6da5af0 to 63cb52d Compare March 4, 2024 08:18
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.34.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 63cb52d to ea2029a Compare March 15, 2024 20:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.0 chore(deps): update dependency eslint-plugin-react to v7.34.1 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ea2029a to 0bff57c Compare May 29, 2024 08:47
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0bff57c to 4615831 Compare June 19, 2024 17:26
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4615831 to 537455f Compare July 14, 2024 20:27
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 537455f to f4a3852 Compare July 20, 2024 23:45
@renovate 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 20, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f4a3852 to 899eb96 Compare September 3, 2024 05:16
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 899eb96 to 97f265e Compare September 4, 2024 02:38
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 97f265e to a8ae98b Compare September 12, 2024 20:49
@renovate 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 12, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a8ae98b to f5e765d Compare September 27, 2024 05:50
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f5e765d to b3a9155 Compare October 2, 2024 05:48
@renovate 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 renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b3a9155 to addc4eb Compare October 23, 2024 20:57
@renovate 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
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