From 9783c04e854e6bf605ae3ea631a351a0c6a50432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 04:05:44 +0000 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.26.0 to 0.35.2 Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.26.0 to 0.35.2. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.26.0...v0.35.2) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cf6dab..710d718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@cloudflare/kv-asset-handler": "^0.3.4" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.35.2", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3", @@ -233,12 +233,14 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.26.0.tgz", - "integrity": "sha512-ovmAYVN/Wv+OX77FrSSyPxBokOg6hvxuiTRXhbN1rnZ7DwCmHjnvVyDlkTeWQHmuwFF2n8yLu2B/X9AMA9KxNw==", + "version": "0.35.2", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.35.2.tgz", + "integrity": "sha512-7CFxSpzu55Og457dEAAcSU+L7PNeYbeHD8HXDmAmHlbBpKjUHVJkLe0pLfuC6eV6ZpV5K2N9qk5SVu2dPFCC/w==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "license": "MIT", + "dependencies": { + "@html-eslint/template-parser": "^0.35.2", + "@html-eslint/template-syntax-parser": "^0.35.2" } }, "node_modules/@html-eslint/parser": { @@ -253,6 +255,30 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.35.2", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.35.2.tgz", + "integrity": "sha512-SauXPU4JO02Gf6sjHMZM4OFn4f2F6mRi0N6fZSPQaoBJqNL14Z4CXgN4QsvIAJ0zuDu9ssRR7TELFNZteTlS0w==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-html-parser": "0.1.1" + } + }, + "node_modules/@html-eslint/template-parser/node_modules/es-html-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.1.1.tgz", + "integrity": "sha512-SNHdEpKkN4nWZ3sFq9AxPlaUzPKJewGh59JrVS2355vELTOFygyf/lbfDDIONuGvYrhvAHoaUd+sK9UGaGrKUg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@html-eslint/template-syntax-parser": { + "version": "0.35.2", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.35.2.tgz", + "integrity": "sha512-y+JAzuNVzFvsmgu9tz2wr2lY0brGwPnrUTUIFsIooAZFPjESg/4SfmCTzo8/Y7QquGsdzYvvO15UBgT2Jc/Pdg==", + "dev": true, + "license": "MIT" + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", diff --git a/package.json b/package.json index c18c909..21d4d67 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@cloudflare/kv-asset-handler": "^0.3.4" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.35.2", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3",