Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps html-minifier-next from 2.1.6 to 3.1.0.

Changelog

Sourced from html-minifier-next's changelog.

[3.1.0] - 2025-10-27

Added

  • Added --dry / -d flag for dry run mode: process and report statistics without writing output files
  • Expanded test coverage with CLI tests (STDIN/STDOUT pipe tests, -o flag combination tests, dry run error handling), minifier tests (maxInputLength security option, CSS/JS minification error handling, <dialog> and <search> element validation), and cross-platform CI testing (Ubuntu, macOS, Windows)

Changed

  • Improved CLI help text and enhanced README documentation for -o, --output flag, to clarify what it does and how it works
  • Refactored CLI functionality by closing -o file streams, skipping symlinks and the output subtree in directory mode, and handling EPIPE

[3.0.0] - 2025-10-16

Breaking Changes

  • BREAKING: The removeRedundantAttributes option now removes significantly more HTML default attribute values. This will result in more aggressive minification when this option is enabled, which may change existing output—keep an eye on CSS selectors, JavaScript queries, and tooling requirements. Newly removed default values include:
    • autocorrect="on", fetchpriority="auto", loading="eager", popovertargetaction="toggle"
    • Specific element/attribute combinations: <button type="submit">, <form enctype="application/x-www-form-urlencoded">, <form method="get"> (both previously supported, now reorganized), <html dir="ltr">, <img decoding="auto">, <input colorspace="limited-srgb">, <input type="text"> (previously supported, now reorganized), <marquee behavior="scroll">, <marquee direction="left">, <style media="all">, <textarea wrap="soft">, <track kind="subtitles">

[2.1.8] - 2025-10-14

Fixed

  • Fixed HTML parser incorrectly handling <dt> and <dd> elements when optional closing tags are already omitted in source markup, preventing accumulation of remnant closing tags in output

[2.1.7] - 2025-10-10

Changed

  • Migrated test suite from Jest to native Node.js node:test runner
  • Removed glob dependency overrides (no longer needed without Jest)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
Bumps [html-minifier-next](https://github.com/j9t/html-minifier-next) from 2.1.6 to 3.1.0.
- [Changelog](https://github.com/j9t/html-minifier-next/blob/main/CHANGELOG.md)
- [Commits](https://github.com/j9t/html-minifier-next/commits)

---
updated-dependencies:
- dependency-name: html-minifier-next
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html-minifier-next-3.1.0 branch from 407b43b to 4f6ce53 Compare November 16, 2025 21:26
@wrefgtzweve wrefgtzweve merged commit c077103 into main Nov 29, 2025
@wrefgtzweve wrefgtzweve deleted the dependabot/npm_and_yarn/html-minifier-next-3.1.0 branch November 29, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants