Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump in.wilsonl.minifyhtml:minify-html from 0.10.8 to 0.15.0 #29

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps in.wilsonl.minifyhtml:minify-html from 0.10.8 to 0.15.0.

Changelog

Sourced from in.wilsonl.minifyhtml:minify-html's changelog.

0.15.0

  • Add keep_input_type_text_attr option to keep type=text on <input> elements.
  • [Java] The Configuration class constructor has been made private to enforce the use of the builder. The constructor has a lot of params which can easily cause bugs due to ordering and confusion.

0.14.0

  • Add new options to parse and preserve common templating syntax in content source code. NOTE: The parsing is "dumb" and merely looks for the next subsequence in the source code that matches the closing delimiter characters. This means that literal closing delimiter characters (e.g. strings) and nesting may cause parsing to be incorrect.
    • preserve_brace_template_syntax: When {{, {#, or {% are seen in content, all source code until the subsequent matching closing }}, #}, or %} respectively gets piped through untouched.
      • Templating engines: Pebble, Mustache, Django, Go, Jinja, Twix, Nunjucks, Handlebars, Liquid.
    • preserve_chevron_percent_template_syntax: When <% is seen in content, all source code until the subsequent matching closing %> gets piped through untouched.
      • Templating engines: Sailfish, JSP, EJS, ERB.

0.13.3

  • Avoid downloading html-data JSON from network on build.

0.13.2

  • [Java] Set up cross compilation for macOS and Linux ARM64 builds.

0.13.1

  • [CLI] Add missing Cargo metadata.

0.13.0

  • Use lightningcss instead of css-minify, which is better maintained.
    • BREAKING: The minify_css_level_* Cfg options no longer apply and have been removed.
  • [onepass] Implement Display and Error for Error and FriendlyError structs.

0.12.0

  • Change CLI name to minhtml as it's a more concise command name and allows for cargo install minhtml.
  • Add keep_ssi_comments to preserve SSI comments.
  • [Ruby] BREAKING: The class method is now a global function, so call minify_html instead of MinifyHtml.minify. All else remains the same. This is due to migrating from Rutie (see 0.11.3).
    • This change was inadvertently released in patch version bumps from 0.11.3 to 0.11.5; these gems have been yanked.

0.11.5

  • Omit Rust source files from Node.js package.

0.11.4

  • Bump minify-js version.
  • Fix Node.js native package names.

0.11.3

  • Fix detection of module type scripts.

... (truncated)

Commits
  • 4c43960 0.15.0
  • ce73a8a Reformatting
  • b82b186 Propagate keep_input_type_text_attr option; make Java Configuration class con...
  • 389adcf Implement keep_input_type_text_attr option
  • 30cd348 0.14.0
  • d6bd553 Fix CLI arg parser
  • 02dc4c6 Update README
  • fb27378 Update CHANGELOG
  • 2a05b42 Propagate template syntax preservation Cfg
  • 91971fe Implement parsing and preservation of common templating syntax
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [in.wilsonl.minifyhtml:minify-html](https://github.com/wilsonzlin/minify-html) from 0.10.8 to 0.15.0.
- [Release notes](https://github.com/wilsonzlin/minify-html/releases)
- [Changelog](https://github.com/wilsonzlin/minify-html/blob/master/CHANGELOG.md)
- [Commits](wilsonzlin/minify-html@v0.10.8...v0.15.0)

---
updated-dependencies:
- dependency-name: in.wilsonl.minifyhtml:minify-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d58796a) 88.90% compared to head (c531acb) 89.05%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #29      +/-   ##
============================================
+ Coverage     88.90%   89.05%   +0.14%     
- Complexity      364      365       +1     
============================================
  Files            26       26              
  Lines          1361     1361              
  Branches        178      178              
============================================
+ Hits           1210     1212       +2     
+ Misses          100       99       -1     
+ Partials         51       50       -1     
Flag Coverage Δ
LINUX 88.90% <ø> (ø)
windows 89.05% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xvik xvik merged commit b8f5a70 into master Dec 26, 2023
12 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/in.wilsonl.minifyhtml-minify-html-0.15.0 branch December 26, 2023 07:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants