build(deps-dev): bump eslint-plugin-import from 2.21.2 to 2.22.0 #63

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-plugin-import-2.22.0 into master 2020-07-15 23:40:51 +00:00
dependabot-preview[bot] commented 2020-06-29 11:28:50 +00:00 (Migrated from github.com)

Bumps eslint-plugin-import from 2.21.2 to 2.22.0.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.22.0] - 2020-06-26

Added

  • [no-unused-modules]: consider exported TypeScript interfaces, types and enums (#1819, thanks [@nicolashenry])
  • [no-cycle]: allow maxDepth option to be "∞" (thanks [@ljharb])

Fixed

  • [order]/TypeScript: properly support import = object expressions (#1823, thanks [@manuth])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies (#1820, thanks [@fernandopasik])
  • [default]: avoid crash with export = (#1822, thanks [@AndrewLeedham])
  • [order]/[newline-after-import]: ignore TypeScript's "export import object" (#1830, thanks [@be5invis])
  • [dynamic-import-chunkname]/TypeScript: supports @typescript-eslint/parser (#1833, thanks [@noelebrun])
  • [order]/TypeScript: ignore ordering of object imports (#1831, thanks [@manuth])
  • [namespace]: do not report on shadowed import names (#518, thanks [@ljharb])
  • [export]: avoid warning on export * as non-conflicts (#1834, thanks [@ljharb])

Changed

  • [no-extraneous-dependencies]: add tests for importing types (#1824, thanks [@taye])
  • [docs] [no-default-export]: Fix docs url (#1836, thanks [@beatrizrezener])
  • [docs] [imports-first]: deprecation info and link to first docs (#1835, thanks [@beatrizrezener])
Commits
  • 878ce6e Bump to v2.22.0
  • 36a535b fixup: [Tests] export: skip export * as tests in eslint < 6
  • 7ceae48 [Tests] export: skip export * as tests in eslint < 6
  • 07dc92a [Fix] export: avoid warning on export * as non-conflicts
  • b944e94 [Fix] namespace: do not report on shadowed import names
  • a963e8d [Refactor] namespace: clean up the code a bit
  • a6cd6bd [docs] imports-first: deprecation info and link to first docs
  • 2468f10 [docs] no-default-export: Fix docs url
  • c38b169 [patch] order/TypeScript: ignore ordering of object imports
  • bfc50b7 [New] no-cycle: allow maxDepth option to be "∞"
  • 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.21.2 to 2.22.0. <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.22.0] - 2020-06-26</h2> <h3>Added</h3> <ul> <li>[<code>no-unused-modules</code>]: consider exported TypeScript interfaces, types and enums (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1819">#1819</a>, thanks [<a href="https://github.com/nicolashenry">@nicolashenry</a>])</li> <li>[<code>no-cycle</code>]: allow <code>maxDepth</code> option to be <code>&quot;∞&quot;</code> (thanks [<a href="https://github.com/ljharb">@ljharb</a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>order</code>]/TypeScript: properly support <code>import = object</code> expressions (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1823">#1823</a>, thanks [<a href="https://github.com/manuth">@manuth</a>])</li> <li>[<code>no-extraneous-dependencies</code>]/TypeScript: do not error when importing type from dev dependencies (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1820">#1820</a>, thanks [<a href="https://github.com/fernandopasik">@fernandopasik</a>])</li> <li>[<code>default</code>]: avoid crash with <code>export =</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1822">#1822</a>, thanks [<a href="https://github.com/AndrewLeedham">@AndrewLeedham</a>])</li> <li>[<code>order</code>]/[<code>newline-after-import</code>]: ignore TypeScript's &quot;export import object&quot; (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1830">#1830</a>, thanks [<a href="https://github.com/be5invis">@be5invis</a>])</li> <li>[<code>dynamic-import-chunkname</code>]/TypeScript: supports <code>@typescript-eslint/parser</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1833">#1833</a>, thanks [<a href="https://github.com/noelebrun">@noelebrun</a>])</li> <li>[<code>order</code>]/TypeScript: ignore ordering of object imports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1831">#1831</a>, thanks [<a href="https://github.com/manuth">@manuth</a>])</li> <li>[<code>namespace</code>]: do not report on shadowed import names (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/518">#518</a>, thanks [<a href="https://github.com/ljharb">@ljharb</a>])</li> <li>[<code>export</code>]: avoid warning on <code>export * as</code> non-conflicts (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1834">#1834</a>, thanks [<a href="https://github.com/ljharb">@ljharb</a>])</li> </ul> <h3>Changed</h3> <ul> <li>[<code>no-extraneous-dependencies</code>]: add tests for importing types (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1824">#1824</a>, thanks [<a href="https://github.com/taye">@taye</a>])</li> <li>[docs] [<code>no-default-export</code>]: Fix docs url (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1836">#1836</a>, thanks [<a href="https://github.com/beatrizrezener">@beatrizrezener</a>])</li> <li>[docs] [<code>imports-first</code>]: deprecation info and link to <code>first</code> docs (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1835">#1835</a>, thanks [<a href="https://github.com/beatrizrezener">@beatrizrezener</a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/878ce6efd055cb13c0cdd15123ae2734a5832ace"><code>878ce6e</code></a> Bump to v2.22.0</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/36a535b6a6628545ef76eb46fcf2cf515a65e7b9"><code>36a535b</code></a> fixup: [Tests] <code>export</code>: skip <code>export * as</code> tests in eslint &lt; 6</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/7ceae48d31240be627f6ee89b28e4c2ba698bb9e"><code>7ceae48</code></a> [Tests] <code>export</code>: skip <code>export * as</code> tests in eslint &lt; 6</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/07dc92a22319a7e24c46a64132370012779a7df3"><code>07dc92a</code></a> [Fix] <code>export</code>: avoid warning on <code>export * as</code> non-conflicts</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/b944e941b51fdc24805f5816a3a5d6022961682e"><code>b944e94</code></a> [Fix] <code>namespace</code>: do not report on shadowed import names</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/a963e8de03534d6c9c870c62b53e1401535cd75c"><code>a963e8d</code></a> [Refactor] <code>namespace</code>: clean up the code a bit</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/a6cd6bdc112f4611ed8b1b22de51faaa487c6af0"><code>a6cd6bd</code></a> [docs] <code>imports-first</code>: deprecation info and link to <code>first</code> docs</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/2468f101dafb73b471dcfb0f929f1ea75301423d"><code>2468f10</code></a> [docs] <code>no-default-export</code>: Fix docs url</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/c38b1699f8e8c7e615fb84b54a90baac8e464f58"><code>c38b169</code></a> [patch] <code>order</code>/TypeScript: ignore ordering of object imports</li> <li><a href="https://github.com/benmosher/eslint-plugin-import/commit/bfc50b72d4a5f390fbd8f2ba8aa7183a24995dc8"><code>bfc50b7</code></a> [New] <code>no-cycle</code>: allow <code>maxDepth</code> option to be <code>&quot;∞&quot;</code></li> <li>Additional commits viewable in <a href="https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0">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.21.2&new-version=2.22.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.21.2&new-version=2.22.0) 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-29 11:28:50 +00:00
codecov-commenter commented 2020-06-29 11:30:13 +00:00 (Migrated from github.com)

Codecov Report

Merging #63 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        34           
  Branches         5         5           
=========================================
  Hits            34        34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31d76f1...6cd7848. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/63?src=pr&el=h1) Report > Merging [#63](https://codecov.io/gh/mcataford/packwatch/pull/63?src=pr&el=desc) into [master](https://codecov.io/gh/mcataford/packwatch/commit/31d76f17f6be9fad7135ed98490899ea37345cd4&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/63/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/63?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #63 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 34 34 Branches 5 5 ========================================= Hits 34 34 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/63?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/63?src=pr&el=footer). Last update [31d76f1...6cd7848](https://codecov.io/gh/mcataford/packwatch/pull/63?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.