creative
creative copied to clipboard
fix(deps): update dependency net.kyori:adventure-text-serializer-legacy to v4.17.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
net.kyori:adventure-text-serializer-legacy | 4.14.0 -> 4.17.0 |
Release Notes
KyoriPowered/adventure (net.kyori:adventure-text-serializer-legacy)
v4.17.0
: 🌏 Adventure 4.17.0
What's Changed
✨ Features
- feat(text-minimessage): Show ANSI rendering of parsed components in tests by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1042
- feat(minimessage): Add target to deserialization for contextual tags by @kezz in https://github.com/KyoriPowered/adventure/pull/1051
- feat(api): Pointers supplier by @kezz in https://github.com/KyoriPowered/adventure/pull/429
- 1.20.5 by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1055
🐛 Fixes
- fix(text-minimessage): Handle larger raninbow phases correctly by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1041
- fix: Allow for case-insensitivity in legacy serializer, closes #1043 by @kezz in https://github.com/KyoriPowered/adventure/pull/1044
- fix(api): Only trigger bossbar listeners if flags actually changed by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1067
- fix(nbt):
CompoundBinaryTag#getBoolean
ignores false values when default value is true by @kashike in https://github.com/KyoriPowered/adventure/commit/e0edf0fb33a9f8f7eb210b5fb36e9ca8e8be2219 - fix(nbt):
ListBinaryTag
is weakly immutable by @kashike in https://github.com/KyoriPowered/adventure/commit/2e612aa8280360479ce61dc8855634a8ec1d7eb0
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.16.0...v4.17.0
v4.16.0
: 🌏 Adventure 4.16.0
Adventure 4.16.0 is a small feature release following up on the additions in 4.15.0.
Notable Changes
As Configurate 3 is more or less obsolete and seeing reduced usage, we've decided to stop distributing it with new versions of Adventure. The Configurate 4 serializers should be used instead, or for those who cannot migrate yet an older version of the adventure-serializer-configurate3
module can be used instead.
✨ Features
- feat(serializer-configurate3): remove it by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1016
- add component decoder by @yannicklamprecht in https://github.com/KyoriPowered/adventure/pull/1035
- feat(api): Add removeResourcePack overload with Iterable by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1036
- kissing girls by @aurorasmiles and @weaondara and @chew
🐛 Fixes
- minimessage: Fix exception with single quote as tag part by @rymiel in https://github.com/KyoriPowered/adventure/pull/1012
📚 Documentation
- docs: Migrate to new wiki links, closes #1013 by @kezz in https://github.com/KyoriPowered/adventure/pull/1014
New Contributors
- @yannicklamprecht made their first contribution in https://github.com/KyoriPowered/adventure/pull/1035
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.15.0...v4.16.0
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.
✨ Features
- feat(api): hasAnyTranslations by @kashike in https://github.com/KyoriPowered/adventure/pull/945
- feature: Add a new standard join configuration for spaces by @RedDaedalus in https://github.com/KyoriPowered/adventure/pull/962
- feat(nbt): expose size in CompoundBinaryTag by @RealBauHD in https://github.com/KyoriPowered/adventure/pull/965
- feature: Expose tags and strict mode in
MiniMessage
by @kezz in https://github.com/KyoriPowered/adventure/pull/951 - feat(key): add asMinimalString by @kashike in https://github.com/KyoriPowered/adventure/pull/983
- feat(api): Identity implements Identified by @kashike in https://github.com/KyoriPowered/adventure/pull/985
- feat(api): introduce ResourcePackRequest by @yusshu in https://github.com/KyoriPowered/adventure/pull/981
- feature: Cancellable FlattenerListener by @FxMorin in https://github.com/KyoriPowered/adventure/pull/996
- feat(api): Expand the supported resource pack operations for 1.20.3 by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1005
- feat(api): Support representing translation args losslessly by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1004
- feat(nbt): Implement nameless binary serialization by @booky10 in https://github.com/KyoriPowered/adventure/pull/968
- 1.20.3 by @zml2008 in https://github.com/KyoriPowered/adventure/pull/986
- feat(api): A feature flag system to handle version compatibility by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1002
🐛 Fixes
- fix(api): Flatten ScoreComponent to empty string if score value is null by @Konicai in https://github.com/KyoriPowered/adventure/pull/954
- Fix StorageNBTComponentTest by @jpenilla in https://github.com/KyoriPowered/adventure/pull/1007
📚 Documentation
- Fix JavaDoc error by @CheeseTastisch in https://github.com/KyoriPowered/adventure/pull/980
Other
- Use EqualsTester instead of weird equality assertion by @KingOfSquares in https://github.com/KyoriPowered/adventure/pull/989
New Contributors
- @Konicai made their first contribution in https://github.com/KyoriPowered/adventure/pull/954
- @RedDaedalus made their first contribution in https://github.com/KyoriPowered/adventure/pull/962
- @RealBauHD made their first contribution in https://github.com/KyoriPowered/adventure/pull/965
- @CheeseTastisch made their first contribution in https://github.com/KyoriPowered/adventure/pull/980
- @yusshu made their first contribution in https://github.com/KyoriPowered/adventure/pull/981
- @FxMorin made their first contribution in https://github.com/KyoriPowered/adventure/pull/996
- @booky10 made their first contribution in https://github.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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.