Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Update dependency eslint-plugin-react to v7.33.2 #956

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.25.1 -> 7.33.2 age adoption passing confidence

Release Notes

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

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

v7.31.0

Compare Source

Added
Fixed
Changed

v7.30.2

Compare Source

v7.30.1

Compare Source

Fixed
Changed

v7.30.0

Compare Source

Added
Fixed
Changed

v7.29.4

Compare Source

Fixed

v7.29.3

Compare Source

Fixed

v7.29.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid warning on curlies containing quote characters (#​3214 @​ljharb)
  • [jsx-indent]: do not report on non-jsx-returning ternaries that contain null (#​3222 @​ljharb)
  • [jsx-indent]: properly report on returned ternaries with jsx (#​3222 @​ljharb)
  • [no-array-index-key]: detect named-imported cloneElement/createElement (#​3213 @​ljharb)

v7.29.1

Compare Source

Fixed

v7.29.0

Compare Source

Added
Fixed
Changed

v7.28.0

Compare Source

Added
Fixed
Changed

v7.27.1

Compare Source

Fixed
  • [no-invalid-html-attribute]: allow link rel to have apple-touch-icon, mask-icon ([#​3132][] @​ljharb)
  • [no-unused-class-component-methods]: add getChildContext lifecycle method ([#​3136][] @​yoyo837)
  • [prop-types]: fix false positives on renames in object destructuring ([#​3142][] @​golopot)
  • [no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one ([#​3145][] @​ljharb)
  • [display-name]: avoid false positives on non-creatClass object expressions ([#​3144] @​ljharb)
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/withdustin/kathena-ui/5aHosUpgYbTUsfq3bTWc9uD3mm34
✅ Preview: https://kathena-ui-git-renovate-eslint-plugin-react-7x-withdustin.vercel.app

@duongdev duongdev temporarily deployed to kathena-pr-956 November 19, 2021 10:36 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6e3fc1d to 7f9d826 Compare November 19, 2021 12:38
@duongdev duongdev temporarily deployed to kathena-pr-956 November 19, 2021 12:38 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7f9d826 to c7647da Compare November 19, 2021 14:35
@duongdev duongdev temporarily deployed to kathena-pr-956 November 19, 2021 14:35 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c7647da to b73c77c Compare November 20, 2021 13:27
@duongdev duongdev temporarily deployed to kathena-pr-956 November 20, 2021 13:27 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b73c77c to 97d684e Compare November 20, 2021 16:06
@duongdev duongdev temporarily deployed to kathena-pr-956 November 20, 2021 16:06 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 97d684e to 508b4ed Compare November 20, 2021 17:20
@duongdev duongdev temporarily deployed to kathena-pr-956 November 20, 2021 17:20 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 508b4ed to 08c036e Compare November 21, 2021 19:38
@duongdev duongdev temporarily deployed to kathena-pr-956 November 21, 2021 19:38 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 08c036e to f64d2ee Compare November 22, 2021 11:52
@duongdev duongdev temporarily deployed to kathena-pr-956 November 22, 2021 11:52 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f64d2ee to fc995a3 Compare November 22, 2021 13:35
@duongdev duongdev temporarily deployed to kathena-pr-956 November 22, 2021 13:35 Inactive
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9a9962c to 46d9955 Compare March 4, 2022 00:13
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.29.2 Update dependency eslint-plugin-react to v7.29.3 Mar 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 46d9955 to fe0b2a3 Compare March 26, 2022 12:15
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.29.3 Update dependency eslint-plugin-react to v7.29.4 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from fe0b2a3 to 09545c0 Compare June 18, 2022 22:32
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.29.4 Update dependency eslint-plugin-react to v7.30.0 Jun 18, 2022
@vercel
Copy link

vercel bot commented Jun 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
kathena-ui ❌ Failed (Inspect) Mar 16, 2023 at 11:37AM (UTC)

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 09545c0 to 1788b32 Compare June 23, 2022 23:04
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.30.0 Update dependency eslint-plugin-react to v7.30.1 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1788b32 to f3c338a Compare September 25, 2022 16:19
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.30.1 Update dependency eslint-plugin-react to v7.31.8 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f3c338a to d00a5e0 Compare November 20, 2022 16:53
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.8 Update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.11 Update dependency eslint-plugin-react to v7.32.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d00a5e0 to 5e7d7d3 Compare March 16, 2023 11:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5e7d7d3 to 1e018d8 Compare July 20, 2023 19:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.32.2 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 1e018d8 to c62fa6e Compare July 30, 2023 00:24
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.33.0 Update dependency eslint-plugin-react to v7.33.1 Jul 30, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c62fa6e to 16bc46e Compare August 16, 2023 07:00
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.33.1 Update dependency eslint-plugin-react to v7.33.2 Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant