Skip to content

Release v1.8.1#1797

Merged
coliff merged 1 commit intomainfrom
dev/coliff/release-v181
Feb 6, 2026
Merged

Release v1.8.1#1797
coliff merged 1 commit intomainfrom
dev/coliff/release-v181

Conversation

@coliff
Copy link
Member

@coliff coliff commented Feb 6, 2026

This pull request updates the project to version 1.8.1 and includes improvements to the attr-lowercase rule 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 to 1.8.1.
  • package.json: Updated @rollup/plugin-node-resolve from 16.0.1 to 16.0.3 and prettier from 3.7.3 to 3.8.1. [1] [2]

Rule improvement:

Documentation and website update:

Copilot AI review requested due to automatic review settings February 6, 2026 06:58
@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (95e6a13) to head (d89e33d).
⚠️ Report is 197 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 819b8ee...d89e33d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 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.

@coliff coliff merged commit 5b20f7a into main Feb 6, 2026
32 checks passed
@coliff coliff deleted the dev/coliff/release-v181 branch February 6, 2026 07:00
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 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-resolve from 16.0.1 to 16.0.3 and prettier from 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

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