Mayank1791989 / gql

112 stars 19 forks source link

Update eslint-plugin-playlyfe to the latest version 🚀 #141

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.2.0 of eslint-plugin-playlyfe was just published.

Dependency eslint-plugin-playlyfe
Current Version 3.0.0
Type devDependency

The version 4.2.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-playlyfe.

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.


Release Notes v4.2.0

4.2.0 (2018-07-20)

Features

  • rule: add rule to enforce Object.freeze use for const object value (9cc87d3)
  • add support for eslint 5.x (5c79a88)
Commits

The new version differs by 21 commits.

  • 5c79a88 feat: add support for eslint 5.x
  • 9cc87d3 feat(rule): add rule to enforce Object.freeze use for const object value
  • 4d413fc chore(deps): update plugins
  • 437dafd chore(deps): update dev deps
  • 3cd977e chore(lint): fix lint config
  • bf9b0c1 fix(build): fix lib/ missing in release.
  • 833dbbb chore(build): update semantic-release and fix ci deploy.
  • 7340063 chore(yarn): fix duplicates
  • 9369217 chore(deps): update some deps.
  • 1796bca chore(deps): update flow to v0.75.0.
  • 74dfcd6 chore(travis): drop node v6 & v7.
  • b5fd8ae feat(eslint-flowtype): add support for eslint-plugin-flowtype 2.49.3.
  • 61f0c79 feat(plugin-react): add support for eslint-plugin-react 7.10.
  • 6326971 feat(plugin-babel): add support for eslint-plugin-babel 5.x.
  • 42816a7 chore(deps): update some deps.

There are 21 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 5.0.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead 🚀

Release Notes v5.0.1

5.0.1 (2018-07-23)

Bug Fixes

  • rule:class-property-no-use-before-define: fix false positives in case of class methods (63825dc)
Commits

The new version differs by 1 commits.

  • 63825dc fix(rule:class-property-no-use-before-define): fix false positives in case of class methods

See the full diff