From b9903439c4794b1117b013642c6deb01622388a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:31:02 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-yml from 3.2.1 to 3.3.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 3.2.1 to 3.3.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/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++------------ package.json | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37ff438ff..da0c02ec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.2.1", + "eslint-plugin-yml": "^3.3.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1" @@ -311,9 +311,9 @@ } }, "node_modules/@ota-meshi/ast-token-store": { - "version": "0.2.1", - "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.2.1.tgz", - "integrity": "sha512-+8oB1wcOSWJCR6vAm2ioSLas7SoPwp+8tZ1Tcy8DSVEHMip6jxxlGu6EsRzJLAYVCyzKQ38B5pAqSbon1l1rmA==", + "version": "0.3.0", + "resolved": "https://registry.npmmirror.com/@ota-meshi/ast-token-store/-/ast-token-store-0.3.0.tgz", + "integrity": "sha512-XRO0zi2NIUKq2lUk3T1ecFSld1fMWRKE6naRFGkgkdeosx7IslyUKNv5Dcb5PJTja9tHJoFu0v/7yEpAkrkrTg==", "dev": true, "license": "MIT", "engines": { @@ -321,10 +321,6 @@ }, "funding": { "url": "https://github.com/sponsors/ota-meshi" - }, - "peerDependencies": { - "@eslint/markdown": "^7.4.0", - "eslint": ">=9.0.0" } }, "node_modules/@rtsao/scc": { @@ -1495,15 +1491,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.2.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.2.1.tgz", - "integrity": "sha512-/oFj7MWk56AKLelLSUb7zN1OKDI9kR+uKEzbf/sGu7Bov0tJs3qwtMcu+VCcEtFAFD7KZe0LSYhyy0Uq8hKF9g==", + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.3.0.tgz", + "integrity": "sha512-kRja5paNrMfZnbNqDbZSFrSHz5x7jmGBQq7d6z/+wRvWD4Y0yb1fbjojBg3ReMewFhBB7nD2nPC86+m3HmILJA==", "dev": true, "license": "MIT", "dependencies": { "@eslint/core": "^1.0.1", "@eslint/plugin-kit": "^0.6.0", - "@ota-meshi/ast-token-store": "^0.2.1", + "@ota-meshi/ast-token-store": "^0.3.0", "debug": "^4.3.2", "diff-sequences": "^29.0.0", "escape-string-regexp": "5.0.0", diff --git a/package.json b/package.json index 1673914b8..e2b71b3e7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.0.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.2.1", + "eslint-plugin-yml": "^3.3.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1"