Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -60,5 +60,5 @@
},
"type": "module",
"types": "src/index.d.ts",
"version": "1.6.0"
"version": "1.6.1"
}