Socket
Socket
Sign inDemoInstall

eslint-plugin-import

Package Overview
Dependencies
10
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
13Next

2.20.1

Diff

Changelog

Source

[2.20.1] - 2020-02-01

Fixed

  • [export]: Handle function overloading in *.d.ts ([#1619], thanks [@IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#1616], thanks [@ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#1605], thanks [@skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#1613], thanks [@ljharb])
  • [extensions]: Fix scope regex ([#1611], thanks [@yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#1612], thanks [@sveyret])
  • Add some missing rule meta schemas and types ([#1620], thanks [@bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#1569], [#1447], thanks [@redbugz], [@kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#1626], thanks [@wschurman])

Changed

  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#1605], thanks [@skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#1635], thanks [@ljharb])
  • [Tests] [order]: Add TS import type tests ([#1736], thanks [@kmui2])
ljharb
published 2.20.0 •

Changelog

Source

[2.20.0] - 2020-01-10

Added

  • [order]: added caseInsensitive as an additional option to alphabetize ([#1586], thanks [@dbrewer5])
  • [no-restricted-paths]: New except option per zone, allowing exceptions to be defined for a restricted zone ([#1238], thanks [@rsolomon])
  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#1565], thanks [@Mairu])

Fixed

  • [no-unused-modules]: fix usage of [import/extensions setting] ([#1560], thanks [@stekycz])
  • [extensions]: ignore non-main modules ([#1563], thanks [@saschanaz])
  • TypeScript config: lookup for external modules in @types folder ([#1526], thanks [@joaovieira])
  • [no-extraneous-dependencies]: ensure node.source is truthy ([#1589], thanks [@ljharb])
  • [extensions]: Ignore query strings when checking for extensions ([#1572], thanks [@pcorpet])

Docs

  • [extensions]: improve ignorePackages docs ([#1248], thanks [@ivo-stefchev])
ljharb
published 2.19.1 •

Changelog

Source

[2.19.1] - 2019-12-08

Fixed

  • [no-extraneous-dependencies]: ensure node.source exists
ljharb
published 2.19.0 •

Changelog

Source

[2.19.0] - 2019-12-08

Added

  • [internal-regex setting]: regex pattern for marking packages "internal" ([#1491], thanks [@Librazy])
  • [group-exports]: make aggregate module exports valid ([#1472], thanks [@atikenny])
  • [no-namespace]: Make rule fixable ([#1401], thanks [@TrevorBurnham])
  • support parseForESLint from custom parser ([#1435], thanks [@JounQin])
  • [no-extraneous-dependencies]: Implement support for bundledDependencies ([#1436], thanks [@schmidsi]))
  • [no-unused-modules]: add flow type support ([#1542], thanks [@rfermann])
  • [order]: Adds support for pathGroups to allow ordering by defined patterns ([#795], [#1386], thanks [@Mairu])
  • [no-duplicates]: Add considerQueryString option : allow duplicate imports with different query strings ([#1107], thanks [@pcorpet]).
  • [order]: Add support for alphabetical sorting of import paths within import groups ([#1360], [#1105], [#629], thanks [@duncanbeevers], [@stropho], [@luczsoma], [@randallreedjr])
  • [no-commonjs]: add allowConditionalRequire option ([#1439], thanks [@Pessimistress])

Fixed

  • [default]: make error message less confusing ([#1470], thanks [@golopot])
  • Improve performance of ExportMap.for by only loading paths when necessary. ([#1519], thanks [@brendo])
  • Support export of a merged TypeScript namespace declaration ([#1495], thanks [@benmunro])
  • [order]: fix autofix to not move imports across fn calls ([#1253], thanks [@tihonove])
  • [prefer-default-export]: fix false positive with type export ([#1506], thanks [@golopot])
  • [extensions]: Fix ignorePackages to produce errors ([#1521], thanks [@saschanaz])
  • [no-unused-modules]: fix crash due to export * ([#1496], thanks [@Taranys])
  • [no-cycle]: should not warn for Flow imports ([#1494], thanks [@maxmalov])
  • [order]: fix @someModule considered as unknown instead of internal ([#1493], thanks [@aamulumi])
  • [no-extraneous-dependencies]: Check export from ([#1049], thanks [@marcusdarmstrong])

Docs

  • [no-useless-path-segments]: add docs for option commonjs ([#1507], thanks [@golopot])

Changed

  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#1551], thanks [@brettz9])
ljharb
published 2.18.2 •

Changelog

Source

[2.18.2] - 2019-07-19

Fixed

  • Skip warning on type interfaces ([#1425], thanks [@lencioni])
ljharb
published 2.18.1 •

Changelog

Source

[2.18.1] - 2019-07-18

Fixed

  • Improve parse perf when using @typescript-eslint/parser ([#1409], thanks [@bradzacher])
  • [prefer-default-export]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#1377], thanks [@sharmilajesupaul])
  • [no-unused-modules]: Exclude package "main"/"bin"/"browser" entry points ([#1404], thanks [@rfermann])
  • [export]: false positive for TypeScript overloads ([#1412], thanks [@golopot])

Refactors

  • [no-extraneous-dependencies], importType: remove lodash ([#1419], thanks [@ljharb])
ljharb
published 2.18.0 •

Changelog

Source

[2.18.0] - 2019-06-24

Added

  • Support eslint v6 ([#1393], thanks [@sheepsteak])
  • [order]: Adds support for correctly sorting unknown types into a single group ([#1375], thanks [@swernerx])
  • [order]: add fixer for destructuring commonjs import ([#1372], thanks [@golopot])
  • TypeScript config: add TS def extensions + defer to TS over JS ([#1366], thanks [@benmosher])

Fixed

  • [no-unused-modules]: handle ClassDeclaration ([#1371], thanks [@golopot])

Docs

  • [no-cycle]: split code examples so file separation is obvious ([#1370], thanks [@alex-page])
  • [no-named-as-default-member]: update broken link ([#1389], thanks [@fooloomanzoo])
ljharb
published 2.17.3 •

Changelog

Source

[2.17.3] - 2019-05-23

Fixed

  • [no-common-js]: Also throw an error when assigning ([#1354], thanks [@charlessuh])
  • [no-unused-modules]: don't crash when lint file outside src-folder ([#1347], thanks [@rfermann])
  • [no-unused-modules]: make import { name as otherName } work ([#1340], [#1342], thanks [@rfermann])
  • [no-unused-modules]: make appveyor tests passing ([#1333], thanks [@rfermann])
  • [named]: ignore Flow typeof imports and type exports ([#1345], thanks [@loganfsmyth])
  • [refactor] fix eslint 6 compat by fixing imports (thank [@ljharb])
  • Improve support for TypeScript declare structures ([#1356], thanks [@christophercurrie])

Docs

  • add missing [no-unused-modules] in README ([#1358], thanks [@golopot])
  • [no-unused-modules]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#1352], thanks [@johndevedu])
  • Document env option for eslint-import-resolver-webpack ([#1363], thanks [@kgregory])
ljharb
published 2.17.2 •

Changelog

Source

[2.17.2] - 2019-04-16

Fixed

  • [no-unused-modules]: avoid crash when using ignoreExports-option ([#1331], [#1323], thanks [@rfermann])
  • [no-unused-modules]: make sure that rule with no options will not fail ([#1330], [#1334], thanks [@kiwka])
ljharb
published 2.17.1 •

Changelog

Source

[2.17.1] - 2019-04-13

Fixed

  • require v2.4 of eslint-module-utils ([#1322])
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc