From 63dbb85b91fdace6a68256aeb6d45e56ed17d0b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:29:21 +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 9dd1aba2c..891e6d1fd 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,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 4cad38148..4ed34cc07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2088,7 +2088,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== @@ -2096,6 +2096,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.0.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.0.4.tgz#1945abc2ccf484c633d0f1624294ffe91fb78314" + integrity sha512-ORu7MBv0hXIvq894EJad70m+AvHGbmrDdKT6lcgtCVVhEbuIAyxg0ilfqqqHOmsh8PfcUBeEae3y7CElKvm1KQ== + 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"