Build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0 #310

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-import-2.26.0 into master 2022-04-06 05:03:04 +00:00
argoyle commented 2022-04-06 04:41:38 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-import from 2.25.4 to 2.26.0.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.26.0] - 2022-04-05

Added

  • [no-named-default, no-default-export, prefer-default-export, no-named-export, export, named, namespace, no-unused-modules]: support arbitrary module namespace names (#2358, thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree (#2371, thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer (#2381, thanks [@​forivall])

Fixed

  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging (#1964, thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations (#2378, thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports (#2388, thanks [@​ljharb])

Changed

  • [Tests] no-nodejs-modules: add tests for node protocol URL (#2367, thanks [@​sosukesuzuki])
  • [Tests] default, no-anonymous-default-export, no-mutable-exports, no-named-as-default-member, no-named-as-default: add tests for arbitrary module namespace names (#2358, thanks [@​sosukesuzuki])
  • [Docs] [no-unresolved]: Fix RegExp escaping in readme (#2332, thanks [@​stephtr])
  • [Refactor] namespace: try to improve performance (#2340, thanks [@​ljharb])
  • [Docs] make rule doc titles consistent (#2393, thanks [@​TheJaredWilcurt])
  • [Docs] order: TS code examples should use TS code blocks (#2411, thanks [@​MM25Zamanian])
  • [Docs] no-unresolved: fix link (#2417, thanks [@​kylemh])
Commits
  • d160285 Bump to 2.26.0
  • 0e80ee3 [Deps] update tsconfig-paths
  • d8633c3 [Docs] no-unresolved: fix link
  • 98bbb2c [Docs] order: TS code examples should use TS code blocks
  • 21304bd [Deps] update tsconfig-paths
  • 8b7000e [Fix] no-unused-modules: avoid a crash when processing re-exports
  • 747d6dc [Docs] make rule doc titles consistent
  • b0e6f7f [Refactor] namespace: try to improve performance
  • 00a4ede [Deps] update minimatch
  • 35bd3a5 [Dev Deps] update @angular-eslint/template-parser, chai
  • 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.4 to 2.26.0. <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.26.0] - 2022-04-05</h2> <h3>Added</h3> <ul> <li>[<code>no-named-default</code>, <code>no-default-export</code>, <code>prefer-default-export</code>, <code>no-named-export</code>, <code>export</code>, <code>named</code>, <code>namespace</code>, <code>no-unused-modules</code>]: support arbitrary module namespace names (<a href="https://github.com/import-js/eslint-plugin-import/issues/2358">#2358</a>, thanks [<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>])</li> <li>[<code>no-dynamic-require</code>]: support dynamic import with espree (<a href="https://github.com/import-js/eslint-plugin-import/issues/2371">#2371</a>, thanks [<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>])</li> <li>[<code>no-relative-packages</code>]: add fixer (<a href="https://github.com/import-js/eslint-plugin-import/issues/2381">#2381</a>, thanks [<a href="https://github.com/forivall"><code>@​forivall</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>default</code>]: <code>typescript-eslint-parser</code>: avoid a crash on exporting as namespace (thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li>[<code>export</code>]/TypeScript: false positive for typescript namespace merging (<a href="https://github.com/import-js/eslint-plugin-import/issues/1964">#1964</a>, thanks [<a href="https://github.com/magarcia"><code>@​magarcia</code></a>])</li> <li>[<code>no-duplicates</code>]: ignore duplicate modules in different TypeScript module declarations (<a href="https://github.com/import-js/eslint-plugin-import/issues/2378">#2378</a>, thanks [<a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>])</li> <li>[<code>no-unused-modules</code>]: avoid a crash when processing re-exports (<a href="https://github.com/import-js/eslint-plugin-import/issues/2388">#2388</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Tests] <code>no-nodejs-modules</code>: add tests for node protocol URL (<a href="https://github.com/import-js/eslint-plugin-import/issues/2367">#2367</a>, thanks [<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>])</li> <li>[Tests] <code>default</code>, <code>no-anonymous-default-export</code>, <code>no-mutable-exports</code>, <code>no-named-as-default-member</code>, <code>no-named-as-default</code>: add tests for arbitrary module namespace names (<a href="https://github.com/import-js/eslint-plugin-import/issues/2358">#2358</a>, thanks [<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>])</li> <li>[Docs] [<code>no-unresolved</code>]: Fix RegExp escaping in readme (<a href="https://github.com/import-js/eslint-plugin-import/issues/2332">#2332</a>, thanks [<a href="https://github.com/stephtr"><code>@​stephtr</code></a>])</li> <li>[Refactor] <code>namespace</code>: try to improve performance (<a href="https://github.com/import-js/eslint-plugin-import/issues/2340">#2340</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li>[Docs] make rule doc titles consistent (<a href="https://github.com/import-js/eslint-plugin-import/issues/2393">#2393</a>, thanks [<a href="https://github.com/TheJaredWilcurt"><code>@​TheJaredWilcurt</code></a>])</li> <li>[Docs] <code>order</code>: TS code examples should use TS code blocks (<a href="https://github.com/import-js/eslint-plugin-import/issues/2411">#2411</a>, thanks [<a href="https://github.com/MM25Zamanian"><code>@​MM25Zamanian</code></a>])</li> <li>[Docs] <code>no-unresolved</code>: fix link (<a href="https://github.com/import-js/eslint-plugin-import/issues/2417">#2417</a>, thanks [<a href="https://github.com/kylemh"><code>@​kylemh</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/d1602854ea9842082f48c51da869f3e3b70d1ef9"><code>d160285</code></a> Bump to 2.26.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/0e80ee37cc5e4941c90b781f916b6676bb132da7"><code>0e80ee3</code></a> [Deps] update <code>tsconfig-paths</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/d8633c35ba7031eb49b2a36b27c82b289f8f85ce"><code>d8633c3</code></a> [Docs] <code>no-unresolved</code>: fix link</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/98bbb2cb30f90eaba91ff29bf1c1a21553886302"><code>98bbb2c</code></a> [Docs] <code>order</code>: TS code examples should use TS code blocks</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/21304bdf0124be1db8e6b152b072661b50fa931c"><code>21304bd</code></a> [Deps] update <code>tsconfig-paths</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/8b7000ec75968c1bd94f3099d67995a699286cf0"><code>8b7000e</code></a> [Fix] <code>no-unused-modules</code>: avoid a crash when processing re-exports</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/747d6dc5b905a718c89f10aad04cb2bcdbed7068"><code>747d6dc</code></a> [Docs] make rule doc titles consistent</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/b0e6f7f48945e2533e96d513248bf3e54e0c1aac"><code>b0e6f7f</code></a> [Refactor] <code>namespace</code>: try to improve performance</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/00a4edee3501d65ada7f9f98f04ad2ada46ad86f"><code>00a4ede</code></a> [Deps] update <code>minimatch</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/35bd3a576c20005579cfbaa443a3a5f9d62250f6"><code>35bd3a5</code></a> [Dev Deps] update <code>@angular-eslint/template-parser</code>, <code>chai</code></li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0">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 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-04-06 04:48:29 +00:00
argoyle commented 2022-04-06 04:49:09 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2022-04-06 04:49:09 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 4064572e...2933669c - 2 commits from branch master
  • 2ff69a81 - Build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0

Compare with previous version

added 3 commits <ul><li>4064572e...2933669c - 2 commits from branch <code>master</code></li><li>2ff69a81 - Build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/261/diffs?diff_id=367422017&start_sha=4064572e806be7b35e16a80551fddf2c597748f5)
argoyle commented 2022-04-06 05:03:04 +00:00 (Migrated from gitlab.com)

mentioned in commit 2c83a7c79e

mentioned in commit 2c83a7c79e9a473cfda87db189d13f7e3060438a
argoyle (Migrated from gitlab.com) merged commit 2c83a7c79e into master 2022-04-06 05:03:04 +00:00
Sign in to join this conversation.