From a5cb4910d311536a506f271c6510471bdf4e3101 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 27 Nov 2024 12:07:03 +0000
Subject: [PATCH] chore(deps-dev): bump html-validate from 8.25.0 to 8.26.0
(#12196)
---
kumascript/tests/macros/utils.test.ts | 3 +--
package.json | 2 +-
yarn.lock | 14 ++++++--------
3 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/kumascript/tests/macros/utils.test.ts b/kumascript/tests/macros/utils.test.ts
index 59daf9a09c4c..7234044cb44a 100644
--- a/kumascript/tests/macros/utils.test.ts
+++ b/kumascript/tests/macros/utils.test.ts
@@ -9,8 +9,7 @@ const ERROR_TEST_CASES = [
{
title: "with an HTML element missing its closing tag",
html: "
closing tag has gone missing",
- error:
- "Missing close-tag, expected '
' but document ended before it was found.",
+ error: "Unclosed element ''",
},
{
title: "with an illegal value for a link attribute",
diff --git a/package.json b/package.json
index 6b2d43842444..500aafa8b501 100644
--- a/package.json
+++ b/package.json
@@ -205,7 +205,7 @@
"foreman": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"history": "^5.2.0",
- "html-validate": "^8.25.0",
+ "html-validate": "^8.26.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
diff --git a/yarn.lock b/yarn.lock
index e97049344648..2e19dd6cdf4c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5839,7 +5839,7 @@ deep-is@^0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
-deepmerge@4.3.1, deepmerge@^4.2.2, deepmerge@^4.3.1:
+deepmerge@^4.2.2, deepmerge@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
@@ -8143,17 +8143,15 @@ html-url-attributes@^3.0.0:
resolved "https://registry.yarnpkg.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz#83b052cd5e437071b756cd74ae70f708870c2d87"
integrity sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==
-html-validate@^8.25.0:
- version "8.25.0"
- resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.25.0.tgz#0cb6e17f5fb3e2a10f603c5d74e911c6e40ffecf"
- integrity sha512-ZMQcxHxQJ7vrj8o9mKGexkCBENfuyXSZOeBop2CanbbyeBgHwKhIKhksmc2TmhT8+chi657O+XqdDWZLAhMCJA==
+html-validate@^8.26.0:
+ version "8.26.0"
+ resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.26.0.tgz#9e5df35e8cd36ad156d7e3d9180e1d2bad81ba0a"
+ integrity sha512-nDUlsXbASFM78uPisYjw9q4vildzQnAdBp1WsSVoCl4wlbwRAb1pyM3MWSG/G7o/Dk7ZfvVrCV571U7z/U4sig==
dependencies:
"@html-validate/stylish" "^4.1.0"
"@sidvind/better-ajv-errors" "3.0.1"
ajv "^8.0.0"
- deepmerge "4.3.1"
glob "^10.0.0"
- ignore "5.3.2"
kleur "^4.1.0"
minimist "^1.2.0"
prompts "^2.0.0"
@@ -8377,7 +8375,7 @@ ignore-loader@^0.1.2:
resolved "https://registry.yarnpkg.com/ignore-loader/-/ignore-loader-0.1.2.tgz#d81f240376d0ba4f0d778972c3ad25874117a463"
integrity sha512-yOJQEKrNwoYqrWLS4DcnzM7SEQhRKis5mB+LdKKh4cPmGYlLPR0ozRzHV5jmEk2IxptqJNQA5Cc0gw8Fj12bXA==
-ignore@5.3.2, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1, ignore@^5.3.2:
+ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1, ignore@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==