Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1797 +/- ##
===========================================
+ Coverage 96.99% 100.00% +3.00%
===========================================
Files 2 1 -1
Lines 1628 1 -1627
Branches 335 0 -335
===========================================
- Hits 1579 1 -1578
+ Misses 49 0 -49 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request prepares for the v1.8.1 release by updating the project version, refreshing development dependencies, and documenting the changes. The updates are straightforward and appropriate for a patch release. I have one minor suggestion to improve the changelog for better traceability.
There was a problem hiding this comment.
Pull request overview
This pull request prepares and releases version 1.8.1 of HTMLHint. The release documents improvements to the attr-lowercase rule for better SVG attribute handling (code changes were merged previously), and updates development dependencies to their latest versions.
Changes:
- Bumped project version from 1.8.0 to 1.8.1 across package files
- Updated changelog and website banner to announce the new version
- Updated
@rollup/plugin-node-resolvefrom 16.0.1 to 16.0.3 andprettierfrom 3.7.3 to 3.8.1
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated version to 1.8.1 and development dependencies |
| package-lock.json | Updated lockfile to reflect version bump and dependency updates |
| website/src/content/docs/changelog.mdx | Added release notes for version 1.8.1 with SVG attribute fix |
| website/src/content/docs/index.mdx | Updated homepage banner to announce v1.8.1 |
This pull request updates the project to version 1.8.1 and includes improvements to the
attr-lowercaserule for better handling of SVG attributes. It also updates several development dependencies to their latest versions and refreshes the documentation and website to reflect the new release.Version and dependency updates:
package.json: Bumped the project version to1.8.1.package.json: Updated@rollup/plugin-node-resolvefrom16.0.1to16.0.3andprettierfrom3.7.3to3.8.1. [1] [2]Rule improvement:
website/src/content/docs/changelog.mdx: Added release notes for 1.8.1, highlighting the improvedattr-lowercaserule to handle SVG attributes.Documentation and website update:
website/src/content/docs/index.mdx: Updated the website banner to announce version 1.8.1.