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

Update dependency eslint-plugin-import to v2.20.2 #62

Merged
merged 2 commits into from
May 11, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 14, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.18.2 -> 2.20.2

Release Notes

benmosher/eslint-plugin-import

v2.20.2

Compare Source

Fixed
  • [order]: fix isExternalModule detect on windows ([#​1651], thanks [@​fisker])
  • [order]: recognize ".." as a "parent" path ([#​1658], thanks [@​golopot])
  • [no-duplicates]: fix fixer on cases with default import ([#​1666], thanks [@​golopot])
  • [no-unused-modules]: Handle export { default } from syntax ([#​1631], thanks [@​richardxia])
  • [first]: Add a way to disable absolute-first explicitly ([#​1664], thanks [@​TheCrueltySage])

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])
  • [extensions]: 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])

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: At any time (no schedule defined).

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

📦 Published PR as canary version: 1.0.11-canary.62.2012c22.0

✨ Test out this PR locally via:

npm install eslint-formatter-github@1.0.11-canary.62.2012c22.0
# or 
yarn add eslint-formatter-github@1.0.11-canary.62.2012c22.0

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 995c122 to 87908c0 Compare January 18, 2020 19:13
@renovate renovate bot changed the title Update dependency eslint-plugin-import to v2.19.1 Update dependency eslint-plugin-import to v2.20.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 87908c0 to 3756a3b Compare February 8, 2020 21:00
@renovate renovate bot changed the title Update dependency eslint-plugin-import to v2.20.0 Update dependency eslint-plugin-import to v2.20.1 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 3756a3b to 3e9be04 Compare April 29, 2020 04:58
@renovate renovate bot changed the title Update dependency eslint-plugin-import to v2.20.1 Update dependency eslint-plugin-import to v2.20.2 Apr 29, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 3e9be04 to 59c1ee3 Compare May 11, 2020 18:07
@hipstersmoothie hipstersmoothie changed the title Update dependency eslint-plugin-import to v2.20.2 rebase! Update dependency eslint-plugin-import to v2.20.2 May 11, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 59c1ee3 to 4206fcc Compare May 11, 2020 18:26
@renovate renovate bot changed the title rebase! Update dependency eslint-plugin-import to v2.20.2 Update dependency eslint-plugin-import to v2.20.2 May 11, 2020
@hipstersmoothie hipstersmoothie changed the title Update dependency eslint-plugin-import to v2.20.2 rebase! Update dependency eslint-plugin-import to v2.20.2 May 11, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 4206fcc to 13fdb7b Compare May 11, 2020 18:30
@renovate renovate bot changed the title rebase! Update dependency eslint-plugin-import to v2.20.2 Update dependency eslint-plugin-import to v2.20.2 May 11, 2020
@hipstersmoothie hipstersmoothie changed the title Update dependency eslint-plugin-import to v2.20.2 rebase! Update dependency eslint-plugin-import to v2.20.2 May 11, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 13fdb7b to c370b7e Compare May 11, 2020 18:32
@renovate renovate bot changed the title rebase! Update dependency eslint-plugin-import to v2.20.2 Update dependency eslint-plugin-import to v2.20.2 May 11, 2020
@renovate
Copy link
Author

renovate bot commented May 11, 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.

@hipstersmoothie hipstersmoothie merged commit 10a9e9b into master May 11, 2020
@hipstersmoothie hipstersmoothie deleted the renovate/eslint-plugin-import-2.x branch May 11, 2020 18:39
@hipstersmoothie
Copy link
Owner

🚀 PR was released in v1.0.11 🚀

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

Successfully merging this pull request may close these issues.

2 participants