Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
slash-create (source) ^5.14.0 -> ^6.0.0 age adoption passing confidence

Release Notes

Snazzah/slash-create (slash-create)

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:
  • Fixed the select component types (#​643)

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:
  • Added GUILD_MEDIA channel type (#​625)
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:
  • Updated permission flags and names (#​617)

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:
  • Removed a debug log statement (#​608)

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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 December 30, 2023 15:21
@changeset-bot
Copy link

changeset-bot bot commented Dec 30, 2023

⚠️ No Changeset found

Latest commit: ea3bb1a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/slash-create-6.x branch from ea3bb1a to a0db277 Compare October 7, 2024 19:01
@renovate renovate bot force-pushed the renovate/slash-create-6.x branch from a0db277 to 5041bc3 Compare October 17, 2024 08:51
@renovate renovate bot force-pushed the renovate/slash-create-6.x branch from 5041bc3 to 86a7622 Compare July 27, 2025 11:59
@coderabbitai
Copy link

coderabbitai bot commented Jul 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/slash-create-6.x branch from 86a7622 to 53e0bd1 Compare October 25, 2025 20:18
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