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): bump slash-create from 6.2.1 to 6.3.0 #131

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps slash-create from 6.2.1 to 6.3.0.

Release notes

Sourced from slash-create's releases.

v6.3.0

Changed:

  • POST callbacks will now return responses as InitialCallbackResponse, multiple functions can return this instead of a boolean denoting success

Added:

  • SlashCreators using webservers can use the postCallbacks option to serve 202s to interactions and POST a callback instead
  • Launching activities with MessageInteractionContext#launchActivity
  • Entry points
  • SlashCommand#getMention
  • MessageInteractionContext#defer now supports using any message flags
  • Support for editing message flags
  • Support for sending polls
  • [types] Updated MessageAttachmentOptions to support voice message properties
  • Message classes now support the following:
    • call objects (call)
    • more thread properties (position and thread)
    • polls (poll)
    • activity
    • applicationID
    • message snapshots / forwarded messages (messageSnapshots)
    • stickers (stickerItems)

Fixed:

  • HTTP errors will now properly format request errors
  • Fastify/Express servers should no longer respond early to some interactions
  • Message#interactionMetadata parsing has been updated and fixed to include more data
  • [types] Updated AutocompleteChoice to include name_localizations
  • [types] Updated MessageAttachment to include waveform, duration_secs, flags, title, and ephemeral
  • [types] Updated Message#components to be an array of any component rather than just action rows (See discord/discord-api-docs#7115)
Changelog

Sourced from slash-create's changelog.

[6.3.0] - 2024-09-25

Changed:

  • POST callbacks will now return responses as InitialCallbackResponse, multiple functions can return this instead of a boolean denoting success

Added:

  • SlashCreators using webservers can use the postCallbacks option to serve 202s to interactions and POST a callback instead
  • Launching activities with MessageInteractionContext#launchActivity
  • Entry points
  • SlashCommand#getMention
  • MessageInteractionContext#defer now supports using any message flags
  • Support for editing message flags
  • Support for sending polls
  • [types] Updated MessageAttachmentOptions to support voice message properties
  • Message classes now support the following:
    • call objects (call)
    • more thread properties (position and thread)
    • polls (poll)
    • activity
    • applicationID
    • message snapshots / forwarded messages (messageSnapshots)
    • stickers (stickerItems)

Fixed:

  • HTTP errors will now properly format request errors
  • Fastify/Express servers should no longer respond early to some interactions
  • Message#interactionMetadata parsing has been updated and fixed to include more data
  • [types] Updated AutocompleteChoice to include name_localizations
  • [types] Updated MessageAttachment to include waveform, duration_secs, flags, title, and ephemeral
  • [types] Updated Message#components to be an array of any component rather than just action rows (See discord/discord-api-docs#7115)
Commits
  • 422da8c release: v6.3.0
  • 9f3bdb4 feat: message snapshots
  • dc8e1b3 fix: update message errors
  • 4f5a3b5 fix(docs): fix small doc mistakes
  • c160009 feat: allow custom flag deferring and editing message flags
  • d03fb4b types: also support attachment titles
  • 2993c9b feat(types): support sending voice messages
  • 684ad62 fix(DiscordRESTError): flattten response errors properly
  • 6893598 chore: small doc fix
  • f1c8a6d feat(command): have getMention support subcommands
  • 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 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 [slash-create](https://github.com/Snazzah/slash-create) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/Snazzah/slash-create/releases)
- [Changelog](https://github.com/Snazzah/slash-create/blob/master/CHANGELOG.md)
- [Commits](Snazzah/slash-create@v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: slash-create
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] network Transitive: environment, unsafe +5 1.94 MB snazzah

🚮 Removed packages: npm/[email protected]

View full report↗︎

@madonuko madonuko merged commit 27bea1d into main Oct 7, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/slash-create-6.3.0 branch October 7, 2024 16:20
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