eslint-plugin-antfu version 2.3.0 introduces several updates compared to the previous stable version 2.2.0. Most notably, there are updates to the development dependencies, reflecting a shift towards newer tooling versions and dependency management. For example, @typescript-eslint/utils and @typescript-eslint/typescript-estree are upgraded to version 7.10.0 from 7.8.0, potentially incorporating bug fixes, performance improvements, and new features for TypeScript code analysis. Similarly, the core eslint dependency sees a bump to version 9.3.0 from 9.2.0, suggesting improvements in ESLint's core linting capabilities and rule processing. @antfu/eslint-config also receives an update from 2.16.3 to 2.18.1, likely incorporating newer configurations and rule presets. The @types/eslint gets updated as well, from version ^8.56.10 to ^8.56.10.
Developers considering upgrading to version 2.3.0 should be aware of these dependency changes. Testing is recommended to ensure compatibility with existing projects and configurations. Because @typescript-eslint/utils, @typescript-eslint/typescript-estree and eslint are core dependencies for linting typescript projects, make sure to check for breaking changes. The new version also includes general maintenance and potentially small bug fixes as implied by the increased unpackedSize from 44590 to 51733. Finally, the releaseDate is relatively recent ("2024-05-26T22:15:03.452Z"), so staying up to date allows you to use the latest features and improvements.
The are not vulnerabilities for the version 2.3.0 of the package eslint-plugin-antfu