7.3.0 (2024-03-18)
🚀 Features
- eslint-plugin: [restrict-template-expressions] add
allowArray
option (#8389) - eslint-plugin: add meta.docs.recommended setting for strict config options (#8364)
- eslint-plugin: add rule
use-unknown-in-catch-callback-variables
(#8383) - eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection (#8642)
- eslint-plugin-internal: add internal lint rule no-relative-paths-to-internal-packages (#8596)
- typescript-estree: disallow switch statements with multiple default cases (#8411)
- utils: add parser name to thrown parser error message (#8484)
🩹 Fixes
- correct
engines.node
constraints in package.json
(#8671) - eslint-plugin: [unbound-method] check method definition in object literal using longhand form (#8637)
- eslint-plugin: [consistent-type-imports] handle imports without specifiers (#8308)
- eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant (#8282)
- eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum (#8591)
- eslint-plugin: [no-unused-expressions] false negatives when using assertions (#8668)
- eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments (#8416)
- eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option (#8508)
- eslint-plugin: [class-literal-property-style] ignore property assigned in constructor (#8412)
- eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations (#8558)
- typescript-estree: fix the issue of single run inferring in the pnpm repo (#3811, #8702)
❤️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri @arka1002
- auvred @auvred
- Derrick Isaacson
- fnx @DMartens
- Josh Goldberg ✨
- Kirk Waiblinger @kirkwaiblinger
- Marta Cardoso @up201304504
- Michaël De Boey
- Tristan Rasmussen
- YeonJuan @yeonjuan
You can read about our versioning strategy and releases on our website.