Fixturify, a utility for converting objects into directory structures and vice versa, has a new major version, 3.0.0, released on October 27, 2022, succeeding version 2.1.1 from April 19, 2021. Both versions share the same core purpose and MIT license, offering developers a convenient way to manage test fixtures. Key improvements can be seen in the updated dependencies which provides latest and greatest fix and features.
The most notable changes lie in the updated dependencies. Version 3.0.0 features newer versions of crucial packages. For example, @types/fs-extra jumps from ^8.1.0 to ^9.0.13, and fs-extra advances from ^8.1.0 to ^10.1.0. Similarly, walk-sync updates from ^2.0.2 to ^3.0.0. These dependency updates likely incorporate bug fixes, performance enhancements, and new features from the underlying libraries, providing a more robust and feature-rich experience for Fixturify users. The developer tooling also sees upgrades with @types/node moving from ^13.7.4 to ^18.11.7, tap updating from ^14.10.6 to ^16.3.0, and TypeScript shifting from ^3.8.2 to ^4.8.4, allowing for the latest static analysis and a better typing experience in general. Finally, unpackedSize increased from 11913 to 12078.
Developers upgrading to Fixturify 3.0.0 should review these dependency updates to ensure compatibility with their projects and leveraging the benefits of new functionalities within those dependencies.
The are not vulnerabilities for the version 3.0.0 of the package fixturify