The yaml-eslint-parser package provides YAML parsing capabilities for ESLint, enabling developers to lint YAML files with the same rigor applied to JavaScript code. Version 1.1.0 introduces several refinements over the previous stable version, 1.0.1, primarily visible in the development dependencies.
Notably, version 1.1.0 bumps the @types/semver dependency from (implicitly) an older version to ^7.3.10. This can be considered a patch that solves a bug or compatibility issue regarding the semver package. While seemingly minor, this update contributes to a more robust and consistent development environment.
Another notable change is the update of @ota-meshi/eslint-plugin from version 0.10.0 to 0.11.0. This likely incorporates new linting rules or improvements to existing ones provided by the @ota-meshi/eslint-plugin, enhancing the quality and consistency of YAML code. Also, eslint-plugin-json-schema-validator was updated from version 2.0.0 to 4.0.0.
These updates suggest a focus on improving developer experience through refined type definitions and more advanced linting rules. Developers leveraging yaml-eslint-parser should consider upgrading to version 1.1.0 to benefit from these enhancements, thus ensuring more reliable and maintainable YAML configurations. The core dependencies, yaml, lodash, and eslint-visitor-keys remain consistent, indicating stable core parsing functionality.
The are not vulnerabilities for the version 1.1.0 of the package yaml-eslint-parser