Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

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

Release notes

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

1.20.6+ support for Brigadier

This version adds Brigadier support to v3 on 1.20.6+ (Paper only)

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

... (truncated)

Commits
  • ca8a895 bump version
  • 1d92824 cleanups
  • efb0a6b add paper registry by lifecycle events
  • 71b04fd add paper 1.21 stubs
  • e05a239 Create CONTRIBUTING.md
  • fdd985d Create CODE_OF_CONDUCT.md
  • 2eabfc6 Merge pull request #104 from utfunderscore/master
  • e0da9ee fix: Replace manual legacy serialization for adventure implementation
  • b920a05 Include note about sponsors in README
  • 94fe0b8 add option to make enums appear as literals in brigadier suggestions
  • Additional commits viewable in compare view

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.

Bumps [com.github.Revxrsal.Lamp:common](https://github.com/Revxrsal/Lamp) from 3.1.5 to 3.3.0.
- [Release notes](https://github.com/Revxrsal/Lamp/releases)
- [Commits](Revxrsal/Lamp@3.1.5...3.3.0)

---
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 Oct 7, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #16.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/maven/com.github.Revxrsal.Lamp-common-3.3.0 branch August 5, 2025 02:34
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