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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint-plugin-import to the latest version 馃殌 #284

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 24, 2017

Version 2.3.0 of eslint-plugin-import just got published.

Dependency eslint-plugin-import
Current Version 1.16.0
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint-plugin-import.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 152 commits.

  • b79e083 Merge pull request #837 from benmosher/release-2.3.0
  • 74425a2 changelog update for 2.3.0
  • 1377f55 bump v2.3.0
  • 2efc41a fix null pointer exception (#717) (#797)
  • 0fb592e Add support to specify the package.json (#685)
  • 2cc9768 Add test for flow type export (#835)
  • bd0e5e3 Merge pull request #821 from smably/patch-1
  • 412e518 Clarify docs for glob arrays
  • 106740f chore(package): update typescript-eslint-parser to version 2.1.0 (#790)
  • 6288cf9 chore(package): update babel-register to version 6.24.1 (#796)
  • 2e9eea6 newline-after-import test syntax fails
  • c9f10e8 extensions test fixes, attempt 2
  • 861765f fix babel syntax errors in extensions tests
  • 82f796c chore(package): update cross-env to version 4.0.0 (#783)
  • 98e7048 Merge pull request #757 from gmathieu/fix-default-keyword

There are 152 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2017

Version 2.4.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 10 commits.

  • 44ca158 update utils changelog
  • a3728d7 bump eslint-module-utils to v2.1.0
  • 3e29169 bump v2.4.0
  • ea9c92c Merge pull request #737 from kevin940726/master
  • 8f9b403 fix typos, enforce type of array of strings in allow option
  • 95315e0 update CHANGELOG.md
  • 28e1623 eslint-module-utils: filePath in parserOptions (#840)
  • 2f690b4 update CI to build on Node 6+7 (#846)
  • 7d41745 write doc, add two more tests
  • dedfb11 add allow glob for rule no-unassigned-import, fix #671

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2017

Version 2.5.0 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jun 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 23, 2017

Version 2.6.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 22 commits.

  • 8101d39 bump to 2.6.0, node/0.3.1, webpack/0.8.3, memo-parser/0.2.0
  • 7f055ec chore(eslint): upgrade to eslint@4
  • 0263be4 memo-parser: require eslint >= 3.5.0 (need file path always)
  • b1eeade build on node v4, again (#855)
  • 14c501e Merge pull request #865 from sompylasar/eslint-module-utils_tests
  • 117717f eslint-module-utils: Fix resolver tests for Windows paths
  • 314ead8 eslint-module-utils: Fix test coding style
  • 2bc4f7f eslint-module-utils: Add test for ignore
  • 3b4cb47 eslint-module-utils: Add test for import/resolver config checks
  • 06695c4 eslint-module-utils: Add test for when resolver version is not specified
  • f65c263 eslint-module-utils: Unified test specs names to not use 'should' word
  • a0012f8 eslint-module-utils: Add tests for resolver versions
  • 17d2ee9 eslint-module-utils: Add tests for hash utils
  • 60b524b Merge commit '3c46d308ccb462a52554257c49c374045d1a6cf7' into file_path_in_parser_options
  • 5732742 eslint-module-utils: In tests move require stub parser to the top.

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2017

Version 2.6.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • d9b712a bump to v2.6.1 to bump dep on node resolver to latest 馃槼
  • 4d561e3 Merge pull request #881 from futpib/named-flow-import-interface
  • 56e60e4 Update no-extraneous-dependencies.md (#878)
  • 9a06426 Fix flow interface imports giving false-negative with named rule

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2017

Version 2.7.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • c9dd91d bump to v2.7.0
  • ee5a986 changelog note for #843
  • 0dc4451 Merge branch 'no-absolute-path-perf'
  • f70d127 upgraded no-absolute-path to use moduleVisitor pattern to support all module systems
  • e4b8884 PR note fixes
  • 5aa2fe0 Rename funtion reportIfMissing to reportIfAbsolute
  • 3e8438e Extract isAbsolutePath from importTypes helper

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 19, 2017

Version 2.8.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 35 commits.

  • 95b1ba6 disable AppVeyor coveralls
  • 4071379 #842/#944 changelog note
  • 8702af7 #744 changelog note
  • 91c5318 #886 / #891 changelog notes
  • 1b3f544 bump v2.8.0
  • cef88f2 Merge pull request #944 from alexgorbatchev/alexgorbatchev/issue-842
  • c246b9e #842 Fixes Cannot read property 'some' of undefined
  • 1958e0b [Tests] fix broken test on master
  • 68f63f5 forgot @k15a's user link 馃槄
  • 5f5fbf6 changelog notes for #620 + #632
  • 92dd662 Merge pull request #632 from k15a/master
  • 1ba1c3a removing changelog note, will re-add
  • 146f87f changelog notes for #720 + #858
  • 57527c7 Merge pull request #858 from laysent/master
  • 006ddeb Merge remote-tracking branch 'refs/remotes/benmosher/master'

There are 35 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2018

Version 2.9.0 just got published.

Update to this version instead 馃殌

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

greenkeeper bot added a commit that referenced this pull request Mar 30, 2018
@greenkeeper
Copy link
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
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鈥檚 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

greenkeeper bot added a commit that referenced this pull request May 17, 2018
@greenkeeper
Copy link
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
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 Jan 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2019

Update to this version instead 馃殌

Commits

The new version differs by 58 commits.

  • 767f01a bump to v2.15.0
  • 038d668 bump webpack resolver to v0.11.0
  • 20a8f3b bump utils to v2.3.0
  • 1e4100d changelog note for #1261
  • 548ea02 added support for argv parameter of webpack`s config-as-a-function (#1261)
  • fcf2ce7 Merge pull request #1254 from ljharb/travis
  • 64d9be7 allow_failures for dicey Node/ESLint intersection
  • 73080d0 dep-time-travel: use older versions of dependencies
  • 05c3935 repair no-deprecated for ESLint* 5
  • 10c9811 node 4 fix for test util
  • f165237 ah geez, bumping babel-eslint breaks no-amd/no-cjs
  • acfb6e9 jk, test against eslint 2/3 but skip Typescript tests.
  • b686f9d drop ESLint 2/3 from Travis/Appveyor
  • cf1f6f4 [Deps] update debug, eslint-import-resolver-node, has, lodash, minimatch, resolve
  • d290a87 [Dev Deps] update babylon, coveralls, eslint-import-resolver-typescript, gulp, linklocal, nyc, redux, rimraf, sinon, typescript-eslint-parser

There are 58 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 29, 2019

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 9bac44e bump to v2.16.0
  • d305f6a use proper rest arg instead of [].slice
  • e72a336 fix #1266 by moving closure creation out of parsing scope (#1275)
  • 1ec80fa Fix for #1256 (#1257)

See the full diff

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

greenkeeper bot commented Apr 13, 2019

Update to this version instead 馃殌

Commits

The new version differs by 61 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鈥檛 follow semver
  • 40bf40a [*] [deps] update resolve
  • 28dd614 Merge pull request #1304 from bradennapier/feature/typescript-export-type

There are 61 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 13, 2019
@greenkeeper
Copy link
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
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
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
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
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
Author

greenkeeper bot commented Jul 19, 2019

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Dec 9, 2019
@greenkeeper
Copy link
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
Copy link
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
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
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.

None yet

0 participants