Bump com.github.cryptomorin:XSeries from 9.7.0 to 9.8.1 #28

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/com.github.cryptomorin-XSeries-9.8.1 into master
dependabot[bot] commented 2024-01-02 02:48:00 +00:00 (Migrated from github.com)

Bumps com.github.cryptomorin:XSeries from 9.7.0 to 9.8.1.

Release notes

Sourced from com.github.cryptomorin:XSeries's releases.

v9.8.1

Maven

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

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.8.1") { isTransitive = false }
}

Warning Don't forget to shade the library.


SkullUtils

  • Added setProfile(SkullMeta, GameProfile)

XSound

  • Since paper now blocks async location-based sound plays (PaperMC/Paper#10021), I decided to use my own system.
  • Added namespaced sounds, category and seed support.
  • All parameters are now variable now (can be changed at any time)

NMSExtras

  • Fixed an issue with BLOCK_POSITION for chest() command.
  • Fixed data registry error with 1.19.4

v9.8.0

Updated for 1.20.4

XItemStack

  • Fixed an error caused in the latest v1.9.4 versions.

SkullUtils

  • Fixed some caching issues with online mode servers in rare cases.
  • Fixed skull texture URL detector for rare URLs.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 9.7.0 to 9.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CryptoMorin/XSeries/releases">com.github.cryptomorin:XSeries's releases</a>.</em></p> <blockquote> <h2>v9.8.1</h2> <h3>Maven</h3> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.github.cryptomorin&lt;/groupId&gt; &lt;artifactId&gt;XSeries&lt;/artifactId&gt; &lt;version&gt;9.8.1&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h3>Gradle</h3> <pre lang="kotlin"><code>repositories { mavenCentral() } dependencies { implementation(&quot;com.github.cryptomorin:XSeries:9.8.1&quot;) { isTransitive = false } } </code></pre> <blockquote> <p><strong>Warning</strong> Don't forget to <a href="https://github.com/CryptoMorin/XSeries#shading">shade</a> the library.</p> </blockquote> <hr /> <p><strong>SkullUtils</strong></p> <ul> <li>Added setProfile(SkullMeta, GameProfile)</li> </ul> <p><strong>XSound</strong></p> <ul> <li>Since paper now blocks async location-based sound plays (<a href="https://redirect.github.com/PaperMC/Paper/pull/10021">PaperMC/Paper#10021</a>), I decided to use my own system.</li> <li>Added namespaced sounds, category and seed support.</li> <li>All parameters are now variable now (can be changed at any time)</li> </ul> <p><strong>NMSExtras</strong></p> <ul> <li>Fixed an issue with BLOCK_POSITION for chest() command.</li> <li>Fixed data registry error with 1.19.4</li> </ul> <h2>v9.8.0</h2> <p>Updated for 1.20.4</p> <p><strong>XItemStack</strong></p> <ul> <li>Fixed an error caused in the latest v1.9.4 versions.</li> </ul> <p><strong>SkullUtils</strong></p> <ul> <li>Fixed some caching issues with online mode servers in rare cases.</li> <li>Fixed skull texture URL detector for rare URLs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CryptoMorin/XSeries/commit/6e155500a9682f37773e5d3a70807e8d989fbd00"><code>6e15550</code></a> v9.8.1</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/b3fae10e9bb5aca2374924955e862af90d641817"><code>b3fae10</code></a> XSound Async Fix - IllegalStateException: Asynchronous play sound!</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/dc23b5c849ef2d46bfd64f2865a2a750a2505e89"><code>dc23b5c</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/238">#238</a> from timderspieler/master</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/b26957fee0cdc54885255dcbed4e4512c7d7a784"><code>b26957f</code></a> Update NMSExtras.java</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/cc8ff33a5b8bdefbb863d54fca5a28f8ee8dc91d"><code>cc8ff33</code></a> Add backwards compatibility</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/1fad51fdeb2de178b08f08f701d65f56ee6589ce"><code>1fad51f</code></a> Fix java.lang.invoke.WrongMethodTypeException:</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/79db3a29ba85c8d8b54d663f2a210a18c0b45e5a"><code>79db3a2</code></a> v9.8.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/a186c11216a38eadd95e53dabe2cbf857b8ddf88"><code>a186c11</code></a> Missing BlockState Fix</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/e61723cc6394250b9b2fdba4ec4a1dc1573a60d6"><code>e61723c</code></a> Merge branch 'master' of <a href="https://github.com/CryptoMorin/XSeries">https://github.com/CryptoMorin/XSeries</a></li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/d98b12c14fb80689ea97bf40109605aef11505f3"><code>d98b12c</code></a> SkullUtils caching solution</li> <li>Additional commits viewable in <a href="https://github.com/CryptoMorin/XSeries/compare/v9.7.0...v9.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.cryptomorin:XSeries&package-manager=maven&previous-version=9.7.0&new-version=9.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
dependabot[bot] commented 2024-02-05 02:46:40 +00:00 (Migrated from github.com)

Superseded by #29.

Superseded by #29.

Pull request closed

Sign in to join this conversation.
No description provided.