From 52bee224e29e72b89f4f3a379afa772a19c82e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:58:15 +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 d260fc1fc..d42cb8b7c 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 1bc62c364..b1b2b768f 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.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"