Skip to content

fix(deps): update dependency eslint-plugin-import to v2.21.2 #162

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

Merged
merged 1 commit into from
Jun 19, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2020

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import dependencies minor 2.20.2 -> 2.21.2

Release Notes

benmosher/eslint-plugin-import

v2.21.2

Compare Source

Fixed
  • [order]: avoid a crash on TypeScript’s export import syntax ([#​1808], thanks [@​ljharb])
  • [newline-after-import]: consider TypeScript import = syntax' ([#​1811], thanks [@​ljharb])
  • [no-internal-modules]: avoid a crash on a named export declaration ([#​1814], thanks [@​ljharb])

v2.21.1

Compare Source

Fixed
  • TypeScript: [import/named]: avoid requiring typescript when not using TS ([#​1805], thanks [@​ljharb])

v2.21.0

Compare Source

Added
  • [import/default]: support default export in TSExportAssignment ([#​1528], thanks [@​joaovieira])
  • [no-cycle]: add ignoreExternal option ([#​1681], thanks [@​sveyret])
  • [order]: Add support for TypeScript's "import equals"-expressions ([#​1785], thanks [@​manuth])
  • [import/default]: support default export in TSExportAssignment ([#​1689], thanks [@​Maxim-Mazurok])
  • [no-restricted-paths]: add custom message support ([#​1802], thanks [@​malykhinvi])
Fixed
  • [group-exports]: Flow type export awareness ([#​1702], thanks [@​ernestostifano])
  • [order]: Recognize pathGroup config for first group ([#​1719], [#​1724], thanks [@​forivall], [@​xpl])
  • [no-unused-modules]: Fix re-export not counting as usage when used in combination with import ([#​1722], thanks [@​Ephem])
  • [no-duplicates]: Handle TS import type ([#​1676], thanks [@​kmui2])
  • [newline-after-import]: recognize decorators ([#​1139], thanks [@​atos1990])
  • [no-unused-modules]: Revert "[flow] no-unused-modules: add flow type support" ([#​1770], thanks [@​Hypnosphi])
  • TypeScript: Add nested namespace handling ([#​1763], thanks [@​julien1619])
  • [namespace]/ExportMap: Fix interface declarations for TypeScript ([#​1764], thanks [@​julien1619])
  • [no-unused-modules]: avoid order-dependence ([#​1744], thanks [@​darkartur])
  • [no-internal-modules]: also check export from syntax ([#​1691], thanks [@​adjerbetian])
  • TypeScript: [export]: avoid a crash with export = ([#​1801], thanks [@​ljharb])
Changed
  • [Refactor] no-extraneous-dependencies: use moduleVisitor ([#​1735], thanks [@​adamborowski])
  • TypeScript config: Disable [named][] ([#​1726], thanks [@​astorije])
  • [readme] Remove duplicate no-unused-modules from docs ([#​1690], thanks [@​arvigeus])
  • [Docs] order: fix bad inline config ([#​1788], thanks [@​nickofthyme])
  • [Tests] Add fix for Windows Subsystem for Linux ([#​1786], thanks [@​manuth])
  • [Docs] no-unused-rules: Fix docs for unused exports ([#​1776], thanks [@​barbogast])
  • [eslint] bump minimum v7 version to v7.2.0

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

🔕 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 Jun 8, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from d92a293 to 28beb75 Compare June 8, 2020 04:05
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-import to v2.21.0 fix(deps): update dependency eslint-plugin-import to v2.21.1 Jun 8, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 28beb75 to 6390497 Compare June 10, 2020 02:26
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-import to v2.21.1 fix(deps): update dependency eslint-plugin-import to v2.21.2 Jun 10, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 6390497 to cd8d08a Compare June 19, 2020 10:36
@rfgamaral rfgamaral merged commit daa69eb into master Jun 19, 2020
@rfgamaral rfgamaral deleted the renovate/eslint-plugin-import-2.x branch June 19, 2020 10:38
rfgamaral pushed a commit that referenced this pull request Jun 19, 2020
# [3.0.0](v2.0.0...v3.0.0) (2020-06-19)

### Bug Fixes

* **deps:** update dependency eslint-config-airbnb to v18.2.0 ([#166](#166)) ([2e78f09](2e78f09))
* **deps:** update dependency eslint-config-airbnb-base to v14.2.0 ([#163](#163)) ([a65551f](a65551f))
* **deps:** update dependency eslint-config-prettier to v6.11.0 ([#140](#140)) ([3fb8b63](3fb8b63))
* **deps:** update dependency eslint-plugin-import to v2.20.2 ([#122](#122)) ([da6dc54](da6dc54))
* **deps:** update dependency eslint-plugin-import to v2.21.2 ([#162](#162)) ([daa69eb](daa69eb))
* **deps:** update dependency eslint-plugin-jsx-a11y to v6.3.0 ([#167](#167)) ([5902c86](5902c86))
* **deps:** update dependency eslint-plugin-prettier to v3.1.3 ([#133](#133)) ([644bdac](644bdac))
* **deps:** update dependency eslint-plugin-prettier to v3.1.4 ([#164](#164)) ([cffc338](cffc338))
* **deps:** update dependency eslint-plugin-react to v7.20.0 ([#153](#153)) ([e4590af](e4590af))
* **deps:** update dependency eslint-plugin-react-hooks to v4 ([#124](#124)) ([51c5f1b](51c5f1b))
* **deps:** update typescript-eslint monorepo to v2.25.0 ([#123](#123)) ([1686e92](1686e92))
* **deps:** update typescript-eslint monorepo to v2.26.0 ([#127](#127)) ([cb26926](cb26926))
* **deps:** update typescript-eslint monorepo to v2.27.0 ([#130](#130)) ([f45e4ac](f45e4ac))
* **deps:** update typescript-eslint monorepo to v2.29.0 ([#137](#137)) ([522cb9f](522cb9f))
* **deps:** update typescript-eslint monorepo to v2.30.0 ([#144](#144)) ([1dad430](1dad430))
* **deps:** update typescript-eslint monorepo to v3 ([#155](#155)) ([f0460bd](f0460bd))
* **peers:** update dependency eslint to ^6.8 ([dc3a34e](dc3a34e))

### Features

* **peers:** support ESLint v7 ([668dd5b](668dd5b))

### BREAKING CHANGES

* **peers:** drop support for ESLint versions unsupported by Airbnb
configurations
@rfgamaral
Copy link
Owner

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

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.

2 participants