Sinon.js, a popular JavaScript testing library providing spies, stubs, and mocks, saw a minor version bump from 5.0.0 to 5.0.1, bringing notable updates for developers. While both versions maintain core functionalities for robust unit testing, the key differences lie in dependency updates and behind-the-scenes improvements. Version 5.0.1 upgrades the @sinonjs/formatio package to ^2.0.0 replacing the old formatio at 1.2.0 representing a shift towards the sinonjs organization for maintained modules. Additionally, supports-color was updated from ^4.4.0 to ^5.1.0, potentially offering enhanced color support in test outputs.
The development dependencies also saw upgrades. Lint-staged jumped from ^4.0.0 to ^6.0.0, markdownlint-cli from ^0.4.0 to ^0.6.0, @sinonjs/referee at ^2.0.0 was added and browserify moved from ^14.0.0 to ^15.1.0, and @std/esm at 0.25.2 was added which probably represents significant changes in the tooling and linting workflows for the project itself. These updates ensure compatibility with newer tooling and likely address minor bugs or performance tweaks. Developers upgrading from 5.0.0 should thus experience a smoother, more reliable testing workflow, benefiting from the updated dependencies and potentially improved stability.
The are not vulnerabilities for the version 5.0.1 of the package sinon