Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps io.github.rysefoxx.inventory:RyseInventory-Plugin from 1.5.4 to 1.6.5.27-DEV.

Release notes

Sourced from io.github.rysefoxx.inventory:RyseInventory-Plugin's releases.

Changelog v1.6.5:

  • You can now update titles in version 1.19.4.
  • You can now give items a delay, so that they are executed only after a certain time.
  • Unused data will now be deleted.

Changelog v1.6.4:

  • Fixed a bug where the vertical position of the items in the inventory view was not respected.
  • If no SlotIterator type is selected, Horizontal is used by default.
  • Fixed an error where the number of pages in the pagination were not correct.

Changelog v1.6.3:

  • Fixed a bug where an attempt was made to place an item in a non-existent slot.
  • Fixed a bug where the vertical position of the items in the inventory view was not respected.
  • Fixed a bug where no plugin instance was passed to AnvilGUI.

Changelog v1.6.2:

  • Fixed a bug where an attempt was made to place an item in a non-existent slot.

Changelog v1.6.1:

  • Adventure is no longer shaded

Changelog v1.6.0:

  • There is now the method InventoryContents#readOnlyProperties to get a copy of the properties.
  • There is now a method RyseInventory#restoreOriginal to restore the original inventory.
  • There is now a method RyseInventory.Builder#keepOriginal to keep the original inventory.
  • The updateOrSet methods now return a boolean whether all slots have been successfully updated or placed.
  • There is now a method InventoryContents#findCorner to find the corners of the inventory.
  • There is now a method InventoryContents#fillDiagonal to fill an inventory diagonally.
  • Performance improvements
    • A list is now created once with the data, what slots and pages are available. Previously, each new page was recalculated.
    • The pagination is now cached so that only 1x the slots and pages have to be calculated. The cache is released when closing the inventory.
  • You can now specify a delay for the following methods:
    • InventoryContents#update
    • InventoryContents#updateOrSet
    • InventoryContents#updateTitle
  • The custom events of RyseInventory can now be used in the builder in the #listener method.
  • Fixed a bug in the De(serialization) method.
  • RyseAnvil was removed and replaced with AnvilGUI.Builder.
  • You can now set afterwards whether the player can close the inventory or not.
  • Adventure is now shaded and is no longer needed as an extra dependency (you can still add the Adventure dependency).

Changelog v1.5.7:

  • There is now the method set for multiple slots
  • RyseInventory Copy Constructor now takes over the new data
  • RyseInventory should now be thread-safe
  • RyseInventory now supports Adventure
  • RyseInventory Events revised

Changelog v1.5.6.2:

  • Inside the AnvilGUI now onComplete can be null.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 5, 2025
@mercurialmusic
Copy link

@dependabot rebase

Bumps [io.github.rysefoxx.inventory:RyseInventory-Plugin](https://github.com/Rysefoxx/RyseInventory) from 1.5.4 to 1.6.5.27-DEV.
- [Release notes](https://github.com/Rysefoxx/RyseInventory/releases)
- [Commits](https://github.com/Rysefoxx/RyseInventory/commits)

---
updated-dependencies:
- dependency-name: io.github.rysefoxx.inventory:RyseInventory-Plugin
  dependency-version: 1.6.5.27-DEV
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.github.rysefoxx.inventory-RyseInventory-Plugin-1.6.5.27-DEV branch from 280ef28 to f36e557 Compare December 31, 2025 11:22
@mercurialmusic mercurialmusic merged commit 48ce85b into main Dec 31, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.rysefoxx.inventory-RyseInventory-Plugin-1.6.5.27-DEV branch December 31, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants