ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

Bump eslint-plugin-import from 2.13.0 to 2.14.0 #48

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps eslint-plugin-import from 2.13.0 to 2.14.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.14.0] - 2018-08-13 > * 69e0187 (HEAD -> master, source/master, origin/master, origin/HEAD) Merge pull request [#1151](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1151) from jf248/jsx > |\ > | * e30a757 (source/pr/1151, fork/jsx) Add JSX check to namespace rule > |/ > * 8252344 (source/pr/1148) Add error to output when module loaded as resolver has invalid API > ### Added > - [`no-useless-path-segments`]: add commonJS (CJS) support ([#1128], thanks [[**1pete**](https://github.com/1pete)]) > - [`namespace`]: add JSX check ([#1151], thanks [[**jf248**](https://github.com/jf248)]) > > ### Fixed > - [`no-cycle`]: ignore Flow imports ([#1126], thanks [[**gajus**](https://github.com/gajus)]) > - fix Flow type imports ([#1106], thanks [[**syymza**](https://github.com/syymza)]) > - [`no-relative-parent-imports`]: resolve paths ([#1135], thanks [[**chrislloyd**](https://github.com/chrislloyd)]) > - [`import/order`]: fix autofixer when using typescript-eslint-parser ([#1137], thanks [[**justinanastos**](https://github.com/justinanastos)]) > - repeat fix from [#797] for [#717], in another place (thanks [[**ljharb**](https://github.com/ljharb)]) > > ### Refactors > - add explicit support for RestElement alongside ExperimentalRestProperty (thanks [[**ljharb**](https://github.com/ljharb)])
Commits - [`5931141`](https://github.com/benmosher/eslint-plugin-import/commit/59311419f0546a1f14929a6889a86ec4859486ae) Changelog/package bumps - [`69e0187`](https://github.com/benmosher/eslint-plugin-import/commit/69e0187aabc3f63dd738cdf71f097398fb36a9ca) Merge pull request [#1151](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1151) from jf248/jsx - [`e30a757`](https://github.com/benmosher/eslint-plugin-import/commit/e30a7577bf46f8c44bb12118563e833fd1b69d06) Add JSX check to namespace rule - [`8252344`](https://github.com/benmosher/eslint-plugin-import/commit/825234402a3dbe58138781c2f44c3933c59babfe) Add error to output when module loaded as resolver has invalid API - [`f5bff7b`](https://github.com/benmosher/eslint-plugin-import/commit/f5bff7b14c52fdd91afe76865ecec955b1f96539) [fix] repeat fix from [#797](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/797) for [#717](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/717), in another place - [`2d4f651`](https://github.com/benmosher/eslint-plugin-import/commit/2d4f651d6e2759e56e2826d874c697e008deaa9c) [eslint-module-utils]: when parser settings are not an array, throw a better ... - [`0336ef9`](https://github.com/benmosher/eslint-plugin-import/commit/0336ef97c7eb012076002a909e590d33ecaa116d) Merge pull request [#1126](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1126) from gajus/issue-1098 - [`3feb54c`](https://github.com/benmosher/eslint-plugin-import/commit/3feb54cfa20db3ed39b8a32e430b4ea3508eda8a) fix: add a workaround for ESLint < v5 - [`5480240`](https://github.com/benmosher/eslint-plugin-import/commit/5480240b50653e4bd5ed486cf8a6db3a9020ea6c) Merge pull request [#1128](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1128) from 1pete/fix-1127 - [`e5ee158`](https://github.com/benmosher/eslint-plugin-import/commit/e5ee1588e201ea5e878006ee3b2595dab578fcfa) Merge pull request [#1137](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1137) from justinanastos/fix/typescript-import-order-1086 - Additional commits viewable in [compare view](https://github.com/benmosher/eslint-plugin-import/compare/v2.13.0...v2.14.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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.