Skip to content

[ruby] Update middleman: 4.4.3 → 4.5.0 (minor)

Depfu Bot requested to merge depfu/update/middleman-4.5.0 into master

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?

️ middleman (4.4.3 → 4.5.0) · Repo · Changelog
Release Notes

4.5.0 (from changelog)

  • Support Haml 6 (#2590)
  • Add support for Ruby 3.1 (#2635)
  • Switch from Webrick to Addressable for uri encode/decode (#2622)
  • Fix 18n fallback when "mount_at_root" is false (4.x) (#2605)
  • external pipeline: add option to ignore process exit code (#2623)
  • Backport of i18n lookup table changes to 4.x (#2604)

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

Commits

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

️ addressable (indirect, 2.8.1 → 2.8.4) · Repo · Changelog
Release Notes

2.8.4 (from changelog)

  • Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method (#504)

2.8.3 (from changelog)

  • Fix template expand level 2 hash support for non-string objects (#499, #498)

2.8.2 (from changelog)

  • Improve cache hits and JIT friendliness (#486)
  • Improve code style and test coverage (#482)
  • Ensure reset of deferred validation (#481)
  • Resolve normalization differences between IDNA::Native and IDNA::Pure (#408, #492)
  • Remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) (accidentally reverted by #449 merge but added back in #492)

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

️ backports (indirect, 3.23.0 → 3.24.1) · Repo · Changelog
Release Notes

3.24.0 (from changelog)

Added

  • Class#attached_object (Ruby 3.2)
  • Data (Ruby 3.2)
  • Enumerator.product and Enumerator::Product (Ruby 3.2)
  • Hash#shift (with correct behavior when empty) (Ruby 3.2)
  • Integer#ceildiv (Ruby 3.2)
  • MatchData#byteoffset (Ruby 3.2)
  • Symbol#start_with? (Ruby 2.7)

Fixed

  • Class#descendants (removed, as it was not actually added in Ruby 3.1, sorry)

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

Commits

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

️ haml (indirect, 5.2.2 → 6.1.1) · Repo · Changelog
Release Notes

Too many releases to show here. View the full release notes.

Commits

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

️ middleman-cli (indirect, 4.4.3 → 4.5.0)

Sorry, we couldn't find anything useful about this release.

️ middleman-core (indirect, 4.4.3 → 4.5.0)

Sorry, we couldn't find anything useful about this release.

️ padrino-helpers (indirect, 0.15.2 → 0.15.3) · Repo · Changelog
Release Notes

0.15.3 (from changelog)

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

Commits

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

️ padrino-support (indirect, 0.15.2 → 0.15.3) · Repo · Changelog
Release Notes

0.15.3 (from changelog)

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

Commits

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

️ parallel (indirect, 1.22.1 → 1.23.0) · Repo
Commits

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

️ rack (indirect, 2.2.6.4 → 2.2.7) · Repo · Changelog
Release Notes

2.2.7

What's Changed

New Contributors

Full Changelog: v2.2.6.4...v2.2.7

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

Commits

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


👉 No CI detected

You don't seem to have any Continuous Integration service set up!

Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.

This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:

* Circle CI, Semaphore and Github Actions are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.

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)

Merge request reports