Bump XSeries from 9.2.0 to 9.3.0 #7

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/com.github.cryptomorin-XSeries-9.3.0 into master
dependabot[bot] commented 2023-02-24 04:07:36 +01:00 (Migrated from github.com)

Bumps XSeries from 9.2.0 to 9.3.0.

Release notes

Sourced from XSeries's releases.

v9.3.0

Maven

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

Gradle

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

Warning Don't forget to shade the library.


Changed some stuff according to CodeFactor. I still don't know why it's whining about some methods' complexity, they're meant to be complex for fuck's sake.

XItemStack

  • The "book" section for writable books will no longer be serialized if there's no information.
  • Fixed no-damage-ticks option.

XTag

  • Improved INVENTORY_NOT_DISPLAYABLE

XMaterial

  • Fixed an error caused by custom MAP in outdated server versions.

XBlock

  • Fixed isCrop()

XEntity

  • Fixed an error caused in v1.10 servers and below.

XSound

  • Record can be cloned now.

NoteBlockMusic

  • Now has an option to play the sound "at location".
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 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 [XSeries](https://github.com/CryptoMorin/XSeries) from 9.2.0 to 9.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CryptoMorin/XSeries/releases">XSeries's releases</a>.</em></p> <blockquote> <h2>v9.3.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.3.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.3.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>Changed some stuff according to CodeFactor. I still don't know why it's whining about some methods' complexity, they're meant to be complex for fuck's sake.</p> <p><strong>XItemStack</strong></p> <ul> <li>The &quot;book&quot; section for writable books will no longer be serialized if there's no information.</li> <li>Fixed <code>no-damage-ticks</code> option.</li> </ul> <p><strong>XTag</strong></p> <ul> <li>Improved INVENTORY_NOT_DISPLAYABLE</li> </ul> <p><strong>XMaterial</strong></p> <ul> <li>Fixed an error caused by custom MAP in outdated server versions.</li> </ul> <p><strong>XBlock</strong></p> <ul> <li>Fixed isCrop()</li> </ul> <p><strong>XEntity</strong></p> <ul> <li>Fixed an error caused in v1.10 servers and below.</li> </ul> <p><strong>XSound</strong></p> <ul> <li><code>Record</code> can be cloned now.</li> </ul> <p><strong>NoteBlockMusic</strong></p> <ul> <li>Now has an option to play the sound &quot;at location&quot;.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CryptoMorin/XSeries/commit/bcb368a4efe0fd605741107fb8ff7980ccc90fc3"><code>bcb368a</code></a> Update README.md</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/ac90246800f0eaee420f5fb76a60fd541246fc9c"><code>ac90246</code></a> Make CodeFactor happier</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/edac69bee70b254ed227942d049f73f0ca634766"><code>edac69b</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/8068578f4846c6fb5d62265286c5b0e86caca343"><code>8068578</code></a> v9.3.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/976ed423fff351933be3f6fd0b7eec671ca6a9a2"><code>976ed42</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/CryptoMorin/XSeries/issues/199">#199</a> from HSGamer/patch-1</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/c39e0db4d0029b4cbfc2b8166ada1e996e3d9206"><code>c39e0db</code></a> use Cloneable interface</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/fe21f407713acb0bddb580e5c336009ad62fac4a"><code>fe21f40</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/CryptoMorin/XSeries/issues/200">#200</a> from HSGamer/patch-2</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/f05a4b57cd7166b26e39f96148eec4b720e9f9ae"><code>f05a4b5</code></a> Fix inconsistent path on no-damage-ticks</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/f54b4ced862dd7032c5bda733511b123092969bd"><code>f54b4ce</code></a> make Record cloneable</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/bad5ce126658dc0f351f49aaa3e52d328d3cf7f8"><code>bad5ce1</code></a> playAtLocation option for NoteBlockMusic</li> <li>See full diff in <a href="https://github.com/CryptoMorin/XSeries/compare/v9.2.0...v9.3.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.2.0&new-version=9.3.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 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-03-21 04:04:40 +01:00 (Migrated from github.com)

Superseded by #10.

Superseded by #10.

Pull request closed

Sign in to join this conversation.
No description provided.