Skip to content

Commit 499e1d5

Browse files
Update dependency eslint-plugin-wc to v2 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a930a0 commit 499e1d5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-lit": "^1.7.2",
4141
"eslint-plugin-lit-a11y": "^4.0.0",
4242
"eslint-plugin-no-only-tests": "^3.1.0",
43-
"eslint-plugin-wc": "^1.3.2",
43+
"eslint-plugin-wc": "^2.0.0",
4444
"gh-pages": "^6.0.0",
4545
"husky": "^8.0.0",
4646
"madge": "^6.0.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,14 +2529,22 @@ eslint-plugin-no-only-tests@^3.1.0:
25292529
resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz#f38e4935c6c6c4842bf158b64aaa20c366fe171b"
25302530
integrity sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==
25312531

2532-
eslint-plugin-wc@^1.2.0, eslint-plugin-wc@^1.3.2:
2532+
eslint-plugin-wc@^1.2.0:
25332533
version "1.3.2"
25342534
resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-1.3.2.tgz#8e3785221851c4c226f6a5411f566b1bd7de33f3"
25352535
integrity sha512-/Tt3kIXBp1jh06xYtRqPwAvpNxVVk9YtbcFCKEgLa5l3GY+urZyn376pISaaZxkm9HVD3AIPOF5i9/uFwyF0Zw==
25362536
dependencies:
25372537
is-valid-element-name "^1.0.0"
25382538
js-levenshtein-esm "^1.2.0"
25392539

2540+
eslint-plugin-wc@^2.0.0:
2541+
version "2.0.0"
2542+
resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.0.0.tgz#63c7c509125a33291dda2420d4f9a512b6aa0e9b"
2543+
integrity sha512-7fS5IF/2mZZnyEhO6NKblLKTLzlRuC/hl+HxjwhG9dHYsY1BmFRG+J1+GqDynV7Fkb4Hsjbvqll/vvEs2J+hgw==
2544+
dependencies:
2545+
is-valid-element-name "^1.0.0"
2546+
js-levenshtein-esm "^1.2.0"
2547+
25402548
25412549
version "0.0.1"
25422550
resolved "https://registry.yarnpkg.com/eslint-rule-extender/-/eslint-rule-extender-0.0.1.tgz#ae9faf15d1e651a714d579af0961fd80456f3b16"

0 commit comments

Comments
 (0)