killbasa / Amaneko

Discord bot for VTuber livestream relays and notifications.
https://docs.amaneko.ca/
MIT License
2 stars 0 forks source link

fix(deps): update dependency @sapphire/plugin-scheduled-tasks to v10 - autoclosed #132

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
@sapphire/plugin-scheduled-tasks (source) ^9.1.0 -> ^10.0.0 age adoption passing confidence

Release Notes

sapphiredev/plugins (@​sapphire/plugin-scheduled-tasks) ### [`v10.0.0`](https://togithub.com/sapphiredev/plugins/blob/HEAD/packages/scheduled-tasks/CHANGELOG.md#sapphireplugin-scheduled-tasks1000---2023-12-27) [Compare Source](https://togithub.com/sapphiredev/plugins/compare/@sapphire/plugin-scheduled-tasks@9.1.0...@sapphire/plugin-scheduled-tasks@10.0.0) #### šŸš€ Features - Bullmq v5 ([#​529](https://togithub.com/sapphiredev/plugins/issues/529)) ([4278ab0](https://togithub.com/sapphiredev/plugins/commit/4278ab035989ec99bf0f7233f98e4ff75b57f71d)) - šŸ’„ **BREAKING CHANGE:** This plugin now uses bullmq v5.1.0 (previously v3.15.8). Refer to the bullmq breaking changes from v4.0.0 onwards for any breaking changes that they have included https://github.com/taskforcesh/bullmq/blob/master/docs/gitbook/changelog.md#400-2023-06-21 - **scheduled-tasks:** Enforce payload types, clearer Redis/BullMQ errors ([#​509](https://togithub.com/sapphiredev/plugins/issues/509)) ([9fbf980](https://togithub.com/sapphiredev/plugins/commit/9fbf980e603022c3e1cd61a9ad742cd43a60e7fa)) - šŸ’„ **BREAKING CHANGE:** Refer to https://github.com/sapphiredev/plugins/blob/main/packages/scheduled-tasks/UPGRADING-v9-v10.md for upgrading instructions. - šŸ’„ **BREAKING CHANGE:** payload types are now enforced, you may need to update your code to match. - šŸ’„ **BREAKING CHANGE:** The `ScheduledTaskJob` interface has been removed in favor of defining types on `ScheduledTasks`. - šŸ’„ **BREAKING CHANGE:** Due to the removal of `ScheduledTaskJob`, the `BullClient` will now be typed as `unknown` since the Job types in the Queue can not *really* be known. So you will need to do validation when interacting directly with the client. - šŸ’„ **BREAKING CHANGE:** The included error listeners are now enabled by default. If you want them to be disabled, just set `loadScheduledTaskErrorListeners` to false in the `SapphireClient` options. - šŸ’„ **BREAKING CHANGE:** The internal BullMQ client does not actually throw any errors, it just emits them from the client. As such, those error events will now be sent to the corresponding error listener registered by the plugin. - šŸ’„ **BREAKING CHANGE:** The error listeners previously only returned the name of the task when an error was emitted, but now the event will provide the associated Piece.

Configuration

šŸ“… Schedule: Branch creation - "before 10am on Saturday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, 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.