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

build(deps): update team-reflex/discord-php requirement from 10.0.0 to 10.1.0 #1965

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Updates the requirements on team-reflex/discord-php to permit the latest version.

Release notes

Sourced from team-reflex/discord-php's releases.

Version 10.1.0

What's Changed

Full Changelog: discord-php/DiscordPHP@v10.0.0...v10.1.0

Changelog

Sourced from team-reflex/discord-php's changelog.

Changelog

Version 7.0.0

This release contains breaking changes regarding messages.

  • Read the conversion guide for a guide on how to upgrade from v6.x to v7.

  • Upgraded to Discord API v9.

  • Added MessagBuilder.

    • See the conversion guide for more information - most functions that send messages now take message builders instead of seperate parameters.
  • Added support for Discord Threads.

    • $message->channel will now return a Channel or Thread object.
  • Added guild feature flags.

  • Removed premium_since attribute from the PresenceUpdate object.

    • This would have been null since v6 anyway.
  • $message->author is now only return an User object and no longer return a Member object. $message->user is removed in favour of $message->author

  • Message::stickers is now Message::sticker_items

  • Deprecated old permission names: (#661)

    • use_slash_commands is now use_application_commands
    • use_public_threads is now create_public_threads
    • use_private_threads is now create_private_threads
    • manage_emojis is now manage_emojis_and_stickers
  • Guild::region is deprecated and may be removed in future release

  • Sticker use Discord\Parts\Channel\Sticker is now use Discord\Parts\Guild\Sticker

  • Invite use Discord\Parts\Guild\Invite is now use Discord\Parts\Channel\Invite

  • Some event handler arguments have been updated, check out the documentation.

Version 6.0.2

  • Added link attribute to Message - #526
  • Added filter function to Collection.
  • Fixed voice client error when using PHP 7.4
  • Added 'Discord Certified Moderator' flag to Member.
  • Fixed member attribute on MessageReaction returning the wrong type.
  • Add sendMessage to Member object - #538
  • Fixed command client mention prefix when mentioning nickname.
  • Use Embed inside command client - #546
  • Add pending flag to Member object - #550
  • Add updateRolePositions to Guild to change position of roles.
  • Added buttons to Activity - #561
  • Allow bulk updating of permission overwrites through Channel.
  • Fix emoji deletion on macOS.
  • Add __toString() function to Channel for channel mention - #575
  • Add function to escape Discord markdown - #586

Thank you to the following for contributions to this release:

... (truncated)

Commits
  • 6db5275 Require react/promise ^3.0
  • b6b7233 Placeholder code for DAVE protocol
  • 859a350 Voice Opcodes for DAVE
  • 0a76a35 PHP 8.4: Implicitly nullable parameters deprecated
  • 562cb8a PHP 8.4: Implicitly nullable parameters deprecated
  • 4cf5d22 PHP 8.4: Implicitly nullable parameters deprecated
  • a46e93a Remove unused parameter from joinVoiceChannel
  • a9bb7fc Promise v3 (#1157)
  • See full diff in compare view

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)

Updates the requirements on [team-reflex/discord-php](https://github.com/discord-php/DiscordPHP) to permit the latest version.
- [Release notes](https://github.com/discord-php/DiscordPHP/releases)
- [Changelog](https://github.com/discord-php/DiscordPHP/blob/master/CHANGELOG.md)
- [Commits](discord-php/DiscordPHP@v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: team-reflex/discord-php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 27, 2024
The `done` method is removed in Promise v3, and `otherwise` is renamed
to `catch`. It's not entirely clear to me what will happen if the catch
rejection handler itself throws an error, but hopefully `logException`
is sufficiently robust to prevent such cases.
@hemberger
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@hemberger
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Superseded by #1969.

@dependabot dependabot bot closed this Dec 3, 2024
@dependabot dependabot bot deleted the dependabot/composer/team-reflex/discord-php-10.1.0 branch December 3, 2024 09:03
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant