Skip to content

chore(deps): bump @djs-core/runtime from 1.13.1 to 1.14.0 - #155

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

chore(deps): bump @djs-core/runtime from 1.13.1 to 1.14.0#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/djs-core/runtime-1.14.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @djs-core/runtime from 1.13.1 to 1.14.0.

Release notes

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

@​djs-core/runtime@​1.14.0

Minor Changes

  • 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
  • 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

Patch 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
  • Updated dependencies

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

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

1.14.0

Minor Changes

  • 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
  • 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

Patch 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
  • Updated dependencies

    • @​djs-core/db@​1.0.0
Commits
  • 189fb29 fix(test): stabilize suite for db root, logger colors, and CI build
  • ecea382 chore(release): ship native DB with plugin deprecation and version bumps
  • 218458d chore: apply biome fixes
  • 4946649 feat(db): add native @​djs-core/db with client.db and bundle tree-shaking
  • ec1654d chore(deps): bump semver and @​types/semver (#106)
  • 6deb794 fix(runtime): remove unused export flagged by knip
  • 2f3374f chore: decouple dev from runtime patches and add plugin API changelog
  • 56144f1 chore: apply biome fixes
  • 7a713c2 chore(plugins): require @​djs-core/runtime >=1.13.1 as peer baseline
  • 100111b feat(dev): collapse startup load logs into a compact summary
  • 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/runtime](https://github.com/Cleboost/djs-core/tree/HEAD/packages/runtime) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/Cleboost/djs-core/releases)
- [Changelog](https://github.com/Cleboost/djs-core/blob/master/packages/runtime/CHANGELOG.md)
- [Commits](https://github.com/Cleboost/djs-core/commits/@djs-core/runtime@1.14.0/packages/runtime)

---
updated-dependencies:
- dependency-name: "@djs-core/runtime"
  dependency-version: 1.14.0
  dependency-type: direct:production
  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 #156.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/bun/djs-core/runtime-1.14.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