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

chore(deps): update dependency eslint-plugin-import to v2.9.0 #43

Merged
merged 1 commit into from
Feb 22, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 22, 2018

This Pull Request updates dependency eslint-plugin-import from v2.8.0 to v2.9.0

Release Notes

v2.9.0

Added
  • Add [group-exports] rule: style-guide rule to report use of multiple named exports ([#​721], thanks [@​robertrossmann])
  • Add [no-self-import] rule: forbids a module from importing itself. ([#​727], [#​449], [#​447], thanks [@​giodamelio]).
  • Add [no-default-export] rule ([#​889], thanks [@​isiahmeadows])
  • ... and more! check the commits for v[2.9.0]

Commits

v2.9.0

  • 275f1eb Merge pull request #​950 from benmosher/release-2.8.0
  • 1e3f842 clean up CI (#​956)
  • 98acd6a fix #​939 by adding .mjs to stock Node resolver (#​955)
  • a42246a Update error message in case expected number of empty lines is more than 1
  • 365dfbb New: group-exports rule
  • 7366307 Use arrow function
  • a5844d5 Merge pull request #​959 from AdamSelene/master
  • 62ff6e5 Fix lint no-useless-escape
  • fef0ab0 Add some test coverage for ignorePackages exts
  • eca7b4d Merge pull request #​721 from robertrossmann/prefer-single-export
  • 2fc4577 Should cover cherry-picked package methods
  • 7316dda Document cherry-picked package method
  • 81d3b36 Typos
  • ee51581 Merge pull request #​827 from collinsauve/issue414
  • c080287 Fix typo
  • 3090e84 Add test case
  • e0403c6 [Tests] use nvm install-latest-npm
  • 4ca88a6 allow newer version of node-libs-browser
  • dde9a47 Merge pull request #​969 from modosc/update-node-libs-browser
  • fdc0e4f Update recommended.js
  • 9db95b3 Merge pull request #​973 from briandipalma/patch-1
  • 6b4c840 use main lodash package
  • 9f42bed Merge pull request #​962 from 1pete/patch-1
  • 34ff5e0 Fix Inambigous JavaScript Grammar link
  • fa02415 Merge pull request #​982 from meaku/patch-1
  • bfda3c0 fix eslint rule name
  • f57f987 Merge pull request #​912 from graingert/no-useless-path-segments
  • b916ed2 docs: fix typo
  • 4430270 [Docs] make eslint rule names consistent
  • b839641 Merge pull request #​983 from ha404/patch-1
  • 7383977 no-commonjs: Fix false positive when exports is in scope
  • 1739d6b Handle call expressions in the no-anonymous-default-export rule
  • 1c41350 Merge pull request #​929 from j-f1/patch-2
  • 523789f flow: Ignore import statements when using 'import type'
  • 3365783 Merge pull request #​947 from jasonxia23/master
  • a9bee1a Merge pull request #​727 from giodamelio/feature-no-self-import
  • 43083e0 Merge pull request #​672 from dplusic/bugfix/extensions
  • 9ce605d [Tests] put newer builds at the top
  • 2aef76e Merge pull request #​775 from shinnn/rimraf
  • 697afb2 Merge pull request #​845 from daltones/patch-2
  • bac9794 Merge pull request #​977 from fatfisz/no-anonymous-call-default-export
  • 6c567e8 eslint-import-resolver-node: [deps] update debug, resolve
  • 2470ed7 eslint-import-resolver-node: [dev deps] update chai, mocha, nyc
  • 359a200 [Tests] test resolvers in CI separately
  • b131b2c eslint-import-resolver-node: v0.3.2
  • 0d44914 eslint-import-resolver-webpack: v0.8.4
  • a56c1c0 Add URL to rule documentation to the metadata
  • 3ea1050 Move URL generation to a function
  • 60335bb Support optional commit hash argument to docsUrl and add tests
  • fe03d72 Use commit hash for imports-first documentation link
  • f12b6d0 Fix require of first in imports-first
  • c05cddb Fix direct link to a file
  • 1e980af Merge pull request #​998 from Arcanemagus/rules-docs-url
  • c9269be order: [docs] Change 1st order's example's label to valid value
  • c8d5e03 Check for TSModuleDeclarations
  • 7f35a3e Expanded/improved TS tests
  • 69084df Latest typescript and typescript-eslint-parser
  • 655c33d Merge pull request #​958 from spencerhakim/ts-nodes
  • fa24082 Use link to tagged version for rule docs
  • b08bd3e Merge pull request #​1005 from sudo-suhas/docs-link-tagged
  • bae618c Add example of how to add import/resolver config to settings
  • 7852cd7 Merge pull request #​1008 from Kiwka/patch-1
  • 364e841 Add test case for import/resolve extensions order
  • bc50394 Merge pull request #​1009 from silvenon/extensions
  • fdcd4d9 Add a .coffee test proving extension resolve order
  • 3268a82 Merge pull request #​1010 from silvenon/extensions
  • ab49972 Support export declarations in extensions rule
  • 219a8d2 Merge pull request #​1012 from silvenon/extensions-export
  • 0e729c7 no-self-import is unreleased
  • 91cfd6d Merge pull request #​1022 from nevir/patch-1
  • 8778d7c Fixes #​1023 - Load exceptions in user resolvers are not reported
  • 9b20a78 Upgraded "find-root" and "lodash.get" for the webpack resolver
  • 654d284 Merge pull request #​1024 from patrick-steele-idem/issue-1023
  • ff3d883 Merge pull request #​1025 from patrick-steele-idem/update-dependencies
  • 5b0777d Add no-default-export + docs/tests (#​936)
  • ae5a031 Missed a link
  • 0231c78 Merge pull request #​1026 from isiahmeadows/patch-1
  • 180d71a bump plugin to v2.9.0
  • 7f8f543 Fix eslint-import-resolver-webpack with pnpm (#​968)
  • 5be3f4a changelog note for #​968

This PR has been generated by Renovate Bot.

@coveralls
Copy link

coveralls commented Feb 22, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 1ee4af8 on renovate/eslint-plugin-import-2.x into cf3a03e on master.

@renovate renovate bot merged commit 9d9e787 into master Feb 22, 2018
@renovate renovate bot deleted the renovate/eslint-plugin-import-2.x branch February 22, 2018 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants