diff --git a/package-lock.json b/package-lock.json
index 57f289a01..ae754d422 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "htmlhint",
- "version": "1.7.0",
+ "version": "1.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "htmlhint",
- "version": "1.7.0",
+ "version": "1.7.1",
"license": "MIT",
"dependencies": {
"async": "3.2.6",
diff --git a/package.json b/package.json
index 50f78dc8d..5d66dfcf8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "htmlhint",
- "version": "1.7.0",
+ "version": "1.7.1",
"description": "The Static Code Analysis Tool for your HTML",
"keywords": [
"html",
@@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/htmlhint/HTMLHint.git"
+ "url": "git+https://github.com/htmlhint/HTMLHint.git"
},
"funding": {
"type": "Open Collective",
diff --git a/website/.htmlhintrc b/website/.htmlhintrc
index a000d5815..104b98a7e 100644
--- a/website/.htmlhintrc
+++ b/website/.htmlhintrc
@@ -13,6 +13,7 @@
"button-type-require": false,
"doctype-first": false,
"doctype-html5": true,
+ "form-require-method": true,
"frame-title-require": true,
"h1-require": true,
"head-script-disabled": false,
@@ -22,9 +23,10 @@
"inline-script-disabled": false,
"inline-style-disabled": false,
"input-requires-label": false,
+ "link-rel-canonical-require": false,
"main-require": true,
"meta-charset-require": true,
- "meta-description-require": true,
+ "meta-description-require": false,
"meta-viewport-require": true,
"script-disabled": false,
"spec-char-escape": false,
diff --git a/website/src/content/docs/changelog.mdx b/website/src/content/docs/changelog.mdx
index 8a7b8a463..a0755fb56 100644
--- a/website/src/content/docs/changelog.mdx
+++ b/website/src/content/docs/changelog.mdx
@@ -5,6 +5,10 @@ description: The release notes for HTMLHint, see what's changed with each new ve
import { Badge } from '@astrojs/starlight/components'
+## 1.7.1 _(2025-09-17)_
+
+- Update Glob dependency to version 9
+
## 1.7.0 _(2025-09-11)_
- New rule: [`form-method-require`](/rules/form-method-require/)
diff --git a/website/src/content/docs/index.mdx b/website/src/content/docs/index.mdx
index 8da632ce1..84fe0be38 100644
--- a/website/src/content/docs/index.mdx
+++ b/website/src/content/docs/index.mdx
@@ -15,7 +15,7 @@ hero:
variant: minimal
banner:
content: |
- v1.7.0 is now available! Check the changelog to see what's new.
+ v1.7.1 is now available! Check the changelog to see what's new.
tableOfContents: false
lastUpdated: false
editUrl: false