Skip to content

Commit 1e8ef8e

Browse files
chore(deps): update dependency eslint-plugin-yml to v1.19.0 (#5429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0181e73 commit 1e8ef8e

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/eslint": "9.6.1",
1616
"esbuild": "0.25.10",
1717
"eslint": "8.57.1",
18-
"eslint-plugin-yml": "1.18.0",
18+
"eslint-plugin-yml": "1.19.0",
1919
"eslint-vitest-rule-tester": "2.2.2",
2020
"typescript": "5.9.3",
2121
"vitest": "3.2.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint": "8.57.1",
3737
"eslint-plugin-automation-custom": "1.0.0",
3838
"eslint-plugin-json": "4.0.1",
39-
"eslint-plugin-yml": "1.18.0",
39+
"eslint-plugin-yml": "1.19.0",
4040
"husky": "9.1.7",
4141
"lint-staged": "16.2.3",
4242
"oxlint": "1.18.0",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ __metadata:
9494
eslint: "npm:8.57.1"
9595
eslint-plugin-automation-custom: "npm:1.0.0"
9696
eslint-plugin-json: "npm:4.0.1"
97-
eslint-plugin-yml: "npm:1.18.0"
97+
eslint-plugin-yml: "npm:1.19.0"
9898
husky: "npm:9.1.7"
9999
lint-staged: "npm:16.2.3"
100100
oxlint: "npm:1.18.0"
@@ -3928,6 +3928,13 @@ __metadata:
39283928
languageName: node
39293929
linkType: hard
39303930

3931+
"diff-sequences@npm:^27.5.1":
3932+
version: 27.5.1
3933+
resolution: "diff-sequences@npm:27.5.1"
3934+
checksum: 10/34d852a13eb82735c39944a050613f952038614ce324256e1c3544948fa090f1ca7f329a4f1f57c31fe7ac982c17068d8915b633e300f040b97708c81ceb26cd
3935+
languageName: node
3936+
linkType: hard
3937+
39313938
"doctrine@npm:^3.0.0":
39323939
version: 3.0.0
39333940
resolution: "doctrine@npm:3.0.0"
@@ -4349,7 +4356,7 @@ __metadata:
43494356
"@types/eslint": "npm:9.6.1"
43504357
esbuild: "npm:0.25.10"
43514358
eslint: "npm:8.57.1"
4352-
eslint-plugin-yml: "npm:1.18.0"
4359+
eslint-plugin-yml: "npm:1.19.0"
43534360
eslint-vitest-rule-tester: "npm:2.2.2"
43544361
typescript: "npm:5.9.3"
43554362
vitest: "npm:3.2.4"
@@ -4385,18 +4392,19 @@ __metadata:
43854392
languageName: node
43864393
linkType: hard
43874394

4388-
"eslint-plugin-yml@npm:1.18.0":
4389-
version: 1.18.0
4390-
resolution: "eslint-plugin-yml@npm:1.18.0"
4395+
"eslint-plugin-yml@npm:1.19.0":
4396+
version: 1.19.0
4397+
resolution: "eslint-plugin-yml@npm:1.19.0"
43914398
dependencies:
43924399
debug: "npm:^4.3.2"
4400+
diff-sequences: "npm:^27.5.1"
43934401
escape-string-regexp: "npm:4.0.0"
43944402
eslint-compat-utils: "npm:^0.6.0"
43954403
natural-compare: "npm:^1.4.0"
43964404
yaml-eslint-parser: "npm:^1.2.1"
43974405
peerDependencies:
43984406
eslint: ">=6.0.0"
4399-
checksum: 10/4e56b0b86b51b3041f5e4a05a1dc8cd657a775f53e7ebc698efd0a77b33605c8c6ec4933bd43a66dc8fe7e45ba16ed12aafea1b3b7d9c555c6c747154be0db94
4407+
checksum: 10/68b4da25e21f04733153a868c35c48deda8b62d0f1f27443a36ad716a6f30d62f3e9cc50aaeb42625027f38af412a7ba26273da8f81b77f82a90dd6bfd7d25f3
44004408
languageName: node
44014409
linkType: hard
44024410

0 commit comments

Comments
 (0)