Skip to content

Conversation

@coliff
Copy link
Member

@coliff coliff commented Nov 25, 2025

This pull request updates the vscode-htmlhint extension to version 1.13.0, primarily to upgrade its HTMLHint dependency and add support for disabling rules via HTML comments. These changes improve compatibility with the latest HTMLHint features and provide users more flexibility in configuring linting behavior.

Dependency updates:

  • Upgraded the htmlhint dependency from version 1.7.0 to 1.8.0 in the bundle-dependencies script within package.json.
  • Updated the extension version to 1.13.0 in both package.json and package-lock.json. [1] [2]

Feature enhancements:

  • Added support for disabling HTMLHint rules via HTML comments, as documented in the changelog.

Updated package version to 1.13.0 and changed the bundled htmlhint dependency from 1.7.0 to 1.8.0 in package.json.
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly bumps the extension version to 1.13.0 and updates the htmlhint dependency to 1.8.0. The changes are consistent across package.json, package-lock.json, and CHANGELOG.md. I've added one suggestion to improve the maintainability of your dependency bundling script in package.json by reducing version number duplication.

Copilot finished reviewing on behalf of coliff November 25, 2025 08:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the vscode-htmlhint extension to version 1.13.0, upgrading the bundled HTMLHint dependency from 1.7.0 to 1.8.0 to support the latest HTMLHint features including inline rule disabling via HTML comments.

  • Updates extension version from 1.12.0 to 1.13.0
  • Upgrades htmlhint dependency from 1.7.0 to 1.8.0
  • Documents changes in CHANGELOG with release date and feature description

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
htmlhint/package.json Updates extension version to 1.13.0 and bundle-dependencies script to install htmlhint@1.8.0
htmlhint/package-lock.json Updates version references to 1.13.0 to maintain lockfile consistency
htmlhint/CHANGELOG.md Adds new v1.13.0 entry documenting HTMLHint upgrade and inline rule disabling support
Files not reviewed (1)
  • htmlhint/package-lock.json: Language not supported

@coliff coliff merged commit f3f2682 into main Nov 25, 2025
19 checks passed
@coliff coliff deleted the release-v1-13-0 branch November 25, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants