From 5ac7cd47ba6935e7dfda049d8a0cdd7dbbe87680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:03:48 +0000 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.61.0 to 0.62.0 Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.61.0 to 0.62.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.61.0...v0.62.0) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-version: 0.62.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 162 ++++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 48 insertions(+), 116 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33fa5b0..eee93e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/preset-env": "7.29.7", "@babel/register": "7.29.7", "@cucumber/cucumber": "13.0.0", - "@html-eslint/eslint-plugin": "0.61.0", + "@html-eslint/eslint-plugin": "0.62.0", "@html-eslint/parser": "0.62.0", "ava": "8.0.1", "babel-loader": "10.1.1", @@ -2500,12 +2500,12 @@ } }, "node_modules/@html-eslint/core": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/core/-/core-0.61.0.tgz", - "integrity": "sha512-/dcMywhcO7+CvyV5oUGUkh4641ZyeJyncQas+Ulq7z9fXorTstMrApIzIUdV9TNgkwZZ97Rd8/8XbXkxgoJo6A==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/core/-/core-0.62.0.tgz", + "integrity": "sha512-TEWjEE5PcenvXnk27cnQdasR71RDvhlqj6TIu3QHLdpfPo9K11Vx5jWYwM44PS7EaU5+5si2296z72xO1EpLkw==", "dev": true, "dependencies": { - "@html-eslint/types": "^0.61.0", + "@html-eslint/types": "^0.62.0", "html-standard": "^0.0.13" }, "engines": { @@ -2513,17 +2513,17 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.61.0.tgz", - "integrity": "sha512-iIuyw42ssr3hoBs0dn+ivD4ZPyrMgq1v4Hqx8N3qVEyTcli/XYQ5C20CWPE8msYLU/TmBnvkl0VgzymiIsrRcw==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.62.0.tgz", + "integrity": "sha512-vtn9fqkI00Q4le7ik7hXopf5VwVJWKQ9Vnle1Jmolvmkb9CKq83DMSWFLCqtlDRkZSi6JKyNIddj6r5Odd+n1w==", "dev": true, "dependencies": { "@eslint/plugin-kit": "^0.4.1", - "@html-eslint/core": "^0.61.0", - "@html-eslint/parser": "^0.61.0", - "@html-eslint/template-parser": "^0.61.0", - "@html-eslint/template-syntax-parser": "^0.61.0", - "@html-eslint/types": "^0.61.0", + "@html-eslint/core": "^0.62.0", + "@html-eslint/parser": "^0.62.0", + "@html-eslint/template-parser": "^0.62.0", + "@html-eslint/template-syntax-parser": "^0.62.0", + "@html-eslint/types": "^0.62.0", "@rviscomi/capo.js": "^2.1.0", "html-standard": "^0.0.13" }, @@ -2534,18 +2534,6 @@ "eslint": ">=8.0.0 || ^10.0.0-0" } }, - "node_modules/@html-eslint/eslint-plugin/node_modules/@html-eslint/parser": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.61.0.tgz", - "integrity": "sha512-D+4TqU3tiAJ1QuP1IjVkOTYc9Q26FfDbBx3ZqaADzEd1Jgsb+ZdV2UGTBSOzKNHw6ojQCyGnaF3hPg4HSV9TKQ==", - "dev": true, - "dependencies": { - "@html-eslint/template-syntax-parser": "^0.61.0", - "@html-eslint/types": "^0.61.0", - "css-tree": "^3.1.0", - "es-html-parser": "0.3.1" - } - }, "node_modules/@html-eslint/parser": { "version": "0.62.0", "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.62.0.tgz", @@ -2558,49 +2546,29 @@ "es-html-parser": "0.3.1" } }, - "node_modules/@html-eslint/parser/node_modules/@html-eslint/template-syntax-parser": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.62.0.tgz", - "integrity": "sha512-XPYul7JI6ld/a3vKOHmIWvCuNpOBc5YIiei5hHJQcCwLeIUyq3yGNUYyJSVF4k4QXe5ksyPfy0MRtOgA1tZ7Wg==", - "dev": true, - "dependencies": { - "@html-eslint/types": "^0.62.0" - } - }, - "node_modules/@html-eslint/parser/node_modules/@html-eslint/types": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.62.0.tgz", - "integrity": "sha512-lG/Pp0m7OTWmB3PBdAtZNwp35dwjhXVY0jwSqP/47sNPRzVmAOVgxWq2tBQYyH6wJYp3aFZiv1wivd9lUAQZvw==", - "dev": true, - "dependencies": { - "@types/css-tree": "^2.3.11", - "@types/estree": "^1.0.6", - "es-html-parser": "0.3.1" - } - }, "node_modules/@html-eslint/template-parser": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.61.0.tgz", - "integrity": "sha512-mPN9UsW02m+WtDQb48FLzTCVDCBuXboRzDO37yPipp6ai98IDJBslrFjmHHh8dwBIs9QlQXWpTdlRiV3NvTwtA==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.62.0.tgz", + "integrity": "sha512-sI3Fiy4nsXGsp7k61UA3P/QooqUALE8oz2KuFzXb8Jb3krxlVQWwFXE8Ipr62r53jZyMz8XVsvaMUiP0nwrJsw==", "dev": true, "dependencies": { - "@html-eslint/types": "^0.61.0", + "@html-eslint/types": "^0.62.0", "es-html-parser": "0.3.1" } }, "node_modules/@html-eslint/template-syntax-parser": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.61.0.tgz", - "integrity": "sha512-m5XAYPRyX/uRNkcPaBBrM+k2SfWHhjkTLFPMz+T7CiH3nbPm7wolcudMqDfW9QoexcxCQke+xJ/ZZz/PDOykKg==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.62.0.tgz", + "integrity": "sha512-XPYul7JI6ld/a3vKOHmIWvCuNpOBc5YIiei5hHJQcCwLeIUyq3yGNUYyJSVF4k4QXe5ksyPfy0MRtOgA1tZ7Wg==", "dev": true, "dependencies": { - "@html-eslint/types": "^0.61.0" + "@html-eslint/types": "^0.62.0" } }, "node_modules/@html-eslint/types": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.61.0.tgz", - "integrity": "sha512-1cVh4dHkHwJqKrd/8t5U3wkzm0osTax+TLrmmtCaotYXQAJlZ2Cp31GQHY+lF17p71iHp3NoNYisUblV/lGzBg==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.62.0.tgz", + "integrity": "sha512-lG/Pp0m7OTWmB3PBdAtZNwp35dwjhXVY0jwSqP/47sNPRzVmAOVgxWq2tBQYyH6wJYp3aFZiv1wivd9lUAQZvw==", "dev": true, "dependencies": { "@types/css-tree": "^2.3.11", @@ -15740,43 +15708,29 @@ } }, "@html-eslint/core": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/core/-/core-0.61.0.tgz", - "integrity": "sha512-/dcMywhcO7+CvyV5oUGUkh4641ZyeJyncQas+Ulq7z9fXorTstMrApIzIUdV9TNgkwZZ97Rd8/8XbXkxgoJo6A==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/core/-/core-0.62.0.tgz", + "integrity": "sha512-TEWjEE5PcenvXnk27cnQdasR71RDvhlqj6TIu3QHLdpfPo9K11Vx5jWYwM44PS7EaU5+5si2296z72xO1EpLkw==", "dev": true, "requires": { - "@html-eslint/types": "^0.61.0", + "@html-eslint/types": "^0.62.0", "html-standard": "^0.0.13" } }, "@html-eslint/eslint-plugin": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.61.0.tgz", - "integrity": "sha512-iIuyw42ssr3hoBs0dn+ivD4ZPyrMgq1v4Hqx8N3qVEyTcli/XYQ5C20CWPE8msYLU/TmBnvkl0VgzymiIsrRcw==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.62.0.tgz", + "integrity": "sha512-vtn9fqkI00Q4le7ik7hXopf5VwVJWKQ9Vnle1Jmolvmkb9CKq83DMSWFLCqtlDRkZSi6JKyNIddj6r5Odd+n1w==", "dev": true, "requires": { "@eslint/plugin-kit": "^0.4.1", - "@html-eslint/core": "^0.61.0", - "@html-eslint/parser": "^0.61.0", - "@html-eslint/template-parser": "^0.61.0", - "@html-eslint/template-syntax-parser": "^0.61.0", - "@html-eslint/types": "^0.61.0", + "@html-eslint/core": "^0.62.0", + "@html-eslint/parser": "^0.62.0", + "@html-eslint/template-parser": "^0.62.0", + "@html-eslint/template-syntax-parser": "^0.62.0", + "@html-eslint/types": "^0.62.0", "@rviscomi/capo.js": "^2.1.0", "html-standard": "^0.0.13" - }, - "dependencies": { - "@html-eslint/parser": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.61.0.tgz", - "integrity": "sha512-D+4TqU3tiAJ1QuP1IjVkOTYc9Q26FfDbBx3ZqaADzEd1Jgsb+ZdV2UGTBSOzKNHw6ojQCyGnaF3hPg4HSV9TKQ==", - "dev": true, - "requires": { - "@html-eslint/template-syntax-parser": "^0.61.0", - "@html-eslint/types": "^0.61.0", - "css-tree": "^3.1.0", - "es-html-parser": "0.3.1" - } - } } }, "@html-eslint/parser": { @@ -15789,53 +15743,31 @@ "@html-eslint/types": "^0.62.0", "css-tree": "^3.1.0", "es-html-parser": "0.3.1" - }, - "dependencies": { - "@html-eslint/template-syntax-parser": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.62.0.tgz", - "integrity": "sha512-XPYul7JI6ld/a3vKOHmIWvCuNpOBc5YIiei5hHJQcCwLeIUyq3yGNUYyJSVF4k4QXe5ksyPfy0MRtOgA1tZ7Wg==", - "dev": true, - "requires": { - "@html-eslint/types": "^0.62.0" - } - }, - "@html-eslint/types": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.62.0.tgz", - "integrity": "sha512-lG/Pp0m7OTWmB3PBdAtZNwp35dwjhXVY0jwSqP/47sNPRzVmAOVgxWq2tBQYyH6wJYp3aFZiv1wivd9lUAQZvw==", - "dev": true, - "requires": { - "@types/css-tree": "^2.3.11", - "@types/estree": "^1.0.6", - "es-html-parser": "0.3.1" - } - } } }, "@html-eslint/template-parser": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.61.0.tgz", - "integrity": "sha512-mPN9UsW02m+WtDQb48FLzTCVDCBuXboRzDO37yPipp6ai98IDJBslrFjmHHh8dwBIs9QlQXWpTdlRiV3NvTwtA==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.62.0.tgz", + "integrity": "sha512-sI3Fiy4nsXGsp7k61UA3P/QooqUALE8oz2KuFzXb8Jb3krxlVQWwFXE8Ipr62r53jZyMz8XVsvaMUiP0nwrJsw==", "dev": true, "requires": { - "@html-eslint/types": "^0.61.0", + "@html-eslint/types": "^0.62.0", "es-html-parser": "0.3.1" } }, "@html-eslint/template-syntax-parser": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.61.0.tgz", - "integrity": "sha512-m5XAYPRyX/uRNkcPaBBrM+k2SfWHhjkTLFPMz+T7CiH3nbPm7wolcudMqDfW9QoexcxCQke+xJ/ZZz/PDOykKg==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.62.0.tgz", + "integrity": "sha512-XPYul7JI6ld/a3vKOHmIWvCuNpOBc5YIiei5hHJQcCwLeIUyq3yGNUYyJSVF4k4QXe5ksyPfy0MRtOgA1tZ7Wg==", "dev": true, "requires": { - "@html-eslint/types": "^0.61.0" + "@html-eslint/types": "^0.62.0" } }, "@html-eslint/types": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.61.0.tgz", - "integrity": "sha512-1cVh4dHkHwJqKrd/8t5U3wkzm0osTax+TLrmmtCaotYXQAJlZ2Cp31GQHY+lF17p71iHp3NoNYisUblV/lGzBg==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.62.0.tgz", + "integrity": "sha512-lG/Pp0m7OTWmB3PBdAtZNwp35dwjhXVY0jwSqP/47sNPRzVmAOVgxWq2tBQYyH6wJYp3aFZiv1wivd9lUAQZvw==", "dev": true, "requires": { "@types/css-tree": "^2.3.11", diff --git a/package.json b/package.json index 78eef32..3b5640d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@babel/preset-env": "7.29.7", "@babel/register": "7.29.7", "@cucumber/cucumber": "13.0.0", - "@html-eslint/eslint-plugin": "0.61.0", + "@html-eslint/eslint-plugin": "0.62.0", "@html-eslint/parser": "0.62.0", "ava": "8.0.1", "babel-loader": "10.1.1",