Skip to content

v1.6.1

Latest
Compare
Choose a tag to compare
@mrewers mrewers released this 19 Apr 13:33
· 6 commits to main since this release
97e7ed4

Changed:

  • Reverted changes applied in v1.6.0 to the no-shadow rule, which included checks for builtinGlobals. We found this rule to be too restrictive and barred the use of several common variable names (such as name, status, and parent). Rather than enumerating a list of exceptions, we opted to disable the rule.

Build:

  • Update dependencies:
    • eslint: 8.11.0 => 8.13.0
    • eslint-plugin-import: 2.25.4 => 2.26.0
    • eslint-plugin-jest: 26.1.1 => 26.1.4
    • eslint-plugin-react: 7.29.3 => 7.29.4
    • eslint-plugin-react-hooks: 4.3.0 => 4.4.0