From 3fe22b416a0bab64e99276fa4724cac41fb5a00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:39:46 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-yml to v1.16.0 (#901) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-yml](https://ota-meshi.github.io/eslint-plugin-yml/) ([source](https://redirect.github.com/ota-meshi/eslint-plugin-yml)) | [`1.15.0` -> `1.16.0`](https://renovatebot.com/diffs/npm/eslint-plugin-yml/1.15.0/1.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-yml/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-yml/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-yml/1.15.0/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-yml/1.15.0/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ota-meshi/eslint-plugin-yml (eslint-plugin-yml) ### [`v1.16.0`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#1160) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v1.15.0...v1.16.0) ##### Minor Changes - [#​385](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/385) [`5c11866`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/5c11866c7f9a994e6677421b31989b0652d701bc) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - feat: changed to prevent crash when used with language plugins
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/console-fail-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b0d12f6f..c2e797c6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-perfectionist": "2.11.0", "eslint-plugin-regexp": "2.7.0", "eslint-plugin-vitest": "0.5.4", - "eslint-plugin-yml": "1.15.0", + "eslint-plugin-yml": "1.16.0", "glob": "11.0.0", "husky": "9.1.7", "jsonc-eslint-parser": "2.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d9af22bb..a97805cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: 0.5.4 version: 0.5.4(eslint@8.57.1)(typescript@5.7.2)(vitest@2.1.6(@types/node@22.10.1)) eslint-plugin-yml: - specifier: 1.15.0 - version: 1.15.0(eslint@8.57.1) + specifier: 1.16.0 + version: 1.16.0(eslint@8.57.1) glob: specifier: 11.0.0 version: 11.0.0 @@ -1714,8 +1714,8 @@ packages: vitest: optional: true - eslint-plugin-yml@1.15.0: - resolution: {integrity: sha512-leC8APYVOsKyWUlvRwVhewytK5wS70BfMqIaUplFstRfzCoVp0YoEroV4cUEvQrBj93tQ3M9LcjO/ewr6D4kjA==} + eslint-plugin-yml@1.16.0: + resolution: {integrity: sha512-t4MNCetPjTn18/fUDlQ/wKkcYjnuLYKChBrZ0qUaNqRigVqChHWzTP8SrfFi5s4keX3vdlkWRSu8zHJMdKwxWQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -5041,11 +5041,11 @@ snapshots: - supports-color - typescript - eslint-plugin-yml@1.15.0(eslint@8.57.1): + eslint-plugin-yml@1.16.0(eslint@8.57.1): dependencies: debug: 4.3.7 eslint: 8.57.1 - eslint-compat-utils: 0.5.1(eslint@8.57.1) + eslint-compat-utils: 0.6.0(eslint@8.57.1) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3