corgicode / api

Backend for the codecorgi platform
http://codecorgi.co
Other
3 stars 0 forks source link

Bump eslint-plugin-import from 2.8.0 to 2.11.0 #98

Open dependabot-preview[bot] opened 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps eslint-plugin-import from 2.8.0 to 2.11.0.

Release notes *Sourced from eslint-plugin-import's [releases](https://github.com/benmosher/eslint-plugin-import/releases).* > ## es6-only > - Removed `no-common` in favor of enforcing that all imports have ES6 modules behind them. ([#20](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/20)) > - `resolve.root` setting allows module resolution to start from some arbitrary path within your package, instead of just relative paths and `node_modules`. ([#18](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/18))
Changelog *Sourced from eslint-plugin-import's [changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md).* > # [2.11.0] - 2018-04-09 > ### Added > - Fixer for [`first`] ([#1046], thanks [[**fengkfengk**](https://github.com/fengkfengk)]) > - `allow-require` option for [`no-commonjs`] rule ([#880], thanks [[**futpib**](https://github.com/futpib)]) > > ### Fixed > - memory/CPU regression where ASTs were held in memory ([#1058], thanks [[**klimashkin**](https://github.com/klimashkin)]/[[**lukeapage**](https://github.com/lukeapage)]) > > ## [2.10.0] - 2018-03-29 > ### Added > - Autofixer for [`order`] rule ([#908], thanks [[**tihonove**](https://github.com/tihonove)]) > - Add [`no-cycle`] rule: reports import cycles. > > ## [2.9.0] - 2018-02-21 > ### Added > - Add [`group-exports`] rule: style-guide rule to report use of multiple named exports ([#721], thanks [[**robertrossmann**](https://github.com/robertrossmann)]) > - Add [`no-self-import`] rule: forbids a module from importing itself. ([#727], [#449], [#447], thanks [[**giodamelio**](https://github.com/giodamelio)]). > - Add [`no-default-export`] rule ([#889], thanks [[**isiahmeadows**](https://github.com/isiahmeadows)]) > - Add [`no-useless-path-segments`] rule ([#912], thanks [[**graingert**](https://github.com/graingert)] and [[**danny-andrews**](https://github.com/danny-andrews)]) > - ... and more! check the commits for v[2.9.0]
Commits - [`e0dcfbd`](https://github.com/benmosher/eslint-plugin-import/commit/e0dcfbdae5576a716bf07964271f37f2a994ff8f) Merge branch 'fix-perf' into release-2.10.1 (fixes [#1058](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1058)) - [`774ea8d`](https://github.com/benmosher/eslint-plugin-import/commit/774ea8d779f9b7061aee707d171f17190bfc1554) changelog note for [#1058](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1058) - [`7bd2775`](https://github.com/benmosher/eslint-plugin-import/commit/7bd27752ebbe333ff20d2beb41e69a0fdebbaf9d) perf: no AST nodes in caches - [`83c85fc`](https://github.com/benmosher/eslint-plugin-import/commit/83c85fc5d5cf991c8dad2f8707001aed53e638cf) bump to v2.11.0 for [#880](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/880) (semver-minor) - [`54e3013`](https://github.com/benmosher/eslint-plugin-import/commit/54e3013544b3ea75550d09b1f37e22f5906319bf) changelog for [#880](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/880) - [`0ff8f23`](https://github.com/benmosher/eslint-plugin-import/commit/0ff8f235e2ec7ccbaf2cb91fae2efa1bf62b2d96) bump to v2.10.1 - [`f0b4f3e`](https://github.com/benmosher/eslint-plugin-import/commit/f0b4f3e187ce38f3f2f2a4f25372984be89bee07) Merge pull request [#1069](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1069) from ljharb/resolve - [`fb8e1e5`](https://github.com/benmosher/eslint-plugin-import/commit/fb8e1e5e482a9f280c024f3dc10dc0e33ca5592a) [patch] use `resolve` instead of `builtin-modules` - [`d8077c8`](https://github.com/benmosher/eslint-plugin-import/commit/d8077c83817cf907c4e962fa8e10cb93bea7d2a7) Merge pull request [#1064](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1064) from ljharb/fix_no_cycle - [`80d1ceb`](https://github.com/benmosher/eslint-plugin-import/commit/80d1ceb2ff2804cb65ed7ed2d144ba4138ebc9d5) Merge pull request [#1065](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1065) from sharmilajesupaul/minor-typo-fix - Additional commits viewable in [compare view](https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.11.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.