Changed
- BREAKING: Added new rules to
playwright-configas errors:expect-expect,
no-nested-step,no-networkidle,no-nth-methods,no-useless-await,
prefer-to-contain, andprefer-web-first-assertions.
- BREAKING: Changed
jsdoc-configruleno-defaultsto error for any
contexts. (#103)
- BREAKING: Added new rule
imports-as-dependenciestojsdoc-config. (#102)
- BREAKING: Moved all
eslintplugins and configurations topeerDependencies
since all active Node versions now include npm versions that install then by
default. This is only BREAKING if they are not installed (e.g. usingyarnor
npm install --legacy-peer-deps), and in that case they must all be added to
the project. (#82)
- Updated
yarntests to automatically installpeerDependencies.
- Updated
- BREAKING: Updated to
eslint-plugin-unicorn@48.0.0, which removed rule
no-unsafe-regexand chaged the behavior of several rules (see the
release notes).
(!501)
Fixed
- Updated to latest plugins, including
eslint-plugin-jest@27.2.3,
eslint-plugin-jsdoc@46.4.4,eslint-plugin-n@16.0.1,
eslint-plugin-playwright@0.15.3, andeslint-plugin-unicorn@48.0.0.
Miscellaneous
- Updated to latest
defaultconfig for Renovate v36.