Skip to content

Commit 5e924e9

Browse files
authored
Release v1.7.0 (#1722)
Updated htmlhint and website package versions to 1.7.0. Upgraded ESLint and @typescript-eslint dependencies, as well as Astro and esbuild-related packages in the website. Also removed lockfile-version from website/.npmrc and updated documentation files.
1 parent fd0d131 commit 5e924e9

File tree

10 files changed

+327
-699
lines changed

10 files changed

+327
-699
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"keywords": [
66
"html",
@@ -65,9 +65,9 @@
6565
"@types/glob": "^8.1.0",
6666
"@types/is-glob": "4.0.4",
6767
"@types/xml": "^1.0.11",
68-
"@typescript-eslint/eslint-plugin": "8.39.1",
69-
"@typescript-eslint/parser": "8.39.1",
70-
"eslint": "9.33.0",
68+
"@typescript-eslint/eslint-plugin": "8.43.0",
69+
"@typescript-eslint/parser": "8.43.0",
70+
"eslint": "9.35.0",
7171
"eslint-config-prettier": "^10.1.8",
7272
"eslint-plugin-prettier": "^5.5.4",
7373
"jest": "^30.1.3",

website/.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
lockfile-version = 3
21
registry = 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)