Skip to content

Commit 4678abc

Browse files
Bump html-validate from 10.5.0 to 10.6.0 (#1171)
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 10.5.0 to 10.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://gitlab.com/html-validate/html-validate/tags">html-validate's releases</a>.</em></p> <blockquote> <h2>v10.6.0</h2> <h2>10.6.0 (2026-01-18)</h2> <h3>Features</h3> <ul> <li><strong>config:</strong> allow passing regexp object directly as patterns to <code>class-pattern</code>, <code>id-pattern</code> and <code>name-pattern</code> (<a href="https://gitlab.com/html-validate/html-validate/commit/b12fb9fc0b526f77f71bd7f7f426faa33716b10b">b12fb9f</a>)</li> <li><strong>config:</strong> require custom patterns to <code>class-pattern</code>, <code>id-pattern</code> and <code>name-pattern</code> to be wrapped with <code>/</code> (<a href="https://gitlab.com/html-validate/html-validate/commit/19203d35db81f4a8a9748363c140092450dbc4ca">19203d3</a>)</li> <li><strong>rules:</strong> add <code>&quot;tailwind&quot;</code> as a supported predefined class pattern (<a href="https://gitlab.com/html-validate/html-validate/commit/ffc3352a2c3ffe4acb738f06f0da7dcc4f9954fa">ffc3352</a>), closes <a href="https://gitlab.com/html-validate/html-validate/issues/338">#338</a></li> <li><strong>rules:</strong> new rule <code>valid-for</code> (<a href="https://gitlab.com/html-validate/html-validate/commit/616a3ecd3608e3dc4038d779dd07f20d3895589e">616a3ec</a>), closes <a href="https://gitlab.com/html-validate/html-validate/issues/337">#337</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> make invalid directives non-fatal (<a href="https://gitlab.com/html-validate/html-validate/commit/85204b3c8530cd8f7f9e73f43c100b354602bcef">85204b3</a>), closes <a href="https://gitlab.com/html-validate/html-validate/issues/335">#335</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md">html-validate's changelog</a>.</em></p> <blockquote> <h2>10.6.0 (2026-01-18)</h2> <h3>Features</h3> <ul> <li><strong>config:</strong> allow passing regexp object directly as patterns to <code>class-pattern</code>, <code>id-pattern</code> and <code>name-pattern</code> (<a href="https://gitlab.com/html-validate/html-validate/commit/b12fb9fc0b526f77f71bd7f7f426faa33716b10b">b12fb9f</a>)</li> <li><strong>config:</strong> require custom patterns to <code>class-pattern</code>, <code>id-pattern</code> and <code>name-pattern</code> to be wrapped with <code>/</code> (<a href="https://gitlab.com/html-validate/html-validate/commit/19203d35db81f4a8a9748363c140092450dbc4ca">19203d3</a>)</li> <li><strong>rules:</strong> add <code>&quot;tailwind&quot;</code> as a supported predefined class pattern (<a href="https://gitlab.com/html-validate/html-validate/commit/ffc3352a2c3ffe4acb738f06f0da7dcc4f9954fa">ffc3352</a>), closes <a href="https://gitlab.com/html-validate/html-validate/issues/338">#338</a></li> <li><strong>rules:</strong> new rule <code>valid-for</code> (<a href="https://gitlab.com/html-validate/html-validate/commit/616a3ecd3608e3dc4038d779dd07f20d3895589e">616a3ec</a>), closes <a href="https://gitlab.com/html-validate/html-validate/issues/337">#337</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> make invalid directives non-fatal (<a href="https://gitlab.com/html-validate/html-validate/commit/85204b3c8530cd8f7f9e73f43c100b354602bcef">85204b3</a>), closes <a href="https://gitlab.com/html-validate/html-validate/issues/335">#335</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/html-validate/html-validate/commit/b31f64745016b27027d4b976ffc35286aaf7aa16"><code>b31f647</code></a> chore(release): 10.6.0</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/a3a462bf3f18ef88f0a5f9f44132cf7b2ba75c55"><code>a3a462b</code></a> Merge branch 'bugfix/non-fatal-directives' into 'master'</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/85204b3c8530cd8f7f9e73f43c100b354602bcef"><code>85204b3</code></a> fix(parser): make invalid directives non-fatal</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/eba243e8f14c1d00d33008442684c5cda477d421"><code>eba243e</code></a> Merge branch 'feature/valid-for' into 'master'</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/616a3ecd3608e3dc4038d779dd07f20d3895589e"><code>616a3ec</code></a> feat(rules): new rule <code>valid-for</code></li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/4fa659640e8999c3ece56af4df01efa8419d39cb"><code>4fa6596</code></a> Merge branch 'feature/tailwind-class-pattern' into 'master'</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/ffc3352a2c3ffe4acb738f06f0da7dcc4f9954fa"><code>ffc3352</code></a> feat(rules): add <code>&quot;tailwind&quot;</code> as a supported predefined class pattern</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/20b3551971c1533388ac947f021f3bc18a817aee"><code>20b3551</code></a> Merge branch 'refactor/restrict-pattern' into 'master'</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/2018ce7f4301145d182c5ee4149e891f1e567069"><code>2018ce7</code></a> refactor: restrict predefined patterns per rule</li> <li><a href="https://gitlab.com/html-validate/html-validate/commit/46ef3e8303f00092b2afbf4148bc55c0de1a8dbb"><code>46ef3e8</code></a> refactor: <code>BasePatternRule</code> takes object instead of separate parameters</li> <li>Additional commits viewable in <a href="https://gitlab.com/html-validate/html-validate/compare/v10.5.0...v10.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=html-validate&package-manager=npm_and_yarn&previous-version=10.5.0&new-version=10.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a28203 commit 4678abc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"browser-sync": "^3.0.4",
4-
"html-validate": "^10.5.0",
4+
"html-validate": "^10.7.0",
55
"html-minifier": "^4.0.0",
66
"sass": "^1.97.3"
77
}

0 commit comments

Comments
 (0)