ArcanePlugins / Treasury

🏦 A powerful multi-platform library for next-level plugin integrations.
https://hangar.papermc.io/ArcanePlugins/Treasury
Other
55 stars 14 forks source link

Bump spongeapi from 8.0.0 to 9.0.0 #282

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Bumps spongeapi from 8.0.0 to 9.0.0.

Release notes

Sourced from spongeapi's releases.

Release v9.0.0

What's Changed

Full Changelog: https://github.com/SpongePowered/SpongeAPI/compare/v8.1.0...v9.0.0

Release v8.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/SpongePowered/SpongeAPI/compare/v8.0.0...v8.1.0

Commits
  • d3a0492 Release version 9.0.0
  • 1330dd4 Merge branch 'api-8' into api-9
  • 71e933e Back to snapshot for continued development
  • 233b53c Release version 8.1.0
  • 515c161 Remove deprecations for removal from API 8.x
  • acf50c3 fix more javadoc warnings
  • 2c95970 update usage of deprecated adventure interface
  • f84e039 Merge remote-tracking branch 'origin/api-8' into api-9
  • 7a52f59 fix javadoc warnings
  • 2347950 Merge branch 'api-9' into snapshots/1.18.2
  • 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 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)
MrIvanPlays commented 1 year ago

@montlikadani how do we support both spongeapi 8 and spongeapi 9? It looks like there aren't any changes to spongeapi 9 from spongeapi 8 that affect us.

montlikadani commented 1 year ago

Some projects have multi modules created for sponge 8 and for 9 too, in my case I would do 3 different modules for 7, 8 and 9 versions, because each version supports different minecraft versions, since the server implementation has different code.

https://docs.spongepowered.org/stable/en-GB/plugin/api-versions.html

As far as I know, I don't think Sponge 9 is fully finished and it's not even the recommended version (experimental). The recommended version is still API 8. But honestly, I haven't used Sponge 9 yet

lokka30 commented 1 year ago

Let's pop this on hold until API v9 is stable. 😃

dependabot[bot] commented 10 months ago

Superseded by #292.