Skip to content

10.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 21:18
· 80 commits to main since this release
e654c81

@metamask/eslint-config

Changed

@metamask/eslint-config-jest

Changed

  • (BREAKING) Update ESLint from v7 to v8 (#233)
  • (BREAKING) Bump eslint-plugin-jest to ^26.x (#228)
    • This is breaking because eslint-plugin-jest is a peerDependency
    • The rule jest/prefer-to-be has replaced the old rules jest/prefer-to-be-null and jest/prefer-to-be-undefined. This is breaking because it is more broadly applicable than the two it replaces, and may force us to use toBe for all primatives (over toBeEqual or equivalent).
    • Two rules were renamed (jest/valid-describe => jest/valid-describe-callback, and jest/lowercase-name => jest/prefer-lowercase-title)
  • (BREAKING) Update minimium Node.js version to v14 (#225)

@metamask/eslint-config-mocha

Changed

@metamask/eslint-config-nodejs

Changed

@metamask/eslint-config-typescript

Changed