Bump com.github.cryptomorin:XSeries from 9.7.0 to 9.9.0 #29

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

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

Release notes

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

v9.9.0

Maven

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

Gradle

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

[!IMPORTANT] Don't forget to shade the library.


XItemStack

  • Only set "effects" when not empty.
  • Added a translator function to serialize method.

ParticleDisplay

  • Fixed errors caused by using withEntity() method.
  • Quaternion -> Added mul(Vector)
  • Improved Quaternion cache.
  • Replaced onSpawn() with postCalculation()
  • Fixed a few issues with commutative rotations.
  • A lot of methods have been deprecated and you should update.

v9.8.1

Maven

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

Gradle

repositories {
</tr></table> 

... (truncated)

Commits
  • 50cc240 v9.9.0
  • f70f6a3 XItemStack + ParticleDisplay
  • 4b98a66 ParticleDisplay Rotation Fix
  • 4e0b6ed Relax XSound deprecation
  • 942615d XItemStack - Only set "effects" when not empty.
  • 6e15550 v9.8.1
  • b3fae10 XSound Async Fix - IllegalStateException: Asynchronous play sound!
  • dc23b5c Merge pull request #238 from timderspieler/master
  • b26957f Update NMSExtras.java
  • cc8ff33 Add backwards compatibility
  • 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 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.9.0. <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.9.0</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.9.0&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.9.0&quot;) { isTransitive = false } } </code></pre> <blockquote> <p>[!IMPORTANT] Don't forget to <a href="https://github.com/CryptoMorin/XSeries#shading">shade</a> the library.</p> </blockquote> <hr /> <p><strong>XItemStack</strong></p> <ul> <li>Only set &quot;effects&quot; when not empty.</li> <li>Added a translator function to serialize method.</li> </ul> <p><strong>ParticleDisplay</strong></p> <ul> <li>Fixed errors caused by using withEntity() method.</li> <li>Quaternion -&gt; Added mul(Vector)</li> <li>Improved Quaternion cache.</li> <li>Replaced onSpawn() with postCalculation()</li> <li>Fixed a few issues with commutative rotations.</li> <li>A lot of methods have been deprecated and you should update.</li> </ul> <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 { &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CryptoMorin/XSeries/commit/50cc2402dfa87fa8b26d8e4c5407bd9780a7a69c"><code>50cc240</code></a> v9.9.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/f70f6a34d69a6624546565566a3df54ab2ada956"><code>f70f6a3</code></a> XItemStack + ParticleDisplay</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/4b98a66af81a2e6bcf4aa471bca9103cc9a6c9f1"><code>4b98a66</code></a> ParticleDisplay Rotation Fix</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/4e0b6edf79a4d87398878bb7983f30c930b9a9a0"><code>4e0b6ed</code></a> Relax XSound deprecation</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/942615d07868be7e87fc589cea69600be6c2ca72"><code>942615d</code></a> XItemStack - Only set &quot;effects&quot; when not empty.</li> <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>Additional commits viewable in <a href="https://github.com/CryptoMorin/XSeries/compare/v9.7.0...v9.9.0">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.9.0)](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>
SBDeveloper closed this pull request 2025-01-27 18:50:52 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.