Update dependency turbo-rails to v2.0.9 #60

Merged
bustikiller merged 1 commits from renovate/turbo-rails-2.x-lockfile into main 2024-09-20 21:58:46 +00:00
Owner

This PR contains the following updates:

Package Update Change
turbo-rails (changelog) patch 2.0.6 -> 2.0.9

Release Notes

hotwired/turbo-rails (turbo-rails)

v2.0.9

Compare Source

What's Changed

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.8...v2.0.9

v2.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.8

v2.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [turbo-rails](https://github.com/hotwired/turbo-rails) ([changelog](https://github.com/hotwired/turbo-rails/releases)) | patch | `2.0.6` -> `2.0.9` | --- ### Release Notes <details> <summary>hotwired/turbo-rails (turbo-rails)</summary> ### [`v2.0.9`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.9) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.8...v2.0.9) #### What's Changed - \[Fix Regression] Fix Broadcastable inclusion in new Rails apps by [@&#8203;aaronjensen](https://github.com/aaronjensen) in https://github.com/hotwired/turbo-rails/pull/678 **Full Changelog**: https://github.com/hotwired/turbo-rails/compare/v2.0.8...v2.0.9 ### [`v2.0.8`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.8) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.7...v2.0.8) #### What's Changed - Create executable bug report Rails application by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in https://github.com/hotwired/turbo-rails/pull/593 - remove unused morph tag builder by [@&#8203;omarluq](https://github.com/omarluq) in https://github.com/hotwired/turbo-rails/pull/655 - Fix deprecation in routing by [@&#8203;atomaka](https://github.com/atomaka) in https://github.com/hotwired/turbo-rails/pull/657 - Raise ArgumentError when turbo_stream_from helper gets passed blank streamables by [@&#8203;mwallba](https://github.com/mwallba) in https://github.com/hotwired/turbo-rails/pull/661 - Drop Redis for dev requirement by [@&#8203;dhh](https://github.com/dhh) in https://github.com/hotwired/turbo-rails/pull/675 - Do not load ActiveJobs if ActiveJob is not loaded by [@&#8203;aaronjensen](https://github.com/aaronjensen) in https://github.com/hotwired/turbo-rails/pull/602 - Add `turbo_stream.refresh` builder method by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in https://github.com/hotwired/turbo-rails/pull/595 - Add attributes hash as optional arg to replace/update model tag builders by [@&#8203;omarluq](https://github.com/omarluq) in https://github.com/hotwired/turbo-rails/pull/658 - Revert "Add attributes hash as optional arg to replace/update model tag builders" by [@&#8203;jorgemanrubia](https://github.com/jorgemanrubia) in https://github.com/hotwired/turbo-rails/pull/676 - Add optional method to TagBuilder for morph by [@&#8203;AlexKovynev](https://github.com/AlexKovynev) in https://github.com/hotwired/turbo-rails/pull/665 - Only pass `:request_id` option to Refresh Stream by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in https://github.com/hotwired/turbo-rails/pull/603 - Support `targets:` in `Broadcastable` methods - Update by [@&#8203;JuannFerrari](https://github.com/JuannFerrari) in https://github.com/hotwired/turbo-rails/pull/511 - Stream Tag Builder: Support `:renderable` arguments by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in https://github.com/hotwired/turbo-rails/pull/569 - Introduce `Turbo::SystemTestHelper` by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in https://github.com/hotwired/turbo-rails/pull/577 - Alter Action Cable Element to be morph-compatible by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in https://github.com/hotwired/turbo-rails/pull/650 #### New Contributors - [@&#8203;atomaka](https://github.com/atomaka) made their first contribution in https://github.com/hotwired/turbo-rails/pull/657 - [@&#8203;mwallba](https://github.com/mwallba) made their first contribution in https://github.com/hotwired/turbo-rails/pull/661 - [@&#8203;AlexKovynev](https://github.com/AlexKovynev) made their first contribution in https://github.com/hotwired/turbo-rails/pull/665 - [@&#8203;JuannFerrari](https://github.com/JuannFerrari) made their first contribution in https://github.com/hotwired/turbo-rails/pull/511 **Full Changelog**: https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.8 ### [`v2.0.7`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.7) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.7) #### What's Changed - Remove unused morph tag builder by [@&#8203;omarluq](https://github.com/omarluq) in https://github.com/hotwired/turbo-rails/pull/655 - Fix deprecation in routing by [@&#8203;atomaka](https://github.com/atomaka) in https://github.com/hotwired/turbo-rails/pull/657 - Raise ArgumentError when turbo_stream_from helper gets passed blank streamables by [@&#8203;mwallba](https://github.com/mwallba) in https://github.com/hotwired/turbo-rails/pull/661 - Drop Redis for dev requirement in https://github.com/hotwired/turbo-rails/pull/675 by [@&#8203;dhh](https://github.com/dhh) **Full Changelog**: https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS4zIiwidXBkYXRlZEluVmVyIjoiMzguOTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
bustikiller added 1 commit 2024-09-20 20:13:41 +00:00
Update dependency turbo-rails to v2.0.9
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 2m54s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 1h8m15s
Run unit tests / unit_tests (push) Successful in 7m14s
Build Nginx-based docker image / build-static-assets (push) Successful in 1h52m43s
613344790b
bustikiller scheduled this pull request to auto merge when all checks succeed 2024-09-20 20:13:41 +00:00
bustikiller merged commit 613344790b into main 2024-09-20 21:58:46 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bustikiller/wedding-planner#60
No description provided.