Skip to content

chore(deps): update dependency eslint-plugin-yml to v1.16.0 #4186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2024
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.24.0",
"eslint": "8.57.1",
"eslint-plugin-yml": "1.15.0",
"eslint-plugin-yml": "1.16.0",
"eslint-vitest-rule-tester": "0.6.1",
"typescript": "5.7.2",
"vitest": "2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/noBigInt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const noBigInt = createRule('noBigInt', {
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/noFinalDot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const noFinalDot = createRule('noFinalDot', {
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/outOfLineRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function createOutOfLineRule({
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/refCommon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const refCommon = createRule('refCommon', {
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/singleQuoteRef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const singleQuoteRef = createRule('singleQuoteRef', {
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/validACL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const validACL = createRule('validACL', {
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion eslint/src/rules/validInlineTitle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const validInlineTitle = createRule('validInlineTitle', {
schema: [],
},
create(context) {
if (!context.getSourceCode().parserServices.isYAML) {
if (!context.getSourceCode().parserServices?.isYAML) {
return {};
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.15.0",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"oxlint": "0.11.1",
Expand Down
22 changes: 11 additions & 11 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.15.0"
eslint-plugin-yml: "npm:1.16.0"
husky: "npm:9.1.7"
lint-staged: "npm:15.2.10"
oxlint: "npm:0.11.1"
Expand Down Expand Up @@ -3470,14 +3470,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-compat-utils@npm:^0.5.0":
version: 0.5.1
resolution: "eslint-compat-utils@npm:0.5.1"
"eslint-compat-utils@npm:^0.6.0":
version: 0.6.4
resolution: "eslint-compat-utils@npm:0.6.4"
dependencies:
semver: "npm:^7.5.4"
peerDependencies:
eslint: ">=6.0.0"
checksum: 10/ac65ac1c6107cf19f63f5fc17cea361c9cb1336be7356f23dbb0fac10979974b4622e13e950be43cbf431801f2c07f7dab448573181ccf6edc0b86d5b5304511
checksum: 10/97f08f4aa8d9a1bc1087aaeceab46a5fa65a6d70703c1a2f2cd533562381208fdd0a293ce0f63ad607f1e697ddb348ef1076b02f5afa83c70f4a07ca0dcec90e
languageName: node
linkType: hard

Expand All @@ -3488,7 +3488,7 @@ __metadata:
"@types/eslint": "npm:9.6.1"
esbuild: "npm:0.24.0"
eslint: "npm:8.57.1"
eslint-plugin-yml: "npm:1.15.0"
eslint-plugin-yml: "npm:1.16.0"
eslint-vitest-rule-tester: "npm:0.6.1"
typescript: "npm:5.7.2"
vitest: "npm:2.1.6"
Expand All @@ -3506,18 +3506,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-yml@npm:1.15.0":
version: 1.15.0
resolution: "eslint-plugin-yml@npm:1.15.0"
"eslint-plugin-yml@npm:1.16.0":
version: 1.16.0
resolution: "eslint-plugin-yml@npm:1.16.0"
dependencies:
debug: "npm:^4.3.2"
eslint-compat-utils: "npm:^0.5.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/79bf0bf2977bc8f16e3de2e1d0e8e5625d20902ccab940e53269cf7e5379e74cf7b148c3d849525bd451264108b6a49aafbf2ea88cf30405a742516b2983ba22
checksum: 10/523f3016098f2de340a68c1fa11228734b281191d3391b1ab8812c1c446455841f35815b4c4f036c2ab459a5f7b0c6496dd5bc57de912632d8db9da44e45eb44
languageName: node
linkType: hard

Expand Down
Loading