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-flowtype to v2.50.3 #92

Open renovate[bot] opened 6 years ago

renovate[bot] commented 6 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-flowtype 2.42.0 -> 2.50.3 age adoption passing confidence

Release Notes

gajus/eslint-plugin-flowtype ### [`v2.50.3`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.50.3) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.50.2...v2.50.3) ##### Bug Fixes - bump versions of babel-eslint, eslint and eslint-config-canonical ([#​359](https://togithub.com/gajus/eslint-plugin-flowtype/issues/359)) ([68ed515](https://togithub.com/gajus/eslint-plugin-flowtype/commit/68ed515)) ### [`v2.50.2`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.50.2) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.50.1...v2.50.2) ##### Bug Fixes - Fix semi rule for opaque types ([#​358](https://togithub.com/gajus/eslint-plugin-flowtype/issues/358)) ([d2c2411](https://togithub.com/gajus/eslint-plugin-flowtype/commit/d2c2411)) ### [`v2.50.1`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.50.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.50.0...v2.50.1) ##### Bug Fixes - make require-exact-type ignore indexers in map types ([#​354](https://togithub.com/gajus/eslint-plugin-flowtype/issues/354)) ([0722187](https://togithub.com/gajus/eslint-plugin-flowtype/commit/0722187)) ### [`v2.50.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.50.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.49.4...v2.50.0) ##### Features - add variable declarations to colon spacing checks ([c4b87ca](https://togithub.com/gajus/eslint-plugin-flowtype/commit/c4b87ca)) ### [`v2.49.4`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.49.4) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.49.3...v2.49.4) ##### Bug Fixes - automatically include plugin when extending preset (fixes [#​313](https://togithub.com/gajus/eslint-plugin-flowtype/issues/313) [#​314](https://togithub.com/gajus/eslint-plugin-flowtype/issues/314)) ([1f70db2](https://togithub.com/gajus/eslint-plugin-flowtype/commit/1f70db2)) ### [`v2.49.3`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.49.3) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.49.2...v2.49.3) ##### Bug Fixes - object-type-delimeter with new babel-eslint ([#​317](https://togithub.com/gajus/eslint-plugin-flowtype/issues/317)) ([e0c328d](https://togithub.com/gajus/eslint-plugin-flowtype/commit/e0c328d)) ### [`v2.49.2`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.49.2) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.49.1...v2.49.2) ##### Bug Fixes - variance issues with babel 7 ([#​339](https://togithub.com/gajus/eslint-plugin-flowtype/issues/339)) ([3cd70b8](https://togithub.com/gajus/eslint-plugin-flowtype/commit/3cd70b8)) ### [`v2.49.1`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.49.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.49.0...v2.49.1) ##### Bug Fixes - Fix $FlowFixMe comments for eslint 4 ([#​338](https://togithub.com/gajus/eslint-plugin-flowtype/issues/338)) ([647807f](https://togithub.com/gajus/eslint-plugin-flowtype/commit/647807f)) ### [`v2.49.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.49.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.48.0...v2.49.0) ##### Features - don't require $ReadOnlyArray if variable is initialized with empty array ([#​337](https://togithub.com/gajus/eslint-plugin-flowtype/issues/337)) ([7c57cea](https://togithub.com/gajus/eslint-plugin-flowtype/commit/7c57cea)) ### [`v2.48.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.48.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.47.1...v2.48.0) ##### Features - add fixer for requireValidFileAnnotation when always ([#​332](https://togithub.com/gajus/eslint-plugin-flowtype/issues/332)) ([51f4ba2](https://togithub.com/gajus/eslint-plugin-flowtype/commit/51f4ba2)) ### [`v2.47.1`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.47.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.47.0...v2.47.1) ##### Bug Fixes - update dependencies ([cac561f](https://togithub.com/gajus/eslint-plugin-flowtype/commit/cac561f)) ### [`v2.47.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.47.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.46.3...v2.47.0) \ #### 2.47.0 (2018-05-22) ##### Features - Refactor `array-style-...` rules ([6320beec](https://togithub.com/gajus/eslint-plugin-flowtype/commit/6320beec)) - Improve error messages ([b95dd31d](https://togithub.com/gajus/eslint-plugin-flowtype/commit/b95dd31d)) - Change default array notation for simple types to "verbose" ([687f82be](https://togithub.com/gajus/eslint-plugin-flowtype/commit/687f82be)) - Implement fixation in array style rules ([4a6f03d9](https://togithub.com/gajus/eslint-plugin-flowtype/commit/4a6f03d9)) - Implement array style rules ([afd42108](https://togithub.com/gajus/eslint-plugin-flowtype/commit/afd42108)) ### [`v2.46.3`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.46.3) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.46.2...v2.46.3) \ ##### 2.46.3 (2018-04-20) ##### Bug Fixes - support fixing sort keys with ObjectTypeSpreadProperty ([#​326](https://togithub.com/gajus/eslint-plugin-flowtype/issues/326)) ([6b44d739](https://togithub.com/gajus/eslint-plugin-flowtype/commit/6b44d739)) ### [`v2.46.2`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.46.2) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.46.1...v2.46.2) \ ##### 2.46.2 (2018-04-14) ##### Bug Fixes - noDupeKeys ignores ObjectTypeSpreadProperty ([#​325](https://togithub.com/gajus/eslint-plugin-flowtype/issues/325)) ([7946b046](https://togithub.com/gajus/eslint-plugin-flowtype/commit/7946b046)) ### [`v2.46.1`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.46.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.46.0...v2.46.1) \ ##### 2.46.1 (2018-02-22) ##### Bug Fixes - (type-import-style) Support import aliases when fixing ([#​321](https://togithub.com/gajus/eslint-plugin-flowtype/issues/321)) ([d7ccd0dd](https://togithub.com/gajus/eslint-plugin-flowtype/commit/d7ccd0dd)) ### [`v2.46.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.46.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.45.0...v2.46.0) \ #### 2.46.0 (2018-02-21) ##### Features - add type-import-style rule ([#​320](https://togithub.com/gajus/eslint-plugin-flowtype/issues/320)) ([3c672237](https://togithub.com/gajus/eslint-plugin-flowtype/commit/3c672237)) ### [`v2.45.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.45.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.44.0...v2.45.0) \ ##### 2.45.0 (2018-02-18) ##### Features - add require-types-at-top rule (, [#​168](https://togithub.com/gajus/eslint-plugin-flowtype/issues/168), [#​285](https://togithub.com/gajus/eslint-plugin-flowtype/issues/285)) ([74bcb8c1](https://togithub.com/gajus/eslint-plugin-flowtype/commit/74bcb8c1), closes [#​319](https://togithub.com/gajus/eslint-plugin-flowtype/issues/319)) ### [`v2.44.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.44.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.43.0...v2.44.0) \ #### 2.44.0 (2018-02-13) ##### Features - add no-existential-type rule ([#​316](https://togithub.com/gajus/eslint-plugin-flowtype/issues/316)) ([c10b0d90](https://togithub.com/gajus/eslint-plugin-flowtype/commit/c10b0d90)) ### [`v2.43.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/tag/v2.43.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v2.42.0...v2.43.0) \ ##### 2.43.0 (2018-02-09) ##### Features - Add newline-after-flow-annotation rule ([#​312](https://togithub.com/gajus/eslint-plugin-flowtype/issues/312)) ([ad4cf826](https://togithub.com/gajus/eslint-plugin-flowtype/commit/ad4cf826))

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.



This PR has been generated by Mend Renovate. View repository job log here.

evenchange4 commented 6 years ago

Deploy preview for react-grecaptcha ready!

Built with commit 068002c446ebf2b7d7c8be1a2939c55cea16ef7a

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

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.