From 3b5e835e25eee84938df05a52419c2db88ad5255 Mon Sep 17 00:00:00 2001 From: Jens Oliver Meiert Date: Thu, 20 Aug 2026 11:13:50 +0200 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20adjust=20GitHub=20issues=20link=20(?= =?UTF-8?q?overview,=20not=20=E2=80=9Cnew=E2=80=9D=20prompt)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jens Oliver Meiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e067c88..ad13d89 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Use the individual flags (`-c`, `-l`, `-m`) instead of `--all`/`-a`. Each flag o ### Where do I report issues? -If in doubt or in a hurry, [report issues here](https://github.com/j9t/hihtml/issues/new). Otherwise, if the issue is related to HTML-validate, [report it with HTML-validate](https://gitlab.com/html-validate/html-validate/-/work_items/new?type=Issue&initialCreationContext=list-route). If the issue is related to ObsoHTML, [report it with ObsoHTML](https://github.com/j9t/obsohtml/issues/new). For HTML Minifier Next issues, [report them with HMN](https://github.com/j9t/html-minifier-next/issues/new). All projects are maintained and monitored and should respond promptly. Thank you! +If in doubt or in a hurry, [report issues here](https://github.com/j9t/hihtml/issues). Otherwise, if the issue is related to HTML-validate, [report it with HTML-validate](https://gitlab.com/html-validate/html-validate/-/work_items/new?type=Issue&initialCreationContext=list-route). If the issue is related to ObsoHTML, [report it with ObsoHTML](https://github.com/j9t/obsohtml/issues). For HTML Minifier Next issues, [report them with HMN](https://github.com/j9t/html-minifier-next/issues). All projects are maintained and monitored and should respond promptly. Thank you! ### What does ObsoHTML do here when HTML-validate already reports on deprecated markup? From c852da04c4c83f91f770f28475218b6796495ed7 Mon Sep 17 00:00:00 2001 From: Jens Oliver Meiert Date: Thu, 20 Aug 2026 11:35:10 +0200 Subject: [PATCH 2/2] chore(deps): force update with the latest dependencies --- CHANGELOG.md | 6 ++++++ package-lock.json | 29 +++++++++++++++-------------- package.json | 6 +++--- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029be89..270b97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to hihtml are documented in this file, which is (mostly) AI- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] - 2026-08-20 + +### Changed + +* Forced update with the latest dependencies + ## [1.6.0] - 2026-08-13 ### Fixed diff --git a/package-lock.json b/package-lock.json index 5bd36ad..db6fba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "hihtml", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hihtml", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "commander": "^15.0.0", - "html-minifier-next": "^7.5.2", - "html-validate": "^11.6.2", + "html-minifier-next": "^8.1.0", + "html-validate": "^11.8.0", "obsohtml": "^2.0.0" }, "bin": { @@ -1193,16 +1193,16 @@ } }, "node_modules/html-minifier-next": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/html-minifier-next/-/html-minifier-next-7.5.2.tgz", - "integrity": "sha512-6AKrQB7c35D9HNF5qDwipKfjVK5cT1N+RahIo36AuCsw8kGr68BVQhfvEIJB17pKejZltFPJp8MrbiI4E1TObw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-next/-/html-minifier-next-8.1.0.tgz", + "integrity": "sha512-/TBb8lYGDyZmjrFkWlE2Tpad1R9WptC1rIHnALbIK9oDbthZUc4CfDUvS8pDPol2mCMvwKnbW59S5DuLoImIFA==", "license": "MIT", "dependencies": { "commander": "^15.0.0", "entities": "^8.0.0", "lightningcss": "^1.33.0", "svgo": "^4.0.2", - "terser": "^5.49.0" + "terser": "^5.50.0" }, "bin": { "hmn": "cli.js", @@ -1224,15 +1224,16 @@ } }, "node_modules/html-validate": { - "version": "11.6.2", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-11.6.2.tgz", - "integrity": "sha512-dlAAEeWOOdv9ya/n3pdSFTzzzGlrw+ZI43J/39zBgCSqzSg24lyqrouuBP9MEkSFAtXVZm64F35mlL7m43jCNA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-11.8.0.tgz", + "integrity": "sha512-ml7R8CVRRGXPMSFNAgJlrJGeZ7T5SC4J80J/a0ThzcfT3JqymTluxaljhGKTH0ER90l0Hi1eJQT5M4dKPxJM+A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/html-validate" } ], + "license": "MIT", "dependencies": { "@html-validate/stylish": "^6.0.0", "@sidvind/better-ajv-errors": "7.0.0", @@ -1978,9 +1979,9 @@ } }, "node_modules/terser": { - "version": "5.49.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.49.0.tgz", - "integrity": "sha512-SNiDnXyHSrxVcIOtVbULzcTmniUiwcV7Nwdyj1twVubeTmbjoa8p69KKDpfkdoOavuM4/GRm1+ykI8qqnavHoA==", + "version": "5.50.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.50.0.tgz", + "integrity": "sha512-CN9BVxWhgS/hRxtUMjtC2uRWSTcSfQFHMDWma6sKKfIivCD91sM+FOPfvwoaRMqCSrUpe1nv3jDamd9eEQ4y+w==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", diff --git a/package.json b/package.json index c8003b0..ab94649 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ }, "dependencies": { "commander": "^15.0.0", - "html-minifier-next": "^7.5.2", - "html-validate": "^11.6.2", + "html-minifier-next": "^8.1.0", + "html-validate": "^11.8.0", "obsohtml": "^2.0.0" }, "description": "The HTML supertool to validate, link-check, and minify web pages", @@ -60,5 +60,5 @@ }, "type": "module", "types": "src/index.d.ts", - "version": "1.6.0" + "version": "1.6.1" }