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 v2.16.0 #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 29, 2019

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-import devDependencies minor 2.8.0 -> 2.16.0 source

Release Notes

benmosher/eslint-plugin-import

v2.16.0

Compare Source

Added
  • typescript config ([#​1257], thanks [@​kirill-konshin])
Fixed
  • Memory leak of SourceCode objects for all parsed dependencies, resolved. (issue [#​1266], thanks [@​asapach] and [@​sergei-startsev] for digging in)

v2.15.0

Compare Source

Added
  • new rule: [no-named-export] ([#​1157], thanks [@​fsmaia])
Fixed
  • [no-extraneous-dependencies]: packageDir option 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.0

Compare Source

  • 69e0187 (HEAD -> master, source/master, origin/master, origin/HEAD) Merge pull request #​1151 from jf248/jsx
    |\
    | * e30a757 (source/pr/1151, fork/jsx) Add JSX check to namespace rule
    |/
  • 8252344 (source/pr/1148) Add error to output when module loaded as resolver has invalid API
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])
  • fix Flow type imports ([#​1106], thanks [@​syymza])
  • [no-relative-parent-imports]: resolve paths ([#​1135], thanks [@​chrislloyd])
  • [import/order]: fix autofixer when using typescript-eslint-parser ([#​1137], thanks [@​justinanastos])
  • repeat fix from [#​797] for [#​717], in another place (thanks [@​ljharb])
Refactors
  • add explicit support for RestElement alongside ExperimentalRestProperty (thanks [@​ljharb])

v2.13.0

Compare Source

Added
  • Add ESLint 5 support ([#​1122], thanks [@​ai] and [@​ljharb])
  • Add [no-relative-parent-imports] rule: disallow relative imports from parent directories ([#​1093], thanks [@​chrislloyd])
Fixed
  • namespace rule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@​ljharb])

v2.12.0

Compare Source

Added
  • Ignore type imports for [named] rule ([#​931], thanks [@​mattijsbliek])
  • Add documentation for [no-useless-path-segments] rule ([#​1068], thanks [@​manovotny])
  • packageDir option for [no-extraneous-dependencies] can be array-valued ([#​1085], thanks [@​hulkish])

v2.11.0

Compare Source

Added
  • Fixer for [first] ([#​1046], thanks [@​fengkfengk])
  • allow-require option for [no-commonjs] rule ([#​880], thanks [@​futpib])
Fixed
  • memory/CPU regression where ASTs were held in memory ([#​1058], thanks [@​klimashkin]/[@​lukeapage])

v2.10.0

Compare Source

Added
  • Autofixer for [order] rule ([#​908], thanks [@​tihonove])
  • Add [no-cycle] rule: reports import cycles.

v2.9.0

Compare Source

Added
  • Add [group-exports] rule: style-guide rule to report use of multiple named exports ([#​721], thanks [@​robertrossmann])
  • Add [no-self-import] rule: forbids a module from importing itself. ([#​727], [#​449], [#​447], thanks [@​giodamelio]).
  • Add [no-default-export] rule ([#​889], thanks [@​isiahmeadows])
  • Add [no-useless-path-segments] rule ([#​912], thanks [@​graingert] and [@​danny-andrews])
  • ... and more! check the commits for v[2.9.0]

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.

@codecov
Copy link

codecov bot commented Jan 29, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           1        1           
  Lines          16       16           
=======================================
  Hits           15       15           
  Misses          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 f06afc5...fb2f922. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant