Version 4.32.0 of @typescript-eslint/eslint-plugin introduces several updates compared to the previous stable version, 4.31.2, relevant for developers using the TypeScript ESLint plugin. One notable addition in 4.32.0 is the introduction of the ignore dependency. This could hint at enhanced capabilities for ignoring specific files or patterns during the linting process, providing greater control over which parts of a TypeScript project are analyzed. This could be particularly useful in projects with generated code or external libraries that shouldn't be subject to the same linting rules.
Furthermore, there are updates to internal dependencies like @typescript-eslint/scope-manager and @typescript-eslint/experimental-utils, both bumped from 4.31.2 to 4.32.0 to match the package version, suggesting internal improvements and bug fixes within the core ESLint plugin functionalities. A slight increase in fileCount (from 433 to 439) and unpackedSize are also apparent which could reflect new rules, adjustments to existing rules, or expanded documentation. The new version was released on "2021-09-27T17:04:00.119Z" a week after version 4.31.2, released on"2021-09-20T17:04:18.420Z".
Developers are encouraged to upgrade to 4.32.0. to benefit from the improvements and ensure compatibility with the latest TypeScript and ESLint features and take advantage of the new ignore capabilities.
The are not vulnerabilities for the version 4.32.0 of the package @typescript-eslint/eslint-plugin