From 75b40bafc78f41cd691f9185e8a59d9182448c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:04:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.19.1 to 3.0.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.19.1 to 3.0.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.19.1...v3.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f123c8f..7f5e298 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "^9.4.0", "eslint-plugin-jsonc": "^2.19.1", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^1.16.0", + "eslint-plugin-yml": "^3.0.0", "globals": "^17.0.0", "htmlhint": "^1.1.4" },