From cc8413da42bab48d2b1f0e876f033969842c75b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:27:58 -0400 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.8.0 to 1.11.0 (#399) Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.8.0 to 1.11.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.8.0...v1.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 35 ++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41d0d712..781994c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-config-fluid": "2.1.1", "eslint-plugin-jsdoc": "48.0.2", "eslint-plugin-markdown": "3.0.1", - "eslint-plugin-yml": "1.8.0", + "eslint-plugin-yml": "1.11.0", "husky": "8.0.3", "image-size": "1.1.1", "linkedom": "0.15.3", @@ -6728,6 +6728,18 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint-compat-utils": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.1.2.tgz", + "integrity": "sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "eslint": ">=6.0.0" + } + }, "node_modules/eslint-config-fluid": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/eslint-config-fluid/-/eslint-config-fluid-2.1.1.tgz", @@ -6857,12 +6869,13 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.8.0.tgz", - "integrity": "sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.11.0.tgz", + "integrity": "sha512-NBZP1NDGy0u38pY5ieix75jxS9GNOJy9xd4gQa0rU4gWbfEsVhKDwuFaQ6RJpDbv6Lq5TtcAZS/YnAc0oeRw0w==", "dev": true, "dependencies": { "debug": "^4.3.2", + "eslint-compat-utils": "^0.1.1", "lodash": "^4.17.21", "natural-compare": "^1.4.0", "yaml-eslint-parser": "^1.2.1" @@ -22040,6 +22053,13 @@ } } }, + "eslint-compat-utils": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.1.2.tgz", + "integrity": "sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==", + "dev": true, + "requires": {} + }, "eslint-config-fluid": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/eslint-config-fluid/-/eslint-config-fluid-2.1.1.tgz", @@ -22134,12 +22154,13 @@ } }, "eslint-plugin-yml": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.8.0.tgz", - "integrity": "sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.11.0.tgz", + "integrity": "sha512-NBZP1NDGy0u38pY5ieix75jxS9GNOJy9xd4gQa0rU4gWbfEsVhKDwuFaQ6RJpDbv6Lq5TtcAZS/YnAc0oeRw0w==", "dev": true, "requires": { "debug": "^4.3.2", + "eslint-compat-utils": "^0.1.1", "lodash": "^4.17.21", "natural-compare": "^1.4.0", "yaml-eslint-parser": "^1.2.1" diff --git a/package.json b/package.json index b9317183..7099e7f7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-fluid": "2.1.1", "eslint-plugin-jsdoc": "48.0.2", "eslint-plugin-markdown": "3.0.1", - "eslint-plugin-yml": "1.8.0", + "eslint-plugin-yml": "1.11.0", "husky": "8.0.3", "image-size": "1.1.1", "linkedom": "0.15.3",