Bump eslint-plugin-yml from 3.3.1 to 3.5.0 (#473)

c21f568 · dependabot[bot] · 2026-06-29 22:00

2 files +10 -25
Message
{commit_body(@commit)}

Files changed

modified package-lock.json
+9 −24
@@ -18,7 +18,7 @@
18 18 "@eslint/js": "10.0.1",
19 19 "@vercel/ncc": "0.38.4",
20 20 "eslint": "10.6.0",
21 "eslint-plugin-yml": "3.3.1",
21 + "eslint-plugin-yml": "3.5.0",
22 22 "globals": "17.7.0",
23 23 "markdownlint-cli": "0.48.0",
24 24 "prettier": "3.9.1",
@@ -203,13 +203,13 @@
203 203 }
204 204 },
205 205 "node_modules/@eslint/plugin-kit": {
206 "version": "0.6.1",
207 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz",
208 "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==",
206 + "version": "0.7.2",
207 + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
208 + "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
209 209 "dev": true,
210 210 "license": "Apache-2.0",
211 211 "dependencies": {
212 "@eslint/core": "^1.1.1",
212 + "@eslint/core": "^1.2.1",
213 213 "levn": "^0.4.1"
214 214 },
215 215 "engines": {
@@ -1330,16 +1330,15 @@
1330 1330 }
1331 1331 },
1332 1332 "node_modules/eslint-plugin-yml": {
1333 "version": "3.3.1",
1334 "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.3.1.tgz",
1335 "integrity": "sha512-isntsZchaTqDMNNkD+CakrgA/pdUoJ45USWBKpuqfAW1MCuw731xX/vrXfoJFZU3tTFr24nCbDYmDfT2+g4QtQ==",
1333 + "version": "3.5.0",
1334 + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz",
1335 + "integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==",
1336 1336 "dev": true,
1337 1337 "license": "MIT",
1338 1338 "dependencies": {
1339 1339 "@eslint/core": "^1.0.1",
1340 "@eslint/plugin-kit": "^0.6.0",
1340 + "@eslint/plugin-kit": "^0.7.0",
1341 1341 "@ota-meshi/ast-token-store": "^0.3.0",
1342 "debug": "^4.3.2",
1343 1342 "diff-sequences": "^29.0.0",
1344 1343 "escape-string-regexp": "5.0.0",
1345 1344 "natural-compare": "^1.4.0",
@@ -1400,20 +1399,6 @@
1400 1399 "url": "https://opencollective.com/eslint"
1401 1400 }
1402 1401 },
1403 "node_modules/eslint/node_modules/@eslint/plugin-kit": {
1404 "version": "0.7.2",
1405 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
1406 "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
1407 "dev": true,
1408 "license": "Apache-2.0",
1409 "dependencies": {
1410 "@eslint/core": "^1.2.1",
1411 "levn": "^0.4.1"
1412 },
1413 "engines": {
1414 "node": "^20.19.0 || ^22.13.0 || >=24"
1415 }
1416 },
1417 1402 "node_modules/espree": {
1418 1403 "version": "11.2.0",
1419 1404 "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
modified package.json
+1 −1
@@ -28,7 +28,7 @@
28 28 "@eslint/js": "10.0.1",
29 29 "@vercel/ncc": "0.38.4",
30 30 "eslint": "10.6.0",
31 "eslint-plugin-yml": "3.3.1",
31 + "eslint-plugin-yml": "3.5.0",
32 32 "globals": "17.7.0",
33 33 "markdownlint-cli": "0.48.0",
34 34 "prettier": "3.9.1",

Parents: fe26b22