Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2022

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.29.4 -> 7.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][] [@​sj

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 dc3edd5 to e65dde7 Compare June 24, 2022 14:45
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.30.0 chore(deps): update dependency eslint-plugin-react to v7.30.1 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e65dde7 to 9234b47 Compare July 1, 2022 17:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9234b47 to a3c64e9 Compare August 26, 2022 15:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.30.1 chore(deps): update dependency eslint-plugin-react to v7.31.0 Aug 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a3c64e9 to 4295f88 Compare August 26, 2022 23:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.0 chore(deps): update dependency eslint-plugin-react to v7.31.1 Aug 27, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4295f88 to 86a410c Compare September 25, 2022 21:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 86a410c to ec146cd Compare November 20, 2022 09:21
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.1 chore(deps): update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.11 chore(deps): update dependency eslint-plugin-react to v7.32.2 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ec146cd to c165c90 Compare March 31, 2023 14:30
@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 21, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c165c90 to 98a0cdb Compare July 21, 2023 14:40
@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 29, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 98a0cdb to 201f6a9 Compare July 29, 2023 22:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 201f6a9 to b24d692 Compare August 18, 2023 14:03
@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 18, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b24d692 to f12db1e Compare October 13, 2023 14:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f12db1e to 9c5355e Compare March 4, 2024 06:28
@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
Copy link
Contributor Author

renovate bot commented Mar 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Internal Error: Error when performing the request to https://registry.npmjs.org/yarn; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting at fetch (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22878:11) at async fetchAsJson (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22892:20) at async fetchLatestStableVersion (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22942:20) at async fetchLatestStableVersion2 (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22975:14) at async Engine.getDefaultVersion (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23537:25) at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23644:30) at async BinaryCommand.validateAndExecute (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:21164:22) at async _Cli.run (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22139:18) at async Object.runMain (/opt/containerbase/tools/corepack/0.26.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24371:12) 
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9c5355e to d040164 Compare March 15, 2024 22:23
@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 d040164 to 5471586 Compare May 31, 2024 17:31
@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 31, 2024
Copy link
Contributor Author

renovate bot commented May 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550 const isURL = URL.canParse(range); ^ TypeError: URL.canParse is not a function at parseSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550:21) at Object.getSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22699:20) at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22917:31) at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22956:24) at async Object.runMain (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23660:7) 
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5471586 to d52052a Compare June 21, 2024 15:14
@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 21, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d52052a to ed89fd1 Compare July 13, 2024 18: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 13, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ed89fd1 to 41829d4 Compare July 20, 2024 07:44
@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 41829d4 to 5030b1c Compare September 6, 2024 14:08
@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.2 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5030b1c to 9313cd9 Compare September 13, 2024 14:25
@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 13, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9313cd9 to 3cef310 Compare September 27, 2024 15:24
@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 3cef310 to 2f89568 Compare October 4, 2024 15:52
@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 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2f89568 to 164398c Compare October 25, 2024 14:15
@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 25, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 164398c to e99ea26 Compare December 27, 2024 16:23
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.2 chore(deps): update dependency eslint-plugin-react to v7.37.3 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e99ea26 to 8d5fc54 Compare January 13, 2025 06:17
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.3 chore(deps): update dependency eslint-plugin-react to v7.37.4 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8d5fc54 to a60a027 Compare April 4, 2025 16:54
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.4 chore(deps): update dependency eslint-plugin-react to v7.37.5 Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
0 participants