Skip to content

Commit

Permalink
chore(deps-dev): bump html-validate from 8.25.0 to 8.26.0 (#12196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 040f52f commit a5cb491
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions kumascript/tests/macros/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const ERROR_TEST_CASES = [
{
title: "with an HTML element missing its closing tag",
html: "<div>closing tag has gone missing",
error:
"Missing close-tag, expected '</div>' but document ended before it was found.",
error: "Unclosed element '<div>'",
},
{
title: "with an illegal value for a link attribute",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit a5cb491

Please sign in to comment.