Build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 #198

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-import-2.25.4 into master 2022-01-03 14:38:56 +00:00
argoyle commented 2022-01-03 04:39:16 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-import from 2.25.3 to 2.25.4.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.25.4] - 2022-01-02

Fixed

  • importType: avoid crashing on a non-string' (#2305, thanks [@​ljharb])
  • [first]: prevent crash when parsing angular templates (#2210, thanks [@​ljharb])
  • importType: properly resolve @/*-aliased imports as internal (#2334, thanks [@​ombene])
  • [named]/ExportMap: handle named imports from CJS modules that use dynamic import (#2341, thanks [@​ludofischer])

Changed

  • [no-default-import]: report on the token "default" instead of the entire node (#2299, thanks [@​pmcelhaney])
  • [Docs] [order]: Remove duplicate mention of default (#2280, thanks [@​johnthagen])
  • [Deps] update eslint-module-utils
Commits
  • 68cea3e Bump to v2.25.4
  • dbf668e [Dev Deps] update safe-publish-latest
  • ef93681 [Deps] update eslint-module-utils
  • de88739 utils: v2.7.2
  • 9e06eff [utils] [Refactor] inline pkgDir implementation; remove pkg-dir
  • 210e40a [utils] [patch] Fix @babel/eslint-parser 8 compatibility
  • e3ca68e [Fix] named/ExportMap: handle named imports from CJS modules that use dyn...
  • ef980d4 [Fix] importType: properly resolve @/*-aliased imports as internal
  • e156316 [Docs] prefer-default-export: fix typo
  • e8d79b5 [Tests] fix OSX tests
  • 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.25.3 to 2.25.4. <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.25.4] - 2022-01-02</h2> <h3>Fixed</h3> <ul> <li><code>importType</code>: avoid crashing on a non-string' (<a href="https://github.com/import-js/eslint-plugin-import/issues/2305">#2305</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li>[<code>first</code>]: prevent crash when parsing angular templates (<a href="https://github.com/import-js/eslint-plugin-import/issues/2210">#2210</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li><code>importType</code>: properly resolve <code>@/*</code>-aliased imports as internal (<a href="https://github.com/import-js/eslint-plugin-import/issues/2334">#2334</a>, thanks [<a href="https://github.com/ombene"><code>@​ombene</code></a>])</li> <li>[<code>named</code>]/<code>ExportMap</code>: handle named imports from CJS modules that use dynamic import (<a href="https://github.com/import-js/eslint-plugin-import/issues/2341">#2341</a>, thanks [<a href="https://github.com/ludofischer"><code>@​ludofischer</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[<code>no-default-import</code>]: report on the token &quot;default&quot; instead of the entire node (<a href="https://github.com/import-js/eslint-plugin-import/issues/2299">#2299</a>, thanks [<a href="https://github.com/pmcelhaney"><code>@​pmcelhaney</code></a>])</li> <li>[Docs] [<code>order</code>]: Remove duplicate mention of default (<a href="https://github.com/import-js/eslint-plugin-import/issues/2280">#2280</a>, thanks [<a href="https://github.com/johnthagen"><code>@​johnthagen</code></a>])</li> <li>[Deps] update <code>eslint-module-utils</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/68cea3e6b6fe5fd61e5cf2e2c7c0be9e8dc597cb"><code>68cea3e</code></a> Bump to v2.25.4</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/dbf668e99026c211ced6125297f47f38e0e866c7"><code>dbf668e</code></a> [Dev Deps] update <code>safe-publish-latest</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ef9368150b2ecab02acd6642181ec3e0ba852261"><code>ef93681</code></a> [Deps] update <code>eslint-module-utils</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/de8873973a3185b8d4a5c4bbbf6f2f22c4abc288"><code>de88739</code></a> utils: v2.7.2</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/9e06effc700b1c1bd5ada3bff42fefa668d99b6d"><code>9e06eff</code></a> [utils] [Refactor] inline <code>pkgDir</code> implementation; remove <code>pkg-dir</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/210e40a11815bf8ae573324c2449933dcc1df5b9"><code>210e40a</code></a> [utils] [patch] Fix <code>@babel/eslint-parser</code> 8 compatibility</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/e3ca68edaf7b34ee17afe13f2117fed87c200007"><code>e3ca68e</code></a> [Fix] <code>named</code>/<code>ExportMap</code>: handle named imports from CJS modules that use dyn...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ef980d4b116cc5473990a633ef5214b6e37468b0"><code>ef980d4</code></a> [Fix] <code>importType</code>: properly resolve <code>@/*</code>-aliased imports as internal</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/e15631696440396f39dad6daf99d48f56f7defce"><code>e156316</code></a> [Docs] <code>prefer-default-export</code>: fix typo</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/e8d79b5abe295eb956401b06d7dfb87b29ad5635"><code>e8d79b5</code></a> [Tests] fix OSX tests</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4">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 2022-01-03 14:38:56 +00:00 (Migrated from gitlab.com)

mentioned in commit 342e69c4b5

mentioned in commit 342e69c4b59dff0276aad112269c3dfcd47396fd
argoyle (Migrated from gitlab.com) merged commit 342e69c4b5 into master 2022-01-03 14:38:56 +00:00
Sign in to join this conversation.