Skip to content

Latest commit

 

History

History
74 lines (32 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

74 lines (32 loc) · 4.04 KB

breaking

  • the supported eslint version is 8 for @cypress/eslint-plugin-dev. (3b799a1)

BREAKING CHANGES

  • The supported eslint version is 8. @see f14a11aecfbc1e3854daae02b69fb40b4ec801b7 for breaking changes to the plugin.

Bug Fixes

  • allow for versions greater than 4 for eslint-plugin-mocha to prevent force installing dependencies when eslint-plugin-mocha is bumbed in comsumer packages (#27944) (bf05978)

Bug Fixes

  • clear session state when changing specs in open mode (#23146) (f1122fc)

Bug Fixes

Bug Fixes

Bug Fixes

Features

  • Turn "no-useless-constructor" off and enable "ignoreRestSiblings" (#17875) (94541d4)

Features

Features

Bug Fixes