ZakShearman / mc-tower-defence

Tower defence gamemode for minestom (EmortalMC)
GNU Lesser General Public License v2.1
11 stars 1 forks source link

Update dependency net.kyori:adventure-text-minimessage to v4.10.0 #14

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
net.kyori:adventure-text-minimessage 4.2.0-SNAPSHOT -> 4.10.0 age adoption passing confidence

Release Notes

KyoriPowered/adventure ### [`v4.10.0`](https://togithub.com/KyoriPowered/adventure/releases/v4.10.0) Adventure 4.10.0 is a feature release of Adventure, providing (at long last!) a stable release of the MiniMessage serialization format, as well as a variety of quality-of-life improvements. To get started with *MiniMessage*, take a look at its documentation: https://docs.adventure.kyori.net/minimessage/, and try it out with the [Web UI](https://webui.adventure.kyori.net)! Thanks to everyone who contributed to making this release happen -- it's been a long time coming! ##### Additions ✨ - https://github.com/KyoriPowered/adventure/pull/622 - Merge minimessage - https://github.com/KyoriPowered/adventure/pull/490 - api: add TextDecoration#withState and add missing null pointer check - https://github.com/KyoriPowered/adventure/pull/449 - api: Rename Title.Times.of - https://github.com/KyoriPowered/adventure/pull/444 - Add decorations(Map) to component/style builders - https://github.com/KyoriPowered/adventure/pull/472 - Add TriState toBoolean helper methods - https://github.com/KyoriPowered/adventure/pull/480 - extra-kotlin: Added more extensions and enabled explicit API - https://github.com/KyoriPowered/adventure/pull/495 - Add Tristate method to TextDecoration.State - https://github.com/KyoriPowered/adventure/pull/482 - Add standard join configurations - https://github.com/KyoriPowered/adventure/pull/479 - extra-kotlin: Add some `JoinConfiguration` related methods - https://github.com/KyoriPowered/adventure/pull/501 - Abstract out style methods to StyleWriter/Reader - https://github.com/KyoriPowered/adventure/pull/645 - feat(key): expose a Comparator for Key - https://github.com/KyoriPowered/adventure/pull/617 - api: Introduce Component.textOfChildren as a replacement for TextComponent.ofChildren - https://github.com/KyoriPowered/adventure/pull/652 - chore: Rename some static constructer methods - https://github.com/KyoriPowered/adventure/pull/650 - feat(api): Internal configuration - https://github.com/KyoriPowered/adventure/pull/698 - New builder - https://github.com/KyoriPowered/adventure/pull/700 - key: make Key extend Namespaced - https://github.com/KyoriPowered/adventure/pull/488 - `Component::applyFallbackStyle` helper method - https://github.com/KyoriPowered/adventure/pull/717 - text-minimessage: Limit characters allowed in tag names ##### MiniMessage changes since 4.2.0-SNAPSHOT Because MiniMessage had a fairly extended development process, there have been several notable changes (some breaking) since earlier development phases that may affect any testers of the older API. This is just a summary -- see [the documentation](https://docs.adventure.kyori.net/minimessage/api.html) for a full overview of the latest API. - https://github.com/KyoriPowered/adventure/pull/635 - text-minimessage: Properly handle colour override depth reductions - https://github.com/KyoriPowered/adventure/pull/663 - chore: Remove parse method - https://github.com/KyoriPowered/adventure/pull/657 - Introduce a method by which to create raw replacements - https://github.com/KyoriPowered/adventure/pull/671 - text-minimessage: Use a Consumer rather than Appendable for debug output - https://github.com/KyoriPowered/adventure/pull/672 - minimessage: Unify transformations and placeholders - https://github.com/KyoriPowered/adventure/pull/658 - text-minimessage: add deserialization method returning parsed tree - https://github.com/KyoriPowered/adventure/pull/681 - fix: Require all input to be non-null - https://github.com/KyoriPowered/adventure/pull/682 - minimessage: Add a reset tag via a parser directive - https://github.com/KyoriPowered/adventure/pull/687 - Add a new tag for line breaks (`
`) - https://github.com/KyoriPowered/adventure/pull/701 - Allow parsing with custom Tag Resolvers - https://github.com/KyoriPowered/adventure/pull/703 - Rework the MiniMessage serializer to consolidate behavior into resolvers - https://github.com/KyoriPowered/adventure/pull/708 - text-minimessage: Expose the root node type to API - https://github.com/KyoriPowered/adventure/pull/707 - text-minimessage: Allow tags to be closed in one tag - https://github.com/KyoriPowered/adventure/pull/662 - Warn when input contains legacy formatting codes ([#​515](https://togithub.com/KyoriPowered/adventure/issues/515)) - https://github.com/KyoriPowered/adventure/pull/674 - Implement TransitionTag ##### Fixes :bug: - https://github.com/KyoriPowered/adventure/pull/485 - Add more non-null value validations - https://github.com/KyoriPowered/adventure/pull/451 - api: Add inVersion to all [@​ApiStatus](https://togithub.com/ApiStatus).ScheduledForRemoval annotations - https://github.com/KyoriPowered/adventure/pull/493 - Fix accidental float and double NaN parsing - https://github.com/KyoriPowered/adventure/pull/497 - Fix premature SNBT parsing as number - https://github.com/KyoriPowered/adventure/pull/498 - Fix unquoted string being parsed as double - https://github.com/KyoriPowered/adventure/pull/500 - Fix return type on #decorate method in ScopedComponent - https://github.com/KyoriPowered/adventure/pull/481 - fix [#​447](https://togithub.com/KyoriPowered/adventure/issues/447) by allowing `deserializeOr` to return `null` - https://github.com/KyoriPowered/adventure/pull/633 - api: Resolve duplication of children when performing text replacement - https://github.com/KyoriPowered/adventure/pull/641 - api: Use initial style when replacement-rendering a hover event - https://github.com/KyoriPowered/adventure/pull/647 - util: Add a range check for HSVLike ##### Minor changes - Bump JetBrains annotations to 23.0.0 - `serializer-configurate4`: Bump Configurate dependency to 4.1.2 - https://github.com/KyoriPowered/adventure/pull/474 - Clarify Audience#filterAudience(Predicate) docs - https://github.com/KyoriPowered/adventure/pull/642 - Add tests for `Title` and `Title.Times` - https://github.com/KyoriPowered/adventure/pull/660 - chore: 2022 **Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.9.1...v4.10.0

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.