The @typescript-eslint/eslint-plugin package provides ESLint rules specifically designed for TypeScript code, helping developers enforce consistent coding styles, catch potential errors, and improve code quality within TypeScript projects. Comparing version 8.26.1 with the previous stable version 8.26.0, the key differences lie in the updated dependencies within the package. Specifically, the core dependencies @typescript-eslint/utils, @typescript-eslint/type-utils, @typescript-eslint/visitor-keys, and @typescript-eslint/scope-manager have all been bumped from version 8.26.0 to 8.26.1. Similarly, the development dependencies @typescript-eslint/rule-tester and @typescript-eslint/rule-schema-to-typescript-types also received the same version bump. These updates likely include bug fixes, performance improvements, or new features within those specific utility packages that ripple through to the main plugin. Developers should be aware of the peer dependencies, requiring ESLint versions ^8.57.0 or ^9.0.0, TypeScript versions >=4.8.4 and less than 5.9.0, and @typescript-eslint/parser versions ^8.0.0 or ^8.0.0-alpha.0 to ensure compatibility. The unpacked size increased slightly from 2349208 to 2349479, suggesting minor additions or changes in the codebase. While the core functionality remains consistent, users should consider upgrading to 8.26.1 to benefit from the latest enhancements and fixes provided by the updated dependencies. Remember to check the release notes of the updated dependencies for detailed information on specific changes.
The are not vulnerabilities for the version 8.26.1 of the package @typescript-eslint/eslint-plugin