harold-spgt / InfoHeads

Repository for InfoHeads
Apache License 2.0
5 stars 4 forks source link

Bump XSeries from 8.4.0 to 8.5.0 #51

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps XSeries from 8.4.0 to 8.5.0.

Release notes

Sourced from XSeries's releases.

v8.5.0

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>8.5.0</version>
</dependency>

Added support for 1.18 altho there weren't many changes. Started working on unit tests. It's kinda a mess right now.

XMaterial

  • Fixed a few version detection issues.

ParticleDisplay

  • Removed some unnecessary code.
  • The whole class is based on Builder Pattern now.

XItemStack

  • Fixed a few issues related to spawn eggs.
  • Fixed proper cross version material name serialization.
  • Fixed issues with items that don't have meta.

ReflectionUtils

  • Added a simple if branching method v(version, item)...orElse(item) as a cleaner expression-oriented alternative to if statements.
Commits
  • 949beeb 3.5.0 - 1.18 Support
  • 1e513da Merge pull request #146 from MrWouterNL/master
  • 4f5f70a Throw IllegalArgumentException when unparsable server version is supplied
  • 05aecce Improve parsing of Minecraft versions to resolve #145
  • 4f7dfe5 Merge pull request #143 from SecretX33/feat/item-serializer
  • a15acde Material should pass through XMaterial before being set to the ConfigurationS...
  • 9843305 Replaced 'entry.getValue()' with 'value' on a 'mapToConfigSection' usage
  • 003879c Flattened material deserialization to item
  • 2049d65 Added serialization support for Maps
  • 6cbbe8a Merge pull request #140 from einTosti/fix-typos
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)