This repository was archived by the owner on Mar 17, 2020. It is now read-only.
Update dependency eslint-plugin-import to v2.20.1 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.0->2.20.1Release Notes
benmosher/eslint-plugin-import
v2.20.1Compare Source
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-folderssetting] now correctly works with directories containing modules symlinked fromnode_modules([#1605], thanks [@skozin])extensions]: for invalid code wherenamedoes 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])named]: for importing from a module which re-exports named exports from anode_modulesmodule ([#1569], [#1447], thanks [@redbugz], [@kentcdodds])order]: Fix alphabetize for mixed requires and imports ([#5625], thanks [@wschurman])Changed
import/external-module-folderssetting] behavior is more strict now: it will only match complete path segments ([#1605], thanks [@skozin])v2.20.0Compare Source
Added
order]: addedcaseInsensitiveas an additional option toalphabetize([#1586], thanks [@dbrewer5])no-restricted-paths]: Newexceptoption perzone, 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 ofimport/extensionssettings ([#1560], thanks [@stekycz])extensions]: ignore non-main modules ([#1563], thanks [@saschanaz])no-extraneous-dependencies]: ensurenode.sourceis truthy ([#1589], thanks [@ljharb])extensions]: Ignore query strings when checking for extensions ([#1572], thanks [@pcorpet])Docs
extensions]: improveignorePackagesdocs ([#1248], thanks [@ivo-stefchev])v2.19.1Compare Source
Fixed
no-extraneous-dependencies]: ensurenode.sourceexistsv2.19.0Compare Source
Added
internal-regexsetting]: 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])parseForESLintfrom 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]: AddconsiderQueryStringoption : 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]: addallowConditionalRequireoption ([#1439], thanks [@Pessimistress])Fixed
default]: make error message less confusing ([#1470], thanks [@golopot])ExportMap.forby only loading paths when necessary. ([#1519], thanks [@brendo])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]: FixignorePackagesto produce errors ([#1521], thanks [@saschanaz])no-unused-modules]: fix crash due toexport *([#1496], thanks [@Taranys])no-cycle]: should not warn for Flow imports ([#1494], thanks [@maxmalov])order]: fix@someModuleconsidered asunknowninstead ofinternal([#1493], thanks [@aamulumi])no-extraneous-dependencies]: Checkexport from([#1049], thanks [@marcusdarmstrong])Docs
no-useless-path-segments]: add docs for optioncommonjs([#1507], thanks [@golopot])Changed
no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#1551], thanks [@brettz9])v2.18.2Compare Source
Fixed
v2.18.1Compare Source
Fixed
@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])v2.18.0Compare Source
Added
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])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])v2.17.3Compare Source
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]: makeimport { name as otherName }work ([#1340], [#1342], thanks [@rfermann])no-unused-modules]: make appveyor tests passing ([#1333], thanks [@rfermann])named]: ignore Flowtypeofimports andtypeexports ([#1345], thanks [@loganfsmyth])Docs
no-unused-modulesin README ([#1358], thanks [@golopot])no-unused-modules]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#1352], thanks [@johndevedu])envoption foreslint-import-resolver-webpack([#1363], thanks [@kgregory])v2.17.2Compare Source
Fixed
no-unused-modules]: avoid crash when usingignoreExports-option ([#1331], [#1323], thanks [@rfermann])no-unused-modules]: make sure that rule with no options will not fail ([#1330], [#1334], thanks [@kiwka])v2.17.1Compare Source
Fixed
eslint-module-utils([#1322])v2.17.0Compare Source
Added
no-useless-path-segments]: AddnoUselessIndexoption ([#1290], thanks [@timkraut])no-duplicates]: Add autofix ([#1312], thanks [@lydell])no-unused-modules] rule ([#1142], thanks [@rfermann])Fixed
order]: Fix interpreting some external modules being interpreted as internal modules ([#793], [#794] thanks [@ephys])namespace]: add check for null ExportMap ([#1235], [#1144], thanks [@ljqx])no-cycle], [no-relative-parent-import], [no-unresolved], [no-useless-path-segments]) ([#1218], [#1166], [#1035], thanks [@vikr01])export]: false positives for TypeScript type + value export ([#1319], thanks [@bradzacher])export]: Support TypeScript namespaces ([#1320], [#1300], thanks [@bradzacher])Docs
Tests
no-commonjs]: add tests that show corner cases ([#1308], thanks [@TakeScoop])v2.16.0Compare Source
Added
typescriptconfig ([#1257], thanks [@kirill-konshin])Fixed
SourceCodeobjects for all parsed dependencies, resolved. (issue [#1266], thanks [@asapach] and [@sergei-startsev] for digging in)v2.15.0Compare Source
Added
no-named-export] ([#1157], thanks [@fsmaia])Fixed
no-extraneous-dependencies]:packageDiroption with array value was clobbering package deps instead of merging them ([#1175]/[#1176], thanks [@aravindet] & [@pzhine])dynamic-import-chunkname]: Add proper webpack comment parsing ([#1163], thanks [@st-sloth])named]: fix destructuring assignment ([#1232], thanks [@ljqx])v2.14.0Compare Source
Added
no-useless-path-segments]: add commonJS (CJS) support ([#1128], thanks [@1pete])namespace]: add JSX check ([#1151], thanks [@jf248])Fixed
no-cycle]: ignore Flow imports ([#1126], thanks [@gajus])no-relative-parent-imports]: resolve paths ([#1135], thanks [@chrislloyd])order]: fix autofixer when using typescript-eslint-parser ([#1137], thanks [@justinanastos])Refactors
v2.13.0Compare Source
Added
no-relative-parent-imports] rule: disallow relative imports from parent directories ([#1093], thanks [@chrislloyd])Fixed
namespacerule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@ljharb])v2.12.0Compare Source
Added
named] rule ([#931], thanks [@mattijsbliek])no-useless-path-segments] rule ([#1068], thanks [@manovotny])packageDiroption for [no-extraneous-dependencies] can be array-valued ([#1085], thanks [@hulkish])v2.11.0Compare Source
Added
first] ([#1046], thanks [@fengkfengk])allow-requireoption for [no-commonjs] rule ([#880], thanks [@futpib])Fixed
v2.10.0Compare Source
Added
order] rule ([#908], thanks [@tihonove])no-cycle] rule: reports import cycles.v2.9.0Compare Source
Added
group-exports] rule: style-guide rule to report use of multiple named exports ([#721], thanks [@robertrossmann])no-self-import] rule: forbids a module from importing itself. ([#727], [#449], [#447], thanks [@giodamelio]).no-default-export] rule ([#889], thanks [@isiahmeadows])no-useless-path-segments] rule ([#912], thanks [@graingert] and [@danny-andrews])Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.