CraigChat / craig

Craig is a multi-track voice recorder for Discord.
https://craig.chat
ISC License
413 stars 84 forks source link

chore(deps): bump slash-create from 5.7.1 to 5.10.0 #138

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps slash-create from 5.7.1 to 5.10.0.

Release notes

Sourced from slash-create's releases.

v5.10.0

Changed:

  • Context: Refactored duplicate methods into a single BaseInteractionContext (#384)
  • Server: Deprecated .use and .addMiddleware and made app member public
  • FastifyServer: Support for v4

Added:

  • types: GUILD_FORUM and GUILD_DIRECTORY to ChannelType
  • types: Added USER_SELECT, ROLE_SELECT, MENTIONABLE_SELECT, CHANNEL_SELECT and renamed SELECT to STRING_SELECT (#264)

v5.9.0

Changed:

  • RequestHandler: Updated API version to v10
    • This shouldn't change anything when it comes to interaction-specific requests, but be mindful when making manual API requests

Added:

  • MessageInteractionContext: Editing attachments (#358, #361)
  • RequestHandler: Added ability to send audit log reason in requests

Fixed:

  • types: Fixed embed types (#357)

v5.8.0

Added:

  • User: Avatar Decorations
    • Note that this isn't even out yet in canary but as an experiment, so this may change later or just get removed in general. This change also had some fixes with it and doesn't break anything, so it's there for whenever it exists since it is an existing prop in user objects.

Fixed:

  • types: Fixed option localization types
  • SlashCreator: Modal callbacks actually get removed after use
  • SlashCreator: Emit unverifiedRequest on bad timestamps
  • MessageInteractionContext: Options should no longer be modified when used in sending messages
Changelog

Sourced from slash-create's changelog.

[5.10.0] - 2022-10-17

Changed:

  • Context: Refactored duplicate methods into a single BaseInteractionContext (#384)
  • Server: Deprecated .use and .addMiddleware and made app member public
  • FastifyServer: Support for v4

Added:

  • types: GUILD_FORUM and GUILD_DIRECTORY to ChannelType
  • types: Added USER_SELECT, ROLE_SELECT, MENTIONABLE_SELECT, CHANNEL_SELECT and renamed SELECT to STRING_SELECT (#264)

[5.9.0] - 2022-09-04

Changed:

  • RequestHandler: Updated API version to v10
    • This shouldn't change anything when it comes to interaction-specific requests, but be mindful when making manual API requests

Added:

  • MessageInteractionContext: Editing attachments (#358, #361)
  • RequestHandler: Added ability to send audit log reason in requests

Fixed:

  • types: Fixed embed types (#357)

[5.8.0] - 2022-08-17

Added:

  • User: Avatar Decorations
    • Note that this isn't even out yet in canary but as an experiment, so this may change later or just get removed in general. This change also had some fixes with it and doesn't break anything, so it's there for whenever it exists since it is an existing prop in user objects.

Fixed:

  • types: Fixed option localization types
  • SlashCreator: Modal callbacks actually get removed after use
  • SlashCreator: Emit unverifiedRequest on bad timestamps
  • MessageInteractionContext: Options should no longer be modified when used in sending messages
Commits
  • 41676f5 release: v5.10.0
  • 0314594 feat: properly support fastify v4
  • 887e943 refactor: deprecate server functions, make app prop public
  • 6aaf193 Merge pull request #388 from Snazzah/dependabot/npm_and_yarn/types/node-18.11.0
  • d027b8c chore(deps-dev): bump @​types/node from 18.8.3 to 18.11.0
  • 6a0fed3 Merge pull request #387 from Snazzah/dependabot/npm_and_yarn/types/aws-lambda...
  • b188a31 chore(deps-dev): bump @​types/aws-lambda from 8.10.106 to 8.10.107
  • c957e3c Merge pull request #389 from Snazzah/dependabot/npm_and_yarn/mocha-10.1.0
  • c5bbe2e chore(deps-dev): bump mocha from 10.0.0 to 10.1.0
  • 8debe33 Merge pull request #386 from Snazzah/dependabot/npm_and_yarn/fastify-4.9.0
  • 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 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)