build(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1 #48

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-plugin-import-2.21.1 into master 2020-06-09 13:55:57 +00:00
dependabot-preview[bot] commented 2020-06-08 10:51:57 +00:00 (Migrated from github.com)

Bumps eslint-plugin-import from 2.20.2 to 2.21.1.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.21.1] - 2020-06-07

Fixed

  • TypeScript: [import/named]: avoid requiring typescript when not using TS (#1805, thanks [@ljharb])

[2.21.0] - 2020-06-07

Added

  • [import/default]: support default export in TSExportAssignment (#1528, thanks [@joaovieira])
  • [no-cycle]: add ignoreExternal option (#1681, thanks [@sveyret])
  • [order]: Add support for TypeScript's "import equals"-expressions (#1785, thanks [@manuth])
  • [import/default]: support default export in TSExportAssignment (#1689, thanks [@Maxim-Mazurok])
  • [no-restricted-paths]: add custom message support (#1802, thanks [@malykhinvi])

Fixed

  • [group-exports]: Flow type export awareness (#1702, thanks [@ernestostifano])
  • [order]: Recognize pathGroup config for first group (#1719, #1724, thanks [@forivall], [@xpl])
  • [no-unused-modules]: Fix re-export not counting as usage when used in combination with import (#1722, thanks [@Ephem])
  • [no-duplicates]: Handle TS import type (#1676, thanks [@kmui2])
  • [newline-after-import]: recognize decorators (#1139, thanks [@atos1990])
  • [no-unused-modules]: Revert "[flow] no-unused-modules: add flow type support" (#1770, thanks [@Hypnosphi])
  • TypeScript: Add nested namespace handling (#1763, thanks [@julien1619])
  • [namespace]/ExportMap: Fix interface declarations for TypeScript (#1764, thanks [@julien1619])
  • [no-unused-modules]: avoid order-dependence (#1744, thanks [@darkartur])
  • [no-internal-modules]: also check export from syntax (#1691, thanks [@adjerbetian])
  • TypeScript: [export]: avoid a crash with export = (#1801, thanks [@ljharb])

Changed

  • [Refactor] no-extraneous-dependencies: use moduleVisitor (#1735, thanks [@adamborowski])
  • TypeScript config: Disable [named][] (#1726, thanks [@astorije])
  • [readme] Remove duplicate no-unused-modules from docs (#1690, thanks [@arvigeus])
  • [Docs] order: fix bad inline config (#1788, thanks [@nickofthyme])
  • [Tests] Add fix for Windows Subsystem for Linux (#1786, thanks [@manuth])
  • [Docs] no-unused-rules: Fix docs for unused exports (#1776, thanks [@barbogast])
  • [eslint] bump minimum v7 version to v7.2.0
Commits
  • 63d2a3f Bump to v2.21.1
  • 381b2b5 [Fix] TypeScript: named: avoid requiring typescript when not using TS
  • 2699251 Bump to v2.21.0
  • d84062e [eslint] bump minimum v7 version to v7.2.0
  • 199143c [Deps] update array-includes, array.prototype.flat, `eslint-import-resolv...
  • 4ff9b92 [Fix] TypeScript: export: avoid a crash with export =
  • 0d6d12e [Tests] add test for export * from a d.ts file
  • 0b81052 [New] no-restricted-paths: Add custom message support
  • 0b585a1 [New] import/default: support default export in TSExportAssignment
  • 0547c7e [Tests] add test case for #1645
  • Additional commits viewable in compare view

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • 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)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.21.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.21.1] - 2020-06-07</h2> <h3>Fixed</h3> <ul> <li>TypeScript: [<code>import/named</code>]: avoid requiring <code>typescript</code> when not using TS (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1805">#1805</a>, thanks [<a href="https://github.com/ljharb">@ljharb</a>])</li> </ul> <h2>[2.21.0] - 2020-06-07</h2> <h3>Added</h3> <ul> <li>[<code>import/default</code>]: support default export in TSExportAssignment (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1528">#1528</a>, thanks [<a href="https://github.com/joaovieira">@joaovieira</a>])</li> <li>[<code>no-cycle</code>]: add <code>ignoreExternal</code> option (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1681">#1681</a>, thanks [<a href="https://github.com/sveyret">@sveyret</a>])</li> <li>[<code>order</code>]: Add support for TypeScript's &quot;import equals&quot;-expressions (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1785">#1785</a>, thanks [<a href="https://github.com/manuth">@manuth</a>])</li> <li>[<code>import/default</code>]: support default export in TSExportAssignment (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1689">#1689</a>, thanks [<a href="https://github.com/Maxim-Mazurok">@Maxim-Mazurok</a>])</li> <li>[<code>no-restricted-paths</code>]: add custom message support (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1802">#1802</a>, thanks [<a href="https://github.com/malykhinvi">@malykhinvi</a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>group-exports</code>]: Flow type export awareness (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1702">#1702</a>, thanks [<a href="https://github.com/ernestostifano">@ernestostifano</a>])</li> <li>[<code>order</code>]: Recognize pathGroup config for first group (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1719">#1719</a>, <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1724">#1724</a>, thanks [<a href="https://github.com/forivall">@forivall</a>], [<a href="https://github.com/xpl">@xpl</a>])</li> <li>[<code>no-unused-modules</code>]: Fix re-export not counting as usage when used in combination with import (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1722">#1722</a>, thanks [<a href="https://github.com/Ephem">@Ephem</a>])</li> <li>[<code>no-duplicates</code>]: Handle TS import type (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1676">#1676</a>, thanks [<a href="https://github.com/kmui2">@kmui2</a>])</li> <li>[<code>newline-after-import</code>]: recognize decorators (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1139">#1139</a>, thanks [<a href="https://github.com/atos1990">@atos1990</a>])</li> <li>[<code>no-unused-modules</code>]: Revert &quot;[flow] <code>no-unused-modules</code>: add flow type support&quot; (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1770">#1770</a>, thanks [<a href="https://github.com/Hypnosphi">@Hypnosphi</a>])</li> <li>TypeScript: Add nested namespace handling (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1763">#1763</a>, thanks [<a href="https://github.com/julien1619">@julien1619</a>])</li> <li>[<code>namespace</code>]/<code>ExportMap</code>: Fix interface declarations for TypeScript (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1764">#1764</a>, thanks [<a href="https://github.com/julien1619">@julien1619</a>])</li> <li>[<code>no-unused-modules</code>]: avoid order-dependence (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1744">#1744</a>, thanks [<a href="https://github.com/darkartur">@darkartur</a>])</li> <li>[<code>no-internal-modules</code>]: also check <code>export from</code> syntax (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1691">#1691</a>, thanks [<a href="https://github.com/adjerbetian">@adjerbetian</a>])</li> <li>TypeScript: [<code>export</code>]: avoid a crash with <code>export =</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1801">#1801</a>, thanks [<a href="https://github.com/ljharb">@ljharb</a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] <code>no-extraneous-dependencies</code>: use moduleVisitor (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1735">#1735</a>, thanks [<a href="https://github.com/adamborowski">@adamborowski</a>])</li> <li>TypeScript config: Disable [<code>named</code>][] (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1726">#1726</a>, thanks [<a href="https://github.com/astorije">@astorije</a>])</li> <li>[readme] Remove duplicate no-unused-modules from docs (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1690">#1690</a>, thanks [<a href="https://github.com/arvigeus">@arvigeus</a>])</li> <li>[Docs] <code>order</code>: fix bad inline config (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1788">#1788</a>, thanks [<a href="https://github.com/nickofthyme">@nickofthyme</a>])</li> <li>[Tests] Add fix for Windows Subsystem for Linux (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1786">#1786</a>, thanks [<a href="https://github.com/manuth">@manuth</a>])</li> <li>[Docs] <code>no-unused-rules</code>: Fix docs for unused exports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1776">#1776</a>, thanks [<a href="https://github.com/barbogast">@barbogast</a>])</li> <li>[eslint] bump minimum v7 version to v7.2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/63d2a3f8c0d9ef874680c3150d1c14925fb1f36b"><code>63d2a3f</code></a> Bump to v2.21.1</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/381b2b56597bfc45e2558d916ad78a7db055f691"><code>381b2b5</code></a> [Fix] TypeScript: <code>named</code>: avoid requiring <code>typescript</code> when not using TS</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/26992510364f7c6061b18249c33ee8d9a14ccc80"><code>2699251</code></a> Bump to v2.21.0</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/d84062e290b1e2b80f459ecff7dde5ea5f8c0141"><code>d84062e</code></a> [eslint] bump minimum v7 version to v7.2.0</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/199143c830d79d00aaef5599f0616a1bdfd51bfb"><code>199143c</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.flat</code>, `eslint-import-resolv...</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/4ff9b923c60621ade9dd944584a0ca0112bb5b53"><code>4ff9b92</code></a> [Fix] TypeScript: <code>export</code>: avoid a crash with <code>export =</code></li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/0d6d12e4f8a7037080315f0e6c5ea63f706867da"><code>0d6d12e</code></a> [Tests] add test for <code>export *</code> from a d.ts file</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/0b81052dbe7b0f14d9cebd586afcf30f3b6d55a2"><code>0b81052</code></a> [New] <code>no-restricted-paths</code>: Add custom message support</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/0b585a14d605eb059050bb07ab3c2a2abf3961a6"><code>0b585a1</code></a> [New] <code>import/default</code>: support default export in TSExportAssignment</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/0547c7efa0a1becd2cdf35ae03f6fe74472398d9"><code>0547c7e</code></a> [Tests] add test case for <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1645">#1645</a></li> <li>Additional commits viewable in <a href="https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.20.2&new-version=2.21.1)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.20.2&new-version=2.21.1) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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) </details>
mcataford (Migrated from github.com) reviewed 2020-06-08 10:51:57 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.