jpenilla / AnnouncerPlus

Announcement and Join/Quit message plugin with support for permissions. Supports Hex colors, gradients, Achievements, Titles, Action Bars, and more. Uses MiniMessage for text formatting
https://www.spigotmc.org/resources/announcer-plus.81005/
MIT License
71 stars 13 forks source link

Update dependency cloud.commandframework:cloud-bom to v1.6.0 - autoclosed #86

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.commandframework:cloud-bom 1.6.0-SNAPSHOT -> 1.6.0 age adoption passing confidence

Release Notes

Incendo/cloud ### [`v1.6.0`](https://togithub.com/Incendo/cloud/blob/master/CHANGELOG.md#​160) ##### Added - Kotlin: New module `cloud-kotlin-coroutines`: Support for suspending command handlers in builders and the Kotlin builder DSL - Kotlin: New module `cloud-kotlin-coroutines-annotations`: Support for suspending annotated command functions using `AnnotationParser.installCoroutineSupport()` - Flags can be bound to a permission - Paper: Implement KeyedWorldArgument for matching worlds by their namespaced key - Annotations: Parser parameter annotations are now also parsed for flags ([#​315](https://togithub.com/Incendo/cloud/pull/315)) ##### Changed - Added `executeFuture` to `CommandExecutionHandler` which is now used internally. By default, this delegates to the old `execute` method - Added `@Liberal` annotation to mark boolean arguments as liberal when using the annotation parser ([#​288](https://togithub.com/Incendo/cloud/pull/288)) - Annotations: Apply builder modifiers from class annotations ([#​303](https://togithub.com/Incendo/cloud/pull/303)) - Annotations: Add default value to `@Argument`, which will force the parser to infer the argument name from the parameter name - Annotations: `@CommandMethod` can now be used to annotate a class, allowing for a common literal prefix on all annotated command methods in that class. ([#​301](https://togithub.com/Incendo/cloud/pull/301)) ##### Fixed - Bukkit: Permission checking and syntax string for Bukkit '/help' command - And/OrPermission factory method `of` did not preserve the conditional tree - Formatting of literal arguments with no siblings in StandardCommandSyntaxFormatter - Replaced improper usages of TypeToken#toString in error messages - Fixed unhandled exceptions being swallowed when AsynchronousCommandExecutionCoordinator is configured with Synchronous Parsing enabled ([#​307](https://togithub.com/Incendo/cloud/pull/307))

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.