digitaltom / photobooth

Build a photobooth for your party!
MIT License
24 stars 5 forks source link

Bump haml from 6.0.4 to 6.0.7 #204

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps haml from 6.0.4 to 6.0.7.

Changelog

Sourced from haml's changelog.

6.0.7

  • Haml::Engine and Haml::Template use StringBuffer instead of ArrayBuffer
    • It seems more performant in many cases with recent Ruby versions.
    • Haml::RailsTemplate is not affected.

6.0.6

  • Prevent CRuby from accidentally using the Ruby implementation fallback
    • Reversing what v6.0.3 and v6.0.4 did, but still supporting Wasm.

6.0.5

  • Resurrect #haml_object_ref support in an object reference #1097
    • This was removed in 6.0.0, and added back in this version.
  • Stop warning remove_whitespace: true option.
Commits
  • fdeee88 Version 6.0.7
  • 8981023 Let Haml::Engine switch to StringBuffer
  • c61aa12 Version 6.0.6
  • 8516156 Looks like C extension doesn't work on TruffleRuby
  • 69c7cbb Prevent CRuby from using the Ruby implementation
  • f3a0279 add a couple of examples for custom filters, including registration. (#1098)
  • cb48840 Version 6.0.5
  • 78811ed Resurrect support of #haml_object_ref
  • 90f9ac6 Add a changelog entry
  • 60c7e6a Resurrect the Options reference
  • 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 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[bot] commented 2 years ago

Superseded by #205.