Skip to content

Commit d845fd2

Browse files
build(deps-dev): bump html-validate from 7.12.2 to 7.13.1 (#279)
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 7.12.2 to 7.13.1. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v7.12.2...v7.13.1) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36c91db commit d845fd2

File tree

12 files changed

+16
-19
lines changed

12 files changed

+16
-19
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
@@ -78,7 +78,7 @@
7878
"dialog-polyfill": "^0.5.6",
7979
"dotenv": "^16.0.3",
8080
"find-versions-cli": "^4.0.0",
81-
"html-validate": "^7.12.2",
81+
"html-validate": "^7.13.1",
8282
"html5-boilerplate": "^8.0.0",
8383
"husky": "^8.0.3",
8484
"iframe-resizer": "^4.3.2",

source/_patterns/00-base/icons/illustration-icons.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#each icons }}
2-
<!-- [html-validate-disable-next heading-level] -->
2+
{{#if @first }}<!-- [html-validate-disable-next heading-level] -->{{/if }}
33
<h5>{{ @key }}</h5>
44
<ul class="DO-NOT-COPY-THIS-CLASS-example-icon-list icons-illustration">
55
{{#each this }}<li>

source/_patterns/01-elements/buttons/09-button-sizes.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#each sizes }}
2-
<!-- [html-validate-disable-next heading-level] -->
2+
{{#if @first }}<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->{{/if }}
33
<h2>{{ label }}</h2>
44
<p>
55
{{> elements-button variant='brand-primary' value='Brand Primary' icon='add' size=size }}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{{> elements-logo }}
2-
<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->
32
{{> elements-headline }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->
1+
<!-- [html-validate-disable-next heading-level, no-unused-disable -- we're doing some simple demonstration simplification here] -->
22
<h{{ type }} class="elm-headline {{ styleModifier }}"{{#if id}} id="{{id}}"{{/if }}{{#if pulse}} data-pulse{{/if }}>{{ text }}</h{{ type }}>

source/_patterns/01-elements/input/input.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- The aria-labelledby attribute on the input and related id on the label as well as aria-hidden="true" are being set for correct support within assistive tools like screenreaders //-->
2-
<!-- [html-validate-disable-next input-missing-label] -->
32
<input type="{{ type }}"
43
class="elm-input {{ styleModifier }}"
54
placeholder="{{ placeholder }}"

source/_patterns/01-elements/progress/progress.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="elm-progress">
2-
<!-- [html-validate-disable-next no-inline-style] -->
2+
{{#if conic}}<!-- [html-validate-disable-next no-inline-style] -->{{/if}}
33
<progress
44
{{#if value}}
55
value="{{ value }}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#each sizes }}
2-
<!-- [html-validate-disable-next heading-level] -->
2+
{{#if @first }}<!-- [html-validate-disable-next heading-level] -->{{/if }}
33
<h2>{{ label }}</h2>
44
{{> components-accordion size=size summary=@root.summary details=@root.details }}
55
{{/each }}

source/_patterns/02-components/cards/_card.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
21
<li class="cmp-card" data-variant="{{ variant }}">
32
{{#if link }}<a href="#">{{/if }}
43
<figure>
@@ -10,7 +9,7 @@
109
{{> elements-image src="../../icons/functional/images/navigation/db_ic_list_20.svg" alt="" role="presentation" }}
1110
{{/if_eq }}
1211
<figcaption>
13-
<!-- [html-validate-disable-next heading-level] -->
12+
<!-- [html-validate-disable-next heading-level, no-unused-disable] -->
1413
<h3 class="elm-headline">{{ title }}</h3>
1514
{{#if text }}<p>{{{ text }}}</p>{{/if }}
1615
</figcaption>

0 commit comments

Comments
 (0)