harold-spgt / InfoHeads

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

Bump XSeries from 8.7.1 to 9.0.0 #81

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps XSeries from 8.7.1 to 9.0.0.

Release notes

Sourced from XSeries's releases.

v9.0.0

Maven

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

Removed the use of apache commons due to future planned removal of the library. Removed "unused" package and all its classes.

XMaterial

  • Fixed a few issues regarding some wood and disc materials.
  • Fixed an error in 1.8 servers with spawn eggs.

XItemStack

  • Custom model data option name is now consistent.

XEnchantment

  • Removed "ItemStack addEnchantFromString(@​Nonnull ItemStack item, @​Nullable String enchantment)" because I believe it's useless and I encourage all devs to make a simple yaml map based with key as enchant name and value as the level config system instead.

v8.8.0

Maven

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

Updated for 1.19

ItemStack

  • Added a lisp-like condition-restart system for deserialization material errors.
  • Changed the way how configs are accessed for a few options. This is necessary for external config handlers.
Commits
  • b37cf70 v9.0.0
  • 17565da Merge pull request #173 from SirBlobman/master
  • d1bef1f Merge pull request #181 from I2000C/patch-1
  • df91cf2 Fixed music disc material IDs in legacy Minecraft versions
  • cd011ae Merge pull request #179 from Wertik/master
  • dc01038 Merge branch 'CryptoMorin:master' into master
  • 4b18f39 Correct more missing data and mismatched legacy types.
  • fcee9be Fix material data for ACACIA & DARK_OAK.
  • 467866f v8.8.0
  • 50d71a3 Fix spawn egg error in 1.8.8 due to missing SpawnEggMeta class.
  • 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)
dependabot[bot] commented 2 years ago

Looks like com.github.cryptomorin:XSeries is up-to-date now, so this is no longer needed.