Bump com.github.cryptomorin:XSeries from 9.5.0 to 9.6.0 #20

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/com.github.cryptomorin-XSeries-9.6.0 into master
dependabot[bot] commented 2023-10-02 02:36:26 +00:00 (Migrated from github.com)

Bumps com.github.cryptomorin:XSeries from 9.5.0 to 9.6.0.

Release notes

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

v9.6.0

Maven

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

Gradle

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

Warning Don't forget to shade the library.


Added 1.20.2 support. Added or() method for all enum classes.

XTag

  • Added string matchers.

XItemStack

  • Slight improvement for the addItems() method.
  • Fixed a serialization issue for spawners.

XEntity

  • Fixed an error with drop chance option for non-mob entities.

XParticle - ParticleDisplay

  • Added some more advanced direction/rotation API.
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.5.0 to 9.6.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.6.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.6.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.6.0&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>Added 1.20.2 support. Added or() method for all enum classes.</p> <p><strong>XTag</strong></p> <ul> <li>Added string matchers.</li> </ul> <p><strong>XItemStack</strong></p> <ul> <li>Slight improvement for the addItems() method.</li> <li>Fixed a serialization issue for spawners.</li> </ul> <p><strong>XEntity</strong></p> <ul> <li>Fixed an error with drop chance option for non-mob entities.</li> </ul> <p><strong>XParticle - ParticleDisplay</strong></p> <ul> <li>Added some more advanced direction/rotation API.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CryptoMorin/XSeries/commit/5e70871e5f5ce3f9031824f2bf7784f738d23371"><code>5e70871</code></a> Finalization for v9.6.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/4f8dc95c82f905ae206ec7252c0faf135df0736c"><code>4f8dc95</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/227">#227</a> from Spongecade/master</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/41a46a9424bc3f842d24447f02a3adf47d8dcbd4"><code>41a46a9</code></a> Particle + JavaDoc changes</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/b8e5411ce0c9b157e573f5514a292b3ecb034cbd"><code>b8e5411</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/228">#228</a> from datatags/master</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/2df06d369f47b2215ff70d956414a84bba1374c1"><code>2df06d3</code></a> Fix SkullUtils NPE</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/c21e1886f379dce7ec6150e0a413486459c7d1c9"><code>c21e188</code></a> Support 'common' packet listener from 1.20.2</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/376490432d1d5ec26c5927a08e8324a6197b3e80"><code>3764904</code></a> Update Minecraft Wiki links to new domain</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/3c95597df5fab871918bc98c85ef2ee8164542d5"><code>3c95597</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/d2bd376893e673f1cb79461240f924044eff27e4"><code>d2bd376</code></a> Improve XItemStack.addItems()</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/58098bc20bf314cc64003b3d287f4070d8fa57c5"><code>58098bc</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/224">#224</a> from ImSpooks/master</li> <li>Additional commits viewable in <a href="https://github.com/CryptoMorin/XSeries/compare/v9.5.0...v9.6.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.5.0&new-version=9.6.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>
dependabot[bot] commented 2023-10-11 02:23:51 +00:00 (Migrated from github.com)

Superseded by #21.

Superseded by #21.

Pull request closed

Sign in to join this conversation.
No description provided.