Draft
Conversation
Add a new changelog section for 2.0.0-beta1 (2026-04-20). Summarizes breaking change (Node.js 20+ requirement), rule fixes (alt-require, input-requires-label), new features (modern package entry points and TypeScript declarations, CLI excess-args support, replace chalk with node:util.styleText, SARIF v4 support), documentation refreshes, and various tooling/CI chore updates. Includes links to the relevant PRs.
Deploying htmlhint with
|
| Latest commit: |
47b4dea
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6b69243a.htmlhint.pages.dev |
| Branch Preview URL: | https://dev-coliff-release-notes.htmlhint.pages.dev |
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the changelog to include release notes for version 2.0.0-beta1, detailing breaking changes, new features, and various bug fixes. The review feedback identifies a version naming mismatch with package.json and recommends standardizing the badge styling for bug fixes to maintain consistency with previous entries in the changelog.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new changelog section for the 2.0.0-beta1 release (2026-04-20) to document the beta’s breaking change, key fixes/features, and related maintenance work.
Changes:
- Add
2.0.0-beta1release notes, including Node.js 20+ requirement and major CLI/package/SARIF updates. - Document rule fixes (
alt-require,input-requires-label) and doc/tooling refreshes. - Link the release notes to the relevant GitHub PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Standardize version naming by changing '2.0.0-beta1' to '2.0.0-beta-1' in website/src/content/docs/changelog.mdx and website/src/content/docs/index.mdx so the beta release is referenced consistently. No functional changes.
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.
Add a new changelog section for 2.0.0-beta1 (2026-04-20). Summarizes breaking change (Node.js 20+ requirement), rule fixes (alt-require, input-requires-label), new features (modern package entry points and TypeScript declarations, CLI excess-args support, replace chalk with node:util.styleText, SARIF v4 support), documentation refreshes, and various tooling/CI chore updates. Includes links to the relevant PRs.