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 eslint-plugin-import to the latest version 🚀 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 22, 2018

Version 2.9.0 of eslint-plugin-import was just published.

Dependency eslint-plugin-import
Current Version 2.8.0
Type devDependency

The version 2.9.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-import.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 101 commits.

  • 180d71a bump plugin to v2.9.0
  • 0231c78 Merge pull request #1026 from isiahmeadows/patch-1
  • ae5a031 Missed a link
  • 5b0777d Add no-default-export + docs/tests (#936)
  • ff3d883 Merge pull request #1025 from patrick-steele-idem/update-dependencies
  • 654d284 Merge pull request #1024 from patrick-steele-idem/issue-1023
  • 9b20a78 Upgraded "find-root" and "lodash.get" for the webpack resolver
  • 8778d7c Fixes #1023 - Load exceptions in user resolvers are not reported
  • 91cfd6d Merge pull request #1022 from nevir/patch-1
  • 0e729c7 no-self-import is unreleased
  • 219a8d2 Merge pull request #1012 from silvenon/extensions-export
  • ab49972 Support export declarations in extensions rule
  • 3268a82 Merge pull request #1010 from silvenon/extensions
  • fdcd4d9 Add a .coffee test proving extension resolve order
  • bc50394 Merge pull request #1009 from silvenon/extensions

There are 101 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

coveralls commented Feb 22, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling b165692 on greenkeeper/eslint-plugin-import-2.9.0 into c73d65a on master.

greenkeeper bot added a commit that referenced this pull request Mar 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2018

Version 2.10.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 34 commits.

  • 47ac30f bump webpack resolver to v0.9.0
  • 6356a78 bump to v2.10.0
  • 82f67e6 bump utils to v2.2.0
  • ed719a3 Merge branch 'no-cycles'
  • ab44320 changelog notes
  • b34d9ff Add autofixer for order rule (#908)
  • e215b61 try solution from appveyor/ci#650
  • 231874c update eslint-import-resolver-webpack homepage to the source of the package (#997)
  • ad66aea smh.
  • d81f48a no-cycle: maxDepth tests + docs
  • 6933fa4 no-cycle: initial docs + maxDepth option
  • 864dbcf no-cycle: explicit CJS/AMD tests
  • 314c0b7 fix issue (and add conspicuously absent test) with 'export *'
  • f7c48b5 no-cycle: real rule! first draft, perf is likely atrocious
  • 0c21c4e sublime-linter project tweaks

There are 34 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 12, 2018

Version 2.11.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • e0dcfbd Merge branch 'fix-perf' into release-2.10.1 (fixes #1058)
  • 774ea8d changelog note for #1058
  • 7bd2775 perf: no AST nodes in caches
  • 83c85fc bump to v2.11.0 for #880 (semver-minor)
  • 54e3013 changelog for #880
  • 0ff8f23 bump to v2.10.1
  • f0b4f3e Merge pull request #1069 from ljharb/resolve
  • fb8e1e5 [patch] use resolve instead of builtin-modules
  • d8077c8 Merge pull request #1064 from ljharb/fix_no_cycle
  • 80d1ceb Merge pull request #1065 from sharmilajesupaul/minor-typo-fix
  • f13f18e minor typo in import/no-cycle rule docs
  • 19fc3df [Fix] no-cycle: create must always return an object, even if there’s no listeners
  • ee15fa4 Merge pull request #880 from futpib/no-commonjs-allow-require
  • 48d0a8a changelog note for #1046
  • a2acbde add fixer for first (#1046)

There are 21 commits in total.

See the full diff

gregswindle added a commit that referenced this pull request Apr 12, 2018
Update production dependencies

* markdown-magic@latest
* object-hash@latest
* ejs@latest

Update development dependencies

* @semantic-release/changelog@latest
* @semantic-release/npm@latest
* eslint@latest
* eslint-config-standard@latest
* eslint-config-xo-space@latest
* eslint-plugin-import@latest
* eslint-plugin-jsdoc@latest
* eslint-plugin-no-unsanitized@latest
* eslint-plugin-node@latest
* eslint-plugin-promise@latest
* eslint-plugin-unicorn@latest
* jest@latest
* jest-cli@latest
* nsp@latest
* travis-deploy-once@latest

GH-10, GH-12, GH-13, GH-14, GH-15, GH-16, GH-17,
GH-18, GH-20, GH-21, GH-22, GH-23, GH-24, GH-26,
GH-27, GH-29, GH-30, GH-31, GH-32
gregswindle added a commit that referenced this pull request Apr 16, 2018
Resolve all outdated dependencies.

Resolves #10
Resolves #12
Resolves #13
Resolves #15
Resolves #16
Resolves #17
Resolves #18
Resolves #20
Resolves #21
Resolves #22
Resolves #23
Resolves #24
Resolves #26
Resolves #27
Resolves #29
Resolves #30

GH-32
greenkeeper bot added a commit that referenced this pull request May 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2018

Version 2.12.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • 8f668c7 changelog/package bumps
  • cd9d249 exclude tests from coverage + bump TS parser (#1095)
  • f0d0c4f webpack resolver: cache instance(s) of resolve function (#1091)
  • 8c9c3b8 Merge pull request #1085 from benmosher/packageDir-array
  • 5111c79 revert has removal per @ljharb's note
  • 412ee2e [Refactor] use "has" instead of ".hasOwnProperty"
  • e2fdc5f Fix typo: 'runtime'
  • d8ca5e2 fix typo
  • 04d1c29 Merge branch 'master' into packageDir-array
  • 72bb2cb merge import/paths setting into existing packageDir option
  • 4e37dbf changelog links
  • 2e41a70 Merge pull request #1081 from benmosher/release
  • 2e0ed83 Merge branch 'master' into release
  • ec87b64 Ignore type imports for named rule. (#1057)
  • d5d8b35 memo-parser cautionary note

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2018

Version 2.13.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • c34f14f changelog/package bumps
  • 9db789b [Fix] namespace: ensure this rule works in ES2018
  • add69cf [New] Add ESLint 5 support
  • 59fc04e [Tests] on node v10
  • cdb328c [webpack] log a useful error in a module bug arises
  • ebafcbf no-restricted-paths: complete coverage
  • e6f5c13 No relative parent imports rule (#1093)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 13, 2019

Update to this version instead 🚀

Commits

The new version differs by 123 commits.

  • 0499050 bump to v2.17.0
  • f479635 [webpack] v0.11.1
  • 8a4226d Merge pull request #1320 from bradzacher/export-ts-namespaces
  • 988e12b fix(export): Support typescript namespaces
  • 70c3679 [docs] make rule names consistent
  • 6ab25ea [Tests] skip a TS test in eslint < 4
  • 405900e [Tests] fix tests from #1319
  • 2098797 [fix] export: false positives for typescript type + value export
  • 70a59fe [fix] Fix overwriting of dynamic import() CallExpression
  • e4850df [ExportMap] fix condition for checking if block comment
  • 918567d [fix] namespace: add check for null ExportMap
  • 2d21c4c Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
  • 0ff1c83 [dev deps] lock typescript to ~, since it doesn’t follow semver
  • 40bf40a [*] [deps] update resolve
  • 28dd614 Merge pull request #1304 from bradennapier/feature/typescript-export-type

There are 123 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 13, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 16, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 9, 2019
greenkeeper bot added a commit that referenced this pull request Dec 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 2, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 29, 2020

Update to this version instead 🚀

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.

1 participant