Skip to content

v10.0.0

Compare
Choose a tag to compare
@kaimallea kaimallea released this 14 Apr 17:54
· 332 commits to master since this release

10.0.0 (2021-04-14)

Bug Fixes

  • eslint-config: use jest version setting to fix no-deprecated-functions functionality (9a67198)

Build System

  • drop support for nodejs v10.x (3fe3059)
  • deps: bump eslint-plugin-jest from 23.20.0 to 24.3.4 (7d8b247)

Features

  • eslint-config-react: disable react/prop-types rule (d445345)
  • eslint-config-typescript: turn off @typescript-eslint/no-unused-vars (4845031)

BREAKING CHANGES

  • drop support for NodeJS v10.x, which reaches EOL on
    April 30, 2021.
  • deps: jest v24 introduced new lint rule recommendations for that might break
    existing tests