From 50c6aec5c0dacf3475e48dc5bd0cf96e02885e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 03:29:22 +0000 Subject: [PATCH 1/2] build(deps-dev): bump html-validate from 7.12.2 to 7.13.1 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dde8e458b8..b183b92bcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "dialog-polyfill": "^0.5.6", "dotenv": "^16.0.3", "find-versions-cli": "^4.0.0", - "html-validate": "^7.12.2", + "html-validate": "^7.13.1", "html5-boilerplate": "^8.0.0", "husky": "^8.0.3", "iframe-resizer": "^4.3.2", @@ -8159,9 +8159,9 @@ } }, "node_modules/html-validate": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.12.2.tgz", - "integrity": "sha512-CE0c7Iin3bx2LNRoqPpB4AaNiMo2ckDSW8Z57/dVc39gvrwBDFnSEObKV9Xz6L170gJyRK6EHAsfxlDOJ4Da3g==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.13.1.tgz", + "integrity": "sha512-AtLPBf9hZD/ynMCYfTWs0a71sTvsKps5cQxsTtyZaJ0w7G+UNDmN2F6oYCBoWmRtWm+4M2o+CwOGx8EVuubRTQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.0", @@ -23189,9 +23189,9 @@ "dev": true }, "html-validate": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.12.2.tgz", - "integrity": "sha512-CE0c7Iin3bx2LNRoqPpB4AaNiMo2ckDSW8Z57/dVc39gvrwBDFnSEObKV9Xz6L170gJyRK6EHAsfxlDOJ4Da3g==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.13.1.tgz", + "integrity": "sha512-AtLPBf9hZD/ynMCYfTWs0a71sTvsKps5cQxsTtyZaJ0w7G+UNDmN2F6oYCBoWmRtWm+4M2o+CwOGx8EVuubRTQ==", "dev": true, "requires": { "@babel/code-frame": "^7.10.0", diff --git a/package.json b/package.json index 2f893f2236..0b23a4b9e8 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "dialog-polyfill": "^0.5.6", "dotenv": "^16.0.3", "find-versions-cli": "^4.0.0", - "html-validate": "^7.12.2", + "html-validate": "^7.13.1", "html5-boilerplate": "^8.0.0", "husky": "^8.0.3", "iframe-resizer": "^4.3.2", From aca26a3dd10d167a4008c4f7fd39cf9e1b1d44df Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Mon, 16 Jan 2023 19:45:01 +0100 Subject: [PATCH 2/2] refactor: removing / replacing some disabled directives as unused disabled directives now get reported (GL: html-validate/html-validate/issues/196) --- source/_patterns/00-base/icons/illustration-icons.hbs | 2 +- source/_patterns/01-elements/buttons/09-button-sizes.hbs | 2 +- source/_patterns/01-elements/headline/headline-pulse.hbs | 1 - source/_patterns/01-elements/headline/headline.hbs | 2 +- source/_patterns/01-elements/input/input.hbs | 1 - source/_patterns/01-elements/progress/progress.hbs | 2 +- source/_patterns/02-components/accordion/accordion-sizes.hbs | 2 +- source/_patterns/02-components/cards/_card.hbs | 3 +-- source/_patterns/02-components/overflow-menu/overflow-menu.hbs | 2 +- source/_patterns/02-components/table/table.hbs | 2 +- 10 files changed, 8 insertions(+), 11 deletions(-) diff --git a/source/_patterns/00-base/icons/illustration-icons.hbs b/source/_patterns/00-base/icons/illustration-icons.hbs index f28efe228b..bb78675df4 100644 --- a/source/_patterns/00-base/icons/illustration-icons.hbs +++ b/source/_patterns/00-base/icons/illustration-icons.hbs @@ -1,5 +1,5 @@ {{#each icons }} - + {{#if @first }}{{/if }}
{{ @key }}