Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
^2.18.2
^2.20.1
^4.0.0
^4.0.1
^1.13.1
^1.14.4
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
^2.18.2
->^2.20.1
^4.0.0
->^4.0.1
^1.13.1
->^1.14.4
Release Notes
benmosher/eslint-plugin-import
### [`v2.20.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#2201---2020-02-01) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1) ##### 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`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#2200---2020-01-10) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0) ##### 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](https://togithub.com/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`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#2191---2019-12-08) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1) ##### Fixed - [`no-extraneous-dependencies`]: ensure `node.source` exists ### [`v2.19.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#2190---2019-12-08) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0) ##### 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](https://npm.github.io/using-pkgs-docs/package-json/types/bundleddependencies.html) ([#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])standard/eslint-plugin-standard
### [`v4.0.1`](https://togithub.com/standard/eslint-plugin-standard/compare/v4.0.0...v4.0.1) [Compare Source](https://togithub.com/standard/eslint-plugin-standard/compare/v4.0.0...v4.0.1)Dexus/pem
### [`v1.14.4`](https://togithub.com/Dexus/pem/blob/master/CHANGELOG.md#1144httpsgithubcomDexuspemcomparev1143v1144-2020-01-25) [Compare Source](https://togithub.com/Dexus/pem/compare/v1.14.3...v1.14.4) ##### Bug Fixes - travis.yaml ([0768ade](https://togithub.com/Dexus/pem/commit/0768ade631033c1bb35d0bd207d80cc87b5f1813)) - update readme and deps ([59c17d1](https://togithub.com/Dexus/pem/commit/59c17d15674787f3a7ef9a38c9660b9ee77e770f)) ### [`v1.14.3`](https://togithub.com/Dexus/pem/blob/master/CHANGELOG.md#1144httpsgithubcomDexuspemcomparev1143v1144-2020-01-25) [Compare Source](https://togithub.com/Dexus/pem/compare/v1.14.2...v1.14.3) ##### Bug Fixes - travis.yaml ([0768ade](https://togithub.com/Dexus/pem/commit/0768ade631033c1bb35d0bd207d80cc87b5f1813)) - update readme and deps ([59c17d1](https://togithub.com/Dexus/pem/commit/59c17d15674787f3a7ef9a38c9660b9ee77e770f)) ### [`v1.14.2`](https://togithub.com/Dexus/pem/blob/master/CHANGELOG.md#1143httpsgithubcomDexuspemcomparev1142v1143-2019-09-17) [Compare Source](https://togithub.com/Dexus/pem/compare/v1.14.1...v1.14.2) ##### Bug Fixes - **package:** fix [#264](https://togithub.com/Dexus/pem/issues/264) & remove package-lock.josn ([53f1356](https://togithub.com/Dexus/pem/commit/53f1356)) ### [`v1.14.1`](https://togithub.com/Dexus/pem/blob/master/CHANGELOG.md#1142httpsgithubcomDexuspemcomparev1141v1142-2019-02-16) [Compare Source](https://togithub.com/Dexus/pem/compare/v1.14.0...v1.14.1) ##### Bug Fixes - Merge pull request [#234](https://togithub.com/Dexus/pem/issues/234) from pvangeepuram/fix-serviceKeyPassword-issue ([1649e7b](https://togithub.com/Dexus/pem/commit/1649e7b)) ### [`v1.14.0`](https://togithub.com/Dexus/pem/blob/master/CHANGELOG.md#1140httpsgithubcomDexuspemcomparev1132v1140-2019-01-25) [Compare Source](https://togithub.com/Dexus/pem/compare/v1.13.2...v1.14.0) ##### Features - **package:** Support SAN Certificate from CSR ([#229](https://togithub.com/Dexus/pem/issues/229)) ([fa450f5](https://togithub.com/Dexus/pem/commit/fa450f5)) #### [1.13.2](https://togithub.com/Dexus/pem/compare/v1.13.1...v1.13.2) (2018-10-26) ##### Bug Fixes - **package:** security fix ([#217](https://togithub.com/Dexus/pem/issues/217)) ([bed1190](https://togithub.com/Dexus/pem/commit/bed1190)) #### [1.13.1](https://togithub.com/Dexus/pem/compare/v1.13.0...v1.13.1) (2018-09-14) ##### Bug Fixes - **package:** remove -utf8 option ([4d10fb2](https://togithub.com/Dexus/pem/commit/4d10fb2)), closes [#214](https://togithub.com/Dexus/pem/issues/214) ### [`v1.13.2`](https://togithub.com/Dexus/pem/blob/master/CHANGELOG.md#1140httpsgithubcomDexuspemcomparev1132v1140-2019-01-25) [Compare Source](https://togithub.com/Dexus/pem/compare/v1.13.1...v1.13.2) ##### Features - **package:** Support SAN Certificate from CSR ([#229](https://togithub.com/Dexus/pem/issues/229)) ([fa450f5](https://togithub.com/Dexus/pem/commit/fa450f5)) #### [1.13.2](https://togithub.com/Dexus/pem/compare/v1.13.1...v1.13.2) (2018-10-26) ##### Bug Fixes - **package:** security fix ([#217](https://togithub.com/Dexus/pem/issues/217)) ([bed1190](https://togithub.com/Dexus/pem/commit/bed1190)) #### [1.13.1](https://togithub.com/Dexus/pem/compare/v1.13.0...v1.13.1) (2018-09-14) ##### Bug Fixes - **package:** remove -utf8 option ([4d10fb2](https://togithub.com/Dexus/pem/commit/4d10fb2)), closes [#214](https://togithub.com/Dexus/pem/issues/214)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.