Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.spongepowered:spongeapi from 8.1.0 to 13.0.0 in /Plan #3913

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps org.spongepowered:spongeapi from 8.1.0 to 13.0.0.

Release notes

Sourced from org.spongepowered:spongeapi's releases.

v13.0.0

What's Changed

Breaking Changes

  • Item Model data kinds have changed with Minecraft 1.21.2 from a float to a more elaborate component format
  • ArmorMaterials have changed from an Optional<Ingredient> to Predicate<ItemStack>
  • BoatTypes no longer have a representedBlock association per Minecraft's data-driven design
  • CarvingSteps are removed, per world generation engine has changed
  • AvoidLivingGoal targetSelector() now uses a BiPredicate<Living, ServerWorld> instead of just a Predicate<Living>
  • Per Mojang's data id changes for AttributeModifiers, the names of these fields have changed
  • Explosions radius changed from integer to float radius
  • CooldownEvent has removed ItemType as now they are based on Cooldown Groups, read more on the Minecraft Wiki
  • Removed previously deprecated methods from API 12 regarding the change from ItemStack to ItemStackLike

Full Changelog: SpongePowered/SpongeAPI@v12.0.0...v13.0.0

v12.0.0

What's Changed

... (truncated)

Commits
  • 0f857e9 feat: prepare API 13 release
  • 33e16ee Update Gradle to 8.8
  • bf776f3 chore: mark creaking entity type as experimental
  • f424559 Expose tab list entry order
  • c0f65a1 Add javadocs for NotifyNeighborBlockEvent
  • 3caa5c7 Fix NotifyNeighborBlockEvent filter being inverse
  • e536a0d Deprecate EventManager#(PluginContainer, Object)
  • a17e5be Merge remote-tracking branch 'origin/api-12' into api-13
  • f695db1 Add Keys.BOUNDING_BOX_BASE_SIZE and Keys.BOUNDING_BOX_HEIGHT
  • 529eaa9 Add Keys.MATRIX
  • 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 [org.spongepowered:spongeapi](https://github.com/SpongePowered/SpongeAPI) from 8.1.0 to 13.0.0.
- [Release notes](https://github.com/SpongePowered/SpongeAPI/releases)
- [Commits](SpongePowered/SpongeAPI@v8.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: org.spongepowered:spongeapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependabot tag java Dependabot gradle tag labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot tag java Dependabot gradle tag
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants