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-plugin-import to v2.10.0 #102

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency eslint-plugin-import from v2.9.0 to v2.10.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 ### [`v2.10.0`](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2100---2018-03-29) ##### Added - Autofixer for [`order`] rule ([#​711], thanks [@​tihonove]) - Add [`no-cycle`] rule: reports import cycles. ---
Commits #### v2.10.0 - [`220f209`](https://github.com/benmosher/eslint-plugin-import/commit/220f209bc45de7421778ccba43b210505b52ea52) Merge branch 'release' - [`1f4ef02`](https://github.com/benmosher/eslint-plugin-import/commit/1f4ef022989aa71db379f6f1cdaa521377a53b89) add changelog for no-useless-path-segments - [`44a038c`](https://github.com/benmosher/eslint-plugin-import/commit/44a038c06487964394b1e15b64f3bd34e5d40cde) Merge pull request #​1030 from graingert/patch-2 - [`402c60a`](https://github.com/benmosher/eslint-plugin-import/commit/402c60a3377fa2bbbb7980b2efa7f4afd62ebcd8) [Fix] `group-exports`: use module.exports, not export default - [`59ea30e`](https://github.com/benmosher/eslint-plugin-import/commit/59ea30e60bd44b83185945618fd4917dc1a4ef62) Header-ify rule categories for easy linking - [`196c238`](https://github.com/benmosher/eslint-plugin-import/commit/196c238d664c0002bce0fc630ae66130cc6c19cc) Merge pull request #​1036 from nevir/patch-1 - [`f12f2a7`](https://github.com/benmosher/eslint-plugin-import/commit/f12f2a708d4bc11649c69189a05355c0e2dd18e0) Fixes #​656 - Should handle object-rest properties in `namespace` - [`1a084cc`](https://github.com/benmosher/eslint-plugin-import/commit/1a084cc975c0f0a3da60822197e47c718402d694) Add tests - [`158f4e8`](https://github.com/benmosher/eslint-plugin-import/commit/158f4e8276a9d7c2298d2409c0a1022e45e5e349) Merge pull request #​1039 from preco21/namespace-crash-fix - [`0844645`](https://github.com/benmosher/eslint-plugin-import/commit/084464558d11509254d496688d9957649f95ebe3) Add missing env variable for webpack config - [`4b311ac`](https://github.com/benmosher/eslint-plugin-import/commit/4b311ac6faf93c6f6fc9a186de6f44da3bd70aaa) Add Unit test using env option - [`efa1723`](https://github.com/benmosher/eslint-plugin-import/commit/efa1723ff9fd31a6b4b1945845dc6db4246746e1) adds more examples to the import/extensions rule docs - [`5f7ecd3`](https://github.com/benmosher/eslint-plugin-import/commit/5f7ecd33b1b1bb012c305b42ea9a4aae2c640542) Merge pull request #​1044 from botify-labs/add-missing-env-variable-in-webpack-config - [`8c19fb4`](https://github.com/benmosher/eslint-plugin-import/commit/8c19fb4981bed0b4b9ebe00c1852f0ba1150c742) Merge pull request #​1045 from petegleeson/master - [`84b34e8`](https://github.com/benmosher/eslint-plugin-import/commit/84b34e89b06c65caeb0d9e6ceba5709c13a9fc63) [Docs] fixes problem with weird highlighting - [`1eac942`](https://github.com/benmosher/eslint-plugin-import/commit/1eac942a740b4986488973640746e021cb9f31d3) Merge pull request #​1048 from petegleeson/master - [`5fa2851`](https://github.com/benmosher/eslint-plugin-import/commit/5fa2851adc2d27c01d5b4ce1f4f3af10999d775b) wip: no-cycle support with general dependency "imports" map in ExportMap - [`0c21c4e`](https://github.com/benmosher/eslint-plugin-import/commit/0c21c4e0f6e8248f56561ad66dfcfa7d21ba31a1) sublime-linter project tweaks - [`f7c48b5`](https://github.com/benmosher/eslint-plugin-import/commit/f7c48b5e819ffb2dd310bc107a987c605db9305c) no-cycle: real rule! first draft, perf is likely atrocious - [`314c0b7`](https://github.com/benmosher/eslint-plugin-import/commit/314c0b771787b8808b40d8fe82809b0c63102986) fix issue (and add conspicuously absent test) with 'export *' - [`864dbcf`](https://github.com/benmosher/eslint-plugin-import/commit/864dbcff8e0b0f98f8093f217952ad4b45e2f9af) no-cycle: explicit CJS/AMD tests - [`6933fa4`](https://github.com/benmosher/eslint-plugin-import/commit/6933fa4e33e76218a92fc968b6e6541a19902f7d) no-cycle: initial docs + maxDepth option - [`d81f48a`](https://github.com/benmosher/eslint-plugin-import/commit/d81f48a2506182738409805f5272eff4d77c9348) no-cycle: maxDepth tests + docs - [`ad66aea`](https://github.com/benmosher/eslint-plugin-import/commit/ad66aea712554a50a000ade565b81b0956ca1cfa) smh. - [`231874c`](https://github.com/benmosher/eslint-plugin-import/commit/231874c6162f1eb5ca877f46bab55170f58f9599) update eslint-import-resolver-webpack homepage to the source of the package (#​997) - [`e215b61`](https://github.com/benmosher/eslint-plugin-import/commit/e215b61193bae8c610157a72bd26596288cec2de) try solution from appveyor/ci#​650 - [`b34d9ff`](https://github.com/benmosher/eslint-plugin-import/commit/b34d9ff9f2c1ab45ff4a5e840f802b16be111da2) Add autofixer for order rule (#​908) - [`ab44320`](https://github.com/benmosher/eslint-plugin-import/commit/ab44320f8f99972f7e07f31804616652d0d79c98) changelog notes - [`ed719a3`](https://github.com/benmosher/eslint-plugin-import/commit/ed719a3305ef1bb723d92d7b8227ccb0cdf1f8be) Merge branch 'no-cycles' - [`82f67e6`](https://github.com/benmosher/eslint-plugin-import/commit/82f67e69adb9b6850312cafb50c61cd23e49e87c) bump utils to v2.2.0

This PR has been generated by Renovate Bot.

algobot commented 6 years ago

Deploy preview for community-project-boilerplate ready!

Built with commit 9962005a0a5eb8d047a1a40bea7564859ad4c50b

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