Skip to content

Commit 38d090c

Browse files
authored
Release v1.7.1 (#1732)
1 parent a72e545 commit 38d090c

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"keywords": [
66
"html",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/htmlhint/HTMLHint.git"
18+
"url": "git+https://github.com/htmlhint/HTMLHint.git"
1919
},
2020
"funding": {
2121
"type": "Open Collective",

website/.htmlhintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"button-type-require": false,
1414
"doctype-first": false,
1515
"doctype-html5": true,
16+
"form-require-method": true,
1617
"frame-title-require": true,
1718
"h1-require": true,
1819
"head-script-disabled": false,
@@ -22,9 +23,10 @@
2223
"inline-script-disabled": false,
2324
"inline-style-disabled": false,
2425
"input-requires-label": false,
26+
"link-rel-canonical-require": false,
2527
"main-require": true,
2628
"meta-charset-require": true,
27-
"meta-description-require": true,
29+
"meta-description-require": false,
2830
"meta-viewport-require": true,
2931
"script-disabled": false,
3032
"spec-char-escape": false,

website/src/content/docs/changelog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: The release notes for HTMLHint, see what's changed with each new ve
55

66
import { Badge } from '@astrojs/starlight/components'
77

8+
## 1.7.1 _(2025-09-17)_
9+
10+
- <Badge text="Fix" size="small" variant="danger" /> Update Glob dependency to version 9
11+
812
## 1.7.0 _(2025-09-11)_
913

1014
- <Badge text="Feat" size="small" /> New rule: [`form-method-require`](/rules/form-method-require/)

website/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
variant: minimal
1616
banner:
1717
content: |
18-
v1.7.0 is now available! Check the <a href="/changelog/">changelog</a> to see what's new.
18+
v1.7.1 is now available! Check the <a href="/changelog/">changelog</a> to see what's new.
1919
tableOfContents: false
2020
lastUpdated: false
2121
editUrl: false

0 commit comments

Comments
 (0)