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
70 stars 13 forks source link

fix(deps): update dependency net.kyori:adventure-bom to v4.15.0 #195

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.kyori:adventure-bom 4.14.0 -> 4.15.0 age adoption passing confidence

Release Notes

KyoriPowered/adventure (net.kyori:adventure-bom) ### [`v4.15.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.15.0): 🌏 Adventure 4.15.0 Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes. The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for [4.16.0](https://togithub.com/KyoriPowered/adventure/milestone/26). #### ✨ Features - feat(api): hasAnyTranslations by [@​kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/945](https://togithub.com/KyoriPowered/adventure/pull/945) - feature: Add a new standard join configuration for spaces by [@​RedDaedalus](https://togithub.com/RedDaedalus) in [https://github.com/KyoriPowered/adventure/pull/962](https://togithub.com/KyoriPowered/adventure/pull/962) - feat(nbt): expose size in CompoundBinaryTag by [@​RealBauHD](https://togithub.com/RealBauHD) in [https://github.com/KyoriPowered/adventure/pull/965](https://togithub.com/KyoriPowered/adventure/pull/965) - feature: Expose tags and strict mode in `MiniMessage` by [@​kezz](https://togithub.com/kezz) in [https://github.com/KyoriPowered/adventure/pull/951](https://togithub.com/KyoriPowered/adventure/pull/951) - feat(key): add asMinimalString by [@​kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/983](https://togithub.com/KyoriPowered/adventure/pull/983) - feat(api): Identity implements Identified by [@​kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/985](https://togithub.com/KyoriPowered/adventure/pull/985) - feat(api): introduce ResourcePackRequest by [@​yusshu](https://togithub.com/yusshu) in [https://github.com/KyoriPowered/adventure/pull/981](https://togithub.com/KyoriPowered/adventure/pull/981) - feature: Cancellable FlattenerListener by [@​FxMorin](https://togithub.com/FxMorin) in [https://github.com/KyoriPowered/adventure/pull/996](https://togithub.com/KyoriPowered/adventure/pull/996) - feat(api): Expand the supported resource pack operations for 1.20.3 by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1005](https://togithub.com/KyoriPowered/adventure/pull/1005) - feat(api): Support representing translation args losslessly by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1004](https://togithub.com/KyoriPowered/adventure/pull/1004) - feat(nbt): Implement nameless binary serialization by [@​booky10](https://togithub.com/booky10) in [https://github.com/KyoriPowered/adventure/pull/968](https://togithub.com/KyoriPowered/adventure/pull/968) - 1.20.3 by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/986](https://togithub.com/KyoriPowered/adventure/pull/986) - feat(api): A feature flag system to handle version compatibility by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1002](https://togithub.com/KyoriPowered/adventure/pull/1002) #### πŸ› Fixes - fix(api): Flatten ScoreComponent to empty string if score value is null by [@​Konicai](https://togithub.com/Konicai) in [https://github.com/KyoriPowered/adventure/pull/954](https://togithub.com/KyoriPowered/adventure/pull/954) - Fix StorageNBTComponentTest by [@​jpenilla](https://togithub.com/jpenilla) in [https://github.com/KyoriPowered/adventure/pull/1007](https://togithub.com/KyoriPowered/adventure/pull/1007) #### πŸ“š Documentation - Fix JavaDoc error by [@​CheeseTastisch](https://togithub.com/CheeseTastisch) in [https://github.com/KyoriPowered/adventure/pull/980](https://togithub.com/KyoriPowered/adventure/pull/980) #### Other - Use EqualsTester instead of weird equality assertion by [@​KingOfSquares](https://togithub.com/KingOfSquares) in [https://github.com/KyoriPowered/adventure/pull/989](https://togithub.com/KyoriPowered/adventure/pull/989) #### New Contributors - [@​Konicai](https://togithub.com/Konicai) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/954](https://togithub.com/KyoriPowered/adventure/pull/954) - [@​RedDaedalus](https://togithub.com/RedDaedalus) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/962](https://togithub.com/KyoriPowered/adventure/pull/962) - [@​RealBauHD](https://togithub.com/RealBauHD) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/965](https://togithub.com/KyoriPowered/adventure/pull/965) - [@​CheeseTastisch](https://togithub.com/CheeseTastisch) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/980](https://togithub.com/KyoriPowered/adventure/pull/980) - [@​yusshu](https://togithub.com/yusshu) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/981](https://togithub.com/KyoriPowered/adventure/pull/981) - [@​FxMorin](https://togithub.com/FxMorin) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/996](https://togithub.com/KyoriPowered/adventure/pull/996) - [@​booky10](https://togithub.com/booky10) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/968](https://togithub.com/KyoriPowered/adventure/pull/968) **Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.14.0...v4.15.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.