internetee / auction_center

Estonian Internet Foundation's software for auctioning domain names
Other
6 stars 4 forks source link

Update dependency noticed to v2 #1231

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
noticed '~> 1.6' -> '~> 2.0' age adoption passing confidence

Release Notes

excid3/noticed (noticed) ### [`v2.0.1`](https://togithub.com/excid3/noticed/blob/HEAD/CHANGELOG.md#201) [Compare Source](https://togithub.com/excid3/noticed/compare/v2.0.0...v2.0.1) - Include `notification` and `recipient` in email params. Fixes [#​366](https://togithub.com/excid3/noticed/issues/366) ### [`v2.0.0`](https://togithub.com/excid3/noticed/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://togithub.com/excid3/noticed/compare/v1.6.3...v2.0.0) - \[Breaking] Noticed now provides its own models for managing notifications. Migrate existing model(s) to use the new Noticed tables. TODO - add migration example - \[Breaking] Noticed::NotificationChannel has been removed. Use an ActionCable channel in your application instead. - \[Breaking] Twilio has been renamed to `twilio_messaging` to provide support for other Twilio services in the future. - \[Breaking] Vonage / Nexmo has been renamed to `vonage_sms` to provide support for other Vonage services in the future. ```ruby class NotificationChannel < ApplicationCable::Channel def subscribed stream_for current_user end def unsubscribed stop_all_streams end end ``` - `Notifications` have now been renamed to `Notifiers` and now inherit from the - Email delivery method now supports args - Support html safe translations for Rails 7+

Configuration

πŸ“… Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 6 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.