From c740ebdfbced86a380b61d751bc4ac31b33893f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:52:46 +0000 Subject: [PATCH] build(deps-dev): bump @html-eslint/parser from 0.53.0 to 0.56.0 Bumps [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) from 0.53.0 to 0.56.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.53.0...v0.56.0) --- updated-dependencies: - dependency-name: "@html-eslint/parser" dependency-version: 0.56.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 43 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2627f8b..e3d17f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.53.0", - "@html-eslint/parser": "^0.53.0", + "@html-eslint/parser": "^0.56.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", "markdown-link-check": "^3.10.2", @@ -108,9 +108,9 @@ } }, "node_modules/@eslint/css-tree": { - "version": "3.6.8", - "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.6.8.tgz", - "integrity": "sha512-s0f40zY7dlMp8i0Jf0u6l/aSswS0WRAgkhgETgiCJRcxIWb4S/Sp9uScKHWbkM3BnoFLbJbmOYk5AZUDFVxaLA==", + "version": "3.6.9", + "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.6.9.tgz", + "integrity": "sha512-3D5/OHibNEGk+wKwNwMbz63NMf367EoR4mVNNpxddCHKEb2Nez7z62J2U6YjtErSsZDoY0CsccmoUpdEbkogNA==", "dev": true, "license": "MIT", "dependencies": { @@ -202,7 +202,7 @@ "eslint": "^8.0.0 || ^9.0.0" } }, - "node_modules/@html-eslint/parser": { + "node_modules/@html-eslint/eslint-plugin/node_modules/@html-eslint/parser": { "version": "0.53.0", "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.53.0.tgz", "integrity": "sha512-/rY+VqRdKpQqjbJ7Bwv9TzYXLE7qe1eDFfXq8qnk5tPCFoQRzi42ee2BgF9uu/e0o8+CAUS6I0EHpQF9PToR6Q==", @@ -216,6 +216,43 @@ "es-html-parser": "0.3.1" } }, + "node_modules/@html-eslint/parser": { + "version": "0.56.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.56.0.tgz", + "integrity": "sha512-QpUW88eu/LDws5ImzqoTbZjeQ4xTDlWPoP7IqSxQLSFQa0Ixkyw9x/LN/azJfaJNwCv9U94eNRSDCOjDNAh0gA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint/css-tree": "^3.6.9", + "@html-eslint/template-syntax-parser": "^0.56.0", + "@html-eslint/types": "^0.56.0", + "css-tree": "^3.1.0", + "es-html-parser": "0.3.1" + } + }, + "node_modules/@html-eslint/parser/node_modules/@html-eslint/template-syntax-parser": { + "version": "0.56.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.56.0.tgz", + "integrity": "sha512-vH5YGgODce8cUwwgDa0UoAc2Ta4HnAm2mlJ0wuBjbXk6fzE7mkmoyk23k80W79zAssgJ0+r5s7mvAdIFCyAQjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@html-eslint/types": "^0.56.0" + } + }, + "node_modules/@html-eslint/parser/node_modules/@html-eslint/types": { + "version": "0.56.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.56.0.tgz", + "integrity": "sha512-e4mVkBa1/UAO4hWj2xej7UX5Ij0uWyaNpDNPOzuo4ON2ftk80Cz7RobRkd49GQ8pk4WXeIfaXCMU2HeHqz0Jzg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/css-tree": "^2.3.11", + "@types/estree": "^1.0.6", + "es-html-parser": "0.3.1", + "eslint": "^9.39.1" + } + }, "node_modules/@html-eslint/template-parser": { "version": "0.53.0", "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.53.0.tgz", diff --git a/package.json b/package.json index abc4a13..78c47ff 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.53.0", - "@html-eslint/parser": "^0.53.0", + "@html-eslint/parser": "^0.56.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", "markdown-link-check": "^3.10.2",