Skip to content

Bump eslint-plugin-import from 2.25.2 to 2.25.3

Bumps eslint-plugin-import from 2.25.2 to 2.25.3.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.25.3] - 2021-11-09

Fixed

  • [extensions]: ignore unresolveable type-only imports (#2270, #2271, thanks [@​jablko])
  • importType: fix isExternalModule calculation (#2282, thanks [@​mx-bernhard])
  • [no-import-module-exports]: avoid false positives with a shadowed module or exports (#2297, thanks [@​ljharb])

Changed

Commits
  • 7c239fe Bump to v2.25.3
  • dfc5b54 [Fix] no-import-module-exports: avoid a crash in eslint < 4
  • 790d9af [Tests] skip 2020 test in eslint < 6
  • 3fbc252 [Deps] update eslint-module-utils, is-core-module
  • cdcc76a [eslint] consolidate configs
  • 332d3c8 [Fix] no-import-module-exports: avoid false positives with a shadowed `modu...
  • add650a [Docs] HTTP => HTTPS
  • 6682e9a [Fix] importType: fix isExternalModule calculation
  • 498b102 [Refactor] importType: combine redundant isScoped and isScopedModule
  • 651a4d7 [readme] Add note to TypeScript docs to install appropriate resolver
  • 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

Merge request reports