dustinspecker / eslint-config-dustinspecker

ESLint shareable config of Dustin Specker's preferences
MIT License
4 stars 1 forks source link

Update eslint-plugin-ava to the latest version πŸš€ #214

Closed greenkeeper[bot] closed 4 months ago

greenkeeper[bot] commented 6 years ago

Version 5.0.0 of eslint-plugin-ava was just published.

Dependency eslint-plugin-ava
Current Version 4.5.1
Type dependency

The version 5.0.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-ava.

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.


Commits

The new version differs by 8 commits.

  • a2b962f 5.0.0
  • 7cbbf14 Upgrade esm and use force option
  • 0134e94 Add no-import-test-file rule (#193)
  • 6a6706e Add support for ava.config.js (#192)
  • bd307de Fix use-t failing on macros (#194)
  • e196c7a Require Node.js 6
  • 07cb699 Upgrade to ESLint 5
  • b4bb64a Drop using XO for now until a new version is out that uses ESLint 5

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.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 4e20b90 5.1.0
  • 5dcec8b Ensure use-t-well supports throwsAsync/ notThrowsAsync assertions
  • 1785f9b Mention ava.config.js in no-import-test-files documentation
  • fb3ac90 Link in french for no-import-test-files.md (#202)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 6bb239f 5.1.1
  • 4f88d75 Bump dependencies, actually run XO
  • 022a729 Tiny travis.yml tweak
  • ee678d0 Include the plugin itself in the recommended preset

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€