@typescript-eslint/parser version 5.30.6 is a minor release over 5.30.5, offering an updated ESLint custom parser that harnesses the power of TypeScript ESTree. Both versions share the same core functionality: providing a robust parser for ESLint that understands TypeScript syntax, enabling developers to lint their TypeScript code effectively. The key is a synchronisation in the internal dependencies with @typescript-eslint/types, @typescript-eslint/scope-manager and @typescript-eslint/typescript-estree.
For developers using this library, the upgrade from 5.30.5 to 5.30.6 should be seamless, without introducing any breaking changes since the versions share the same peerDependencies for ESLint which means that it works with ESLint versions 6, 7 and 8. The file count and unpacked size of the packages are identical, suggesting similar content and performance profiles. The updated release includes dependency updates that enhance stability and compatibility with latest TypeScript tooling. This parser supports advanced TypeScript features, allowing for precise and accurate linting rules to be applied. Consider this release for its incremental improvements and up-to-date alignment with the TypeScript ecosystem. Version 5.30.6 was released on July 11, 2022, a week after version 5.30.5.
The are not vulnerabilities for the version 5.30.6 of the package @typescript-eslint/parser