algolia / community-project-boilerplate

Minimal setup for community projects [NO MORE MAINTAINED]
https://community.algolia.com/community-project-boilerplate
MIT License
3 stars 5 forks source link

chore(deps): update dependency eslint to v4.17.0 #30

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency eslint from v4.12.1 to v4.17.0

Note: This PR was created on a configured schedule ("every weekend" in timezone Europe/Paris) and will not receive updates outside those times.

Release Notes ### [`v4.13.0`](https://github.com/eslint/eslint/releases/v4.13.0) * 256481b Update: update handling of destructuring in camelcase (fixes #​8511) (#​9468) (Erin) * d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#​9690) (Jed Fox) * 1ad3091 Chore: fix test-suite to work with node master (#​9688) (Myles Borins) * cdb1488 Docs: Adds an example with try/catch. (#​9672) (Jaap Taal) --- ### [`v4.13.1`](https://github.com/eslint/eslint/releases/v4.13.1) * b72dc83 Fix: eol-last allow empty-string to always pass (refs #​9534) (#​9696) (Kevin Partington) * d80aa7c Fix: camelcase destructure leading/trailing underscore (fixes #​9700) (#​9701) (Kevin Partington) * d49d9d0 Docs: Add missing period to the README (#​9702) (Kevin Partington) * 4564fe0 Chore: no-invalid-meta crash if no export assignment (refs #​9534) (#​9698) (Kevin Partington) --- ### [`v4.14.0`](https://github.com/eslint/eslint/releases/v4.14.0) * be2f57e Update: support separate requires in one-var. (fixes #​6175) (#​9441) (薛定谔的猫) * 370d614 Docs: Fix typos (#​9751) (Jed Fox) * 8196c45 Chore: Reorganize CLI options and associated docs (#​9758) (Kevin Partington) * 75c7419 Update: Logical-and is counted in `complexity` rule (fixes #​8535) (#​9754) (Kevin Partington) * eb4b1e0 Docs: reintroduce misspelling in `valid-typeof` example (#​9753) (Teddy Katz) * ae51eb2 New: Add allowImplicit option to array-callback-return (fixes #​8539) (#​9344) (James C. Davis) * e9d5dfd Docs: improve no-extra-parens formatting (#​9747) (Rich Trott) * 37d066c Chore: Add unit tests for overrides glob matching. (#​9744) (Robert Jackson) * 805a94e Chore: Fix typo in CLIEngine test name (#​9741) (@​scriptdaemon) * 1c2aafd Update: Improve parser integrations (fixes #​8392) (#​8755) (Toru Nagashima) * 4ddc131 Upgrade: debug@​^3.1.0 (#​9731) (Kevin Partington) * f252c19 Docs: Make the lint message `source` property a little more subtle (#​9735) (Jed Fox) * 5a5c23c Docs: fix the link to contributing page (#​9727) (Victor Hom) * f44ce11 Docs: change beginner to good first issue label text (#​9726) (Victor Hom) * 14baa2e Chore: improve arrow-body-style error message (refs #​5498) (#​9718) (Teddy Katz) * f819920 Docs: fix typos (#​9723) (Thomas Broadley) * 43d4ba8 Fix: false positive on rule`lines-between-class-members` (fixes #​9665) (#​9680) (sakabar) --- ### [`v4.15.0`](https://github.com/eslint/eslint/releases/v4.15.0) * 6ab04b5 New: Add context.report({ messageId }) (fixes #​6740) (#​9165) (Jed Fox) * fc7f404 Docs: add url to each of the rules (refs #​6582) (#​9788) (Patrick McElhaney) * fc44da9 Docs: fix sort-imports rule block language (#​9805) (ferhat elmas) * 65f0176 New: CLIEngine#getRules() (refs #​6582) (#​9782) (Patrick McElhaney) * c64195f Update: More detailed assert message for rule-tester (#​9769) (Weijia Wang) * 9fcfabf Fix: no-extra-parens false positive (fixes: #​9755) (#​9795) (Erin) * 61e5fa0 Docs: Add table of contents to Node.js API docs (#​9785) (Patrick McElhaney) * 4c87f42 Fix: incorrect error messages of no-unused-vars (fixes #​9774) (#​9791) (akouryy) * bbabf34 Update: add `ignoreComments` option to `indent` rule (fixes #​9018) (#​9752) (Kevin Partington) * db431cb Docs: HTTP -> HTTPS (fixes #​9768) (#​9768) (Ronald Eddy Jr) * cbf0fb9 Docs: describe how to feature-detect scopeManager/visitorKeys support (#​9764) (Teddy Katz) * f7dcb70 Docs: Add note about "patch release pending" label to maintainer guide (#​9763) (Teddy Katz) --- ### [`v4.16.0`](https://github.com/eslint/eslint/releases/v4.16.0) * e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #​7567) (#​9796) (Michael Ficarra) * af043eb Update: Add NewExpression support to comma-style (#​9591) (Frazer McLean) * 4f898c7 Build: Fix JSDoc syntax errors (#​9813) (Matija Marohnić) * 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#​9852) (Kevin Partington) * b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #​9526) (#​9855) (PiIsFour) * 8ccbdda Docs: Clarify that -c configs merge with `.eslintrc.*` (fixes #​9535) (#​9847) (Kevin Partington) * 978574f Docs: Fix examples for no-useless-escape (#​9853) (Toru Kobayashi) * cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#​9815) (Kevin Partington) * 2e87ddd Docs: Sync messageId examples' style with other examples (#​9816) (Kevin Partington) * 1d61930 Update: use doctrine range information in valid-jsdoc (#​9831) (Teddy Katz) * 133336e Update: fix indent behavior on template literal arguments (fixes #​9061) (#​9820) (Teddy Katz) * ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #​9373) (#​9819) (Teddy Katz) * add1e70 Update: fix indent bug on comments in ternary expressions (fixes #​9729) (#​9818) (Teddy Katz) * 6a5cd32 Fix: prefer-destructuring error with computed properties (fixes #​9784) (#​9817) (Teddy Katz) * 601f851 Docs: Minor modification to code comments for clarity (#​9821) (rgovind92) * b9da067 Docs: fix misleading info about RuleTester column numbers (#​9830) (Teddy Katz) * 2cf4522 Update: Rename and deprecate object-property-newline option (#​9570) (Jonathan Pool) * acde640 Docs: Add ES 2018 to Configuring ESLint (#​9829) (Kai Cataldo) * ccfce15 Docs: Minor tweaks to working with rules page (#​9824) (Kevin Partington) * 54b329a Docs: fix substitution of {{ name }} (#​9822) (Andres Kalle) --- ### [`v4.17.0`](https://github.com/eslint/eslint/releases/v4.17.0) * 1da1ada Update: Add "multiline" type to padding-line-between-statements (#​8668) (Matthew Bennett) * bb213dc Chore: Use messageIds in some of the core rules (#​9648) (Jed Fox) * 1aa1970 Docs: remove outdated rule naming convention (#​9925) (Teddy Katz) * 3afaff6 Docs: Add prefer-destructuring variable reassignment example (#​9873) (LePirlouit) * d20f6b4 Fix: Typo in error message when running npm (#​9866) (Maciej Kasprzyk) * 51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (#​9911) (Kai Cataldo) * dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #​9907) (#​9906) (Kevin Partington) * 084351b Docs: Fix the messageId example (fixes #​9889) (#​9892) (Jed Fox) * 9cbb487 Docs: Mention the `globals` key in the no-undef docs (#​9867) (Dan Dascalescu) ---
Commits #### v4.13.0 - [`cdb1488`](https://github.com/eslint/eslint/commit/cdb148813e9688598da805459921909f94871035) Docs: Adds an example with try/catch. (#​9672) - [`1ad3091`](https://github.com/eslint/eslint/commit/1ad30915271dcd32f8832cca7450717d66e125de) Chore: fix test-suite to work with node master (#​9688) - [`d067ae1`](https://github.com/eslint/eslint/commit/d067ae1f4e985bf7444cae0460aae4ef7d8c5723) Docs: Don’t use undocumented array-style configuration for max-len (#​9690) - [`256481b`](https://github.com/eslint/eslint/commit/256481b04d201dd01dcac5947f9ae018fde5defc) Update: update handling of destructuring in camelcase (fixes #​8511) (#​9468) - [`ac331bc`](https://github.com/eslint/eslint/commit/ac331bc6fef936b999f0f292c033e32073aeaeb1) Build: changelog update for 4.13.0 - [`29c3610`](https://github.com/eslint/eslint/commit/29c361011fc7ab00aaa42a7d3d19b04405e302ae) 4.13.0 #### v4.13.1 - [`4564fe0`](https://github.com/eslint/eslint/commit/4564fe0ffeab88adfc7da466e506c0dad01f6912) Chore: no-invalid-meta crash if no export assignment (refs #​9534) (#​9698) - [`d49d9d0`](https://github.com/eslint/eslint/commit/d49d9d003579d0b11feab54ddac788b9526b3eec) Docs: Add missing period to the README (#​9702) - [`d80aa7c`](https://github.com/eslint/eslint/commit/d80aa7c87fb35355823576bb96e03f61e36bb986) Fix: camelcase destructure leading/trailing underscore (fixes #​9700) (#​9701) - [`b72dc83`](https://github.com/eslint/eslint/commit/b72dc837f8b402e01ae6bbf2bbed98631256540e) Fix: eol-last allow empty-string to always pass (refs #​9534) (#​9696) - [`3b0833f`](https://github.com/eslint/eslint/commit/3b0833f04cbefe6976f3ddd6de99c0984191d55a) Build: changelog update for 4.13.1 - [`234cd26`](https://github.com/eslint/eslint/commit/234cd2639c74c783f5ddf58381197aebdcd3bd36) 4.13.1 #### v4.14.0 - [`43d4ba8`](https://github.com/eslint/eslint/commit/43d4ba803ca0e506c8090feacd877ec62eaf78b8) Fix: false positive on rule`lines-between-class-members` (fixes #​9665) (#​9680) - [`f819920`](https://github.com/eslint/eslint/commit/f819920eea9c1e2288e4a0ebc9ef49321ab0b88a) Docs: fix typos (#​9723) - [`14baa2e`](https://github.com/eslint/eslint/commit/14baa2e2ca47f162a5a08e02706ae365e737d5e7) Chore: improve arrow-body-style error message (refs #​5498) (#​9718) - [`f44ce11`](https://github.com/eslint/eslint/commit/f44ce115ed40201a2b5ee6d4fbca1b6fdeb137b5) Docs: change beginner to good first issue label text (#​9726) - [`5a5c23c`](https://github.com/eslint/eslint/commit/5a5c23ce3e18d6ba8e2a5ab0efb4cc21aaadf9cd) Docs: fix the link to contributing page (#​9727) - [`f252c19`](https://github.com/eslint/eslint/commit/f252c1915c16763ca9731e2ac7c67cb16e2100d3) Docs: Make the lint message `source` property a little more subtle (#​9735) - [`4ddc131`](https://github.com/eslint/eslint/commit/4ddc131872420afcdcdfff9fe6d691f86d785f4e) Upgrade: debug@​^3.1.0 (#​9731) - [`1c2aafd`](https://github.com/eslint/eslint/commit/1c2aafdc03467ab3a3291b238f561f784b60616e) Update: Improve parser integrations (fixes #​8392) (#​8755) - [`805a94e`](https://github.com/eslint/eslint/commit/805a94e61fdc81a3fd33d1ce71df61cf33023c56) Chore: Fix typo in CLIEngine test name (#​9741) - [`37d066c`](https://github.com/eslint/eslint/commit/37d066ce9962fbd1723035606d62da96d190be65) Chore: Add unit tests for overrides glob matching. (#​9744) - [`e9d5dfd`](https://github.com/eslint/eslint/commit/e9d5dfdc1f6b8593bc3c33df666106a945bf2446) Docs: improve no-extra-parens formatting (#​9747) - [`ae51eb2`](https://github.com/eslint/eslint/commit/ae51eb24998299a29c5b87c829587e772f6d9a03) New: Add allowImplicit option to array-callback-return (fixes #​8539) (#​9344) - [`eb4b1e0`](https://github.com/eslint/eslint/commit/eb4b1e03f82e3e76db65de07b07d2f94d0a8b25e) Docs: reintroduce misspelling in `valid-typeof` example (#​9753) - [`75c7419`](https://github.com/eslint/eslint/commit/75c741946e4255cdd8e744578bf474b3a7571cec) Update: Logical-and is counted in `complexity` rule (fixes #​8535) (#​9754) - [`8196c45`](https://github.com/eslint/eslint/commit/8196c45ee02c37b8197a9af542eeab2414300c54) Chore: Reorganize CLI options and associated docs (#​9758) - [`370d614`](https://github.com/eslint/eslint/commit/370d614a8bdf3c69ce33277cd9faf97ed2c5d414) Docs: Fix typos (#​9751) - [`be2f57e`](https://github.com/eslint/eslint/commit/be2f57e105da5f7c1a87d47bb371f75df83eaca1) Update: support separate requires in one-var. (fixes #​6175) (#​9441) - [`5a29612`](https://github.com/eslint/eslint/commit/5a2961237d73c0c02eb9c9f6328f1597e2664b15) Build: changelog update for 4.14.0 - [`8d166b4`](https://github.com/eslint/eslint/commit/8d166b4190dbbd1c3796f68a1a5bf3bf71e6837a) 4.14.0 #### v4.15.0 - [`f7dcb70`](https://github.com/eslint/eslint/commit/f7dcb701727a6cfcfcf1c62afb6e19353bb98a6c) Docs: Add note about "patch release pending" label to maintainer guide (#​9763) - [`cbf0fb9`](https://github.com/eslint/eslint/commit/cbf0fb9b209dd2d3efe69510925805da5fa8e29f) Docs: describe how to feature-detect scopeManager/visitorKeys support (#​9764) - [`db431cb`](https://github.com/eslint/eslint/commit/db431cbcac1c31f792d3763681efdd6414861fb4) Docs: HTTP -> HTTPS (fixes #​9768) (#​9768) - [`bbabf34`](https://github.com/eslint/eslint/commit/bbabf34febaf368a9078c53cdeb792a42b21d3ed) Update: add `ignoreComments` option to `indent` rule (fixes #​9018) (#​9752) - [`4c87f42`](https://github.com/eslint/eslint/commit/4c87f428bc501e087ab4882dae9b4fd2bc22041d) Fix: incorrect error messages of no-unused-vars (fixes #​9774) (#​9791) - [`61e5fa0`](https://github.com/eslint/eslint/commit/61e5fa09a624f1faf310e8bc3fe553afefb37c22) Docs: Add table of contents to Node.js API docs (#​9785) - [`9fcfabf`](https://github.com/eslint/eslint/commit/9fcfabfb3b99c79b7adc42a7a72f3df90eab2fa6) Fix: no-extra-parens false positive (fixes: #​9755) (#​9795) - [`c64195f`](https://github.com/eslint/eslint/commit/c64195fb53570829b8a916503c56d7681687af97) Update: More detailed assert message for rule-tester (#​9769) - [`65f0176`](https://github.com/eslint/eslint/commit/65f01760aeb82729466186fa4a4a432c7f9ce0fe) New: CLIEngine#getRules() (refs #​6582) (#​9782) - [`fc44da9`](https://github.com/eslint/eslint/commit/fc44da960844657131be6fbe7e888aedee0d90f9) Docs: fix sort-imports rule block language (#​9805) - [`fc7f404`](https://github.com/eslint/eslint/commit/fc7f404365e87fb6ee4f30149e486229cda4eb2e) Docs: add url to each of the rules (refs #​6582) (#​9788) - [`6ab04b5`](https://github.com/eslint/eslint/commit/6ab04b553ec3ecb65ed3473b3f873b5a72af3675) New: Add context.report({ messageId }) (fixes #​6740) (#​9165) - [`2dfc3bd`](https://github.com/eslint/eslint/commit/2dfc3bdabacc59c9cdf24fb07961efda52d5dd02) Build: changelog update for 4.15.0 - [`e14ceb0`](https://github.com/eslint/eslint/commit/e14ceb0451b0a18b4a78feb7d3521caf1c9d5747) 4.15.0 #### v4.16.0 - [`54b329a`](https://github.com/eslint/eslint/commit/54b329ab0cb197baf8223515cbc17ca84ea88063) Docs: fix substitution of {{ name }} (#​9822) - [`ccfce15`](https://github.com/eslint/eslint/commit/ccfce15784fd2bedf8f19e89f009697f42eb4e0d) Docs: Minor tweaks to working with rules page (#​9824) - [`acde640`](https://github.com/eslint/eslint/commit/acde640da093bf7181de59b40eec41da2456ee3e) Docs: Add ES 2018 to Configuring ESLint (#​9829) - [`2cf4522`](https://github.com/eslint/eslint/commit/2cf452243351d2f9ff704aaf13a517cbde494ad4) Update: Rename and deprecate object-property-newline option (#​9570) - [`b9da067`](https://github.com/eslint/eslint/commit/b9da067deb7c15f6a908614001f755d39db43aa1) Docs: fix misleading info about RuleTester column numbers (#​9830) - [`601f851`](https://github.com/eslint/eslint/commit/601f8518ab2ba3fb6bcc00062b1fdca5f369c042) Docs: Minor modification to code comments for clarity (#​9821) - [`6a5cd32`](https://github.com/eslint/eslint/commit/6a5cd32e5a75b23558ad0282e080ffbb6affcad0) Fix: prefer-destructuring error with computed properties (fixes #​9784) (#​9817) - [`add1e70`](https://github.com/eslint/eslint/commit/add1e703a52b86662386f9b9b177b0fc86a33acc) Update: fix indent bug on comments in ternary expressions (fixes #​9729) (#​9818) - [`ea1b15d`](https://github.com/eslint/eslint/commit/ea1b15d3f996f10b63fcaec2efb44efdb7cda3a0) Fix: avoid crashing on malformed configuration comments (fixes #​9373) (#​9819) - [`133336e`](https://github.com/eslint/eslint/commit/133336e04edc59c7441fc0670b0b24dd15ded9b3) Update: fix indent behavior on template literal arguments (fixes #​9061) (#​9820) - [`1d61930`](https://github.com/eslint/eslint/commit/1d6193047b59a5e6b5cc296961b3cb79fbf07074) Update: use doctrine range information in valid-jsdoc (#​9831) - [`2e87ddd`](https://github.com/eslint/eslint/commit/2e87ddd43be4460b48d6c88fb51d3d138de47138) Docs: Sync messageId examples' style with other examples (#​9816) - [`cd5681d`](https://github.com/eslint/eslint/commit/cd5681dfb6e398f5fd869dfbe654cfa8ea32d34a) Chore: Deactivate consistent-docs-url in internal rules folder (#​9815) - [`978574f`](https://github.com/eslint/eslint/commit/978574f8b0d0e66d5f781e08bb874e0a9000278c) Docs: Fix examples for no-useless-escape (#​9853) - [`8ccbdda`](https://github.com/eslint/eslint/commit/8ccbdda6a4cf3ff9b2601f3278eebbb8a922c97e) Docs: Clarify that -c configs merge with `.eslintrc.*` (fixes #​9535) (#​9847) - [`b96fb31`](https://github.com/eslint/eslint/commit/b96fb318f8dd63937df74458b67f7bfb46ddeb66) Docs: configuration hierarchy for CLIEngine options (fixes #​9526) (#​9855) - [`13bcf3c`](https://github.com/eslint/eslint/commit/13bcf3ca531d699ee68567154e720377219773d0) Fix: Removing curly quotes in no-eq-null report message (#​9852) - [`4f898c7`](https://github.com/eslint/eslint/commit/4f898c74b4bdfea52c7cd9b8d2bf12c3c349eb88) Build: Fix JSDoc syntax errors (#​9813) - [`af043eb`](https://github.com/eslint/eslint/commit/af043eb6551d74d79710c6fbc0919bab203b9867) Update: Add NewExpression support to comma-style (#​9591) - [`e26a25f`](https://github.com/eslint/eslint/commit/e26a25fdeb191f48a44e3684ec5dd062a36306e7) Update: allow continue instead of if wrap in guard-for-in (fixes #​7567) (#​9796) - [`1a9ddee`](https://github.com/eslint/eslint/commit/1a9ddeed94b5e6f9d4dd45339faa540147b1b44c) Build: changelog update for 4.16.0 - [`33ca1ea`](https://github.com/eslint/eslint/commit/33ca1ea67e41a05ff1283f6be36553db3904ec1f) 4.16.0 #### v4.17.0 - [`9cbb487`](https://github.com/eslint/eslint/commit/9cbb487e8e84ff3268c05ab47b3b72c51b5f766e) Docs: Mention the `globals` key in the no-undef docs (#​9867) - [`084351b`](https://github.com/eslint/eslint/commit/084351bedb1001fc460e9acea4952b0b6139ec23) Docs: Fix the messageId example (fixes #​9889) (#​9892) - [`dc80487`](https://github.com/eslint/eslint/commit/dc804875fcac38dc4c89b7631007d534815c6078) Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #​9907) (#​9906) - [`51ec6a7`](https://github.com/eslint/eslint/commit/51ec6a71f2df0229577a568c4a5251eb8f02bf5a) Docs: Use GitHub Multiple PR/Issue templates (#​9911) - [`d20f6b4`](https://github.com/eslint/eslint/commit/d20f6b429839b253706e3e34f9b7a4a6c05f3fc2) Fix: Typo in error message when running npm (#​9866) - [`3afaff6`](https://github.com/eslint/eslint/commit/3afaff6039f4c5b3a8421b2746fb7bfa5d13ae9b) Docs: Add prefer-destructuring variable reassignment example (#​9873) - [`1aa1970`](https://github.com/eslint/eslint/commit/1aa1970632953dae3f3044386aaf043aea7ebf04) Docs: remove outdated rule naming convention (#​9925) - [`bb213dc`](https://github.com/eslint/eslint/commit/bb213dccfd0661fb82e8de42cbaa996c97722929) Chore: Use messageIds in some of the core rules (#​9648) - [`1da1ada`](https://github.com/eslint/eslint/commit/1da1ada2ce21960a450e7e97762cfca0c7dd7233) Update: Add "multiline" type to padding-line-between-statements (#​8668) - [`5ad3fb2`](https://github.com/eslint/eslint/commit/5ad3fb228a514823aa94b27ddd8943c0cac71690) Build: changelog update for 4.17.0 - [`2af9446`](https://github.com/eslint/eslint/commit/2af94466fe8f87058fad4bd168958d2a7612a79d) 4.17.0

This PR has been generated by Renovate Bot.

algobot commented 6 years ago

Deploy preview for community-project-boilerplate ready!

Built with commit 93971418afaaaaeac86cc4b8ea72a2728fa15941

https://deploy-preview-30--community-project-boilerplate.netlify.com