Skip to content

Bump org.kodein.di:kodein-di-jvm from 7.26.1 to 7.32.0#8961

Merged
auto-submit[bot] merged 3 commits intomainfrom
dependabot/gradle/org.kodein.di-kodein-di-jvm-7.32.0
May 7, 2026
Merged

Bump org.kodein.di:kodein-di-jvm from 7.26.1 to 7.32.0#8961
auto-submit[bot] merged 3 commits intomainfrom
dependabot/gradle/org.kodein.di-kodein-di-jvm-7.32.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps org.kodein.di:kodein-di-jvm from 7.26.1 to 7.32.0.

Release notes

Sourced from org.kodein.di:kodein-di-jvm's releases.

7.32.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.31.0...v7.32.0

7.31.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.30.0...v7.31.0

7.30.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.29.0...v7.30.0

7.29.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.28.0...v7.29.0

7.28.0

ℹ️ Du to a wrong manipulation this is the same as 7.27.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.28.0

7.27.0

What's Changed

  • Kotlin 2.2.20

... (truncated)

Changelog

Sourced from org.kodein.di:kodein-di-jvm's changelog.

7.30.0 (TBD)

What's Changed

  • Fixed DSL receiver scope issue (#478): Applied @DslMarker to DSL receiver interfaces to prevent accidental calls to outer receiver methods
  • Added convenience methods for multi-binding:
    • add* methods (set-only): addSingleton, addProvider, addInstance, addFactory, addMultiton
    • bind* methods (set + container): bindSingleton, bindProvider, bindInstance, bindFactory, bindMultiton
    • bind* methods support tag and overrides parameters for individual retrieval from container
  • Updated multi-binding documentation with new convenience methods examples
  • Enhanced new() function with named argument support (#500):
    • Added ability to specify constructor arguments by position: new(::MyClass, a1 = value1, a2 = value2, ...)
    • Mix manual and auto-resolved arguments: provide specific values while letting DI auto-resolve others
    • Support for up to 10 constructor parameters with named arguments
    • Example: bindSingleton { new(::GameEngine, a2 = 4, a3 = "Poker") } - auto-resolves a1 from container
    • Comprehensive documentation and unit tests added

7.29.0 (2025-11-11)

What's Changed

Full Changelog: kosi-libs/Kodein@v7.28.0...v7.29.0

7.28.0 (2025-09-30)

ℹ️ Due to a wrong manipulation this is the same as 7.27.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.28.0

7.27.0 (2025-09-30)

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.27.0

Commits
  • 0621f0c Bump version
  • ba2ffa3 fix((#506): update KodeinViewModelScopedFactory and KodeinViewModelScopedSing...
  • 07bc997 fix((#504): bring back scope on SetBinder and ArgSetBinder (#505)
  • a50b4e9 Upgrade Ktor dependency from 3.3.2 to 3.4.0 (#503)
  • 7506c17 update docs
  • 6f2a7ef next version
  • 463d61b update changelog
  • 15bef1d Add docs and unit tests for the new() parameterized function
  • 86d5b28 Merge pull request #500 from kosi-libs/feat/new-with-arguments
  • 6ef78cb New with arguments
  • 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 [org.kodein.di:kodein-di-jvm](https://github.com/kosi-libs/Kodein) from 7.26.1 to 7.32.0.
- [Release notes](https://github.com/kosi-libs/Kodein/releases)
- [Changelog](https://github.com/kosi-libs/Kodein/blob/main/CHANGELOG.md)
- [Commits](kosi-libs/Kodein@v7.26.1...v7.32.0)

---
updated-dependencies:
- dependency-name: org.kodein.di:kodein-di-jvm
  dependency-version: 7.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green. kokoro:run Triggers a Kokoro build (required for PRs submitted by members outside flutter). labels May 7, 2026
@kokoro-team kokoro-team removed the kokoro:run Triggers a Kokoro build (required for PRs submitted by members outside flutter). label May 7, 2026
@auto-submit auto-submit Bot removed the autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green. label May 7, 2026
@auto-submit
Copy link
Copy Markdown

auto-submit Bot commented May 7, 2026

auto label is removed for flutter/flutter-intellij/8961, Failed to merge flutter/flutter-intellij/8961 with Pull request flutter/flutter-intellij/8961 could not be merged: Repository rule violations found

At least 1 approving review is required by reviewers with write access.

.

@pq pq added the kokoro:run Triggers a Kokoro build (required for PRs submitted by members outside flutter). label May 7, 2026
@kokoro-team kokoro-team removed the kokoro:run Triggers a Kokoro build (required for PRs submitted by members outside flutter). label May 7, 2026
@pq pq added autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green. kokoro:run Triggers a Kokoro build (required for PRs submitted by members outside flutter). labels May 7, 2026
@kokoro-team kokoro-team removed the kokoro:run Triggers a Kokoro build (required for PRs submitted by members outside flutter). label May 7, 2026
@auto-submit auto-submit Bot merged commit 493d094 into main May 7, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/org.kodein.di-kodein-di-jvm-7.32.0 branch May 7, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit When this label is applied to a PR, the PR will be submitted as soon as all checks are green.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants