Skip to content

[ruby] Update tailwindcss-rails 2.5.0 → 2.6.0 (minor)

Depfu Bot requested to merge depfu/update/tailwindcss-rails-2.6.0 into main

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?

️ tailwindcss-rails (2.5.0 → 2.6.0) · Repo · Changelog
Release Notes

2.6.0

v2.6.0 / 2024-05-04

  • Increase form input field border contrast. (#356) @olivierlacan
  • Bring the scaffold templates up to date with rails/rails. (#357, #359) @kinsomicrote
  • Drop support for Rails 6.0, which reached end-of-life in June 2023. (#358) @flavorjones
  • Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. (#359) @flavorjones

New Contributors

Full Changelog: v2.5.0...v2.6.0

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

Commits

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

️ bigdecimal (indirect, 3.1.7 → 3.1.8) · Repo · Changelog
Release Notes

3.1.8

What's Changed

New Contributors

Full Changelog: v3.1.7...v3.1.8

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

Commits

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

️ i18n (indirect, 1.14.4 → 1.14.5) · Repo · Changelog
Release Notes

1.14.5

What's Changed

  • Explicitly bundle racc gem for Ruby 3.3+ by @amatsuda in #690
  • Optimize I18n::Locale::Fallbacks#[] for recursive locale mappings by @uiur in #692
  • Add I18n.interpolation_keys by @tom-lord in #682
  • Fix syntax in documentation for I18n::Backend::Base.interpolate by @tom-lord in #691
  • Fix that escaped interpolations with reserved keywords raised ReservedInterpolationKey by @Bilka2 in #688

New Contributors

Full Changelog: v1.14.4...v1.14.5

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

Commits

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

️ irb (indirect, 1.13.0 → 1.13.1) · Repo
Release Notes

1.13.1

What's Changed

🐛 Bug Fixes

  • Switch to StdioInputMethod when TERM is 'dumb' by @dgutov in #907
  • Avoid raising errors while running help for custom commands by @kachick in #944
  • Use flag instead of caller for debug's binding.irb check by @st0012 in #947
  • Improve help message for no meta commands by @st0012 in #948

🛠 Other Changes

  • Add workaround for ruby/debug/test/console/irb_test failing with StdioInputMethod by @tompng in #943
  • Fix typos in test/irb/command/test_custom_command.rb by @kachick in #945
  • Change debug test workaround only enabled when output is tty by @tompng in #949
  • Clarify conf helper's context by @st0012 in #950
  • Bump version to v1.13.1 by @st0012 in #951

New Contributors

Full Changelog: v1.13.0...v1.13.1

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

Commits

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

️ minitest (indirect, 5.22.3 → 5.23.0) · Repo · Changelog
️ rack (indirect, 3.0.10 → 3.0.11) · Repo · Changelog
Release Notes

3.0.11 (from changelog)

  • Backport #2062 to 3-0-stable: Do not allow BodyProxy to respond to to_str, make to_ary call close . (#2062, @jeremyevans)

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

️ reline (indirect, 0.5.5 → 0.5.7) · Repo
Release Notes

0.5.7

What's Changed

Enhancements

🐛 Bug Fixes

  • Avoid STDIN.winsize called in require "reline" by @tompng in #703

🛠 Other Changes

Full Changelog: v0.5.6...v0.5.7

0.5.6

What's Changed

Enhancements

  • Add name defined in readline to completion key bindings C-i C-p C-n by @tompng in #698
  • Implement bracketed paste insert by @tompng in #655

🛠 Other Changes

Full Changelog: v0.5.5...v0.5.6

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

Commits

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

️ zeitwerk (indirect, 2.6.13 → 2.6.14) · Repo · Changelog
Release Notes

2.6.14 (from changelog)

  • Implements Zeitwerk::Loader#all_expected_cpaths, which returns a hash that maps the absolute paths of the files and directories managed by the receiver to their expected constant paths.

    Please, check its documentation for further details.

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

Commits

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


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 cancel merge
Cancels automatic merging of this PR
@​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)
Edited by Depfu Bot

Merge request reports