ProtocolSidebar
ProtocolSidebar copied to clipboard
fix(deps): update adventureversion to v4.21.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| net.kyori:adventure-text-serializer-legacy | 4.16.0 -> 4.21.0 |
||||
| net.kyori:adventure-text-serializer-gson | 4.16.0 -> 4.21.0 |
||||
| net.kyori:adventure-text-minimessage | 4.16.0 -> 4.21.0 |
||||
| net.kyori:adventure-api | 4.16.0 -> 4.21.0 |
Release Notes
KyoriPowered/adventure (net.kyori:adventure-text-serializer-legacy)
v4.21.0: 🌏 Adventure 4.21.0
Adventure 4.21.0 adds preliminary support for new component features in 1.21.5, and some minor bugfixes. We recommend all users update.
What's Changed
✨ Features
- Use DecorationMap for style builder by @TonytheMacaroni in https://github.com/KyoriPowered/adventure/pull/1209
- Add NumberBinaryTag#numberValue by @GliczDev in https://github.com/KyoriPowered/adventure/pull/1188
- feat(nbt): Add stream API for compound/list tags by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1208
- 1.21.5 component changes by @Gerrygames in https://github.com/KyoriPowered/adventure/pull/1168
- feature(minimessage): Set the target to hold the locale of the translation by default by @kezz in https://github.com/KyoriPowered/adventure/pull/1216
- feat(nbt): update number parsing for 1.21.5 by @kennytv in https://github.com/KyoriPowered/adventure/pull/1167
- feature(api): Skip style builder creation on merge by @kezz in https://github.com/KyoriPowered/adventure/pull/1219
- feat(nbt): Initial implementation of heterogeneous list handling by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1218
🐛 Fixes
- fix(minimessage): rename
numerictostringby @tjalp in https://github.com/KyoriPowered/adventure/pull/1211
New Contributors
- @TonytheMacaroni made their first contribution in https://github.com/KyoriPowered/adventure/pull/1209
- @tjalp made their first contribution in https://github.com/KyoriPowered/adventure/pull/1211
- @Gerrygames made their first contribution in https://github.com/KyoriPowered/adventure/pull/1168
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.20.0...v4.21.0
v4.20.0: 🌏 Adventure 4.20.0
Adventure 4.20.0 is a feature release focused on translation improvements. The MiniMessage translator allows easily expressing translation values in the MiniMessage format, and the whole translation system has had a revamp to be more flexible.
What's Changed
✨ Features
- feature(api): Silly micro optimisations for the mm color tag by @kezz in https://github.com/KyoriPowered/adventure/pull/1177
- feature(minimessage): Check for colors before parsing phases by @kezz in https://github.com/KyoriPowered/adventure/pull/1180
- feature(api): Improve handling of component children and component translating by @kezz in https://github.com/KyoriPowered/adventure/pull/1181
- feature: MiniMessageTranslator by @kezz in https://github.com/KyoriPowered/adventure/pull/972
- feature(api, minimessage): Replace TranslationRegistry with a generic TranslationStore by @kezz in https://github.com/KyoriPowered/adventure/pull/1182
- feature(minimessage): Add context argument and unit tests by @kezz in https://github.com/KyoriPowered/adventure/pull/1185
- Add TagStringIO#asString for any tag by @GliczDev in https://github.com/KyoriPowered/adventure/pull/1192
- feat(text-serializer-commons): split into new module by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1193
⚙️ Fixes
- fix(minimessage): Carry over target into context deserialize calls by @kezz in https://github.com/KyoriPowered/adventure/pull/1179
New Contributors
- @GliczDev made their first contribution in https://github.com/KyoriPowered/adventure/pull/1192
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.19.0...v4.20.0
v4.19.0: 🌏 Adventure 4.19.0
Adventure 4.19.0 is a small feature release, primarily to introduce an option controlling MiniMessage's emission of virtual components.
What's Changed
✨ Features
- feature(api): Replace text ignoring hover events by @kezz in https://github.com/KyoriPowered/adventure/pull/1153
- Configurable virtual component emission by @lynxplay in https://github.com/KyoriPowered/adventure/pull/1164
🐛 Fixes
- fix(api): add missing ScopedComponent overrides by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1161
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0
v4.18.0: 🌏 Adventure 4.18.0
Adventure 4.18 has a few new features to improve expressiveness, plus support for the new shadow colour style attribute added in Minecraft 1.21.4.
What's Changed
✨ Features
- feat(minimessage): Pride tag by @kezz in https://github.com/KyoriPowered/adventure/pull/1079
- feat(nbt): add isEmpty to CompoundBinaryTag/ListBinaryTag by @RealBauHD in https://github.com/KyoriPowered/adventure/pull/1088
- feat(mini-message): add Formatter#joining by @tahmid-23 in https://github.com/KyoriPowered/adventure/pull/938
- feat: shadow colors by @kashike in https://github.com/KyoriPowered/adventure/pull/1124
- feat(api): virtual components by @kashike in https://github.com/KyoriPowered/adventure/pull/842
🐛 Fixes
- ensure numbers where we expected booleans parse correctly. by @456dev in https://github.com/KyoriPowered/adventure/pull/1108
- fix(text-serializer-gson): correctly handle removed data components by @zml2008 in https://github.com/KyoriPowered/adventure/pull/1145
New Contributors
- @456dev made their first contribution in https://github.com/KyoriPowered/adventure/pull/1108
- @tahmid-23 made their first contribution in https://github.com/KyoriPowered/adventure/pull/938
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0
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#getBooleanignores false values when default value is true by @kashike in https://github.com/KyoriPowered/adventure/commit/e0edf0fb33a9f8f7eb210b5fb36e9ca8e8be2219 - fix(nbt):
ListBinaryTagis 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
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.