Skip to content

Conversation

coliff
Copy link
Member

@coliff coliff commented Sep 15, 2025

This pull request updates the vscode-htmlhint extension to version 1.12.0, primarily upgrading its core dependency, HTMLHint, to v1.7.0. It also updates the Node.js version used by Volta and makes minor adjustments to configuration files.

Version and dependency updates:

  • Bump extension version to 1.12.0 in package.json and package-lock.json to reflect the new release. [1] [2]
  • Update HTMLHint dependency to version 1.7.0, as noted in the changelog.

Environment and configuration updates:

  • Update Volta Node.js version from 22.16.0 to 22.19.0 in package.json.
  • Remove the lockfileVersion setting from .npmrc to rely on the default behavior.

@coliff coliff requested a review from Copilot September 15, 2025 06:41
Copy link

@Copilot 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 PR updates the HTMLHint Visual Studio Code extension to version 1.12.0, primarily upgrading the core HTMLHint dependency to v1.7.0 and updating development environment configurations.

  • Version bump from 1.11.1 to 1.12.0 in package.json
  • Node.js version update from 22.16.0 to 22.19.0 via Volta configuration
  • Removal of explicit lockfileVersion setting from .npmrc to use npm defaults

Reviewed Changes

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

File Description
htmlhint/package.json Updates extension version to 1.12.0 and Node.js version to 22.19.0
htmlhint/CHANGELOG.md Adds v1.12.0 changelog entry documenting HTMLHint v1.7.0 update
htmlhint/.npmrc Removes explicit lockfileVersion setting to use npm defaults
Files not reviewed (1)
  • htmlhint/package-lock.json: Language not supported

Copy link

@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 prepares for the v1.12.0 release. The version has been updated in package.json and package-lock.json, and the CHANGELOG.md has been updated accordingly. The update to the Node.js version in the Volta configuration and the cleanup of the .npmrc file are also good improvements. The changes are consistent and ready for merging.

@coliff coliff merged commit b4ab89f into main Sep 15, 2025
11 checks passed
@coliff coliff deleted the release-v1-12-0 branch September 15, 2025 06:43
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.

1 participant