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-ava to the latest version 🚀 #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 24, 2019

The devDependency eslint-plugin-ava was updated from 5.1.1 to 6.0.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.


Find out more about this release.

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 🌴

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

greenkeeper bot commented Jun 1, 2019

Update to this version instead 🚀

Release Notes for 7.0.0

Breaking changes

  • We now require Node.js 8 or higher 809f8c2
  • The deprecated assertion-message rule has been removed 87aeb8e
  • Options have been removed from the test-title, no-ignored-test-files & no-import-test-files rules 1218892

New rules

  • We've added a new rule test-title-format which lets you specify a pattern that all test titles must adhere to a184661
  • We've also added prefer-t-regex which enforces the use of t.regex() instead of manually using RegExp#test(). c165ac2

Improvements

  • t.falsey() can now be auto-fixed to t.false() 9ec0565
  • ESLint's meta.type property is now supported 60640f0
  • The no-ignored-test-files and no-import-test-files rules now require AVA 2.0 to be installed. They work with the test & helper file selection in your AVA configuration df6374a

Bug fixes

  • t.title is now allowed by use-t-well 0ded4b5
  • test-ended now ignores callback tests that do not have an inline implementation b8549df
  • Properties on t.context are no longer deemed to be part of t 521d009
  • no-import-test-files no longer incorrectly reports imports from dependencies c383cf6
  • no-import-test-files no longer crashes when the imported path is not a string (e.g. require(true)) 1c8ca97

All changes

v6.0.0...v7.0.0

Thanks

Thank you @Knutakir, @forresst, @GMartigny and @gurrrung. We couldn't have done this without you!

Get involved

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great articleon getting started contributing and a comprehensive contributing guide.

Commits

The new version differs by 23 commits.

  • 32b45c0 7.0.0
  • c165ac2 Add prefer-t-regex rule (#247)
  • 330af0e 7.0.0-rc.1
  • df6374a Rely on AVA to provide a helper for our rules
  • a184661 Add test-title-format rule (#235)
  • b1f34a0 Add tests to enforce some rule guidelines (#246)
  • 1cf673f Make the no-import-test rule take into account AVA extensions and babel config (#225)
  • 5bdf745 Add explanation in docs for fixable rules (#239)
  • 4846440 Add link to french docs for new-rule.md (#249)
  • 809f8c2 Require Node.js 8
  • 60640f0 Add support for the new ESLint meta.type property (#245)
  • 1c8ca97 Prevent the no-import-test rule to crash when imported path is not a string (#228)
  • 9ec0565 Add auto-fix of misspelled falsey to falsy (#229)
  • 1218892 Remove options from the test-title rule (#224)
  • 87aeb8e Remove the deprecated assertion-message rule

There are 23 commits in total.

See the full diff

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

greenkeeper bot commented Jun 10, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Aug 18, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 25, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jan 19, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Feb 1, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Feb 16, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Feb 16, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Apr 27, 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.

0 participants