Closed renovate[bot] closed 5 years ago
This PR contains the following updates:
^6.7.1
^6.7.2
^7.16.0
^7.17.0
:date: Schedule: "before 8am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
rebase!
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.
This PR contains the following updates:
^6.7.1
->^6.7.2
^7.16.0
->^7.17.0
Release Notes
eslint/eslint
### [`v6.7.2`](https://togithub.com/eslint/eslint/releases/v6.7.2) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.7.1...v6.7.2) - [`bc435a9`](https://togithub.com/eslint/eslint/commit/bc435a93afd6ba4def1b53993ef7cf8220f3f070) Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes [#12614](https://togithub.com/eslint/eslint/issues/12614)) ([#12616](https://togithub.com/eslint/eslint/issues/12616)) (Toru Nagashima) - [`4928d51`](https://togithub.com/eslint/eslint/commit/4928d513b4fe716c7ed958c294a10ef8517be25e) Fix: don't ignore the entry directory (fixes [#12604](https://togithub.com/eslint/eslint/issues/12604)) ([#12607](https://togithub.com/eslint/eslint/issues/12607)) (Toru Nagashima) - [`b41677a`](https://togithub.com/eslint/eslint/commit/b41677ae2a143790b19b0e70391a46ec6c8f5de1) Docs: Clarify suggestion's data in Working with Rules (refs [#12606](https://togithub.com/eslint/eslint/issues/12606)) ([#12617](https://togithub.com/eslint/eslint/issues/12617)) (Milos Djermanovic) - [`ea16de4`](https://togithub.com/eslint/eslint/commit/ea16de4e7c6f661398b0b7843f95e5f307c89551) Fix: Support tagged template literal generics in no-unexpected-multiline ([#11698](https://togithub.com/eslint/eslint/issues/11698)) (Brad Zacher) - [`fa6415d`](https://togithub.com/eslint/eslint/commit/fa6415d5b877370374a6a530a5190ab5a411b4dc) Sponsors: Sync README with website (ESLint Jenkins) - [`e1e158b`](https://togithub.com/eslint/eslint/commit/e1e158b4d7bd61e812723b378d2c391295da43a5) Sponsors: Sync README with website (ESLint Jenkins)yannickcr/eslint-plugin-react
### [`v7.17.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7170---2019-11-28) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.16.0...v7.17.0) ##### Added - [`jsx-no-target-blank`][]: add `allowReferrer` option ([#2478][] [@eps1lon](https://togithub.com/eps1lon)) - [`jsx-handler-names`][]: add `checkLocalVariables` option ([#2470][] [@aub](https://togithub.com/aub)) - [`prop-types`][]: Support Flow Type spread ([#2446][] [@moroine](https://togithub.com/moroine)) - [`jsx-props-no-spreading`][]: add `explicitSpread` option to allow explicit spread of props ([#2449][] [@pawelnvk](https://togithub.com/pawelnvk)) - [`jsx-no-target-blank`][]: warn on `target={'_blank'}` expressions ([#2451][] [@timkraut](https://togithub.com/timkraut)) ##### Fixed - [`sort-prop-types`][], [`jsx-sort-default-props`][]: disable broken autofix ([#2505][] [@webOS101](https://togithub.com/webOS101)) - [`no-typos`][]: improve report location ([#2468][] [@golopot](https://togithub.com/golopot)) - [`jsx-no-literals`][]: trim whitespace for `allowedStrings` check ([#2436][] [@cainlevy](https://togithub.com/cainlevy)) - [`jsx-curly-brace-presence`][]: Fix filter of undefined error with whitespace inside jsx attr curlies ([#2460][] [@dustinyoste](https://togithub.com/dustinyoste)) - [`no-render-return-value`][]: should warn when used in assignment expression ([#2462][] [@jichu4n](https://togithub.com/jichu4n)) - [`jsx-curly-brace-presence`][]: allow trailing spaces in literal ([#2448][] [@doochik](https://togithub.com/doochik)) ##### Changed - [Deps] update `jsx-ast-utils`, `object.fromentries`, `resolve` - [eslint] fix func-names and change object-shorthand to 'always' ([#2483][] [@golopot](https://togithub.com/golopot)) - [Docs] `jsx-first-prop-new-line`: Fix documentation formatting ([#2489][] [@pjg](https://togithub.com/pjg)) - [Docs][`prop-types`]\[]: Update 'skipUndeclared' in rule options ([#2504][] [@cjnickel](https://togithub.com/cjnickel)) - [Docs][`jsx-first-prop-new-line`]\[]: fix wrong rule name ([#2500][] [@zgayjjf](https://togithub.com/zgayjjf)) - [eslint] enable eslint-plugin-eslint-plugin ([#2469][] [@golopot](https://togithub.com/golopot)) - [Docs][`jsx-props-no-multi-spaces`]\[]: suggest using core rule instead ([#2463][] [@golopot](https://togithub.com/golopot)) - [Docs][`jsx-first-prop-new-line`]\[]: add rule options ([#2465][] [@SerdarMustafa1](https://togithub.com/SerdarMustafa1)) - [Docs][`jsx-no-target-blank`]\[]: Add section about overriding for trusted links ([#2438][] [@aschriner](https://togithub.com/aschriner)) - [Docs] fix typo ([#2453][] [@cainwatson](https://togithub.com/cainwatson)) - [Docs][`no-unused-prop-types`]\[]: clean up prose ([#2273][] [@coryhouse](https://togithub.com/coryhouse)) - [Docs][`jsx-no-bind`]\[]: add section about React Hooks ([#2443][] [@kdex](https://togithub.com/kdex)) [#2505]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2505 [#2504]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2504 [#2500]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2500 [#2489]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2489 [#2483]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2483 [#2478]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2478 [#2470]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2470 [#2469]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2469 [#2468]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2468 [#2465]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2465 [#2463]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2463 [#2460]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2460 [#2453]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2453 [#2451]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2451 [#2449]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2449 [#2448]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2448 [#2446]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2446 [#2443]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2443 [#2438]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2438 [#2436]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2436 [#2273]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2273Renovate configuration
:date: Schedule: "before 8am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.