Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

chore(deps): bump slash-create from 3.5.0 to 4.0.1 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2021

Bumps slash-create from 3.5.0 to 4.0.1.

Release notes

Sourced from slash-create's releases.

v4.0.1

Fixed:

  • Fixed exports from last release

v4.0.0

Migrating from 3.x to 4.x

  • No major breaking changes to the package have been made. If you depend on other files from the package (i.e. slash-create/lib/server.js) then you may need to change things.
  • The permission MANAGE_EMOJIS has been renamed to MANAGE_EMOJIS_AND_STICKERS
  • For TypeScript users:
    • FollowUpMessageOptions and CommandOption have been removed.
    • ApplicationCommandOption no longer has the default option.

Removed:

  • ApplicationCommandOption: removed deprecated default option
    • Reorder the required options instead.
  • Permissions: removed MANAGE_EMOJIS permission in favor of MANAGE_EMOJIS_AND_STICKERS
  • types: removed CommandOption type
  • types: removed FollowUpMessageOptions in favor of MessageOptions

Changed:

  • types: RequestHandler -> ServerRequestHandler
  • types: TypedEmitter -> TypedEventEmitter
  • Permissions/UserFlags: FLAGS constants from Permissions and UserFlags are inaccessible from the file itself. Use Permissions.FLAGS instead.
  • index: Almost everything is now properly exported to index (#96)
    • All files are no longer using default for exporting

Fixed:

  • MessageInteractionContext: Deleting the original message de-references the message ID from the context (#97)
  • ComponentContext: Remove partial message parsing
Changelog

Sourced from slash-create's changelog.

[4.0.1] - 2021-08-17

Fixed:

  • Fixed exports from last release

[4.0.0] - 2021-08-16

Removed:

  • ApplicationCommandOption: removed deprecated default option
    • Reorder the required options instead.
  • Permissions: removed MANAGE_EMOJIS permission in favor ofMANAGE_EMOJIS_AND_STICKERS
  • types: removed CommandOption type
  • types: removed FollowUpMessageOptions in favor of MessageOptions

Changed:

  • types: RequestHandler -> ServerRequestHandler
  • types: TypedEmitter -> TypedEventEmitter
  • Permissions/UserFlags: FLAGS constants from Permissions and UserFlags are inaccessible from the file itself. Use Permissions.FLAGS instead.
  • index: Almost everything is now properly exported to index (#96)
    • All files are no longer using default for exporting

Fixed:

  • MessageInteractionContext: Deleting the original message de-references the message ID from the context (#97)
  • ComponentContext: Remove partial message parsing
Commits
  • 9486d0a release: v4.0.1
  • fcc9679 fix: fix ts exports
  • b1746a9 chore(changelog): clarify changelog statement
  • 0886ccd release: v4.0.0
  • 6e5a7de chore: remove deprecations
  • 2096810 patch(MessageInteraction): remove message reference on delete (#97)
  • cba3060 chore(workflow): lint and fix for PRs
  • 9d3f4a3 refactor: expose a lot of typings (#96)
  • 3dfaced chore(deps): expose yarn.lock
  • 42adca2 fix(componentContext): remove partial message parsing
  • 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)

Bumps [slash-create](https://github.com/Snazzah/slash-create) from 3.5.0 to 4.0.1.
- [Release notes](https://github.com/Snazzah/slash-create/releases)
- [Changelog](https://github.com/Snazzah/slash-create/blob/master/CHANGELOG.md)
- [Commits](Snazzah/slash-create@v3.5.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2021
@mergify
Copy link
Contributor

mergify bot commented Aug 23, 2021

This PR features a major change and requires further approval.

@mergify mergify bot requested a review from Snazzah August 23, 2021 19:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants