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.15.0 to 2.16.0 #142

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps eslint-plugin-import from 2.15.0 to 2.16.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.16.0] - 2019-01-29 > ### Added > - `typescript` config ([#1257], thanks [[**kirill-konshin**](https://github.com/kirill-konshin)]) > > ### Fixed > - Memory leak of `SourceCode` objects for all parsed dependencies, resolved. (issue [#1266], thanks [[**asapach**](https://github.com/asapach)] and [[**sergei-startsev**](https://github.com/sergei-startsev)] for digging in)
Commits - [`9bac44e`](https://github.com/benmosher/eslint-plugin-import/commit/9bac44e629105572ca78a532c968df202e5a18b8) bump to v2.16.0 - [`d305f6a`](https://github.com/benmosher/eslint-plugin-import/commit/d305f6ab7c8869dce80928f6a4d7cd3de10ee3f5) use proper rest arg instead of [].slice - [`e72a336`](https://github.com/benmosher/eslint-plugin-import/commit/e72a336e9b62174c77be79ff6252fb6d780dd238) fix [#1266](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1266) by moving closure creation out of parsing scope ([#1275](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1275)) - [`1ec80fa`](https://github.com/benmosher/eslint-plugin-import/commit/1ec80fa35fa1819e2d35a70e68fb6a149fb57c5e) Fix for [#1256](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1256) ([#1257](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1257)) - See full diff in [compare view](https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...v2.16.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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@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.