Skip to content

v4.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 18:14
· 342 commits to beta since this release
82ace49

4.0.0-beta.1 (2021-03-28)

Bug Fixes

  • no-await-sync-query: avoid reporting queries if not within callee (#278) (ed09979), closes #276

chore

  • update dependencies + run prettier on codebase (#234) (9c2072d)

Code Refactoring

Features

BREAKING CHANGES

  • Minimum node version required is v10.22.1
  • Minimum ESLint version required is 7.5.0. Support for ESLint between v5 and v7.4 has been dropped
  • recommended config preset has been renamed to dom, so make sure to update it in your ESLint config file if you were using recommended preset.
  • no-wait-for-empty-callback rule is automatically enabled if recommended, angular, react or vue config enabled. If you have any of those enabled, you could get new ESLint errors related to this rule after upgrading this plugin.
  • prefer-screen-queries rule is automatically enabled if recommended, angular, react or vue config enabled. If you have any of those enabled, you could get new ESLint errors related to this rule after upgrading this plugin.