eslint-plugin-import version 2.25.0 brings several notable updates compared to version 2.24.2. Developers upgrading should be aware of changes to both dependencies and devDependencies. In the 'dependencies' section, array-includes is updated from version 3.1.3 to 3.1.4, array.prototype.flat goes from 1.2.4 to 1.2.5, and is-core-module goes from 2.6.0 to 2.7.0. Version 2.25.0 drops the dependency on pkg-up, find-up and read-pkg-up in exchange for has.
The 'devDependencies' see more substantial changes. Notably, glob is updated from 7.1.7 to 7.2.0, plus eslint now explicitly supports version ^8. Version 2.25.0 upgrades the requirement for @typescript-eslint/parser in its' peer dependencies. babel-preset-es2015-argon and coveralls are removed as devDependencies. Developers using TypeScript may find the explicit support for newer @typescript-eslint/parser versions particularly relevant.
Finally, the unpacked size increased approximately 20KB for version 2.25.0, but the packed/compressed one might be very different. These updates likely involve bug fixes, performance improvements, and enhanced compatibility with newer tooling versions within the JavaScript/TypeScript ecosystem. Consider upgrading for improved stability and access to the latest features. Make sure that the new versions of the dependencies keep the compatibility with your project.
The are not vulnerabilities for the version 2.25.0 of the package eslint-plugin-import