Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented May 11, 2018

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.7.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]

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 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.

@evenchange4

evenchange4 commented May 11, 2018

Copy link
Copy Markdown
Owner

✔️ Deploy Preview for react-image-onload ready!

🔨 Explore the source changes: 88dfc45

🔍 Inspect the deploy log: https://app.netlify.com/sites/react-image-onload/deploys/60bd382a1f79ec0008aaf42c

😎 Browse the preview: https://deploy-preview-20--react-image-onload.netlify.app

@codecov

codecov Bot commented May 11, 2018

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@fed3748). Learn more about missing BASE report.

Current head 88dfc45 differs from pull request most recent head 7354aa0

Please upload reports for the commit 7354aa0 to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #20   +/-   ##
======================================
  Coverage          ?     0           
======================================
  Files             ?     0           
  Lines             ?     0           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?     0           
  Partials          ?     0           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fed3748...7354aa0. Read the comment docs.

@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7db5c03 to 9f735ff Compare May 12, 2018 00:22
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.0 chore(deps): update dependency eslint-plugin-react to v7.8.1 May 12, 2018
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9f735ff to 8bba30c Compare May 13, 2018 14:23
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.1 chore(deps): update dependency eslint-plugin-react to v7.8.2 May 13, 2018
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8bba30c to f47b2ac Compare June 3, 2018 21:40
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.2 chore(deps): update dependency eslint-plugin-react to v7.9.0 Jun 3, 2018
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f47b2ac to 57b88cc Compare June 4, 2018 04:40
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.0 chore(deps): update dependency eslint-plugin-react to v7.9.1 Jun 4, 2018
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.1 chore(deps): update dependency eslint-plugin-react to v7.10.0 Jun 25, 2018
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 57b88cc to c01fe21 Compare June 25, 2018 06:01
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.10.0 chore(deps): update dependency eslint-plugin-react to v7.11.0 Aug 13, 2018
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 2fb7ee3 to 641924a Compare August 14, 2018 20:26
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.0 chore(deps): update dependency eslint-plugin-react to v7.11.1 Aug 14, 2018
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.1 chore(deps): update dependency eslint-plugin-react to v7.12.0 Dec 28, 2018
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 641924a to 404092a Compare December 28, 2018 07:10
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.0 chore(deps): update dependency eslint-plugin-react to v7.12.1 Jan 1, 2019
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 404092a to c273ab8 Compare January 1, 2019 22:35
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.1 chore(deps): update dependency eslint-plugin-react to v7.12.2 Jan 3, 2019
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from c273ab8 to 1ef882d Compare January 3, 2019 00:11
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.2 chore(deps): update dependency eslint-plugin-react to v7.12.3 Jan 4, 2019
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1ef882d to 09850f1 Compare January 4, 2019 23:26
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.3 chore(deps): update dependency eslint-plugin-react to v7.12.4 Jan 17, 2019
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 09850f1 to bf626df Compare January 17, 2019 07:34
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.4 chore(deps): update dependency eslint-plugin-react to v7.13.0 May 4, 2019
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from bf626df to f760135 Compare May 4, 2019 13:52
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f760135 to 3b31b93 Compare July 13, 2019 14:59
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.13.0 chore(deps): update dependency eslint-plugin-react to v7.14.2 Jul 13, 2019
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3785620 to eceb609 Compare July 1, 2020 21:50
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.19.0 chore(deps): update dependency eslint-plugin-react to v7.20.3 Jul 1, 2020
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from eceb609 to 3600b06 Compare August 27, 2020 15:59
@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.6 Aug 27, 2020
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3600b06 to 61d0d75 Compare October 27, 2020 08:56
@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.5 Oct 27, 2020
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 61d0d75 to 0612202 Compare January 6, 2021 03:58
@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 0612202 to a656eda Compare April 26, 2021 16:33
@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 a656eda to 88dfc45 Compare June 6, 2021 21:03
@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 Jun 6, 2021
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 88dfc45 to 73ca50f Compare October 18, 2021 22:22
@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 18, 2021
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 73ca50f to 09e6655 Compare March 7, 2022 16:31
@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 09e6655 to 13a29ba Compare March 26, 2022 15: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 force-pushed the renovate/eslint-plugin-react-7.x branch from 13a29ba to 1856178 Compare June 18, 2022 21:47
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.29.4 chore(deps): update dependency eslint-plugin-react to v7.30.0 Jun 18, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1856178 to 83d7120 Compare September 25, 2022 20:32
@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.31.8 Sep 25, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 83d7120 to 144c16e Compare November 20, 2022 14:37
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.8 chore(deps): update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 144c16e to 057d41c Compare March 17, 2023 10:11
@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 17, 2023
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 057d41c to c1ef435 Compare July 20, 2023 17:11
@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 commented Jul 20, 2023

Copy link
Copy Markdown
Author

⚠ 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
[22:52:15.960] INFO (65): Installing tool node@9.8.0...
[22:52:27.309] WARN (65): Npm error:
npm ERR! weird error 1
[22:52:27.320] FATAL (65): node-gyp update command failed
    err: {
      "type": "Error",
      "message": "node-gyp update command failed",
      "stack":
          Error: node-gyp update command failed
              at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:52956:13)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53213:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53739:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53956:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:54150:3)
    }
[22:52:28.126] INFO (65): Installed tool node with errors in 12.1s.

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.

1 participant