Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

@​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

Patch Changes

  • 032b767: Add a scoped colored logger shared by the runtime and dev CLI.

    • New HH:MM [SCOPE] log format with levels (debug, info, success, warn, error) and TTY-aware colors
    • Export createLogger, runtimeLog, devLog, pluginLog, and related types from @djs-core/runtime
    • Replace ad-hoc console.log / picocolors usage across runtime handlers and dev commands with the unified logger
    • Add warnBlock() for multi-line warnings such as permission mismatches during command sync
  • 3b69980: Replace dts-bundle-generator with tsc for faster, more reliable type emits in runtime and dev.

    • Export Config from @djs-core/runtime so published declarations stay self-contained
    • Export plugin helpers: resolvePlugin, RUNTIME_PACKAGE_NAME, RUNTIME_VERSION, and validatePluginRuntime
    • Add runtime semver validation against a plugin's peerDependencies["@djs-core/runtime"] at load time
  • Updated dependencies [4a24ff1]

  • Updated dependencies [3e06307]

  • Updated dependencies

  • Updated dependencies [032b767]

  • Updated dependencies [3b69980]

    • @​djs-core/runtime@​1.14.0
    • @​djs-core/db@​1.0.0
Changelog

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

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

Patch Changes

  • 032b767: Add a scoped colored logger shared by the runtime and dev CLI.

    • New HH:MM [SCOPE] log format with levels (debug, info, success, warn, error) and TTY-aware colors
    • Export createLogger, runtimeLog, devLog, pluginLog, and related types from @djs-core/runtime
    • Replace ad-hoc console.log / picocolors usage across runtime handlers and dev commands with the unified logger
    • Add warnBlock() for multi-line warnings such as permission mismatches during command sync
  • 3b69980: Replace dts-bundle-generator with tsc for faster, more reliable type emits in runtime and dev.

    • Export Config from @djs-core/runtime so published declarations stay self-contained
    • Export plugin helpers: resolvePlugin, RUNTIME_PACKAGE_NAME, RUNTIME_VERSION, and validatePluginRuntime
    • Add runtime semver validation against a plugin's peerDependencies["@djs-core/runtime"] at load time
  • Updated dependencies [4a24ff1]

  • Updated dependencies [3e06307]

  • Updated dependencies

  • Updated dependencies [032b767]

  • Updated dependencies [3b69980]

    • @​djs-core/runtime@​1.14.0
    • @​djs-core/db@​1.0.0
Commits
  • 4586ccc fix(ci): resolve knip findings and turbo types build order
  • dc5a3a9 chore: fix biome check for schema, formatting, and unused imports
  • 1a8c3cf fix(db): set project root before createDb when cwd differs
  • ecea382 chore(release): ship native DB with plugin deprecation and version bumps
  • 10e126b fix(db): sync drizzle config without loading full djs.config.ts
  • 218458d chore: apply biome fixes
  • 4946649 feat(db): add native @​djs-core/db with client.db and bundle tree-shaking
  • 6fe846d fix(dev): invoke turbo via bun in prepack for CI publish
  • 2f3374f chore: decouple dev from runtime patches and add plugin API changelog
  • 56144f1 chore: apply biome fixes
  • 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.5.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.5.0/packages/dev)

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

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #158.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/bun/djs-core/dev-5.5.0 branch September 7, 2026 15:24
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