Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps com.github.Revxrsal.Lamp:common from 3.1.5 to 3.2.1.

Release notes

Sourced from com.github.Revxrsal.Lamp:common's releases.

Lamp v3.2.1

  • Add a no-arg constructor to SendMessageException and CommandErrorException, to allow users to signal command failing without sending a message. This is useful if users want to use their own way of sending error feedback to the user.
  • (Bukkit) Add @LiteralEnum annotation and BukkitBrigadier#showEnumsAsNativeLiterals to make enums appear as native parameters. This allows commands to have literals between parameters.
  • (Velocity) Add a sender resolver for Audience, and a response handler for ComponentLike

Lamp v3.2.0

  • Use native player completions for OfflinePlayer (#87)

Lamp v3.1.9

What's Changed

Lamp v3.1.8

  • Fixed a bug in commands that contain :.
  • OfflinePlayer will automatically get the online players for completions

Full Changelog: Revxrsal/Lamp@3.1.7...3.1.8

Lamp v3.1.7

  • Support for Kotlin's default arguments 🎉 (they must use @Optional)
  • @DefaultFor now accepts a ~ for parent paths
  • Removed @Optional#def()
  • @Optional is now allowed on primitive types, in which case they will use the default primitive value (zero for numbers, false for booleans, etc.)

Full Changelog: Revxrsal/Lamp@3.1.6...3.1.7

Lamp v3.1.6

  • Fixed Brigadier numerical and boolean arguments not working
  • Fixed Brigadier commands showing the Unknow command message when they are missing an argument
  • Fixed the EntitySelector not showing suggestions
  • Fixed parameters sometimes getting null when they aren't optional
  • JDA slash commands by @​bivashy 🎉
  • Sponge 8 by @​creatorfromhell 🎉
  • OfflinePlayer fixes

What's Changed

New Contributors

... (truncated)

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.Revxrsal.Lamp:common](https://github.com/Revxrsal/Lamp) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/Revxrsal/Lamp/releases)
- [Commits](Revxrsal/Lamp@3.1.5...3.2.1)

---
updated-dependencies:
- dependency-name: com.github.Revxrsal.Lamp:common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 7, 2024

Superseded by #13.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/maven/com.github.Revxrsal.Lamp-common-3.2.1 branch October 7, 2024 19:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant