AVA 3.11.0 introduces subtle but important updates compared to version 3.10.1, making it a worthwhile upgrade for developers using this popular Node.js test runner.
In dependencies, ora is updated from 4.0.4 to 4.0.5 and yargs from 15.4.0 to 15.4.1, likely including bug fixes and minor feature additions. chokidar sees a bump from 3.4.0 to 3.4.1 and emittery from 0.7.0 to 0.7.1,potentially impacting file watching and event handling capabilities in your tests. lodash receives a fix going from 4.17.15 to 4.17.19 and is-plain-object goes from version 3.0.1 to 4.1.1 being a more substantial one.
In devDependencies, c8 receives a bump from version 7.2.0 to 7.2.1, while tap goes from 14.10.7 to 14.10.8, probably involving improvements for code coverage reporting and test result output, respectively. delay receives a bump from version 4.3.0 to 4.4.0 and execa from 4.0.2 to 4.0.3 along with typescript from 3.9.6 to 3.9.7. tempy also goes from version 0.5.0 to 0.6.0
These dependency updates suggests improved stability, performance, and compatibility. Developers should consider upgrading to AVA 3.11.0 to benefit from these refinements, ensuring a smoother and more reliable testing experience. Furthermore, the unpackedSize has increased slightly from 244665 to 245356.
All the vulnerabilities related to the version 3.11.0 of the package
Got allows a redirect to a UNIX socket
The got package before 11.8.5 and 12.1.0 for Node.js allows a redirect to a UNIX socket.