evenchange4 / react-grecaptcha

React.js Google reCAPTCHA v2 integration component.
https://react-grecaptcha.netlify.com
MIT License
51 stars 8 forks source link

chore(deps): update dependency eslint-plugin-react to v7.6.0 - autoclosed #84

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency eslint-plugin-react from v7.5.1 to v7.6.0

Commits

yannickcr/eslint-plugin-react #### 7.6.0 - [`7b742d0`](https://github.com/yannickcr/eslint-plugin-react/commit/7b742d0ddecfdfb796a3705aae56e4534c9bb370) Update CHANGELOG and bump version - [`692cdc8`](https://github.com/yannickcr/eslint-plugin-react/commit/692cdc88c1c41c55604067bf0f261bfba7337d8c) Merge pull request #​1643 from ljharb/fix_crossorigin - [`c558451`](https://github.com/yannickcr/eslint-plugin-react/commit/c5584511064b49a6c0d8f99518045f7f03dc1941) Merge pull request #​1651 from xjmdoo/master - [`f4cab9a`](https://github.com/yannickcr/eslint-plugin-react/commit/f4cab9a3ddeb730bf5f0ae47b739a6bba84ac237) Merge pull request #​1652 from lfades/fix/no-typos - [`20dff22`](https://github.com/yannickcr/eslint-plugin-react/commit/20dff229a934677cb5b9816c73f34c9e34988d57) Adds more checks to MethodDefinition case and adds new test case for default parser - [`942a92c`](https://github.com/yannickcr/eslint-plugin-react/commit/942a92ccacdee5e7c9b034bfccdbc6bfdc335f5d) merged one of the previous tests and added 2 new tests for the default parser - [`1d12044`](https://github.com/yannickcr/eslint-plugin-react/commit/1d12044f83d85dde6ebb5f16084fe5cda2d5b8eb) Merge pull request #​1650 from xinminlabs/add-missing-meta-to-jsx-tag-spacing - [`8360ffa`](https://github.com/yannickcr/eslint-plugin-react/commit/8360ffa5614fd4bed039e2122215da2eaaf1035d) support isRequired for custom props and call expressions - [`f9cc10d`](https://github.com/yannickcr/eslint-plugin-react/commit/f9cc10d2b77ed868ae3aec82c89163e9c39c3e3d) prop-types doesn't check nextProps of componentWillReceiveProps - [`d3840a5`](https://github.com/yannickcr/eslint-plugin-react/commit/d3840a51ba0676d261321ec3c5616b709304cf79) add missing meta to jsx-tag-spacing - [`36beb6d`](https://github.com/yannickcr/eslint-plugin-react/commit/36beb6d6535ff12d60de465507a8b5617fb405b4) Merge pull request #​1483 from b0gok/jsx-sort-default-props - [`c2c7a2a`](https://github.com/yannickcr/eslint-plugin-react/commit/c2c7a2ab5c8a514f4414699ed6a4793bf7981b45) Merge pull request #​1616 from jaaberg/jsx-no-literals-binary - [`e24b53f`](https://github.com/yannickcr/eslint-plugin-react/commit/e24b53f9f217218a4546596f485ba1a40fef637f) Add tests and examples with multiple spreads - [`558576c`](https://github.com/yannickcr/eslint-plugin-react/commit/558576c7920c62df030c7d0819f544b4cabf9cdd) Add more tests with spread, add examples - [`8237551`](https://github.com/yannickcr/eslint-plugin-react/commit/8237551309e2beaaa751d3d3fcc8bdb15e0f9a1b) Merge pull request #​1645 from nirnaor/master - [`92add21`](https://github.com/yannickcr/eslint-plugin-react/commit/92add21c427c0065ee3bfbec00bbf5f569012ad6) Adding a warning for React.addons.TestUtils. - [`2e3a6a4`](https://github.com/yannickcr/eslint-plugin-react/commit/2e3a6a44ec334ab59a8d597d3ffe0fae8a685cca) [Fix] crossOrigin is wrong; and crossorigin is only valid on script/img/video - [`0e983de`](https://github.com/yannickcr/eslint-plugin-react/commit/0e983de47eaf1ef5f49c72619f3f269017a78060) Merge pull request #​1641 from cjskillingstad/feat/jsx-tag-spacing_before_closing - [`2043520`](https://github.com/yannickcr/eslint-plugin-react/commit/204352007380efb272dbb07d195491b9004f48cd) Add multiline test cases - [`f103712`](https://github.com/yannickcr/eslint-plugin-react/commit/f103712b3cc30f9cd166d7680f4e8ef13314ce04) Make default value allow - [`f5cff2a`](https://github.com/yannickcr/eslint-plugin-react/commit/f5cff2ad9379035a5c4fb67420e1a29446b8c63e) Fix typo - [`ba394d2`](https://github.com/yannickcr/eslint-plugin-react/commit/ba394d292c21f9edd91c896a7cc3716164c55eb0) Fix wording in docs - [`4f00455`](https://github.com/yannickcr/eslint-plugin-react/commit/4f004557ab980ae54b03e9dcdc3742835c48ecae) Add SFC examples in the documentation and tests - [`5770c72`](https://github.com/yannickcr/eslint-plugin-react/commit/5770c72094f30c4a2dd7a09abbe85f4f3a309425) Surround sort-default-props keywords with backticks and fix typo - [`6fdefcf`](https://github.com/yannickcr/eslint-plugin-react/commit/6fdefcfcc95b2b511e910b9d9cfe313b2dcec8f0) Add jsx-sort-default-props rule - [`9cc118c`](https://github.com/yannickcr/eslint-plugin-react/commit/9cc118c80ede94ebd958b61f147f656b24f98626) Add unit tests - [`73c86c9`](https://github.com/yannickcr/eslint-plugin-react/commit/73c86c9d28d8ccebbe594ee73ba5a42a7eb9e0ff) Add beforeClosing option to jsx-tag-spacing - [`07345b4`](https://github.com/yannickcr/eslint-plugin-react/commit/07345b489c2d6e2626b9b0d7573cf8c2a5458335) Merge pull request #​1635 from Arcanemagus/rules-docs-url - [`bf544dc`](https://github.com/yannickcr/eslint-plugin-react/commit/bf544dcfc8a35d4fbea12094e6c6305cf50fd079) Add URL to rule documentation to the metadata - [`c23d395`](https://github.com/yannickcr/eslint-plugin-react/commit/c23d3952f0a5779bff71dab007a6d294dcfcedbd) Merge pull request #​1504 from mrichmond/bugfix/no-typos-TypeError - [`d9c36bf`](https://github.com/yannickcr/eslint-plugin-react/commit/d9c36bf88173caf98d77903ab9037ce9807bc4b6) [Tests] `no-typos`: add regression test - [`a7bc91b`](https://github.com/yannickcr/eslint-plugin-react/commit/a7bc91bcafdceeb399abd94f926ca6957982518e) Merge pull request #​1624 from alexilyaev/patch-2 - [`686fa76`](https://github.com/yannickcr/eslint-plugin-react/commit/686fa760d9c9e000f236547c25a46e71979a8185) Docs: Document `forbid` for `no-unescaped-entities` rule (#​1263) - [`5f1ec80`](https://github.com/yannickcr/eslint-plugin-react/commit/5f1ec800cb4621f5793d151989ec6a465f33ec67) Merge pull request #​1621 from kamataryo/master - [`22c9237`](https://github.com/yannickcr/eslint-plugin-react/commit/22c9237fd447d1bc44a838042799217942fcceb2) Add null avoidance - [`f40b7b8`](https://github.com/yannickcr/eslint-plugin-react/commit/f40b7b8c982196e24e5c0adc4fd1a0f7120d1275) Merge pull request #​1611 from pfhayes/node.init - [`bb34372`](https://github.com/yannickcr/eslint-plugin-react/commit/bb343723274921500a05eba1a9e68481b7fca3e1) Add test - [`9b8ea5e`](https://github.com/yannickcr/eslint-plugin-react/commit/9b8ea5ef27525d86a9fa80f0bb34026c3a314204) Merge pull request #​1600 from kevinzwhuang/fix-unused-prop-types - [`28581df`](https://github.com/yannickcr/eslint-plugin-react/commit/28581df71a7cde4285054b894a2e6759ca0d26ac) jsx-no-literals Find all usages of literals combined with strings - [`f27ebc2`](https://github.com/yannickcr/eslint-plugin-react/commit/f27ebc28ec11b1e99232dae2763246b2293413d6) jsx-no-literals Add tests combining literals and strings - [`2ae8d5e`](https://github.com/yannickcr/eslint-plugin-react/commit/2ae8d5edfbb6e1951d141e3cb88e88132375c3f0) Find usages of literals as a part of BinaryExpressions in jsx-no-literals - [`4cf6752`](https://github.com/yannickcr/eslint-plugin-react/commit/4cf675294fa7578e1551b77c76d9ff3db5583ccf) Add failing tests for jsx-no-literals with literal as BinaryExpression - [`eb7e152`](https://github.com/yannickcr/eslint-plugin-react/commit/eb7e152704dac25582b158615169fd791fd539da) Handle nodes without init - [`6015af2`](https://github.com/yannickcr/eslint-plugin-react/commit/6015af29182e4cd406a6b661539fb592b3a1022e) Add test cases for other forms of empty functions in no-unused-prop-types and remove parser option - [`a908eb3`](https://github.com/yannickcr/eslint-plugin-react/commit/a908eb3a1d9804865a7175c31de52637c33d0279) Merge pull request #​1598 from jaaberg/master - [`292ebed`](https://github.com/yannickcr/eslint-plugin-react/commit/292ebedfb89102bc7d53caed0eecb0ce86b98733) Merge pull request #​1588 from louisscruz/bool-props-message - [`d331af6`](https://github.com/yannickcr/eslint-plugin-react/commit/d331af621b9c7e3bad14268ca4d11192b8658345) Add empty params check for unused prop types rule to fix empty proptype functions from causing crashes - [`37902d4`](https://github.com/yannickcr/eslint-plugin-react/commit/37902d420fbedf82323e1465ce763386c8193432) Use ESLint string templating - [`4950623`](https://github.com/yannickcr/eslint-plugin-react/commit/495062336c85a189dbf7e351dfbf4eb3924384e6) Make no-access-state-in-setstate find cases where state is destructured from this - [`73f135a`](https://github.com/yannickcr/eslint-plugin-react/commit/73f135adb4d2c4fa02bffb037fc3df6909ca152c) Add more test cases for no-access-state-in-setstate - [`9a7423e`](https://github.com/yannickcr/eslint-plugin-react/commit/9a7423ebfac2528e8949a96ab1d9f8a92b079e24) Add custom message - [`f6e4c89`](https://github.com/yannickcr/eslint-plugin-react/commit/f6e4c891a474aaff8f69088b174de8c1317f8fa8) Merge pull request #​1478 from jomasti/issue-1452 - [`58159c0`](https://github.com/yannickcr/eslint-plugin-react/commit/58159c00a795c67ff9dbe386b9b5b7e2029e4116) [Deps] update `jsx-ast-utils`, `doctrine` - [`eefce85`](https://github.com/yannickcr/eslint-plugin-react/commit/eefce85281c0d521a94507bf0c3606b4a091485d) [Dev Deps] update `babel-eslint`, `eslint` - [`6f444a7`](https://github.com/yannickcr/eslint-plugin-react/commit/6f444a7a8b07f4ded90eee5a9711012e17e503b5) Merge pull request #​1578 from Andarist/sort-comp/export-default-config - [`f044bc2`](https://github.com/yannickcr/eslint-plugin-react/commit/f044bc2a269967a86f31dfe887c4efb92f734306) Export defaultConfig from sort-comp rule for programmatic use - [`cfd1c34`](https://github.com/yannickcr/eslint-plugin-react/commit/cfd1c3461d01a14a92f665ae89498b1c407085ea) Merge pull request #​1509 from jomasti/issue-1435 - [`06e1667`](https://github.com/yannickcr/eslint-plugin-react/commit/06e1667bd704dbcfe1ce7f12f821bc3274ea69b4) Merge pull request #​1519 from pfhayes/spaces - [`b801624`](https://github.com/yannickcr/eslint-plugin-react/commit/b801624066192f486c7d92ca1c1efe3245ad4656) Merge pull request #​1576 from sharmilajesupaul/shar--remove-newline-before-paren - [`6a41c60`](https://github.com/yannickcr/eslint-plugin-react/commit/6a41c600be7d3ee0d16a92b283f918e5e7da9ac1) Potential autofix improvement for jsx-wrap-mulitlines - [`c072c89`](https://github.com/yannickcr/eslint-plugin-react/commit/c072c899083bbbfba0a3d51ce0fe4b152f934c27) Merge pull request #​1562 from davazp/add-forbid-dom-props-rule - [`af6ccb0`](https://github.com/yannickcr/eslint-plugin-react/commit/af6ccb0d0b6371fa8addafcd4bc176404612c359) Fix no-unused-state to detect usage of this.state as an object (fixes #​1572) - [`c7dd755`](https://github.com/yannickcr/eslint-plugin-react/commit/c7dd755c4607151d058af39ed45f60613ba16ccf) Merge pull request #​1470 from RDGthree/master - [`268a704`](https://github.com/yannickcr/eslint-plugin-react/commit/268a704437e73597eb9385c5153ece3312620fe4) Refine schema for forbid-dom-props options - [`e632628`](https://github.com/yannickcr/eslint-plugin-react/commit/e6326281303ec03b8d6f09d50899e1fca92fabd8) [Docs] improve readme - [`e5e4536`](https://github.com/yannickcr/eslint-plugin-react/commit/e5e45361a9462720003510346647a36dcec3bc83) Merge pull request #​1570 from justinanastos/fix/prop-types-union-flowtype-1468 - [`6323015`](https://github.com/yannickcr/eslint-plugin-react/commit/6323015242428a2f7e9b490b6e9ca07078a428a0) test(prop-types): Add `import` test with `Union` - [`78ec577`](https://github.com/yannickcr/eslint-plugin-react/commit/78ec577ca61ef657f67efcab751ee80c47d80965) test(no-unused-prop-types): Add `import` test with `Union` - [`115e4b9`](https://github.com/yannickcr/eslint-plugin-react/commit/115e4b900e540ef77ae6b17afd6457da1b5d9c07) [Refactor] Move findVariableByName to variable util - [`adf5d81`](https://github.com/yannickcr/eslint-plugin-react/commit/adf5d816731020931bdec243bfc70ff6002914f7) [Fix] `jsx-curly-spacing`: - [`7aaec03`](https://github.com/yannickcr/eslint-plugin-react/commit/7aaec03fe6fb60a5537f36a9cb4b409d9bb24953) Merge pull request #​1566 from lukeapage/patch-1 - [`ae55fdf`](https://github.com/yannickcr/eslint-plugin-react/commit/ae55fdf7408e65fd5ed66339fd64c1378d015a6a) Fix typo in changelog - [`28654e2`](https://github.com/yannickcr/eslint-plugin-react/commit/28654e29b1286d7166f7237a5b4107f5d9045d63) Add more invalid tests cases for forbid-dom-props - [`2c2d831`](https://github.com/yannickcr/eslint-plugin-react/commit/2c2d8310f5a914d75ea246f516a7e829ee0f439f) Add related rules link to both forbid-dom-props and forbid-component-props - [`df17cd4`](https://github.com/yannickcr/eslint-plugin-react/commit/df17cd45658f1ea65bb49340efdf8cd59bd76084) Merge pull request #​1563 from justinanastos/fix/prop-types-union-flowtype-1468 - [`dd10851`](https://github.com/yannickcr/eslint-plugin-react/commit/dd1085122634344ae2b7e7a928e3d8ebfa240b50) Fix crash in no-unused-prop-types test with `UnionTypeAnnotation` - [`077e017`](https://github.com/yannickcr/eslint-plugin-react/commit/077e017892369865301770c4172a3f3faa6748cc) Create failing no-unused-prop-types test with union flowtypes - [`16e57ff`](https://github.com/yannickcr/eslint-plugin-react/commit/16e57ff8085742e166d03ab45082c647db68eb59) Fix crash in prop-types test with `UnionTypeAnnotation` - [`4eb9259`](https://github.com/yannickcr/eslint-plugin-react/commit/4eb9259f95b3380aec81b9c457eb0f2eede790b1) Create failing prop-type test with union flowtypes - [`1ae0a99`](https://github.com/yannickcr/eslint-plugin-react/commit/1ae0a993b5903e41cbd43d92170aaecde3608122) Add a forbid-dom-props rule - [`fecd9a4`](https://github.com/yannickcr/eslint-plugin-react/commit/fecd9a4addd7956b2ea29cfd3bf98161af9df07a) Check class properties that use prop wrappers - [`c8b3f16`](https://github.com/yannickcr/eslint-plugin-react/commit/c8b3f164a72ea0d968acb1854f1e0974929e8af8) Add more invalid tests for boolean-prop-naming - [`56db72e`](https://github.com/yannickcr/eslint-plugin-react/commit/56db72e56dd8cd17aa0bfd2861f5592ea2b3d60a) Support propWrapperFunctions for bool-prop-naming - [`7def79f`](https://github.com/yannickcr/eslint-plugin-react/commit/7def79f4433bbe36328a38de6807a9ed58be232f) Review comments - [`6829c5c`](https://github.com/yannickcr/eslint-plugin-react/commit/6829c5ca560ea04208b841152aa5ca2f4affa71a) Merge pull request #​1560 from jomasti/issue-1559 - [`9cbd67e`](https://github.com/yannickcr/eslint-plugin-react/commit/9cbd67eb324c7849700f88d01aba8cf52ecd0e3a) Fix crash in no-access-state-in-setstate - [`f06db3d`](https://github.com/yannickcr/eslint-plugin-react/commit/f06db3d566a1db9572d75e72bc591a0a747b4d1d) Minor documentation fix - [`efbb8a5`](https://github.com/yannickcr/eslint-plugin-react/commit/efbb8a556995f1afb17465578b3f207733f25d8f) Add more tests for no-this-in-sfc - [`db5a243`](https://github.com/yannickcr/eslint-plugin-react/commit/db5a243946c4012a168c436695520c37edd52a5e) Check if SFC is returning JSX or null - [`dfa5005`](https://github.com/yannickcr/eslint-plugin-react/commit/dfa5005dae76c07e8f2b46784a80b7bbf362edc5) Add more documentation for no-this-in-sfc - [`80fb96c`](https://github.com/yannickcr/eslint-plugin-react/commit/80fb96c13ac34c3d5539353eff5553351c3af050) Add new rule for preventing `this` in SFCs - [`e2ca690`](https://github.com/yannickcr/eslint-plugin-react/commit/e2ca690a6ccfa52d9422daf747e9c590945101a4) [Docs] fix jsx-one-expression-per-line - [`9fe89a0`](https://github.com/yannickcr/eslint-plugin-react/commit/9fe89a0db11b5f36e6e6d6c694e6b59b0ef68c1a) Merge pull request #​1552 from Vydia/jsx-one-expression-per-line-docs - [`8ef2824`](https://github.com/yannickcr/eslint-plugin-react/commit/8ef28247254f78b1c32bea2d3e70482de6ef4f17) docs - jsx-one-expression-per-line

This PR has been generated by Renovate Bot.

evenchange4 commented 6 years ago

Deploy preview for react-grecaptcha ready!

Built with commit f2b2c7eb36e8414f77f9022366b413c6d76bafb5

https://deploy-preview-84--react-grecaptcha.netlify.com