elwayman02 / ember-data-github

Ember Data library for the GitHub API
MIT License
47 stars 38 forks source link

Update eslint-plugin-ember to the latest version ๐Ÿš€ #230

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency eslint-plugin-ember was updated from 5.4.0 to 7.1.0.

This version 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.


Publisher: bmishkin License: MIT

Release Notes for v7.1.0

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

  • #511 Avoid crash from empty return statement in require-computed-macros rule (@bmish)
  • #512 Avoid crash when missing arguments to this.route() in route-path-style rule (@bmish)
  • #498 Fix decorator handling and improve error messages for computed-property-getters rule (@Exelord)
  • #504 Update require-computed-property-dependencies rule to ignore injected service names by default (@bmish)

๐Ÿ“ Documentation

  • #514 Hide the deprecated rules section from the README if empty (@bmish)
  • #510 Cleanup code samples in some of the new V7 recommended rules (@bmish)
  • #496 Suggest using the eslint consistent-return rule alongside require-return-from-computed rule to help avoid false positives (@bmish)
  • #506 Add example of a getter with an if statement for require-return-from-computed rule (@bradleypriest)

๐Ÿ  Internal

  • #519 Add CI check to ensure yarn.lock is up-to-date (@bmish)
  • #516 Test plugin under both eslint 5 and eslint 6 (@bmish)
  • #515 Add eslint-plugin-eslint-plugin and enable/autofix most rules (@bmish)
  • #505 Enforce minimum test coverage (@bmish)
  • #503 Refactor utils to move type checking utils to a separate file and alphabetize (@bmish)

Committers: 4

Commits

The new version differs by 348 commits.

  • 8d6eed9 v7.1.0
  • 08e4df8 Update CHANGELOG
  • 722954b Merge pull request #519 from bmish/yarn-frozen-lockfile
  • 4bf98ef build(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1 (#520)
  • e508ec8 Add CI check to ensure yarn.lock is up-to-date.
  • 72a184a Merge pull request #507 from scottkidder/no-pause-test
  • 0d1829f Add new no-pause-test rule
  • 1b14f5f Merge pull request #518 from bmish/test-multiple-eslint-versions-2
  • 6739da7 Test plugin under both eslint 5 and eslint 6 (again)
  • d8f4cf1 Merge pull request #517 from ember-cli/dependabot/npm_and_yarn/eslint-6.4.0
  • 42f7d0c build(deps-dev): bump eslint from 5.16.0 to 6.4.0
  • d78edaa Merge pull request #516 from bmish/test-multiple-eslint-versions
  • 868dc5a Merge pull request #515 from bmish/eslint-plugin-eslint-plugin
  • 4d46323 test: test plugin under both eslint 5 and eslint 6
  • 07a524a Merge pull request #511 from bmish/require-computed-macros-fix-return-nothing

There are 250 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: