Changelog
*Sourced from [voku/html-min's changelog](https://github.com/voku/HtmlMin/blob/master/CHANGELOG.md).*
> # Changelog 4.0.4
>
> - fix removing of dom elements
>
>
> # Changelog 4.0.3
>
> - fix removing of "\"-tags
>
>
> # Changelog 4.0.2
>
> - use new version of "voku/simple_html_dom"
>
>
> # Changelog 4.0.1
>
> - optimize unicode support
> - fix: remove unnecessary \ closing tag [#40](https://github-redirect.dependabot.com/voku/HtmlMin/issues/40)
> - fix: bad minify text/x-custom-template [#38](https://github-redirect.dependabot.com/voku/HtmlMin/issues/38)
>
>
> # Changelog 4.0.0
>
> - use interfaces in the "HtmlMinDom"-Observer
>
> -> this is a BC, but you can simply replace this classes in your observer implementation:
>
> ---> "SimpleHtmlDom" with "SimpleHtmlDomInterface
>
> ---> "HtmlMin" with "HtmlMinInterface"
Commits
- [`d929774`](https://github.com/voku/HtmlMin/commit/d9297742c0056dfe40556c27b54a8a89ebe50b05) [+]: update "simple_html_dom" + update the changelog
- [`2d5552f`](https://github.com/voku/HtmlMin/commit/2d5552fca9ba5166110ee35e86df23472cecc6cb) [*]: update the changelog
- [`df36304`](https://github.com/voku/HtmlMin/commit/df36304f3e1fe60b71c9c991380c9e9acb59e136) [+]: fix removing of "\"-tags
- [`e7c4b15`](https://github.com/voku/HtmlMin/commit/e7c4b1533a97e89bbe05d4da0e3eff6f5712416d) [*]: update the changelog
- [`737a3ea`](https://github.com/voku/HtmlMin/commit/737a3ea6f53d22bc12f202d252214c325a2102fb) [+]: try to fix issue from "composer + prefer-lowest"
- [`27ccb37`](https://github.com/voku/HtmlMin/commit/27ccb3709faf97cc069f441e08c4022ccb5a3d5c) [+]: fix tests + current simple_html_dom version v2.1
- [`cceb1c7`](https://github.com/voku/HtmlMin/commit/cceb1c7dcbd290b5edd22752f4c87dbe39ecf506) [+]: fix tests + current simple_html_dom version v2
- [`f4a45d9`](https://github.com/voku/HtmlMin/commit/f4a45d90f778c77875a05581045966f268365ddd) [+]: fix tests + current simple_html_dom version
- [`68bc6f1`](https://github.com/voku/HtmlMin/commit/68bc6f11075d19bd51aa2e5d60b9b547989ea444) [*]: update the changelog v2.1
- [`8fa8b22`](https://github.com/voku/HtmlMin/commit/8fa8b227750c8ba2f730a93969b8175c840b3f20) [*]: update the changelog v2
- Additional commits viewable in [compare view](https://github.com/voku/HtmlMin/compare/3.1.8...4.0.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.
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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps voku/html-min from 3.1.8 to 4.0.4.
Changelog
*Sourced from [voku/html-min's changelog](https://github.com/voku/HtmlMin/blob/master/CHANGELOG.md).* > # Changelog 4.0.4 > > - fix removing of dom elements > > > # Changelog 4.0.3 > > - fix removing of "\"-tags > > > # Changelog 4.0.2 > > - use new version of "voku/simple_html_dom" > > > # Changelog 4.0.1 > > - optimize unicode support > - fix: remove unnecessary \ closing tag [#40](https://github-redirect.dependabot.com/voku/HtmlMin/issues/40) > - fix: bad minify text/x-custom-template [#38](https://github-redirect.dependabot.com/voku/HtmlMin/issues/38) > > > # Changelog 4.0.0 > > - use interfaces in the "HtmlMinDom"-Observer > > -> this is a BC, but you can simply replace this classes in your observer implementation: > > ---> "SimpleHtmlDom" with "SimpleHtmlDomInterface > > ---> "HtmlMin" with "HtmlMinInterface"Commits
- [`d929774`](https://github.com/voku/HtmlMin/commit/d9297742c0056dfe40556c27b54a8a89ebe50b05) [+]: update "simple_html_dom" + update the changelog - [`2d5552f`](https://github.com/voku/HtmlMin/commit/2d5552fca9ba5166110ee35e86df23472cecc6cb) [*]: update the changelog - [`df36304`](https://github.com/voku/HtmlMin/commit/df36304f3e1fe60b71c9c991380c9e9acb59e136) [+]: fix removing of "\"-tags - [`e7c4b15`](https://github.com/voku/HtmlMin/commit/e7c4b1533a97e89bbe05d4da0e3eff6f5712416d) [*]: update the changelog - [`737a3ea`](https://github.com/voku/HtmlMin/commit/737a3ea6f53d22bc12f202d252214c325a2102fb) [+]: try to fix issue from "composer + prefer-lowest" - [`27ccb37`](https://github.com/voku/HtmlMin/commit/27ccb3709faf97cc069f441e08c4022ccb5a3d5c) [+]: fix tests + current simple_html_dom version v2.1 - [`cceb1c7`](https://github.com/voku/HtmlMin/commit/cceb1c7dcbd290b5edd22752f4c87dbe39ecf506) [+]: fix tests + current simple_html_dom version v2 - [`f4a45d9`](https://github.com/voku/HtmlMin/commit/f4a45d90f778c77875a05581045966f268365ddd) [+]: fix tests + current simple_html_dom version - [`68bc6f1`](https://github.com/voku/HtmlMin/commit/68bc6f11075d19bd51aa2e5d60b9b547989ea444) [*]: update the changelog v2.1 - [`8fa8b22`](https://github.com/voku/HtmlMin/commit/8fa8b227750c8ba2f730a93969b8175c840b3f20) [*]: update the changelog v2 - Additional commits viewable in [compare view](https://github.com/voku/HtmlMin/compare/3.1.8...4.0.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.
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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.