Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-import to ^2.20.1 (master) #2422

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2020

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies patch ^2.20.0 -> ^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 from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extentions]: 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 ([#​5625], 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])

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 if you tick the rebase/retry checkbox below.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Feb 2, 2020

Codecov Report

Merging #2422 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2422   +/-   ##
======================================
  Coverage    93.8%   93.8%           
======================================
  Files          34      34           
  Lines        1307    1307           
  Branches      371     371           
======================================
  Hits         1226    1226           
  Misses         79      79           
  Partials        2       2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 638103f...a838d9b. Read the comment docs.

@alexander-akait alexander-akait merged commit 7ee8bc0 into master Feb 5, 2020
@alexander-akait alexander-akait deleted the renovate/master-patch-all-patch-dependencies branch February 5, 2020 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants