evenchange4 / react-intl-cra

🔧 Extract messages of Creact React App from the command line.
MIT License
67 stars 11 forks source link

chore(deps): update dependency eslint-config-prettier to v3 - autoclosed #54

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
eslint-config-prettier devDependencies major 2.9.0 -> 3.6.0 source

Release Notes

prettier/eslint-config-prettier ### [`v3.6.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-360-2019-01-19) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.5.0...v3.6.0) - Added: Support for [eslint-plugin-babel]. Thanks to Matija Marohnić ([@​silvenon](https://togithub.com/silvenon))! ### [`v3.5.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-350-2019-01-16) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.4.0...v3.5.0) - Fixed: The eslint-plugin-vue change from 3.4.0 has been reverted. That change requires eslint-plugin-vue@5, while many use eslint-plugin-vue@4. In other words, it was an accidental breaking change. Also, after thinking about it some more, it makes sense to have a Prettier-specific list of rules, rather than using the `vue/no-layout-rules` list, since there can be layout rules that don’t conflict with but rather complement Prettier. - Added: New eslint-plugin-vue rules coming in the next version after 5.1.0. ### [`v3.4.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-340-2019-01-13) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.3.0...v3.4.0) - Added: Support for [eslint-plugin-typescript]. Thanks to Jed Fox ([@​j-f1](https://togithub.com/j-f1))! - Improved: The eslint-plugin-vue integration is now using the `vue/no-layout-rules` config behind the scenes, so it should automatically stay up-to-date when new eslint-plugin-vue versions are released. Thanks to Michał Sajnóg ([@​michalsnik](https://togithub.com/michalsnik))! ### [`v3.3.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-330-2018-11-11) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.2.0...v3.3.0) - Added: The [vue/html-self-closing] rule (as a [special rule][vue/html-self-closing-special]). Thanks to Yamagishi Kazutoshi ([@​ykzts](https://togithub.com/ykzts))! ### [`v3.2.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-320-2018-11-10) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.1.0...v3.2.0) - Added: Support for [eslint-plugin-vue]. - Fixed: The CLI helper tool should now work in Node.js 6 with npm 3 again. Thanks to Grant Snodgrass ([@​meeber](https://togithub.com/meeber))! - Improved: Updated documentation. ### [`v3.1.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-310-2018-09-22) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.0.1...v3.1.0) - Added: Support for [eslint-plugin-unicorn]. Thanks to John Mars ([@​j0hnm4r5](https://togithub.com/j0hnm4r5))! - Changed: The [quotes] rule is now allowed to be used to forbid unnecessary backticks. This means that the CLI helper tool no longer can automatically validate it, so you’ll need to refer the [quotes special rule documentation][quotes-special]. Thanks to Nick Petruzzelli ([@​npetruzzelli](https://togithub.com/npetruzzelli))! ### [`v3.0.1`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-301-2018-08-13) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v3.0.0...v3.0.1) - Improved: `eslint --print-config` usage instructions. ### [`v3.0.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-300-2018-08-13) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v2.10.0...v3.0.0) - Breaking change: Dropped Node.js 4 support. ### [`v2.10.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-2100-2018-08-13) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v2.9.0...v2.10.0) - Added: [flowtype/boolean-style]. Thanks to Mayank Agarwal ([@​Mayank1791989](https://togithub.com/Mayank1791989))! - Added: [react/jsx-child-element-spacing] - Added: [react/jsx-props-no-multi-spaces]

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

codecov[bot] commented 6 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #54   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          14     14           
=====================================
  Hits           14     14

Continue to review full report at Codecov.

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