rughh / on_ruby

:gem: :diamonds: Whitelabel Site for Ruby Communities
http://www.onruby.eu
229 stars 94 forks source link

[ruby] Update slim-rails: 3.6.1 → 3.6.2 (patch) #1002

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ slim-rails (3.6.1 → 3.6.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 6 commits:

↗️ slim (indirect, 4.1.0 → 5.1.0) · Repo · Changelog

Release Notes

5.1.0 (from changelog)

  * Allow whitespace markers for verbatim text: `|<`, `|>`, and `|<>` - #912
  * Do not swallow single quote after output line indicator - #911
  * Support Tilt 2.1.0 - #910
  * Fix Railtie load error - #904
  * Fix attribute parsing with square brackets - #796

5.0.0 (from changelog)

  * Fix markdown interpolation #773
  * Support case/in #884
  * Extract slim/railtie #850
  * css: doesn't add type='text/css' anymore #828
  * Remove deprecated whitespace syntax =' etc
  * Add support for annotate_rendered_view_with_filenames #867, #878, #901
  * Remove deprecated syntax
  * Add option to hyphenate underscore attributes - #852
  * Update CI/CD testing and dependencies

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ temple (indirect, 0.8.2 → 0.10.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 35 commits:

↗️ tilt (indirect, 2.0.11 → 2.1.0) · Repo · Changelog

Release Notes

2.1.0 (from changelog)

  • Use UnboundMethod#bind_call on Ruby 2.7+ for better performance (#380, jeremyevans)
  • Add Tilt::Template#freeze_string_literals? for freezing string literals in compiled templates (#301, jeremyevans)
  • Use Haml::Template for Tilt::HamlTemplate if available (Haml 6+) (#391, ntkme)
  • Deprecate BlueCloth, Less, and Sigil support (#382, jeremyevans)
  • Add Template#compiled_path accessor to save compiled template output to file (#369, jeremyevans)
  • Add Mapping#unregister to remove registered extensions (#376, jeremyevans)
  • Add Mapping#register_pipeline to register template pipelines (#259, jeremyevans)
  • Remove Tilt::Dummy (#364, jeremyevans)
  • Ensure Mapping#extensions_for returns unique values (#342, mojavelinux)
  • Remove opal support, since the the opal API changed (#374, jeremyevans)
  • Remove .livescript extension for LiveScript (#374, jeremyevans)
  • Set required_ruby_version in gemspec (#371, jeremyevans)

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)