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 the gems group with 4 updates #641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the gems group with 4 updates: dockerfile-rails, honeybadger, tailwindcss-rails and turbo-rails.

Updates dockerfile-rails from 1.7.6 to 1.7.9

Release notes

Sourced from dockerfile-rails's releases.

1.7.9

What's Changed

Full Changelog: fly-apps/dockerfile-rails@v1.7.8...v1.7.9

v1.7.8

What's Changed

Full Changelog: fly-apps/dockerfile-rails@v1.7.7...v1.7.8

v1.7.7

What's Changed

Full Changelog: fly-apps/dockerfile-rails@v1.7.6...v1.7.7

Commits
  • 3740274 b1.7.9 [ci skip]
  • 499267a Merge pull request #148 from fly-apps/match-rails-dockerfiles
  • b6c3b3c accept alternate suggestion
  • c41bbbd fix escaping
  • 57f4b2a Tighten up check: either "FROM ruby" or "FROM .../ruby" only
  • 312737b expand check to match Rails generated Dockerfiles
  • 8449fc5 push out a release [ci skip]
  • 1563052 Merge pull request #147 from collectiveidea/dg/tweak-yaml-warning
  • 76fd6bc Catch ruby image versions that dropped libyaml-dev
  • 7207cfd v1.7.7 [ci skip]
  • Additional commits viewable in compare view

Updates honeybadger from 5.26.3 to 5.26.4

Release notes

Sourced from honeybadger's releases.

v5.26.4

5.26.4 (2025-02-18)

Bug Fixes

  • ignore transactions with the immediate keyword (#668) (43e9ccb)
Changelog

Sourced from honeybadger's changelog.

5.26.4 (2025-02-18)

Bug Fixes

  • ignore transactions with the immediate keyword (#668) (43e9ccb)
Commits

Updates tailwindcss-rails from 3.3.1 to 4.2.0

Release notes

Sourced from tailwindcss-rails's releases.

v4.2.0 / 2025-03-02

Features

v4.1.0 / 2025-02-19

View template improvements

v4.0.0 / 2025-02-01

Upgrade to Tailwind CSS v4

General changes:

  • The dependency on tailwindcss-ruby is set to ~> 4.0.
  • The location of (optional) postcss.config.js has moved from the config/ directory to the app root.
  • The input file app/assets/tailwind/application.tailwind.css has been renamed to app/assets/tailwind/application.css.
  • If Propshaft is being used, app/assets/tailwind will be excluded from its asset handling.
  • The Inter font is no longer packaged with the gem.
  • Some Tailwind class names in the generated ERB templates are updated for v4.
  • The README is updated to contain verbose instructions on upgrading.

Changes to the tailwindcss:install task:

  • The tailwindcss:install task no longer installs config/tailwind.config.js, as v4 recommends placing Tailwind configuration in the CSS file.
  • The Inter font is no longer configured in the application layout.
  • The "tailwind" stylesheet link tag will only be added to the application layout if Propshaft isn't in use and therefore already handling app/assets/build/tailwind.css. Previously it was always injected, resulting in the tag being rendered twice if Propshaft was in use.

New task tailwindcss:upgrade upgrades many apps cleanly:

  • Cleans up config/tailwind.config.js and references it from the CSS file as recommended for v4 upgrades.
  • Runs the upstream upgrader (note: requires npx to run the one-time upgrade, but highly recommended).
  • Removes configuration for the Inter font from the application layout.
  • If present, moves config/postcss.config.js to the root directory.
  • The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling app/assets/build/tailwind.css.
  • The input file app/assets/tailwind/application.tailwind.css will be moved to app/assets/tailwind/application.css.

... (truncated)

Changelog

Sourced from tailwindcss-rails's changelog.

v4.2.0 / 2025-03-02

Features

v4.1.0 / 2025-02-19

View template improvements

v4.0.0 / 2025-02-01

Upgrade to Tailwind CSS v4

General changes:

  • The dependency on tailwindcss-ruby is set to ~> 4.0.
  • The location of (optional) postcss.config.js has moved from the config/ directory to the app root.
  • The input file app/assets/tailwind/application.tailwind.css has been renamed to app/assets/tailwind/application.css.
  • If Propshaft is being used, app/assets/tailwind will be excluded from its asset handling.
  • The Inter font is no longer packaged with the gem.
  • Some Tailwind class names in the generated ERB templates are updated for v4.
  • The README is updated to contain verbose instructions on upgrading.

Changes to the tailwindcss:install task:

  • The tailwindcss:install task no longer installs config/tailwind.config.js, as v4 recommends placing Tailwind configuration in the CSS file.
  • The Inter font is no longer configured in the application layout.
  • The "tailwind" stylesheet link tag will only be added to the application layout if Propshaft isn't in use and therefore already handling app/assets/build/tailwind.css. Previously it was always injected, resulting in the tag being rendered twice if Propshaft was in use.

New task tailwindcss:upgrade upgrades many apps cleanly:

  • Cleans up config/tailwind.config.js and references it from the CSS file as recommended for v4 upgrades.
  • Runs the upstream upgrader (note: requires npx to run the one-time upgrade, but highly recommended).
  • Removes configuration for the Inter font from the application layout.
  • If present, moves config/postcss.config.js to the root directory.
  • The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling app/assets/build/tailwind.css.
  • The input file app/assets/tailwind/application.tailwind.css will be moved to app/assets/tailwind/application.css.

Thanks to @​EricGusmao, @​patriciomacadden, @​excid3, and @​brunoprietog for their feedback, contributions, and advice on v4 support.

... (truncated)

Commits

Updates turbo-rails from 2.0.11 to 2.0.13

Release notes

Sourced from turbo-rails's releases.

v2.0.13

What's Changed

Full Changelog: hotwired/turbo-rails@v2.0.12...v2.0.13

v2.0.12

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.11...v2.0.12

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gems group with 4 updates: [dockerfile-rails](https://github.com/fly-apps/dockerfile-rails), [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby), [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) and [turbo-rails](https://github.com/hotwired/turbo-rails).


Updates `dockerfile-rails` from 1.7.6 to 1.7.9
- [Release notes](https://github.com/fly-apps/dockerfile-rails/releases)
- [Commits](fly-apps/dockerfile-rails@v1.7.6...v1.7.9)

Updates `honeybadger` from 5.26.3 to 5.26.4
- [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases)
- [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md)
- [Commits](honeybadger-io/honeybadger-ruby@v5.26.3...v5.26.4)

Updates `tailwindcss-rails` from 3.3.1 to 4.2.0
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v3.3.1...v4.2.0)

Updates `turbo-rails` from 2.0.11 to 2.0.13
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.11...v2.0.13)

---
updated-dependencies:
- dependency-name: dockerfile-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: honeybadger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gems
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gems
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 5, 2025
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants