Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

chore(deps): update dependency eslint-plugin-import to v2.14.0 #4

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 22, 2018

This PR contains the following updates:

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

Release Notes

benmosher/eslint-plugin-import

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.


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

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from e09a122 to 65594f2 Compare March 30, 2018 11:01
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.9.0 chore(deps): update dependency eslint-plugin-import to v2.10.0 Mar 30, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 65594f2 to d8ec90b Compare April 12, 2018 11:34
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.10.0 chore(deps): update dependency eslint-plugin-import to v2.11.0 Apr 12, 2018
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.11.0 Update dependency eslint-plugin-import to v2.11.0 May 9, 2018
@renovate renovate bot changed the title Update dependency eslint-plugin-import to v2.11.0 chore(deps): update dependency eslint-plugin-import to v2.11.0 May 9, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from d8ec90b to 07d58da Compare May 17, 2018 11:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.11.0 chore(deps): update dependency eslint-plugin-import to v2.12.0 May 17, 2018
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.12.0 chore(deps): update dependency eslint-plugin-import to v2.13.0 Jun 24, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 07d58da to c259b29 Compare June 24, 2018 16:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from c259b29 to 288db43 Compare August 13, 2018 08:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.13.0 chore(deps): update dependency eslint-plugin-import to v2.14.0 Aug 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant