Skip to content

chore(deps-dev): bump @djs-core/dev from 5.4.1 to 5.6.0 - #158

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @djs-core/dev from 5.4.1 to 5.6.0.

Release notes

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

@​djs-core/dev@​5.6.0

Minor Changes

  • 940ea61: Add @djs-core/testing and ship djs-core test for running colocated bun:test suites against bot handlers.

Patch Changes

  • 940ea61: Security, reliability, and DX improvements:

    • Include modals in the production generated entry
    • Lazy-load ts-morph for djs-core check and keep it external in the CLI bundle
    • Read CLI --version from @djs-core/dev package.json
    • Sanitize djs-core generate output paths against directory traversal
    • Harden generated Dockerfiles (USER bun, healthcheck, optional migrations copy) and add --docker
    • Handle SIGTERM during djs-core dev shutdown (Docker/systemd)
    • Improve dev HMR: unload buttons before reload, warn when djs.config.ts changes, document restart requirements
    • Generate PostgresJsDatabase types for PostgreSQL (matches postgres-js runtime driver)
  • Updated dependencies [940ea61]

  • Updated dependencies [940ea61]

  • Updated dependencies [940ea61]

  • Updated dependencies [940ea61]

    • @​djs-core/db@​1.0.1
    • @​djs-core/runtime@​1.14.1
    • @​djs-core/testing@​1.0.0

@​djs-core/dev@​5.5.0

Minor Changes

  • 4a24ff1: Collapse dev startup load logs into a compact summary.

    • Replace per-file load lines with a single summary showing counts for commands, buttons, modals, select menus, context menus, events, crons, and tasks
    • Add loadSummary() on the shared logger for grouped startup output
  • 3e06307: Decouple @djs-core/dev from automatic runtime patch bumps.

    • Move @djs-core/runtime from dev dependencies to peerDependencies (^1.13.0)
    • Add PLUGIN_API_CHANGELOG.md to track plugin API changes separately from runtime bugfixes
    • Remove the internal PLUGIN_CONTRACT.md in favor of the dedicated plugin API changelog
  • Add native @djs-core/db with client.db, db: config, and djs-core db CLI.

    • New @djs-core/db package — Drizzle layer with sqlite, postgresql, mysql, and turso dialects
    • db: block in djs.config.ts with optional autoMigrate
    • interaction.client.db typed via .djscore/db.d.ts
    • CLI: djs-core db init | generate | migrate | push | studio | pull
    • Drizzle Kit config synced from djs.config.ts without loading secrets
    • DB code tree-shaken from bundle when db: is not configured
    • Official database plugins deprecated in favor of native DB

... (truncated)

Changelog

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

5.6.0

Minor Changes

  • 940ea61: Add @djs-core/testing and ship djs-core test for running colocated bun:test suites against bot handlers.

Patch Changes

  • 940ea61: Security, reliability, and DX improvements:

    • Include modals in the production generated entry
    • Lazy-load ts-morph for djs-core check and keep it external in the CLI bundle
    • Read CLI --version from @djs-core/dev package.json
    • Sanitize djs-core generate output paths against directory traversal
    • Harden generated Dockerfiles (USER bun, healthcheck, optional migrations copy) and add --docker
    • Handle SIGTERM during djs-core dev shutdown (Docker/systemd)
    • Improve dev HMR: unload buttons before reload, warn when djs.config.ts changes, document restart requirements
    • Generate PostgresJsDatabase types for PostgreSQL (matches postgres-js runtime driver)
  • Updated dependencies [940ea61]

  • Updated dependencies [940ea61]

  • Updated dependencies [940ea61]

  • Updated dependencies [940ea61]

    • @​djs-core/db@​1.0.1
    • @​djs-core/runtime@​1.14.1
    • @​djs-core/testing@​1.0.0

5.5.0

Minor Changes

  • 4a24ff1: Collapse dev startup load logs into a compact summary.

    • Replace per-file load lines with a single summary showing counts for commands, buttons, modals, select menus, context menus, events, crons, and tasks
    • Add loadSummary() on the shared logger for grouped startup output
  • 3e06307: Decouple @djs-core/dev from automatic runtime patch bumps.

    • Move @djs-core/runtime from dev dependencies to peerDependencies (^1.13.0)
    • Add PLUGIN_API_CHANGELOG.md to track plugin API changes separately from runtime bugfixes
    • Remove the internal PLUGIN_CONTRACT.md in favor of the dedicated plugin API changelog
  • Add native @djs-core/db with client.db, db: config, and djs-core db CLI.

    • New @djs-core/db package — Drizzle layer with sqlite, postgresql, mysql, and turso dialects
    • db: block in djs.config.ts with optional autoMigrate
    • interaction.client.db typed via .djscore/db.d.ts
    • CLI: djs-core db init | generate | migrate | push | studio | pull
    • Drizzle Kit config synced from djs.config.ts without loading secrets
    • DB code tree-shaken from bundle when db: is not configured

... (truncated)

Commits
  • 9012412 Version Packages (#105)
  • 323721e fix(dev): stop exporting unused ALL_RULES for knip
  • c5fc996 fix(dev): generate PostgresJsDatabase types for postgres dialect
  • e6db0ff fix(dev): tighten HMR reload behavior and config guidance
  • 5fbcfa3 fix(dev): handle SIGTERM during dev shutdown
  • 27d8972 fix(dev): harden generated Dockerfile and add --docker flag
  • ba8019c fix(dev): sanitize generate paths against traversal
  • 531c3ba fix(dev): read CLI version from package.json
  • 7577fa8 chore(deps): unify discord.js via workspace catalog
  • e0b4e17 refactor(runtime): route slash sync through ApplicationCommandHandler only
  • 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.4.1 to 5.6.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.6.0/packages/dev)

---
updated-dependencies:
- dependency-name: "@djs-core/dev"
  dependency-version: 5.6.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 Sep 7, 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