Build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.2 #863

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-import-2.27.2 into master 2023-01-12 05:53:07 +00:00
argoyle commented 2023-01-12 04:41:16 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-import from 2.26.0 to 2.27.2.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.27.2] - 2023-01-11

Fixed

  • [no-duplicates]: do not unconditionally require typescript (#2665)

[2.27.1] - 2023-01-11

Fixed

[2.27.0] - 2023-01-11

Added

Fixed

  • [order]: move nested imports closer to main import entry (#2396, thanks [@​pri1311])
  • [no-restricted-paths]: fix an error message (#2466, thanks [@​AdriAt360])
  • [no-restricted-paths]: use Minimatch.match instead of minimatch to comply with Windows Native paths (#2466, thanks [@​AdriAt360])
  • [order]: require with member expression could not be fixed if alphabetize.order was used (#2490, thanks [@​msvab])
  • [order]: leave more space in rankings for consecutive path groups (#2506, thanks [@​Pearce-Ropion])
  • [no-cycle]: add ExportNamedDeclaration statements to dependencies (#2511, thanks [@​BenoitZugmeyer])
  • [dynamic-import-chunkname]: prevent false report on a valid webpack magic comment (#2330, thanks [@​mhmadhamster])
  • [export]: do not error on TS export overloads (#1590, thanks [@​ljharb])
  • [no-unresolved], [extensions]: ignore type only exports (#2436, thanks [@​Lukas-Kullmann])
  • ExportMap: add missing param to function (#2589, thanks [@​Fdawgs])
  • [no-unused-modules]: checkPkgFieldObject filters boolean fields from checks (#2598, thanks [@​mpint])
  • [no-cycle]: accept Flow typeof imports, just like type (#2608, thanks [@​gnprice])
  • [no-import-module-exports]: avoid a false positive for import variables (#2315, thanks [@​BarryThePenguin])

Changed

... (truncated)

Commits
  • eee88e4 Bump to 2.27.2
  • 07171ef [Fix] no-duplicates: do not unconditionally require typescript
  • 167f16c Bump to 2.27.1
  • 7cca10b [Fix] array.prototype.flatmap should be a prod dep
  • 01950df Bump to 2.27.0
  • 3b45d20 [Deps] update eslint-import-resolver-node
  • 74e2a95 [resolvers/node] v0.3.7
  • 9288cf7 [meta] CONTRIBUTING.md: add resources for newcomers
  • c2f003a [Fix] no-import-module-exports: avoid a false positive for import variables
  • 404b5ce [Deps] update debug to v3
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.27.2] - 2023-01-11</h2> <h3>Fixed</h3> <ul> <li>[<code>no-duplicates</code>]: do not unconditionally require <code>typescript</code> (<a href="https://github.com/import-js/eslint-plugin-import/issues/2665">#2665</a>)</li> </ul> <h2>[2.27.1] - 2023-01-11</h2> <h3>Fixed</h3> <ul> <li><code>array.prototype.flatmap</code> should be a prod dep (<a href="https://github.com/import-js/eslint-plugin-import/issues/2664">#2664</a>, thanks [<a href="https://github.com/cristobal"><code>@​cristobal</code></a>])</li> </ul> <h2>[2.27.0] - 2023-01-11</h2> <h3>Added</h3> <ul> <li>[<code>newline-after-import</code>]: add <code>considerComments</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2399">#2399</a>, thanks [<a href="https://github.com/pri1311"><code>@​pri1311</code></a>])</li> <li>[<code>no-cycle</code>]: add <code>allowUnsafeDynamicCyclicDependency</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2387">#2387</a>, thanks [<a href="https://github.com/GerkinDev"><code>@​GerkinDev</code></a>])</li> <li>[<code>no-restricted-paths</code>]: support arrays for <code>from</code> and <code>target</code> options (<a href="https://github.com/import-js/eslint-plugin-import/issues/2466">#2466</a>, thanks [<a href="https://github.com/AdriAt360"><code>@​AdriAt360</code></a>])</li> <li>[<code>no-anonymous-default-export</code>]: add <code>allowNew</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2505">#2505</a>, thanks [<a href="https://github.com/DamienCassou"><code>@​DamienCassou</code></a>])</li> <li>[<code>order</code>]: Add <code>distinctGroup</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2395">#2395</a>, thanks [<a href="https://github.com/hyperupcall"><code>@​hyperupcall</code></a>])</li> <li>[<code>no-extraneous-dependencies</code>]: Add <code>includeInternal</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2541">#2541</a>, thanks [<a href="https://github.com/bdwain"><code>@​bdwain</code></a>])</li> <li>[<code>no-extraneous-dependencies</code>]: Add <code>includeTypes</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2543">#2543</a>, thanks [<a href="https://github.com/bdwain"><code>@​bdwain</code></a>])</li> <li>[<code>order</code>]: new <code>alphabetize.orderImportKind</code> option to sort imports with same path based on their kind (<code>type</code>, <code>typeof</code>) (<a href="https://github.com/import-js/eslint-plugin-import/issues/2544">#2544</a>, thanks [<a href="https://github.com/stropho"><code>@​stropho</code></a>])</li> <li>[<code>consistent-type-specifier-style</code>]: add rule (<a href="https://github.com/import-js/eslint-plugin-import/issues/2473">#2473</a>, thanks [<a href="https://github.com/bradzacher"><code>@​bradzacher</code></a>])</li> <li>Add [<code>no-empty-named-blocks</code>] rule (<a href="https://github.com/import-js/eslint-plugin-import/issues/2568">#2568</a>, thanks [<a href="https://github.com/guilhermelimak"><code>@​guilhermelimak</code></a>])</li> <li>[<code>prefer-default-export</code>]: add &quot;target&quot; option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2602">#2602</a>, thanks [<a href="https://github.com/azyzz228"><code>@​azyzz228</code></a>])</li> <li>[<code>no-absolute-path</code>]: add fixer (<a href="https://github.com/import-js/eslint-plugin-import/issues/2613">#2613</a>, thanks [<a href="https://github.com/adipascu"><code>@​adipascu</code></a>])</li> <li>[<code>no-duplicates</code>]: support inline type import with <code>inlineTypeImport</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2475">#2475</a>, thanks [<a href="https://github.com/snewcomer"><code>@​snewcomer</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>order</code>]: move nested imports closer to main import entry (<a href="https://github.com/import-js/eslint-plugin-import/issues/2396">#2396</a>, thanks [<a href="https://github.com/pri1311"><code>@​pri1311</code></a>])</li> <li>[<code>no-restricted-paths</code>]: fix an error message (<a href="https://github.com/import-js/eslint-plugin-import/issues/2466">#2466</a>, thanks [<a href="https://github.com/AdriAt360"><code>@​AdriAt360</code></a>])</li> <li>[<code>no-restricted-paths</code>]: use <code>Minimatch.match</code> instead of <code>minimatch</code> to comply with Windows Native paths (<a href="https://github.com/import-js/eslint-plugin-import/issues/2466">#2466</a>, thanks [<a href="https://github.com/AdriAt360"><code>@​AdriAt360</code></a>])</li> <li>[<code>order</code>]: require with member expression could not be fixed if alphabetize.order was used (<a href="https://github.com/import-js/eslint-plugin-import/issues/2490">#2490</a>, thanks [<a href="https://github.com/msvab"><code>@​msvab</code></a>])</li> <li>[<code>order</code>]: leave more space in rankings for consecutive path groups (<a href="https://github.com/import-js/eslint-plugin-import/issues/2506">#2506</a>, thanks [<a href="https://github.com/Pearce-Ropion"><code>@​Pearce-Ropion</code></a>])</li> <li>[<code>no-cycle</code>]: add ExportNamedDeclaration statements to dependencies (<a href="https://github.com/import-js/eslint-plugin-import/issues/2511">#2511</a>, thanks [<a href="https://github.com/BenoitZugmeyer"><code>@​BenoitZugmeyer</code></a>])</li> <li>[<code>dynamic-import-chunkname</code>]: prevent false report on a valid webpack magic comment (<a href="https://github.com/import-js/eslint-plugin-import/issues/2330">#2330</a>, thanks [<a href="https://github.com/mhmadhamster"><code>@​mhmadhamster</code></a>])</li> <li>[<code>export</code>]: do not error on TS export overloads (<a href="https://github.com/import-js/eslint-plugin-import/issues/1590">#1590</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li>[<code>no-unresolved</code>], [<code>extensions</code>]: ignore type only exports (<a href="https://github.com/import-js/eslint-plugin-import/issues/2436">#2436</a>, thanks [<a href="https://github.com/Lukas-Kullmann"><code>@​Lukas-Kullmann</code></a>])</li> <li><code>ExportMap</code>: add missing param to function (<a href="https://github.com/import-js/eslint-plugin-import/issues/2589">#2589</a>, thanks [<a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a>])</li> <li>[<code>no-unused-modules</code>]: <code>checkPkgFieldObject</code> filters boolean fields from checks (<a href="https://github.com/import-js/eslint-plugin-import/issues/2598">#2598</a>, thanks [<a href="https://github.com/mpint"><code>@​mpint</code></a>])</li> <li>[<code>no-cycle</code>]: accept Flow <code>typeof</code> imports, just like <code>type</code> (<a href="https://github.com/import-js/eslint-plugin-import/issues/2608">#2608</a>, thanks [<a href="https://github.com/gnprice"><code>@​gnprice</code></a>])</li> <li>[<code>no-import-module-exports</code>]: avoid a false positive for import variables (<a href="https://github.com/import-js/eslint-plugin-import/issues/2315">#2315</a>, thanks [<a href="https://github.com/BarryThePenguin"><code>@​BarryThePenguin</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Tests] [<code>named</code>]: Run all TypeScript test (<a href="https://github.com/import-js/eslint-plugin-import/issues/2427">#2427</a>, thanks [<a href="https://github.com/ProdigySim"><code>@​ProdigySim</code></a>])</li> <li>[readme] note use of typescript in readme <code>import/extensions</code> section (<a href="https://github.com/import-js/eslint-plugin-import/issues/2440">#2440</a>, thanks [<a href="https://github.com/OutdatedVersion"><code>@​OutdatedVersion</code></a>])</li> <li>[Docs] [<code>order</code>]: use correct default value (<a href="https://github.com/import-js/eslint-plugin-import/issues/2392">#2392</a>, thanks [<a href="https://github.com/hyperupcall"><code>@​hyperupcall</code></a>])</li> <li>[meta] replace git.io link in comments with the original URL (<a href="https://github.com/import-js/eslint-plugin-import/issues/2444">#2444</a>, thanks [<a href="https://github.com/liby"><code>@​liby</code></a>])</li> <li>[Docs] remove global install in readme (<a href="https://github.com/import-js/eslint-plugin-import/issues/2412">#2412</a>, thanks [<a href="https://github.com/aladdin-add"><code>@​aladdin-add</code></a>])</li> <li>[readme] clarify <code>eslint-import-resolver-typescript</code> usage (<a href="https://github.com/import-js/eslint-plugin-import/issues/2503">#2503</a>, thanks [<a href="https://github.com/JounQin"><code>@​JounQin</code></a>])</li> <li>[Refactor] [<code>no-cycle</code>]: Add per-run caching of traversed paths (<a href="https://github.com/import-js/eslint-plugin-import/issues/2419">#2419</a>, thanks [<a href="https://github.com/nokel81"><code>@​nokel81</code></a>])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/eee88e46d9d3b6e18de419569e7d31207a2a0ba5"><code>eee88e4</code></a> Bump to 2.27.2</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/07171efc6fa9161eeb788e2af433436f434ca05c"><code>07171ef</code></a> [Fix] <code>no-duplicates</code>: do not unconditionally require <code>typescript</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/167f16c5fdbc5cd194b10f19ebb89c0834f7c2df"><code>167f16c</code></a> Bump to 2.27.1</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/7cca10b80d0afcef78c61a9337932de5630cea4f"><code>7cca10b</code></a> [Fix] <code>array.prototype.flatmap</code> should be a prod dep</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/01950df8ec68824f52aca43b751621059fea51cd"><code>01950df</code></a> Bump to 2.27.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/3b45d2075b24fd3aeaf73776e0eb8738880a79c0"><code>3b45d20</code></a> [Deps] update <code>eslint-import-resolver-node</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/74e2a9562c010aa0f875c83c644e929600fa64c8"><code>74e2a95</code></a> [resolvers/node] v0.3.7</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/9288cf77d88b836493e52a6614865b2832a1bc01"><code>9288cf7</code></a> [meta] CONTRIBUTING.md: add resources for newcomers</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/c2f003a801f454abe0ff58f3bc5ea0b5360c036a"><code>c2f003a</code></a> [Fix] <code>no-import-module-exports</code>: avoid a false positive for import variables</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/404b5cef76ee6f5f13b678a41349ca923eb97b57"><code>404b5ce</code></a> [Deps] update <code>debug</code> to v3</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.2">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-01-12 05:42:42 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 57f81f11 - 1 commit from branch master
  • e33ec23e - Build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.2

Compare with previous version

added 2 commits <ul><li>57f81f11 - 1 commit from branch <code>master</code></li><li>e33ec23e - Build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/814/diffs?diff_id=575617170&start_sha=058a5a0be1d0ad8115a26f4686c65c9a76476dee)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-01-12 05:42:57 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-01-12 05:53:07 +00:00
Sign in to join this conversation.