Midnight Smoker has released version 2.0.2, succeeding version 2.0.1, offering developers an updated tool for running smoke tests against packages as they would be published. The core functionality remains consistent, ensuring that the tool continues to provide reliable smoke testing capabilities.
Key changes can be observed in the dependency updates. Version 2.0.2 sees several dependencies upgraded, including yargs (from 17.6.2 to 17.7.1), @commitlint/cli (from 17.4.1 to 17.6.1), @commitlint/config-conventional (from 17.4.0 to 17.6.1), @types/node (from 18.11.18 to 18.15.11), eslint (from 8.31.0 to 8.38.0), prettier (from 2.8.2 to 2.8.7), rewiremock (from 3.14.4 to 3.14.5), sinon (from 15.0.1 to 15.0.3), and typescript (from 4.9.4 to 5.0.4).
These updates likely include bug fixes, performance improvements, and new features within those specific packages. Upgrading typescript to version 5 is a significant jump and may offer enhanced type checking and language features. The update to yargs might affect command-line argument parsing within Midnight Smoker. These updates collectively seek to improve the developer experience, and compatibility with the latest tools. Developers should review the changelogs of the updated dependencies to understand the full scope of changes and adapt their code accordingly.
The are not vulnerabilities for the version 2.0.2 of the package midnight-smoker