Skip to content

chore(deps): bump @djs-core/runtime from 1.7.0 to 1.10.0#123

Merged
Cleboost merged 1 commit intomainfrom
dependabot/bun/djs-core/runtime-1.10.0
Mar 27, 2026
Merged

chore(deps): bump @djs-core/runtime from 1.7.0 to 1.10.0#123
Cleboost merged 1 commit intomainfrom
dependabot/bun/djs-core/runtime-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps @djs-core/runtime from 1.7.0 to 1.10.0.

Release notes

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

@​djs-core/runtime@​1.10.0

Minor Changes

  • 1aab71f: feat: add support for partials in configuration and enable all intents by default in DjsClient.
    • Add partials to the Config interface.
    • Update DjsClient constructor to include more default intents.
    • Added default partials support in DjsClient for partial data handling.

@​djs-core/runtime@​1.8.0

Minor Changes

  • 9bf091e: Support for dynamic plugin typing via PluginsExtensions augmentation and asynchronous import() in plugin configuration.

Patch Changes

  • 3c13aa6: Optimize application command registration by implementing parallel guild synchronization (via Promise.all) to improve performance and adding unit tests for command synchronization.
  • d8a5f1f: Optimize context menu registration and deletion by parallelizing guild-specific API calls and improving internal safety checks.
Changelog

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

1.10.0

Minor Changes

  • 1aab71f: feat: add support for partials in configuration and enable all intents by default in DjsClient.
    • Add partials to the Config interface.
    • Update DjsClient constructor to include more default intents.
    • Added default partials support in DjsClient for partial data handling.

1.9.0

Minor Changes

  • 07c0dd9: Allow users to specify optional intents in djs.config.ts. If not provided, it defaults to MessageContent, GuildMembers, and GuildPresences.

1.8.0

Minor Changes

  • 9bf091e: Support for dynamic plugin typing via PluginsExtensions augmentation and asynchronous import() in plugin configuration.

Patch Changes

  • 3c13aa6: Optimize application command registration by implementing parallel guild synchronization (via Promise.all) to improve performance and adding unit tests for command synchronization.
  • d8a5f1f: Optimize context menu registration and deletion by parallelizing guild-specific API calls and improving internal safety checks.
Commits
  • c001bda test
  • 5fdf0df test
  • 12ef5f8 Version Packages (#39)
  • 1aab71f Enable all intents and support partials in configuration (#38)
  • 7977061 Version Packages (#37)
  • a4063d6 chore: remove TypeScript from devDependencies in package & plugin package.json
  • 07c0dd9 Add optional intents configuration in djs.config.ts (#36)
  • 9cd63ec Version Packages (#12)
  • 32395b2 Add support for bundled and external build options (#29)
  • 3c13aa6 ⚡ optimize ApplicationCommandHandler.sync to run concurrently (#13)
  • 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.7.0 to 1.10.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.10.0/packages/runtime)

---
updated-dependencies:
- dependency-name: "@djs-core/runtime"
  dependency-version: 1.10.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 Mar 26, 2026
@Cleboost Cleboost merged commit 1d23242 into main Mar 27, 2026
2 checks passed
@Cleboost Cleboost deleted the dependabot/bun/djs-core/runtime-1.10.0 branch March 27, 2026 22:50
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.

1 participant