Merged
Conversation
Release v1.9.2: update package.json and package-lock.json versions. Add a changelog entry for 1.9.2 (2026-03-05) noting a dependencies update (see #1817) and update the website index banner to announce v1.9.2.
Deploying htmlhint with
|
| Latest commit: |
67eb559
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e3d0ed97.htmlhint.pages.dev |
| Branch Preview URL: | https://release-v192.htmlhint.pages.dev |
Contributor
There was a problem hiding this comment.
Code Review
This pull request bumps the project version to 1.9.2 and updates the changelog and website banner. The changes are mostly correct for a version bump. However, there's an inconsistency where the changelog notes a dependency update, but this is not reflected in the package.json or package-lock.json changes. I've added a comment to address this.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the HTMLHint version from 1.9.1 to 1.9.2 as a patch release, primarily documenting the dependency updates from PR #1817 (npm audit fix and Node 18 compatibility fixes).
Changes:
- Version bump to 1.9.2 in
package.jsonandpackage-lock.json - Changelog entry added for 1.9.2 referencing PR #1817 (dependency/audit fixes)
- Website homepage banner updated to announce v1.9.2
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Version field updated from 1.9.1 to 1.9.2 |
package-lock.json |
Both version fields updated from 1.9.1 to 1.9.2 |
website/src/content/docs/changelog.mdx |
New 1.9.2 changelog section added referencing the dependency update PR |
website/src/content/docs/index.mdx |
Banner updated to announce v1.9.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.9.2: update package.json and package-lock.json versions. Add a changelog entry for 1.9.2 (2026-03-05) noting a dependencies update (see #1817) and update the website index banner to announce v1.9.2.