Skip to content

chore(deps-dev): bump @djs-core/dev from 5.1.0 to 5.4.0#142

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/djs-core/dev-5.4.0
Open

chore(deps-dev): bump @djs-core/dev from 5.1.0 to 5.4.0#142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/djs-core/dev-5.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @djs-core/dev from 5.1.0 to 5.4.0.

Release notes

Sourced from @​djs-core/dev's releases.

@​djs-core/dev@​5.4.0

Minor Changes

  • ee21ee9: Add require-description lint rule to djs-core check.

    Warns when a Command is missing .setDescription() — Discord requires a description for all slash commands. The rule is fixable: --fix inserts .setDescription("TODO: add a description") automatically.

  • 387494a: Add .withData<T>() method to Button, Modal, and all SelectMenu components

    • Button, Modal, StringSelectMenu, UserSelectMenu, RoleSelectMenu, ChannelSelectMenu, and MentionableSelectMenu now expose .withData<T>() to declare the expected data type
    • The old generic constructor syntax (new Button<T>()) is deprecated in favor of new Button().withData<T>()
    • New no-generic-constructor lint rule in djs-core check detects and autofixes the deprecated pattern

Patch Changes

  • Updated dependencies [387494a]
    • @​djs-core/runtime@​1.13.0

@​djs-core/dev@​5.3.0

Minor Changes

  • 7e6922e: Add djs-core check command — a static linter for djs-core anti-patterns powered by ts-morph.

    • --fix auto-applies all fixable issues
    • --rule <name> runs a single rule
    • Errors exit with code 1, warnings are informational only

    Built-in rules:

    • no-ephemeral (error, fixable): replaces deprecated ephemeral: true with flags: [MessageFlags.Ephemeral] and adds the import automatically
    • prefer-typed-options (warn): suggests using the typed options parameter in .run() instead of interaction.options.getXxx()
  • ff8a9f6: Add djs-core generate command (alias g) to scaffold interaction files from templates.

    Supported types: command, button, modal, select, event, context.

    djs-core generate command shop/search
    djs-core g button confirm
    djs-core g modal feedback --force

    Creates the file at the correct path with the right imports and a working skeleton. Intermediate directories are created automatically.

  • 778aa24: Add djs-core list command that scans src/ and prints all detected commands, context menus, buttons, select menus, modals, events and cron tasks with their routes and file paths.

Patch Changes

  • Updated dependencies [1313559]
  • Updated dependencies [fe6bbc7]

... (truncated)

Changelog

Sourced from @​djs-core/dev's changelog.

5.4.0

Minor Changes

  • ee21ee9: Add require-description lint rule to djs-core check.

    Warns when a Command is missing .setDescription() — Discord requires a description for all slash commands. The rule is fixable: --fix inserts .setDescription("TODO: add a description") automatically.

  • 387494a: Add .withData<T>() method to Button, Modal, and all SelectMenu components

    • Button, Modal, StringSelectMenu, UserSelectMenu, RoleSelectMenu, ChannelSelectMenu, and MentionableSelectMenu now expose .withData<T>() to declare the expected data type
    • The old generic constructor syntax (new Button<T>()) is deprecated in favor of new Button().withData<T>()
    • New no-generic-constructor lint rule in djs-core check detects and autofixes the deprecated pattern

Patch Changes

  • Updated dependencies [387494a]
    • @​djs-core/runtime@​1.13.0

5.3.0

Minor Changes

  • 7e6922e: Add djs-core check command — a static linter for djs-core anti-patterns powered by ts-morph.

    • --fix auto-applies all fixable issues
    • --rule <name> runs a single rule
    • Errors exit with code 1, warnings are informational only

    Built-in rules:

    • no-ephemeral (error, fixable): replaces deprecated ephemeral: true with flags: [MessageFlags.Ephemeral] and adds the import automatically
    • prefer-typed-options (warn): suggests using the typed options parameter in .run() instead of interaction.options.getXxx()
  • ff8a9f6: Add djs-core generate command (alias g) to scaffold interaction files from templates.

    Supported types: command, button, modal, select, event, context.

    djs-core generate command shop/search
    djs-core g button confirm
    djs-core g modal feedback --force

    Creates the file at the correct path with the right imports and a working skeleton. Intermediate directories are created automatically.

  • 778aa24: Add djs-core list command that scans src/ and prints all detected commands, context menus, buttons, select menus, modals, events and cron tasks with their routes and file paths.

Patch Changes

... (truncated)

Commits
  • 6ef38cb Version Packages (#61)
  • 2dc5039 chore(deps): bump @​clack/prompts from 1.5.1 to 1.6.0 (#64)
  • af923c2 fix(ci): auto-fix biome formatting and import ordering
  • 387494a feat: add .withData<T>() API to all interactive components
  • ee21ee9 feat(dev): add require-description lint rule to djs-core check
  • 92c532a chore(deps): bump @​clack/prompts from 1.1.0 to 1.5.1 (#56)
  • 521a9fd chore(docs): re-sync dev docs after merge
  • 5f5bd1a Version Packages (#55)
  • d31d0ad feat(docs): add sidebar icons, remove docs/ folder, drop AI tools section
  • a1d6f78 fix(ci): fix biome and knip failures
  • 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 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 [@djs-core/dev](https://github.com/Cleboost/djs-core/tree/HEAD/packages/dev) from 5.1.0 to 5.4.0.
- [Release notes](https://github.com/Cleboost/djs-core/releases)
- [Changelog](https://github.com/Cleboost/djs-core/blob/master/packages/dev/CHANGELOG.md)
- [Commits](https://github.com/Cleboost/djs-core/commits/@djs-core/dev@5.4.0/packages/dev)

---
updated-dependencies:
- dependency-name: "@djs-core/dev"
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants