From 0d273067911bad80219d90ffc61c055d191b424f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:05:12 +0000 Subject: [PATCH] Update dependency eslint-plugin-wc to v2 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 602d7d19..986a0dc6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-import": "^2.25.3", "eslint-plugin-lit-a11y": "^2.2.0", "eslint-plugin-no-only-tests": "^3.0.0", - "eslint-plugin-wc": "^1.3.2", + "eslint-plugin-wc": "^2.0.0", "gh-pages": "^4.0.0", "husky": "^7.0.0", "madge": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index e5f41a93..4de93c73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2084,7 +2084,7 @@ eslint-plugin-no-only-tests@^3.0.0: resolved "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.0.0.tgz" integrity sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg== -eslint-plugin-wc@^1.2.0, eslint-plugin-wc@^1.3.2: +eslint-plugin-wc@^1.2.0: version "1.3.2" resolved "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-1.3.2.tgz" integrity sha512-/Tt3kIXBp1jh06xYtRqPwAvpNxVVk9YtbcFCKEgLa5l3GY+urZyn376pISaaZxkm9HVD3AIPOF5i9/uFwyF0Zw== @@ -2092,6 +2092,14 @@ eslint-plugin-wc@^1.2.0, eslint-plugin-wc@^1.3.2: is-valid-element-name "^1.0.0" js-levenshtein-esm "^1.2.0" +eslint-plugin-wc@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.1.0.tgz#f05ffee971cdd0d6c5ba252ebc7f8c44aba2e579" + integrity sha512-s/BGOtmpgQ2yifR6EC1OM9t0DwYLgg4ZAL07Kw4eXvBb5TYaPafI+65tswvnZvhH8FqcjERLbBZPPvYsvinkfg== + dependencies: + is-valid-element-name "^1.0.0" + js-levenshtein-esm "^1.2.0" + eslint-rule-extender@0.0.1: version "0.0.1" resolved "https://registry.npmjs.org/eslint-rule-extender/-/eslint-rule-extender-0.0.1.tgz"