Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

@​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]
  • Updated dependencies [9cbd5e7]
    • @​djs-core/runtime@​1.12.0

@​djs-core/dev@​5.2.3

Patch Changes

  • 96bc0d0: Security

    • Remove shell: true from spawnSync calls in plugin installer (prevents RCE via crafted plugin names)

    New APIs

    • closeDataStore() — cleanly closes the SQLite database and stops the cleanup interval (useful for shutdown hooks and tests)
    • isUnknownCommandError() exported from utils/discord-errors — typed guard for Discord API error 10063

    Bug fixes

    • isChatInputCommand() replaces deprecated isCommand() — context menu interactions no longer incorrectly hit the slash command handler

... (truncated)

Changelog

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

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]
  • Updated dependencies [9cbd5e7]
    • @​djs-core/runtime@​1.12.0

5.2.3

Patch Changes

  • 96bc0d0: Security

    • Remove shell: true from spawnSync calls in plugin installer (prevents RCE via crafted plugin names)

    New APIs

    • closeDataStore() — cleanly closes the SQLite database and stops the cleanup interval (useful for shutdown hooks and tests)
    • isUnknownCommandError() exported from utils/discord-errors — typed guard for Discord API error 10063

    Bug fixes

... (truncated)

Commits
  • 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
  • 8bf9d7a fix(ci): fix biome formatting and lint errors
  • 7a28724 feat(dev): bundle docs into published package for AI agent consumption
  • ff8a9f6 feat(dev): add djs-core generate command for scaffolding interaction files
  • 7e6922e feat(dev): add djs-core check command with ts-morph static linting
  • 778aa24 feat(dev): add djs-core list command
  • b688cff chore: pin all dependency versions, remove range specifiers
  • 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.3.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.3.0/packages/dev)

---
updated-dependencies:
- dependency-name: "@djs-core/dev"
  dependency-version: 5.3.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 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #142.

@dependabot dependabot Bot closed this Jun 23, 2026
@dependabot dependabot Bot deleted the dependabot/bun/djs-core/dev-5.3.0 branch June 23, 2026 15:23
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