chore(deps): update dependency eslint-plugin-import to ^2.20.1 #148
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.19.1
->^2.20.1
Release Notes
benmosher/eslint-plugin-import
v2.20.1
Compare 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-folders
setting] now correctly works with directories containing modules symlinked fromnode_modules
([#1605], thanks [@skozin])extensions
]: for invalid code wherename
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])named
]: for importing from a module which re-exports named exports from anode_modules
module ([#1569], [#1447], thanks [@redbugz], [@kentcdodds])order
]: Fix alphabetize for mixed requires and imports ([#5625], thanks [@wschurman])Changed
import/external-module-folders
setting] behavior is more strict now: it will only match complete path segments ([#1605], thanks [@skozin])v2.20.0
Compare Source
Added
order
]: addedcaseInsensitive
as an additional option toalphabetize
([#1586], thanks [@dbrewer5])no-restricted-paths
]: Newexcept
option 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/extensions
settings ([#1560], thanks [@stekycz])extensions
]: ignore non-main modules ([#1563], thanks [@saschanaz])no-extraneous-dependencies
]: ensurenode.source
is truthy ([#1589], thanks [@ljharb])extensions
]: Ignore query strings when checking for extensions ([#1572], thanks [@pcorpet])Docs
extensions
]: improveignorePackages
docs ([#1248], thanks [@ivo-stefchev])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 Renovate Bot.