algolia / algolia-sitemap

a node library allowing you to generate sitemaps from an Algolia index.
https://yarn.pm/algolia-sitemap
MIT License
35 stars 15 forks source link

chore(deps): update dependency eslint to v4.19.1 - autoclosed #96

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

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

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.18.0`](https://github.com/eslint/eslint/releases/v4.18.0) * 70f22f3 Chore: Apply memoization to config creation within glob utils (#​9944) (Kenton Jacobsen) * 0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes #​9882) (#​9951) (Teddy Katz) * 47ac478 Update: add named imports and exports for object-curly-newline (#​9876) (Nicholas Chua) * e8efdd0 Fix: support Rest/Spread Properties (fixes #​9885) (#​9943) (Toru Nagashima) * f012b8c Fix: support Async iteration (fixes #​9891) (#​9957) (Toru Nagashima) * 74fa253 Docs: Clarify no-mixed-operators options (fixes #​9962) (#​9964) (Ivan Hayes) * 426868f Docs: clean up key-spacing docs (fixes #​9900) (#​9963) (Abid Uzair) * 4a6f22e Update: support eslint-disable-* block comments (fixes #​8781) (#​9745) (Erin) * 777283b Docs: Propose fix typo for function (#​9965) (John Eismeier) * bf3d494 Docs: Fix typo in max-len ignorePattern example. (#​9956) (Tim Martin) * d64fbb4 Docs: fix typo in prefer-destructuring.md example (#​9930) (Vse Mozhet Byt) * f8d343f Chore: Fix default issue template (#​9946) (Kai Cataldo) --- ### [`v4.18.1`](https://github.com/eslint/eslint/releases/v4.18.1) * f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #​9992) (#​9993) (Teddy Katz) * 3e99363 Docs: Fixed typo in key-spacing rule doc (#​9987) (Jaid) * 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#​9986) (Toru Nagashima) --- ### [`v4.18.2`](https://github.com/eslint/eslint/releases/v4.18.2) * 6b71fd0 Fix: table@​4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#​10022) (Mathieu Seiler) * 3c697de Chore: fix incorrect comment about linter.verify return value (#​10030) (Teddy Katz) * 9df8653 Chore: refactor parser-loading out of linter.verify (#​10028) (Teddy Katz) * f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #​10002) (#​10019) (Jamie Davis) * e4f52ce Chore: Simplify dataflow in linter.verify (#​10020) (Teddy Katz) * 33177cd Chore: make library files non-executable (#​10021) (Teddy Katz) * 558ccba Chore: refactor directive comment processing (#​10007) (Teddy Katz) * 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#​10010) (Teddy Katz) * a1c3759 Chore: refactor populating configs with defaults in linter (#​10006) (Teddy Katz) * aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #​9954) (#​9985) (Rachael Sim) --- ### [`v4.19.0`](https://github.com/eslint/eslint/releases/v4.19.0) * 55a1593 Update: consecutive option for one-var (fixes #​4680) (#​9994) (薛定谔的猫) * 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #​9893) (#​10062) (Toru Nagashima) * 935f4e4 Docs: Clarify default ignoring of node_modules (#​10092) (Matijs Brinkhuis) * 72ed3db Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description (#​10084) (Stephen Edgar) * 3aded2f Docs: Fix lodash typos, make spacing consistent (#​10073) (Josh Smith) * e33bb64 Chore: enable no-param-reassign on ESLint codebase (#​10065) (Teddy Katz) * 66a1e9a Docs: fix possible typo (#​10060) (Vse Mozhet Byt) * 2e68be6 Update: give a node at least the indentation of its parent (fixes #​9995) (#​10054) (Teddy Katz) * 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #​9878) (#​10055) (Teddy Katz) * 2a4c838 Docs: Update ECMAScript versions in FAQ (#​10047) (alberto) --- ### [`v4.19.1`](https://github.com/eslint/eslint/releases/v4.19.1) * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #​10112) (#​10113) (薛定谔的猫) * abc765c Fix: object-curly-newline minProperties w/default export (fixes #​10101) (#​10103) (Kevin Partington) * 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#​10114) (CJ R) * 0360cc2 Chore: Adding debug logs on successful plugin loads (#​10100) (Kevin Partington) * a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#​10102) (Kevin Partington) ---
Commits #### v4.18.0 - [`f8d343f`](https://github.com/eslint/eslint/commit/f8d343fa29623051f97df0e5ea0139bd4258dfdb) Chore: Fix default issue template (#​9946) - [`d64fbb4`](https://github.com/eslint/eslint/commit/d64fbb41d344f70f155ee334c5eddac4c9d0861c) Docs: fix typo in prefer-destructuring.md example (#​9930) - [`bf3d494`](https://github.com/eslint/eslint/commit/bf3d4943aa583f042c315e640ef90018d016f2c2) Docs: Fix typo in max-len ignorePattern example. (#​9956) - [`777283b`](https://github.com/eslint/eslint/commit/777283b340ebaf4ca0a7ace6601d7d3b327cc8d4) Docs: Propose fix typo for function (#​9965) - [`4a6f22e`](https://github.com/eslint/eslint/commit/4a6f22e94d4ba1f1e5df748ab08c9f7d0b0140ec) Update: support eslint-disable-* block comments (fixes #​8781) (#​9745) - [`426868f`](https://github.com/eslint/eslint/commit/426868fdc70daa2996e35416190dc3835360da85) Docs: clean up key-spacing docs (fixes #​9900) (#​9963) - [`74fa253`](https://github.com/eslint/eslint/commit/74fa253555b60ea018e65655dd3866ed134c707c) Docs: Clarify no-mixed-operators options (fixes #​9962) (#​9964) - [`f012b8c`](https://github.com/eslint/eslint/commit/f012b8c7802e702a69ea8b3522cdc4c7842f038c) Fix: support Async iteration (fixes #​9891) (#​9957) - [`e8efdd0`](https://github.com/eslint/eslint/commit/e8efdd063f6dfaf32c9b4e237aff272721c01c1a) Fix: support Rest/Spread Properties (fixes #​9885) (#​9943) - [`47ac478`](https://github.com/eslint/eslint/commit/47ac478f3272fca771461e1cc6d4e91b1ecaaccc) Update: add named imports and exports for object-curly-newline (#​9876) - [`0e4ae22`](https://github.com/eslint/eslint/commit/0e4ae22d4adebd1cb603ac9cb55daf70c9b921d0) Update: fix indent bug with binary operators/ignoredNodes (fixes #​9882) (#​9951) - [`70f22f3`](https://github.com/eslint/eslint/commit/70f22f3f545402811068cee1fae5035be3dc4600) Chore: Apply memoization to config creation within glob utils (#​9944) - [`89d55ca`](https://github.com/eslint/eslint/commit/89d55ca21d2d6b36b629dc78bef3c3dcbadf0296) Build: changelog update for 4.18.0 - [`883a2a2`](https://github.com/eslint/eslint/commit/883a2a2eee1adcc832d43ef77140ff7e2736e676) 4.18.0 #### v4.18.1 - [`7c2cd70`](https://github.com/eslint/eslint/commit/7c2cd70c95f6795169d72577754452716b440851) Docs: deprecate experimentalObjectRestSpread (#​9986) - [`3e99363`](https://github.com/eslint/eslint/commit/3e9936371df8235c1dfe5f7d58fad4632e45e975) Docs: Fixed typo in key-spacing rule doc (#​9987) - [`f417506`](https://github.com/eslint/eslint/commit/f417506198d2ab8deca1e6127c164cef882d356f) Fix: ensure no-await-in-loop reports the correct node (fixes #​9992) (#​9993) - [`537b5c3`](https://github.com/eslint/eslint/commit/537b5c32f8ad49063375a4961f9eb54c68de8963) Build: changelog update for 4.18.1 - [`8c237d8`](https://github.com/eslint/eslint/commit/8c237d8be368798acea876adedd3533a99e30368) 4.18.1 #### v4.18.2 - [`aea07dc`](https://github.com/eslint/eslint/commit/aea07dc88689ff0d6fea27e4099ce7f1a42ff90a) Fix: Make max-len ignoreStrings ignore JSXText (fixes #​9954) (#​9985) - [`a1c3759`](https://github.com/eslint/eslint/commit/a1c3759adfd087c8b5c3c892b92885b7dded4224) Chore: refactor populating configs with defaults in linter (#​10006) - [`18e15d9`](https://github.com/eslint/eslint/commit/18e15d978c17503f7ca352333a47069afcb70a1c) Chore: avoid useless catch clauses that just rethrow errors (#​10010) - [`558ccba`](https://github.com/eslint/eslint/commit/558ccba0fc8cafd969c7f18ff09be7fc0670536f) Chore: refactor directive comment processing (#​10007) - [`33177cd`](https://github.com/eslint/eslint/commit/33177cd863e37897fd1c7e98f2f69ba31028453b) Chore: make library files non-executable (#​10021) - [`e4f52ce`](https://github.com/eslint/eslint/commit/e4f52ce6a6b6149e21b1d1a2f3f5f71d58d7106a) Chore: Simplify dataflow in linter.verify (#​10020) - [`f6901d0`](https://github.com/eslint/eslint/commit/f6901d0bcf6c918ac4e5c6c7c4bddeb2cb715c09) Fix: remove catastrophic backtracking vulnerability (fixes #​10002) (#​10019) - [`9df8653`](https://github.com/eslint/eslint/commit/9df865326616b9865ab186c9769e95bc0bf98a20) Chore: refactor parser-loading out of linter.verify (#​10028) - [`3c697de`](https://github.com/eslint/eslint/commit/3c697de6182b19d49b910a33b1bc6b0a0e2569b3) Chore: fix incorrect comment about linter.verify return value (#​10030) - [`6b71fd0`](https://github.com/eslint/eslint/commit/6b71fd0bcbf9cc00ed4076587f5692b72f6e9aa5) Fix: table@​4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#​10022) - [`817b84b`](https://github.com/eslint/eslint/commit/817b84bf523dee12884ed37c9c86328e9fb5c532) Build: changelog update for 4.18.2 - [`22ff6f3`](https://github.com/eslint/eslint/commit/22ff6f3ab122f61c10fa51f9b1082f2e6f302938) 4.18.2 #### v4.19.0 - [`2a4c838`](https://github.com/eslint/eslint/commit/2a4c838c7d9d13050028b23925f4691d215d8337) Docs: Update ECMAScript versions in FAQ (#​10047) - [`72ca5b3`](https://github.com/eslint/eslint/commit/72ca5b35b843cc376a66632e07c307f923063701) Update: Correctly indent JSXText with trailing linebreaks (fixes #​9878) (#​10055) - [`2e68be6`](https://github.com/eslint/eslint/commit/2e68be643178eeb86f2b9f66bc1670b624cb09f2) Update: give a node at least the indentation of its parent (fixes #​9995) (#​10054) - [`66a1e9a`](https://github.com/eslint/eslint/commit/66a1e9aa85c37c1d4430ad633d8354930c818796) Docs: fix possible typo (#​10060) - [`e33bb64`](https://github.com/eslint/eslint/commit/e33bb64601b1dffe1b8bc8b2a5142121c8b56523) Chore: enable no-param-reassign on ESLint codebase (#​10065) - [`3aded2f`](https://github.com/eslint/eslint/commit/3aded2f984a6bc972a3f2198fddcf4a323d7a201) Docs: Fix lodash typos, make spacing consistent (#​10073) - [`72ed3db`](https://github.com/eslint/eslint/commit/72ed3dbcdda8ec1387e75676c3166fec71337a69) Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description (#​10084) - [`935f4e4`](https://github.com/eslint/eslint/commit/935f4e460d83c39f107118c4c4dbb7f6b58684b1) Docs: Clarify default ignoring of node_modules (#​10092) - [`8d3814e`](https://github.com/eslint/eslint/commit/8d3814e4ae823e58f40539047bb35bcaf5c76660) Fix: false positive about ES2018 RegExp enhancements (fixes #​9893) (#​10062) - [`55a1593`](https://github.com/eslint/eslint/commit/55a15936346def8ddc0c5023431df20bec798fb2) Update: consecutive option for one-var (fixes #​4680) (#​9994) - [`16fc59e`](https://github.com/eslint/eslint/commit/16fc59e95140aeb7d7cda732aca7921a12b046c1) Build: changelog update for 4.19.0 - [`4f595e8`](https://github.com/eslint/eslint/commit/4f595e8a7cc1fefae866d2cf0e758515d6098e3c) 4.19.0 #### v4.19.1 - [`a717c5d`](https://github.com/eslint/eslint/commit/a717c5db7575c0ba677f1fd1e909cba08818bfae) Chore: Adding log at beginning of unit tests in Makefile.js (#​10102) - [`0360cc2`](https://github.com/eslint/eslint/commit/0360cc25c86619d30e37e25d4ce9a78309591c18) Chore: Adding debug logs on successful plugin loads (#​10100) - [`6f9e155`](https://github.com/eslint/eslint/commit/6f9e15514e7a6b880b7c735ac9e8b43aed3cc67e) Docs: Update ambiguous for...in example for guard-for-in (#​10114) - [`abc765c`](https://github.com/eslint/eslint/commit/abc765c1bc6b546db82cb5cd038b66a3aa68b315) Fix: object-curly-newline minProperties w/default export (fixes #​10101) (#​10103) - [`3ff5d11`](https://github.com/eslint/eslint/commit/3ff5d11fe2ed601d4e0226bde50c06fe7c7f16ac) Fix: no-invalid-regexp not understand variable for flags (fixes #​10112) (#​10113) - [`b446650`](https://github.com/eslint/eslint/commit/b446650083012a152ec55dd19c20f2ce951eb30a) Build: changelog update for 4.19.1 - [`f1f1bdf`](https://github.com/eslint/eslint/commit/f1f1bdfffe0c2675e42cb6ad58145d40a6870135) 4.19.1

This PR has been generated by Renovate Bot.