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.1 #94

Merged
merged 1 commit into from Feb 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2020

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import dependencies patch 2.20.0 -> 2.20.1

Release Notes

benmosher/eslint-plugin-import

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extentions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])

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 Feb 3, 2020
@rfgamaral rfgamaral merged commit d5c0b59 into master Feb 5, 2020
@rfgamaral rfgamaral deleted the renovate/eslint-plugin-import-2.x branch February 5, 2020 15:57
rfgamaral pushed a commit that referenced this pull request Feb 24, 2020
## [1.1.6](v1.1.5...v1.1.6) (2020-02-24)

### Bug Fixes

* **deps:** update dependency eslint-plugin-import to v2.20.1 ([#94](#94)) ([d5c0b59](d5c0b59))
* **deps:** update dependency eslint-plugin-react to v7.18.3 ([#95](#95)) ([1b0999e](1b0999e))
* **deps:** update typescript-eslint monorepo to v2.19.0 ([#96](#96)) ([b5e14cb](b5e14cb))
* **deps:** update typescript-eslint monorepo to v2.19.2 ([#100](#100)) ([d5cfba8](d5cfba8))
* **deps:** update typescript-eslint monorepo to v2.20.0 ([#104](#104)) ([1e55b0f](1e55b0f))
@rfgamaral
Copy link
Owner

🎉 This PR is included in version 1.1.6 🎉

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.

None yet

2 participants