The eslint-plugin-import-x package has been updated from version 4.9.2 to 4.9.3. Both versions aim to bring sanity to JavaScript and TypeScript imports, ensuring code quality and consistency. Developers utilizing this plugin benefit from features like import sorting, preventing unused imports, and enforcing specific import styles.
A notable difference lies in the dependencies. Version 4.9.3 replaces rspack-resolver with unrs-resolver (version 1.3.1). Additionally, @typescript-eslint/utils is bumped from version 8.27.0 to 8.28.0 in the newer release. Semver is updated to version 7.7.1.
This update is essential for developers relying on these specific resolvers or wanting to leverage the improved functionalities and bug fixes within the updated @typescript-eslint/utils. The change from rspack-resolver to unrs-resolver may affect projects depending on specific rspack-resolver features, so developers should evaluate compatibility during the upgrade. The peer dependency on eslint remains at "^8.57.0 || ^9.0.0" indicating no need to update eslint itself for compatibility. This plugin helps maintainable and readable codebases by automating import management.
The are not vulnerabilities for the version 4.9.3 of the package eslint-plugin-import-x