yaml-validator icon indicating copy to clipboard operation
yaml-validator copied to clipboard

Validate Yaml files and enforce a given structure

Results 23 yaml-validator issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-n](https://redirect.github.com/eslint-community/eslint-plugin-n) | [`14.0.0` -> `17.10.3`](https://renovatebot.com/diffs/npm/eslint-plugin-n/14.0.0/17.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-n/17.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-n/17.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [optionator](https://togithub.com/gkz/optionator) | [`0.9.3` -> `0.9.4`](https://renovatebot.com/diffs/npm/optionator/0.9.3/0.9.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/optionator/0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.1.1`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.1.1) |...

dependencies

### Expected behaviour yaml-validator should not depend on vulnerable dependencies. ### Actual behaviour yaml-validator depends on check-type, last published 10 years ago. It is no longer maintained. It brings in...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.4` -> `5.4.5`](https://renovatebot.com/diffs/npm/typescript/5.4.4/5.4.5) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.4` -> `20.12.7`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.4/20.12.7) |...

dependencies

I had a github action that was running yamllint to handle linting of YAML files, but a couple yaml files had syntax errors that were being detected in vscode by...

### Expected behaviour options.structure should get considered by validator see bottom of this ticket, change e.g. description from string to number -> no effect ### Actual behaviour using options.structure with...

The discussion about regexp keys got me thinking about two other things that would be really useful: ## Regexp validator Add /regexp/ as a matching criteria, with the intended meaning...