diff --git a/htmlhint-server/package-lock.json b/htmlhint-server/package-lock.json index edee4f5..11df3f8 100644 --- a/htmlhint-server/package-lock.json +++ b/htmlhint-server/package-lock.json @@ -8,7 +8,7 @@ "name": "htmlhint-server", "version": "1.0.0", "dependencies": { - "htmlhint": "^1.6.2", + "htmlhint": "^1.6.3", "strip-json-comments": "3.1.1", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.12", @@ -168,9 +168,9 @@ } }, "node_modules/htmlhint": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.2.tgz", - "integrity": "sha512-JKaBtPORI1Zl03hKrRZVFVzT20Grk0oqMzLSkUBCbJ9C0JAQej8NXdkIassNrgGCbWREEcQLCXDhaIFpkFvtRQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.3.tgz", + "integrity": "sha512-AVmlXD75nRVcb+a+6PZxUgSFIR67KbzrwooCzyx0lV5A17EJioxtOUuM1k9z+xXjzhZt0z3vntcu5JPSH/XHxA==", "license": "MIT", "dependencies": { "async": "3.2.6", diff --git a/htmlhint-server/package.json b/htmlhint-server/package.json index f8b5ed3..a3960eb 100644 --- a/htmlhint-server/package.json +++ b/htmlhint-server/package.json @@ -8,7 +8,7 @@ "watch": "tsc --watch -p ./src" }, "dependencies": { - "htmlhint": "^1.6.2", + "htmlhint": "^1.6.3", "strip-json-comments": "3.1.1", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.12", diff --git a/htmlhint/.npmrc b/htmlhint/.npmrc index 60d8227..85dbb8b 100644 --- a/htmlhint/.npmrc +++ b/htmlhint/.npmrc @@ -1,2 +1,3 @@ +fund = false lockfileVersion = "3" registry = 'https://registry.npmjs.org/' diff --git a/htmlhint/CHANGELOG.md b/htmlhint/CHANGELOG.md index c3a5176..e25547c 100644 --- a/htmlhint/CHANGELOG.md +++ b/htmlhint/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the "vscode-htmlhint" extension will be documented in this file. +### v1.10.1 (2025-06-19) + +- Update HTMLHint to v1.6.3 + +### v1.10.0 (2025-06-18) + +- Update HTMLHint to v1.6.2 + ### v1.9.1 (2025-06-16) - Many under the hood improvements for performance and stability diff --git a/htmlhint/package-lock.json b/htmlhint/package-lock.json index fe539cf..f8b0719 100644 --- a/htmlhint/package-lock.json +++ b/htmlhint/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-htmlhint", - "version": "1.9.1", + "version": "1.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-htmlhint", - "version": "1.9.1", + "version": "1.10.1", "bundleDependencies": [ "vscode-languageclient", "htmlhint", @@ -17,12 +17,12 @@ ], "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "htmlhint": "^1.6.2", + "htmlhint": "1.6.3", "strip-json-comments": "3.1.1", - "vscode-languageclient": "^9.0.1", - "vscode-languageserver": "^9.0.1", - "vscode-languageserver-textdocument": "^1.0.12", - "vscode-uri": "^3.1.0" + "vscode-languageclient": "9.0.1", + "vscode-languageserver": "9.0.1", + "vscode-languageserver-textdocument": "1.0.12", + "vscode-uri": "3.1.0" }, "devDependencies": { "@types/node": "^22.15.31", @@ -411,9 +411,9 @@ } }, "node_modules/htmlhint": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.2.tgz", - "integrity": "sha512-JKaBtPORI1Zl03hKrRZVFVzT20Grk0oqMzLSkUBCbJ9C0JAQej8NXdkIassNrgGCbWREEcQLCXDhaIFpkFvtRQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.3.tgz", + "integrity": "sha512-AVmlXD75nRVcb+a+6PZxUgSFIR67KbzrwooCzyx0lV5A17EJioxtOUuM1k9z+xXjzhZt0z3vntcu5JPSH/XHxA==", "inBundle": true, "license": "MIT", "dependencies": { diff --git a/htmlhint/package.json b/htmlhint/package.json index 239f56b..97911ef 100644 --- a/htmlhint/package.json +++ b/htmlhint/package.json @@ -3,7 +3,7 @@ "displayName": "HTMLHint", "description": "VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML", "icon": "images/icon.png", - "version": "1.9.1", + "version": "1.10.1", "publisher": "HTMLHint", "galleryBanner": { "color": "#333333", @@ -82,7 +82,7 @@ "vscode:prepublish": "npm run compile && npm run bundle-dependencies", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", - "bundle-dependencies": "npm install --no-package-lock --no-save htmlhint@^1.5.1 strip-json-comments@3.1.1 vscode-languageserver@^9.0.1 vscode-languageserver-textdocument@^1.0.12 vscode-uri@^3.1.0", + "bundle-dependencies": "npm install --no-package-lock --no-save --no-fund htmlhint@1.6.3 strip-json-comments@3.1.1 vscode-languageserver@9.0.1 vscode-languageserver-textdocument@1.0.12 vscode-uri@3.1.0", "package": "vsce package" }, "devDependencies": { @@ -92,12 +92,12 @@ "vscode-test": "^1.6.1" }, "dependencies": { - "htmlhint": "^1.6.2", + "htmlhint": "1.6.3", "strip-json-comments": "3.1.1", - "vscode-languageclient": "^9.0.1", - "vscode-languageserver": "^9.0.1", - "vscode-languageserver-textdocument": "^1.0.12", - "vscode-uri": "^3.1.0" + "vscode-languageclient": "9.0.1", + "vscode-languageserver": "9.0.1", + "vscode-languageserver-textdocument": "1.0.12", + "vscode-uri": "3.1.0" }, "bundleDependencies": [ "vscode-languageclient", diff --git a/package-lock.json b/package-lock.json index 2f4f9fd..d522e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -745,10 +745,11 @@ "license": "MIT" }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -1957,9 +1958,9 @@ } }, "node_modules/mocha/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, "license": "MIT", "dependencies": {