css-what version 6.1.0 represents an incremental update over the previous stable version 6.0.1, primarily focusing on refinements in the development dependencies and tooling. Developers upgrading to 6.1.0 will notice updates to several crucial tools, including jest (from ^27.4.5 to ^27.5.1), eslint (from ^8.5.0 to ^8.12.0), prettier (from ^2.5.1 to ^2.6.1), and typescript (from ^4.5.4 to ^4.6.3). The corresponding @types/jest and @types/node definitions have also been bumped to ^27.4.1 and ^17.0.23, respectively. Furthermore, the @typescript-eslint tooling suite sees a significant jump, migrating both the parser and eslint-plugin from ^5.8.0 to ^5.17.0. These dependency upgrades likely incorporate bug fixes, performance improvements, and new features within those tools, leading to a more streamlined development workflow for contributors to css-what. The eslint-config-prettier is updated from ^8.1.0 to ^8.5.0, ensuring better compatibility and integration between ESLint and Prettier for code formatting. The minor increase in unpackedSize (from 65834 to 66038) suggests minor additions or adjustments within the package itself, although the core functionality as a CSS selector parser remains consistent. These improvements provide an enhanced and modernized development experience for those contributing to the css-what library.
The are not vulnerabilities for the version 6.1.0 of the package css-what