From 4aafc5ff440a0a23011a4b6e91c1d2a359883faa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:51:20 +0000 Subject: [PATCH] Update dependency @open-wc/eslint-config to v12 --- package-lock.json | 66 +++++++++++------------------------------------ package.json | 2 +- 2 files changed, 16 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index e81bb58..8eb5be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "lit": "^2.8.0" }, "devDependencies": { - "@open-wc/eslint-config": "^9.0.0", + "@open-wc/eslint-config": "^12.0.0", "@open-wc/testing": "^4.0.0", "@types/mocha": "^10.0.6", "@typescript-eslint/eslint-plugin": "^6.0.0", @@ -1133,10 +1133,11 @@ "dev": true }, "node_modules/@open-wc/eslint-config": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@open-wc/eslint-config/-/eslint-config-9.2.2.tgz", - "integrity": "sha512-Sb7J+U8HWBkP7RErsaQiwMHM9k/7hlcYO2K4eE0KtOATakBIPbOaYUjqe7K14haTArJalAhaZ8TSqoB+6UvUwg==", + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/@open-wc/eslint-config/-/eslint-config-12.0.3.tgz", + "integrity": "sha512-170IUpOUW0bQsiOs+tBUaWQkU03fALzXuPIGK/PSSGyT2FkDpPkR7pK7UZUv0gI+3PT2qy7GuMkMZoHqsFlPoQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.19.1", "@babel/plugin-syntax-import-assertions": "^7.20.0", @@ -1144,8 +1145,8 @@ "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-import-exports-imports-resolver": "^1.0.1", - "eslint-plugin-lit": "^1.8.0", - "eslint-plugin-lit-a11y": "^2.3.0", + "eslint-plugin-lit": "^1.10.1", + "eslint-plugin-lit-a11y": "^4.1.1", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-wc": "^1.2.0" }, @@ -1153,8 +1154,8 @@ "eslint": ">=7.6.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-lit": "^1.3.0", - "eslint-plugin-lit-a11y": "^2.3.0", + "eslint-plugin-lit": "^1.10.1", + "eslint-plugin-lit-a11y": "^4.1.1", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-wc": "^1.2.0" } @@ -1164,37 +1165,17 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-7.1.0.tgz", "integrity": "sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==", "dev": true, + "license": "ISC", "dependencies": { "htmlparser2": "^8.0.1" } }, - "node_modules/@open-wc/eslint-config/node_modules/eslint-plugin-lit-a11y": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit-a11y/-/eslint-plugin-lit-a11y-2.4.1.tgz", - "integrity": "sha512-UljRja/2cVrNtgnCDj5sCT3Larxda4mGqbsPhlksvECo0+KCD8EuUori/P6wFeFqk+pHlkIC3W200E5q85E3VQ==", - "dev": true, - "dependencies": { - "aria-query": "^5.1.3", - "axe-core": "^4.3.3", - "axobject-query": "^2.2.0", - "dom5": "^3.0.1", - "emoji-regex": "^10.2.1", - "eslint-plugin-lit": "^1.6.0", - "eslint-rule-extender": "0.0.1", - "language-tags": "^1.0.5", - "parse5": "^7.1.2", - "parse5-htmlparser2-tree-adapter": "^6.0.1", - "requireindex": "~1.2.0" - }, - "peerDependencies": { - "eslint": ">= 5" - } - }, "node_modules/@open-wc/eslint-config/node_modules/eslint-plugin-wc": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-1.3.2.tgz", - "integrity": "sha512-/Tt3kIXBp1jh06xYtRqPwAvpNxVVk9YtbcFCKEgLa5l3GY+urZyn376pISaaZxkm9HVD3AIPOF5i9/uFwyF0Zw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-1.5.0.tgz", + "integrity": "sha512-KFSfiHDol/LeV7U6IX8GdgpGf/s3wG8FTG120Rml/hGNB/DkCuGYQhlf0VgdBdf7gweem8Nlsh5o64HNdj+qPA==", "dev": true, + "license": "MIT", "dependencies": { "is-valid-element-name": "^1.0.0", "js-levenshtein-esm": "^1.2.0" @@ -1215,6 +1196,7 @@ "url": "https://github.com/sponsors/fb55" } ], + "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", @@ -1222,18 +1204,6 @@ "entities": "^4.4.0" } }, - "node_modules/@open-wc/eslint-config/node_modules/parse5": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz", - "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==", - "dev": true, - "dependencies": { - "entities": "^4.5.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, "node_modules/@open-wc/scoped-elements": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@open-wc/scoped-elements/-/scoped-elements-3.0.5.tgz", @@ -2691,12 +2661,6 @@ "node": ">=12" } }, - "node_modules/axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", - "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", - "dev": true - }, "node_modules/b4a": { "version": "1.6.7", "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", diff --git a/package.json b/package.json index e4e3a80..02423c2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lit": "^2.8.0" }, "devDependencies": { - "@open-wc/eslint-config": "^9.0.0", + "@open-wc/eslint-config": "^12.0.0", "@open-wc/testing": "^4.0.0", "@types/mocha": "^10.0.6", "@typescript-eslint/eslint-plugin": "^6.0.0",