Version 2.32.0 of @typescript-eslint/eslint-plugin introduces a few notable changes compared to version 2.31.0. Primarily, the dependency @typescript-eslint/experimental-utils has been bumped from version 2.31.0 to 2.32.0, indicating potential updates or fixes within the experimental utilities package that users of the plugin may benefit from. Additionally, the chalk and marked devDependencies experienced updates. chalk went from version 3.0.0 to 4.0.0, potentially offering improvements in console styling and colors, while marked was updated from 0.7.0 to 1.0.0, likely providing enhanced markdown parsing capabilities for documentation or rule processing. While the core functionalities tied to eslint, typescript, and @typescript-eslint/parser remain consistent through their peer dependencies, developers should examine the new versions of chalk and marked to understand how these refinements impact their development workflow. The unpacked size of the package also increased slightly, potentially reflecting the enhanced features or bug fixes from the upgraded dependencies. Most importantly the release date is a week apart so that could be a sign that one or more bugs were fixed so it is better to upgrade.
The are not vulnerabilities for the version 2.32.0 of the package @typescript-eslint/eslint-plugin