Skip to content

chore(deps): update dependency slash-create to v7 - #52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/slash-create-7.x
Open

chore(deps): update dependency slash-create to v7#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/slash-create-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
slash-create (source) ^5.14.0 β†’ ^7.0.0 age adoption passing confidence

Release Notes

Snazzah/slash-create (slash-create)

v7.0.0

Compare Source

Changed:
  • Updated undici
  • Replaced lodash.isequal with dequal
  • Minimum Node version has been raised to v18.17

v6.8.1

Compare Source

Fixed:
  • Fixed infinite retry loop on repeated 429 rate limit responses (#​651)

v6.8.0

Compare Source

Added:

v6.7.1

Compare Source

Added:
  • Added BYPASS_SLOWMODE permission
Fixed:
  • Fixed types for selects not all having required in them for modals

v6.7.0

Compare Source

Added:

v6.6.4

Compare Source

Fixed:
  • Removed debug log in modal context

v6.6.3

Compare Source

Fixed:
  • Fixed an issue with SlashCreator.registerCommandsIn not registering properly after v6.4.2 due to not passing file URLs into import().

v6.6.2

Compare Source

Added:
  • Updated types to allow for any selects and text displays in modals.

v6.6.1

Compare Source

Fixed:

v6.6.0

Compare Source

Added:
  • Updated types to allow for select menus in modals, as well as using a LabelComponent as using action rows in modals are now deprecated.
  • ModalInteractionContext can now also have string arrays for those selects.
  • Added the PIN_MESSAGES permission.
Changed:
  • The type ComponentSelectMenu is now deprecated in favor of AnySelectComponent as each component type is now split out into their own types.

v6.5.0

Compare Source

Added:
  • Added collectibles to users
  • Added primaryGuild to users (supporting guild tags)
  • Added colors to roles (supporting role gradients)
  • Added Azure Function V4 Server (#​636)
  • Added a Generic server that uses Request/Response classes (#​637)

v6.4.2

Compare Source

Fixed:
  • Fix express apps being forced to use express.json in the entire app (#​633)
  • SlashCreator.registerCommandsIn now uses import() interally.
  • Added missing types for Component V2

v6.4.1

Compare Source

Fixed:
  • Fix message flags and attachments not being sent during .editParent()
  • Fix null checking data in ratelimit handling

v6.4.0

Compare Source

Added:
  • Added attachmentSizeLimit to interactions
  • Expose guild in interaction
  • Components V2 (#​628)
Changed:
  • The InteractionResponseFlags enum is now MessageFlags, InteractionResponseFlags is now deprecated.
  • Updated types to allow formatted allowed_mentions in message options

v6.3.2

Compare Source

Fixed:
  • Allow for just components in MessageInteractionContext.send and MessageInteractionContext.sendFollowUp
  • Modal callbacks are now awaited, fixing execution in Cloudflare Workers (#​631)
  • Invalid command names show the proper regex (#​629)

v6.3.1

Compare Source

Added:
Fixed:
  • PING requests no longer will use the callback endpoint regardless of the postCallbacks option (#​626)
  • Added a doc link to CommandContext.options

v6.3.0

Compare Source

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)

v6.2.1

Compare Source

Fixed:
  • Fixed global modal submit handlers causing errors (#​622)

v6.2.0

Compare Source

Added:
  • Added Server Context support for servers like Cloudflare Workers (#​621)
  • Added premium button, deprecating MessageInteractionContext#promptPremium (#​618)
Fixed:

v6.1.4

Compare Source

Changed:
  • Export node util functions verifyKey and getFiles (#​614)
Fixed:
  • Handle null reponses properly in DiscordRESTError
  • Fix typing for ComponentButton (#​616)
  • Updated channel permissions description (#​613)

v6.1.3

Compare Source

Fixed:

v6.1.2

Compare Source

Fixed:
  • Added DANGER ButtonStyle in accordance to Discord documentation
  • Added the Request object to the rawREST event for SlashCreator

v6.1.1

Compare Source

Fixed:

v6.1.0

Compare Source

Added:
  • Support for user-installable apps (discord changelog)
    • Added SlashCommandOptions#integrationTypes and SlashCommandOptions#contexts
    • Added BaseInteraction#authorizingIntegrationOwners and BaseInteraction#context
    • Message#interaction deprecated in favor of Message#interactionMetadata
Fixed:
  • Added applied_tags field to channel structure (#​607)
  • Use global name in Member#displayName

v6.0.2

Compare Source

Fixed:
  • Fixed some possible issues with verifying responses

v6.0.1

Compare Source

Fixed:
  • Fixed some types being exported, leading to failed builds

v6.0.0

Compare Source

Breaking Changes:
  • SlashCreator#syncCommands is now an asynchronous function, replacing #syncCommandsAsync.
  • All old command permission functions have been removed.
  • Command reregistering has been removed.
  • The request handler has been rewritten to use undici using this PR by @​HeadTriXz.
  • Setting a maximum signature timestamp (SlashCreatorOptions#maxSignatureTimestamp) has been removed. This has caused more issues and timestamps are not checked from other implementations of slash commands.
  • The minimum Node version of slash-create is now v16.
  • SlashCreator#registerCommandsIn is now async.
  • SlashCreator#registerCommand and SlashCreator#registerCommands now return the commands that have been registered.
Additions:
  • Commands can now use the throttle() function which takes a CommandContext and allows you to asynchronously ratelimit users before running the command itself.
  • slash-create now has a web export for built-in Cloudflare Worker compatibility.
  • Support for the Bun runtime with BunServer.
  • Added the USE_EXTERNAL_SOUNDS permission. (1 << 46)
Fixed:
  • types: min_length and max_length to string options now exists

Configuration

πŸ“… Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from Codeize as a code owner July 29, 2026 00:11
@datadog-buape-studios

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 1 Pipeline job failed

Build | Docker Image Β Β View in Datadog Β  GitHub Actions

Useful? React with πŸ‘ / πŸ‘Ž

This comment will be updated automatically if new data arrives.
πŸ”— Commit SHA: 6a2a06c | Docs | Datadog PR Page | Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants