From b737aadb7a2c5691c6b37fbe22895d058a8d5fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:08:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 1.9.0 to 1.10.0 (#13484) * chore(deps-dev): bump eslint-plugin-yml from 1.9.0 to 1.10.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.9.0 to 1.10.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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 14aa50f52..3d0efbdd3 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "eslint-config-prettier": "9.0.0", "eslint-plugin-n": "16.1.0", "eslint-plugin-prettier": "5.0.0", - "eslint-plugin-yml": "1.9.0", + "eslint-plugin-yml": "1.10.0", "fs-extra": "11.1.1", "husky": "8.0.3", "jest": "29.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ff5a118a..e5e14ff5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -308,8 +308,8 @@ devDependencies: specifier: 5.0.0 version: 5.0.0(@types/eslint@8.44.3)(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3) eslint-plugin-yml: - specifier: 1.9.0 - version: 1.9.0(eslint@8.51.0) + specifier: 1.10.0 + version: 1.10.0(eslint@8.51.0) fs-extra: specifier: 11.1.1 version: 11.1.1 @@ -3162,6 +3162,15 @@ packages: source-map: 0.6.1 dev: false + /eslint-compat-utils@0.1.2(eslint@8.51.0): + resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==} + engines: {node: '>=12'} + peerDependencies: + eslint: '>=6.0.0' + dependencies: + eslint: 8.51.0 + dev: true + /eslint-config-prettier@9.0.0(eslint@8.51.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true @@ -3222,14 +3231,15 @@ packages: synckit: 0.8.5 dev: true - /eslint-plugin-yml@1.9.0(eslint@8.51.0): - resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==} + /eslint-plugin-yml@1.10.0(eslint@8.51.0): + resolution: {integrity: sha512-53SUwuNDna97lVk38hL/5++WXDuugPM9SUQ1T645R0EHMRCdBIIxGye/oOX2qO3FQ7aImxaUZJU/ju+NMUBrLQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 eslint: 8.51.0 + eslint-compat-utils: 0.1.2(eslint@8.51.0) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.2