Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

chore(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.20.0 #174

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 13, 2020

Bumps eslint-plugin-import from 2.18.2 to 2.20.0.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.20.0] - 2020-01-10

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])

Fixed

  • [no-unused-modules]: fix usage of import/extensions settings (#1560, thanks [@stekycz])
  • [import/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

Added

  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types (#1565, thanks [@Mairu])

[2.19.1] - 2019-12-08

Fixed

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

[2.19.0] - 2019-12-08

Added

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])
... (truncated)
Commits
  • 8001916 Bump to v2.20.0
  • a5c6908 resolvers/webpack: v0.12.1
  • b9459f0 resolvers/node: v0.3.3
  • 24ce28d utils: v2.5.1
  • 25895d7 [memo-parser] v0.2.1
  • ed41b9c [meta] copy LICENSE file to all npm packages on prepublish
  • cd25d9d [Fix] extensions: Ignore root external modules when checking for extensions
  • aed7a73 utils: [Fix] report the error stack on a resolution error
  • b511da2 [Docs] extensions: improve ignorePackages docs
  • fb0cbeb utils: Uses createRequireFromPath to resolve loaders
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request during working hours.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner January 13, 2020 07:13
@dependabot-preview dependabot-preview bot added the ♻️ Chore Other changes that don't modify source or test files label Jan 13, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@giorgiosironi
Copy link
Member

Mostly failures such as:

  4:22  error  Missing file extension "ts" for "../articles"                                             import/extensions

Probably needs some configuration to turn those off?

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-import-2.20.0 branch from e226326 to 69fdcb9 Compare January 13, 2020 10:02
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-import-2.20.0 branch from 69fdcb9 to b36d8d7 Compare January 13, 2020 10:09
@giorgiosironi
Copy link
Member

Supposedly had a point for rdf-js and jsonld, which are imported but not listed in package.json. However the import are satisfied by these packages being present in node_modules/@types. The types are in devDependencies rather than in dependencies, but why would you need types outside of the compilation phase?

@thewilkybarkid
Copy link
Contributor

Opened import-js/eslint-plugin-import#1618.

@thewilkybarkid
Copy link
Contributor

Probably needs some configuration to turn those off?

Added to import-js/eslint-plugin-import#1615 instead, this happened before (#97).

@dependabot-preview
Copy link
Contributor Author

A newer version of eslint-plugin-import exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-import-2.20.0 branch February 3, 2020 07:50
@thewilkybarkid thewilkybarkid restored the dependabot/npm_and_yarn/eslint-plugin-import-2.20.0 branch February 3, 2020 08:56
@thewilkybarkid thewilkybarkid reopened this Feb 3, 2020
@thewilkybarkid
Copy link
Contributor

@dependabot recreate

@dependabot-preview
Copy link
Contributor Author

Superseded by #225.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-import-2.20.0 branch February 3, 2020 09:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
♻️ Chore Other changes that don't modify source or test files
Projects
None yet
2 participants