Skip to content

Commit 50a10b6

Browse files
chore(deps): update dependency eslint-plugin-lit to v2
1 parent d36bd63 commit 50a10b6

3 files changed

Lines changed: 16 additions & 40 deletions

File tree

package-lock.json

Lines changed: 11 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/marked": "^4.0.8",
2323
"@types/node": "^18.11.18",
2424
"eslint": "^8.24.0",
25-
"eslint-plugin-lit": "^1.6.1",
25+
"eslint-plugin-lit": "^2.0.0",
2626
"eslint-plugin-wc": "^1.3.2",
2727
"prettier": "^3.0.0",
2828
"ts-lit-plugin": "^1.2.1",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -579,14 +579,13 @@ escape-string-regexp@^4.0.0:
579579
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
580580
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
581581

582-
eslint-plugin-lit@^1.6.1:
583-
version "1.6.1"
584-
resolved "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.6.1.tgz"
585-
integrity sha512-BpPoWVhf8dQ/Sz5Pi9NlqbGoH5BcMcVyXhi2XTx2XGMAO9U2lS+GTSsqJjI5hL3OuxCicNiUEWXazAwi9cAGxQ==
582+
eslint-plugin-lit@^2.0.0:
583+
version "2.2.1"
584+
resolved "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-2.2.1.tgz"
585+
integrity sha512-mnqqwpWF4PBF/YjlGt9mbHwrWCGMtaqdpnqISv3nGcTl8iStaAt9UGieMY3i8vwKfSSWtkEfBZUcRKFGys6yiw==
586586
dependencies:
587587
parse5 "^6.0.1"
588588
parse5-htmlparser2-tree-adapter "^6.0.1"
589-
requireindex "^1.2.0"
590589

591590
eslint-plugin-wc@^1.3.2:
592591
version "1.3.2"
@@ -1613,11 +1612,6 @@ require-main-filename@^2.0.0:
16131612
resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz"
16141613
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
16151614

1616-
requireindex@^1.2.0:
1617-
version "1.2.0"
1618-
resolved "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz"
1619-
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
1620-
16211615
resolve-from@^4.0.0:
16221616
version "4.0.0"
16231617
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"

0 commit comments

Comments
 (0)