v0.32.0
Read the migration guide for migration steps from v0.31.
- Removed Node.js v18 support, required v20+.
- Updated
eslintto9.34.0:- Enabled the
no-unassigned-varsrule as an error. - Changed the
no-array-constructorrule severity to a warning, as a fixer is now available.
- Enabled the
- Updated
typescript-eslintto8.40.0:- Supports TypeScript v5.9.
- Enabled the
@typescript-eslint/no-unnecessary-type-conversionrule as an error. - Check
unknownvalues with the@typescript-eslint/no-base-to-stringrule.
- Upgraded
@stylistic/eslint-pluginto5.2.3:- Merged
@stylistic/eslint-plugin-js,@stylistic/eslint-plugin-jsx,@stylistic-plugin-plus, and@stylistic-plugin-tsinto@stylistic/eslint-plugin.
- Merged
- Upgraded
eslint-plugin-unicornto60.0.0:- Enabled the
unicorn/no-useless-error-capture-stack-tracerule as a warning. - Enabled the
unicorn/prefer-class-fieldsrule as a warning. - Enabled the
unicorn/require-module-specifiersrule as a warning.
- Enabled the
- Upgraded
eslint-plugin-jestto29.0.1:- Enabled the
jest/prefer-ending-with-an-expectrule as an error.
- Enabled the
- Updated
eslint-plugin-nto17.21.3:- Enabled the
n/no-top-level-awaitrule as an error.
- Enabled the
- Updated
eslint-plugin-testing-libraryto7.6.6:- Enabled the
testing-library/no-test-id-queriesrule as an error.
- Enabled the
- Upgraded
eslint-plugin-cypressto5.1.1. - Updated
eslint-plugin-jsdocto54.1.1. - Updated
eslint-plugin-importto2.32.0. - Updated
eslint-plugin-rxjs-xto0.7.7.