hexojs / hexo-html-minifier

Minify HTML files with HTMLMinifier.
MIT License
26 stars 16 forks source link

Update html-minifier requirement from ^3.5.21 to ^4.0.0 #16

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on html-minifier to permit the latest version.

Release notes *Sourced from [html-minifier's releases](https://github.com/kangax/html-minifier/releases).* > ## 4.0.0 > ### Bug fixes > > - handle custom fragments within CSS/JS correctly ([#1001](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1001), [#1015](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1015)) > > ### Changes > > - Drop Node.js < 6 support > > ### Improvements > > - implement `continueOnParseError` to treat invalid characters as text ([#1004](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1004)) > - minify Content-Security-Policy ([#947](https://github-redirect.dependabot.com/kangax/html-minifier/issues/947), [#975](https://github-redirect.dependabot.com/kangax/html-minifier/issues/975), [#1014](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1014)) > - upgrade to `commander 2.19.0` > - upgrade to `grunt-contrib-uglify 4.0.1` > - upgrade to `gruntify-eslint 5.0.0` > - upgrade to `uglify-js 3.5.1`
Commits - [`4beb325`](https://github.com/kangax/html-minifier/commit/4beb325eb01154a40c0cbebff2e5737bbd7071ab) Version 4.0.0 - [`583e086`](https://github.com/kangax/html-minifier/commit/583e0861ee852a76acb1e8ec00b3de35a024927d) handle custom fragments within CSS/JS correctly ([#1015](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1015)) - [`47b7042`](https://github.com/kangax/html-minifier/commit/47b70420c99fb98dc74e2d0f920181bfc9dce37e) minify Content-Security-Policy ([#1014](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1014)) - [`c810fa3`](https://github.com/kangax/html-minifier/commit/c810fa35ba007978c6f07b022cc6f1e9553889d3) Update Jekyll's ignores. ([#1013](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1013)) - [`f3f080c`](https://github.com/kangax/html-minifier/commit/f3f080c40068292b5c8236c9570c98382c51f0c0) Remove eslint-plugin-no-use-extend-native. ([#1012](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1012)) - [`da5c7a5`](https://github.com/kangax/html-minifier/commit/da5c7a5359b1508e9d3032666dc8e344664b6e39) Update .gitattributes. ([#1011](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1011)) - [`c3a9ab7`](https://github.com/kangax/html-minifier/commit/c3a9ab70553f21fdcb5780889e89de6c8ea51266) Travis: remove only gh-pages branch. ([#1010](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1010)) - [`5342a06`](https://github.com/kangax/html-minifier/commit/5342a065df366c7aeb31822ad53cd5aa427d41ea) Drop Node.js < 6 support. ([#1008](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1008)) - [`df65c0c`](https://github.com/kangax/html-minifier/commit/df65c0cfeaaff7968b54c372b6088bcabadba227) Update .travis.yml ([#1006](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1006)) - [`ce0e834`](https://github.com/kangax/html-minifier/commit/ce0e834891675f45dc60ab6128e61a0a25d0d199) implement `continueOnParseError` ([#1004](https://github-redirect.dependabot.com/kangax/html-minifier/issues/1004)) - Additional commits viewable in [compare view](https://github.com/kangax/html-minifier/compare/v3.5.21...v4.0.0)


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 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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.