Version 0.13.10 of eslint-import-resolver-webpack introduces several updates compared to the previous stable version, 0.13.9. Notably, there are dependency upgrades including is-core-module which jumps from version 2.13.1 to 2.15.1, enhancing the accuracy of core module detection. The resolve dependency remains at version 2.0.0-next.5, indicating a continued reliance on a pre-release version of this crucial module. Furthermore, the hasown dependency is bumped up from version 2.0.0 to 2.0.2, and the semver dependency is updated to version 5.7.2. Developers will appreciate the upgrade to debug going from unspecified to version ^3.2.7.
Notably, the devDependencies also see some tweaking, although the core tools remain the same. The version of webpack being used for development is still being pulled from a specific git gist, pointing to a customized setup for testing. The peerDependencies remain consistent, ensuring compatibility with existing eslint-plugin-import and webpack installations.
The unpacked size of the package sees a small increase, suggesting potential code additions or modifications. The change in release date reflects the recency of the new version. These changes collectively aim to improve the reliability and accuracy of path resolution within webpack projects, providing developers with a more seamless experience when integrating eslint for consistent code quality.
The are not vulnerabilities for the version 0.13.10 of the package eslint-import-resolver-webpack