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

fix(deps): update dependency eslint-plugin-import to v2.20.0 #85

Merged
merged 2 commits into from Jan 31, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2020

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import dependencies minor 2.18.2 -> 2.20.0

Release Notes

benmosher/eslint-plugin-import

v2.20.0

Compare Source

Added
  • [order]: added caseInsensitive as an additional option to alphabetize ([#​1586], thanks [@​dbrewer5])
  • [no-restricted-paths]: New except option per zone, 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 of import/extensions settings ([#​1560], thanks [@​stekycz])
  • [extensions]: ignore non-main modules ([#​1563], thanks [@​saschanaz])
  • TypeScript config: lookup for external modules in @​types folder ([#​1526], thanks [@​joaovieira])
  • [no-extraneous-dependencies]: ensure node.source is truthy ([#​1589], thanks [@​ljharb])
  • [extensions]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet])
Docs
  • [extensions]: improve ignorePackages docs ([#​1248], thanks [@​ivo-stefchev])

v2.19.1

Compare Source

Fixed
  • [no-extraneous-dependencies]: ensure node.source exists

v2.19.0

Compare Source

Added
  • [internal-regex setting]: regex pattern for marking packages "internal" ([#​1491], thanks [@​Librazy])
  • [group-exports]: make aggregate module exports valid ([#​1472], thanks [@​atikenny])
  • [no-namespace]: Make rule fixable ([#​1401], thanks [@​TrevorBurnham])
  • support parseForESLint from custom parser ([#​1435], thanks [@​JounQin])
  • [no-extraneous-dependencies]: Implement support for bundledDependencies ([#​1436], thanks [@​schmidsi]))
  • [no-unused-modules]: add flow type support ([#​1542], thanks [@​rfermann])
  • [order]: Adds support for pathGroups to allow ordering by defined patterns ([#​795], [#​1386], thanks [@​Mairu])
  • [no-duplicates]: Add considerQueryString option : allow duplicate imports with different query strings ([#​1107], thanks [@​pcorpet]).
  • [order]: Add support for alphabetical sorting of import paths within import groups ([#​1360], [#​1105], [#​629], thanks [@​duncanbeevers], [@​stropho], [@​luczsoma], [@​randallreedjr])
  • [no-commonjs]: add allowConditionalRequire option ([#​1439], thanks [@​Pessimistress])
Fixed
  • [default]: make error message less confusing ([#​1470], thanks [@​golopot])
  • Improve performance of ExportMap.for by only loading paths when necessary. ([#​1519], thanks [@​brendo])
  • Support export of a merged TypeScript namespace declaration ([#​1495], thanks [@​benmunro])
  • [order]: fix autofix to not move imports across fn calls ([#​1253], thanks [@​tihonove])
  • [prefer-default-export]: fix false positive with type export ([#​1506], thanks [@​golopot])
  • [extensions]: Fix ignorePackages to produce errors ([#​1521], thanks [@​saschanaz])
  • [no-unused-modules]: fix crash due to export * ([#​1496], thanks [@​Taranys])
  • [no-cycle]: should not warn for Flow imports ([#​1494], thanks [@​maxmalov])
  • [order]: fix @someModule considered as unknown instead of internal ([#​1493], thanks [@​aamulumi])
  • [no-extraneous-dependencies]: Check export from ([#​1049], thanks [@​marcusdarmstrong])
Docs
  • [no-useless-path-segments]: add docs for option commonjs ([#​1507], thanks [@​golopot])
Changed
  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])

Renovate configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Lisbon.

🚦 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 31, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 5270f38 to 5f316fe Compare January 31, 2020 08:41
@renovate
Copy link
Contributor Author

renovate bot commented Jan 31, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@rfgamaral rfgamaral merged commit 3cf25ab into master Jan 31, 2020
@rfgamaral rfgamaral deleted the renovate/eslint-plugin-import-2.x branch January 31, 2020 16:14
rfgamaral pushed a commit that referenced this pull request Jan 31, 2020
## [1.1.5](v1.1.4...v1.1.5) (2020-01-31)

### Bug Fixes

* **deps:** [security] bump npm from 6.12.0 to 6.13.4 ([#38](#38)) ([02ece45](02ece45))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.10.0 to 2.11.0 ([#41](#41)) ([b22150e](b22150e))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.13.0 ([#51](#51)) ([1dffa26](1dffa26))
* **deps:** bump @typescript-eslint/parser from 2.10.0 to 2.12.0 ([#43](#43)) ([9aa2ffc](9aa2ffc))
* **deps:** bump @typescript-eslint/parser from 2.12.0 to 2.13.0 ([#49](#49)) ([9dfdab2](9dfdab2))
* **deps:** bump eslint-config-prettier from 6.7.0 to 6.9.0 ([#48](#48)) ([3d168ab](3d168ab))
* **deps:** bump eslint-plugin-prettier from 3.1.1 to 3.1.2 ([#40](#40)) ([3bf3cc6](3bf3cc6))
* **deps:** update dependency eslint-config-prettier to v6.10.0 ([#84](#84)) ([5b62e75](5b62e75))
* **deps:** update dependency eslint-plugin-import to v2.20.0 ([#85](#85)) ([3cf25ab](3cf25ab))
* **deps:** update dependency eslint-plugin-react to v7.18.0 ([#87](#87)) ([b7c0de5](b7c0de5))
* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#88](#88)) ([abb8c7d](abb8c7d))
* **deps:** update typescript-eslint monorepo to v2.18.0 ([#89](#89)) ([0ad00a1](0ad00a1))

### Reverts

* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#91](#91)) ([ddd1995](ddd1995))
rfgamaral pushed a commit that referenced this pull request Jan 31, 2020
## [1.1.5](v1.1.4...v1.1.5) (2020-01-31)

### Bug Fixes

* **deps:** [security] bump npm from 6.12.0 to 6.13.4 ([#38](#38)) ([02ece45](02ece45))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.10.0 to 2.11.0 ([#41](#41)) ([b22150e](b22150e))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.13.0 ([#51](#51)) ([1dffa26](1dffa26))
* **deps:** bump @typescript-eslint/parser from 2.10.0 to 2.12.0 ([#43](#43)) ([9aa2ffc](9aa2ffc))
* **deps:** bump @typescript-eslint/parser from 2.12.0 to 2.13.0 ([#49](#49)) ([9dfdab2](9dfdab2))
* **deps:** bump eslint-config-prettier from 6.7.0 to 6.9.0 ([#48](#48)) ([3d168ab](3d168ab))
* **deps:** bump eslint-plugin-prettier from 3.1.1 to 3.1.2 ([#40](#40)) ([3bf3cc6](3bf3cc6))
* **deps:** update dependency eslint-config-prettier to v6.10.0 ([#84](#84)) ([5b62e75](5b62e75))
* **deps:** update dependency eslint-plugin-import to v2.20.0 ([#85](#85)) ([3cf25ab](3cf25ab))
* **deps:** update dependency eslint-plugin-react to v7.18.0 ([#87](#87)) ([b7c0de5](b7c0de5))
* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#88](#88)) ([abb8c7d](abb8c7d))
* **deps:** update typescript-eslint monorepo to v2.18.0 ([#89](#89)) ([0ad00a1](0ad00a1))

### Reverts

* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#91](#91)) ([ddd1995](ddd1995))
rfgamaral pushed a commit that referenced this pull request Jan 31, 2020
## [1.1.5](v1.1.4...v1.1.5) (2020-01-31)

### Bug Fixes

* **deps:** [security] bump npm from 6.12.0 to 6.13.4 ([#38](#38)) ([02ece45](02ece45))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.10.0 to 2.11.0 ([#41](#41)) ([b22150e](b22150e))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.13.0 ([#51](#51)) ([1dffa26](1dffa26))
* **deps:** bump @typescript-eslint/parser from 2.10.0 to 2.12.0 ([#43](#43)) ([9aa2ffc](9aa2ffc))
* **deps:** bump @typescript-eslint/parser from 2.12.0 to 2.13.0 ([#49](#49)) ([9dfdab2](9dfdab2))
* **deps:** bump eslint-config-prettier from 6.7.0 to 6.9.0 ([#48](#48)) ([3d168ab](3d168ab))
* **deps:** bump eslint-plugin-prettier from 3.1.1 to 3.1.2 ([#40](#40)) ([3bf3cc6](3bf3cc6))
* **deps:** update dependency eslint-config-prettier to v6.10.0 ([#84](#84)) ([5b62e75](5b62e75))
* **deps:** update dependency eslint-plugin-import to v2.20.0 ([#85](#85)) ([3cf25ab](3cf25ab))
* **deps:** update dependency eslint-plugin-react to v7.18.0 ([#87](#87)) ([b7c0de5](b7c0de5))
* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#88](#88)) ([abb8c7d](abb8c7d))
* **deps:** update typescript-eslint monorepo to v2.18.0 ([#89](#89)) ([0ad00a1](0ad00a1))

### Reverts

* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#91](#91)) ([ddd1995](ddd1995))
rfgamaral pushed a commit that referenced this pull request Jan 31, 2020
## [1.1.5](v1.1.4...v1.1.5) (2020-01-31)

### Bug Fixes

* **deps:** [security] bump npm from 6.12.0 to 6.13.4 ([#38](#38)) ([02ece45](02ece45))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.10.0 to 2.11.0 ([#41](#41)) ([b22150e](b22150e))
* **deps:** bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.13.0 ([#51](#51)) ([1dffa26](1dffa26))
* **deps:** bump @typescript-eslint/parser from 2.10.0 to 2.12.0 ([#43](#43)) ([9aa2ffc](9aa2ffc))
* **deps:** bump @typescript-eslint/parser from 2.12.0 to 2.13.0 ([#49](#49)) ([9dfdab2](9dfdab2))
* **deps:** bump eslint-config-prettier from 6.7.0 to 6.9.0 ([#48](#48)) ([3d168ab](3d168ab))
* **deps:** bump eslint-plugin-prettier from 3.1.1 to 3.1.2 ([#40](#40)) ([3bf3cc6](3bf3cc6))
* **deps:** update dependency eslint-config-prettier to v6.10.0 ([#84](#84)) ([5b62e75](5b62e75))
* **deps:** update dependency eslint-plugin-import to v2.20.0 ([#85](#85)) ([3cf25ab](3cf25ab))
* **deps:** update dependency eslint-plugin-react to v7.18.0 ([#87](#87)) ([b7c0de5](b7c0de5))
* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#88](#88)) ([abb8c7d](abb8c7d))
* **deps:** update typescript-eslint monorepo to v2.18.0 ([#89](#89)) ([0ad00a1](0ad00a1))

### Reverts

* **deps:** update dependency eslint-plugin-react-hooks to v2 ([#91](#91)) ([ddd1995](ddd1995))
@rfgamaral
Copy link
Owner

🎉 This PR is included in version 1.1.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants