What's Changed
🪄 Improvements
react-jsx/no-children-prop,react-jsx/no-children-prop-with-children: Added support forcreateElementcalls in addition to JSX elements (#1780).
📝 Documentation
- Added
eslint-plugin-perfectionistto the third-party plugins documentation page (#1778).
🏗️ Internal
- Bumped
import-integrity-lintto 1.0.1. - Fixed multiple versions of
typescript-eslintandimport-integrity-lintin the workspace (#1776). - Increased pnpm
minimumReleaseAgeto 3 days and updated lockfile (#1779). - Removed
.reposdirectory references from config files (#1773). - Removed obsolete maintenance scripts (
create-spec-alignment-issues.sh,migrate-labels.sh) (#1777). - Replaced
eslint-plugin-fast-importwithimport-integrity-lint(#1774). - Simplified the publish CI workflow by skipping install scripts and removing the lint step (#1775).
Full Changelog: v5.7.10...v5.8.0