Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/eslint": "9.6.1",
"esbuild": "0.25.0",
"eslint": "8.57.1",
"eslint-plugin-yml": "1.16.0",
"eslint-plugin-yml": "1.17.0",
"eslint-vitest-rule-tester": "1.1.0",
"typescript": "5.7.3",
"vitest": "3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.16.0",
"eslint-plugin-yml": "1.17.0",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"oxlint": "0.15.10",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ __metadata:
eslint: "npm:8.57.1"
eslint-plugin-automation-custom: "npm:1.0.0"
eslint-plugin-json: "npm:4.0.1"
eslint-plugin-yml: "npm:1.16.0"
eslint-plugin-yml: "npm:1.17.0"
husky: "npm:9.1.7"
lint-staged: "npm:15.4.3"
oxlint: "npm:0.15.10"
Expand Down Expand Up @@ -4034,20 +4034,20 @@ __metadata:
languageName: node
linkType: hard

"escape-string-regexp@npm:4.0.0, escape-string-regexp@npm:^4.0.0":
version: 4.0.0
resolution: "escape-string-regexp@npm:4.0.0"
checksum: 10/98b48897d93060f2322108bf29db0feba7dd774be96cd069458d1453347b25ce8682ecc39859d4bca2203cc0ab19c237bcc71755eff49a0f8d90beadeeba5cc5
languageName: node
linkType: hard

"escape-string-regexp@npm:^1.0.5":
version: 1.0.5
resolution: "escape-string-regexp@npm:1.0.5"
checksum: 10/6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410
languageName: node
linkType: hard

"escape-string-regexp@npm:^4.0.0":
version: 4.0.0
resolution: "escape-string-regexp@npm:4.0.0"
checksum: 10/98b48897d93060f2322108bf29db0feba7dd774be96cd069458d1453347b25ce8682ecc39859d4bca2203cc0ab19c237bcc71755eff49a0f8d90beadeeba5cc5
languageName: node
linkType: hard

"escodegen@npm:^2.1.0":
version: 2.1.0
resolution: "escodegen@npm:2.1.0"
Expand Down Expand Up @@ -4084,7 +4084,7 @@ __metadata:
"@types/eslint": "npm:9.6.1"
esbuild: "npm:0.25.0"
eslint: "npm:8.57.1"
eslint-plugin-yml: "npm:1.16.0"
eslint-plugin-yml: "npm:1.17.0"
eslint-vitest-rule-tester: "npm:1.1.0"
typescript: "npm:5.7.3"
vitest: "npm:3.0.5"
Expand Down Expand Up @@ -4120,18 +4120,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-yml@npm:1.16.0":
version: 1.16.0
resolution: "eslint-plugin-yml@npm:1.16.0"
"eslint-plugin-yml@npm:1.17.0":
version: 1.17.0
resolution: "eslint-plugin-yml@npm:1.17.0"
dependencies:
debug: "npm:^4.3.2"
escape-string-regexp: "npm:4.0.0"
eslint-compat-utils: "npm:^0.6.0"
lodash: "npm:^4.17.21"
natural-compare: "npm:^1.4.0"
yaml-eslint-parser: "npm:^1.2.1"
peerDependencies:
eslint: ">=6.0.0"
checksum: 10/523f3016098f2de340a68c1fa11228734b281191d3391b1ab8812c1c446455841f35815b4c4f036c2ab459a5f7b0c6496dd5bc57de912632d8db9da44e45eb44
checksum: 10/e6c1f083b9a1abc24f5a4a5a4c66cbdf56a36fa46adc6ba5667447e5774bc9e153ef894fd07d012107a242bc5266c660e2cdecbdb4bff5f02c66b784d0d28f49
languageName: node
linkType: hard

Expand Down
Loading