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

Update dependency eslint-plugin-import to ^2.17.3 #126

Merged
merged 1 commit into from
May 28, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 24, 2019

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-import dependencies patch ^2.17.2 -> ^2.17.3 source

Release Notes

benmosher/eslint-plugin-import

v2.17.3

Compare 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]: 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])

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 modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the feature/renovate-eslint-plugin-import-2.x branch from 3476b59 to a76889b Compare May 28, 2019 14:49
@codecov
Copy link

codecov bot commented May 28, 2019

Codecov Report

Merging #126 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #126   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            1      1           
  Lines            1      1           
======================================
  Hits             1      1

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 ada3501...a76889b. Read the comment docs.

@eaviles eaviles merged commit 3fffd85 into develop May 28, 2019
@renovate renovate bot deleted the feature/renovate-eslint-plugin-import-2.x branch May 28, 2019 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants