From 22668c5532c4094dafaed52850cb34adfa81c6a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 11:44:03 +0000 Subject: [PATCH] Bump eslint-plugin-lit from 1.15.0 to 2.1.1 Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.15.0 to 2.1.1. - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/1.15.0...2.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-lit dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++++++---------------------------- package.json | 2 +- 2 files changed, 13 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index eafc769c..eb8b1a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "esbuild": "^0.25.4", "eslint": "^8.57.1", "eslint-config-love": "^84.1.1", - "eslint-plugin-lit": "^1.15.0", + "eslint-plugin-lit": "^2.1.1", "globals": "^16.0.0", "lit": "^3.3.0", "lit-analyzer": "^2.0.3", @@ -7218,20 +7218,20 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.15.0.tgz", - "integrity": "sha512-Yhr2MYNz6Ln8megKcX503aVZQln8wsywCG49g0heiJ/Qr5UjkE4pGr4Usez2anNcc7NvlvHbQWMYwWcgH3XRKA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-2.1.1.tgz", + "integrity": "sha512-qmyAOnnTCdS+vDnNxtCoF0icSKIio4GUv6ZLnaCtTX6G/YezRa6Ag6tOQ+MfV5Elvtw9CIXeliRX4mIBSwrPIA==", "dev": true, + "license": "MIT", "dependencies": { "parse5": "^6.0.1", - "parse5-htmlparser2-tree-adapter": "^6.0.1", - "requireindex": "^1.2.0" + "parse5-htmlparser2-tree-adapter": "^6.0.1" }, "engines": { - "node": ">= 12" + "node": ">= 18" }, "peerDependencies": { - "eslint": ">= 5" + "eslint": ">= 8" } }, "node_modules/eslint-plugin-n": { @@ -10971,15 +10971,6 @@ "node": ">=0.10.0" } }, - "node_modules/requireindex": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", - "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", - "dev": true, - "engines": { - "node": ">=0.10.5" - } - }, "node_modules/requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", @@ -18715,14 +18706,13 @@ } }, "eslint-plugin-lit": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.15.0.tgz", - "integrity": "sha512-Yhr2MYNz6Ln8megKcX503aVZQln8wsywCG49g0heiJ/Qr5UjkE4pGr4Usez2anNcc7NvlvHbQWMYwWcgH3XRKA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-2.1.1.tgz", + "integrity": "sha512-qmyAOnnTCdS+vDnNxtCoF0icSKIio4GUv6ZLnaCtTX6G/YezRa6Ag6tOQ+MfV5Elvtw9CIXeliRX4mIBSwrPIA==", "dev": true, "requires": { "parse5": "^6.0.1", - "parse5-htmlparser2-tree-adapter": "^6.0.1", - "requireindex": "^1.2.0" + "parse5-htmlparser2-tree-adapter": "^6.0.1" } }, "eslint-plugin-n": { @@ -21193,12 +21183,6 @@ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true }, - "requireindex": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", - "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", - "dev": true - }, "requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", diff --git a/package.json b/package.json index 8f345b19..a7ee30a6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "esbuild": "^0.25.4", "eslint": "^8.57.1", "eslint-config-love": "^84.1.1", - "eslint-plugin-lit": "^1.15.0", + "eslint-plugin-lit": "^2.1.1", "globals": "^16.0.0", "lit": "^3.3.0", "lit-analyzer": "^2.0.3",