From 247a6c15f28d0017be7054df6040cb952de86960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 04:19:26 +0000 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.26.0 to 0.35.0 Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.26.0 to 0.35.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.26.0...v0.35.0) --- 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 | 43 +++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d98f89f..15b896c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.35.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1", @@ -238,10 +238,15 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.35.0.tgz", + "integrity": "sha512-49IfQCePw2+WluyHDBderyyaMXiKTMBFA70BvTDndbK2k2bHOmbgI/Nw2vcp8UkQ0t3b3LFGluCXpQsqBtg1BQ==", "dev": true, + "license": "MIT", + "dependencies": { + "@html-eslint/template-parser": "^0.35.0", + "@html-eslint/template-syntax-parser": "^0.35.0" + }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -258,6 +263,36 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.35.0.tgz", + "integrity": "sha512-0ztgICyCyR1YOTvi/YJGMJHQja9A/9wGJcAyBC4Ty8fi5kgeLQ+mVxbjyMwYzbSEde49bKscNAO0lOUb4EIVHA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-html-parser": "0.1.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@html-eslint/template-parser/node_modules/es-html-parser": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.1.0.tgz", + "integrity": "sha512-4YUmQ4kGKGQUb87jwr25XeGwuFIfjq7kZ+F5/V23ji+3gVXC9JEtUxngM0KbhgXl2L1jqbWZ138SI/UQ33XINw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@html-eslint/template-syntax-parser": { + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.35.0.tgz", + "integrity": "sha512-anUBh/5LhQGpx+E79s2ENCMk20S8SOPTwp1WBMzRm0CvLaN42st68FNwT3BKRhjFVs2RrmRcTJNSlKWulFrvAA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "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 e287857..ab41bf8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.35.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1",