sVoxelDev / sChat

Supercharge your Minecraft Chat Experience.
MIT License
11 stars 1 forks source link

fix(deps): update cloud-commands to v1.8.0 #290

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.commandframework:cloud-paper 1.7.1 -> 1.8.0 age adoption passing confidence
cloud.commandframework:cloud-annotations 1.7.1 -> 1.8.0 age adoption passing confidence
cloud.commandframework:cloud-core 1.7.1 -> 1.8.0 age adoption passing confidence

Release Notes

Incendo/cloud ### [`v1.8.0`](https://togithub.com/Incendo/cloud/blob/HEAD/CHANGELOG.md#​180) [Compare Source](https://togithub.com/Incendo/cloud/compare/1.7.1...1.8.0) ##### Added - Core: Added `CommandBuilderApplicable` and `Command.Builder#apply(CommandBuilderApplicable)` ([#​409](https://togithub.com/Incendo/cloud/pull/409)) - Core: Expose failure reason when flag parsing fails ([#​380](https://togithub.com/Incendo/cloud/pull/380)) - Core: Allow registering injectors to `ParameterInjectorRegistry` using a class predicate instead of just a class ([#​402](https://togithub.com/Incendo/cloud/pull/402)) - Core: Experimental option to allow flags to be parsed and suggested anywhere after the last literal in a command chain ([#​395](https://togithub.com/Incendo/cloud/pull/395)) - Core: New `Filter` interface used by `FilteringCommandSuggestionProcessor`, allowing custom filter behavior ([#​410](https://togithub.com/Incendo/cloud/pull/410)) - Core: Helper to get the root index help topic ([#​415](https://togithub.com/Incendo/cloud/pull/415)) - Bukkit/Paper: Full support for Minecraft 1.19.3 ([#​412](https://togithub.com/Incendo/cloud/pull/412)) ##### Fixed - Core: Greedy arguments are now able to suggest after a space in the input, and will receive the full concatenated input instead of just the queue head ([#​414](https://togithub.com/Incendo/cloud/pull/414)) - Core: Fixed invalid suggestions when parsing of argument fails ([#​401](https://togithub.com/Incendo/cloud/pull/401)) - Core: Fixed commands not being removed from command collection on unregister ([#​408](https://togithub.com/Incendo/cloud/pull/408)) - Annotations: Fix argument annotation name not being processed ([#​397](https://togithub.com/Incendo/cloud/pull/397)) - Brigadier: Further fixes for suggestions on old versions of Minecraft - Brigadier: Fixed handling of `GREEDY_FLAG_YIELDING` string arguments - Minecraft-Extras: Fixed wrong color codes in TextColorArgument ([#​407](https://togithub.com/Incendo/cloud/pull/407)) - Minecraft-Extras: Removed double space when paginating with a blank help query - Javacord: Fixed regex issue with certain prefixes ([#​400](https://togithub.com/Incendo/cloud/pull/400)) ##### Changed - Default suggestion processor ignores case when checking starts with ([#​410](https://togithub.com/Incendo/cloud/pull/410)) - Deprecated `newBuilder` argument builder static factories, added `builder` factories to align with conventions for new arguments ([#​419](https://togithub.com/Incendo/cloud/pull/419)) - Core: Improve nullability annotations on generics in `CommandContext` ([#​405](https://togithub.com/Incendo/cloud/pull/405)) - Core: Made injection order of `ParameterInjectorRegistry` consistent ([#​402](https://togithub.com/Incendo/cloud/pull/402)) - Bukkit/Paper: Rewrite Bukkit entity selector arguments using `WrappedBrigadierParser` instead of Bukkit API - Fabric: Updated for Minecraft 1.19.3, dropping support for previous versions ([#​411](https://togithub.com/Incendo/cloud/pull/411)) - Minecraft: Default suggestion processor now removes the part of a suggestion which is before the last user typed space in the input, allowing for full sentence suggestions more easily, especially combined with other fixes in this update ([#​410](https://togithub.com/Incendo/cloud/pull/410))

Configuration

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

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



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

github-actions[bot] commented 1 year ago

Unit Test Results

366 tests  Β±0   366 :heavy_check_mark: Β±0   24s :stopwatch: -3s 154 suites Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :zzz: Β±0  154 files   Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :x: Β±0 

Results for commit b17d1b7e. ± Comparison against base commit 2f28df26.