Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

build(deps): Bump kodeinDi from 7.26.1 to 7.30.0#1152

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/kodeinDi-7.30.0
Closed

build(deps): Bump kodeinDi from 7.26.1 to 7.30.0#1152
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/kodeinDi-7.30.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps kodeinDi from 7.26.1 to 7.30.0.
Updates org.kodein.di:kodein-di from 7.26.1 to 7.30.0

Release notes

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

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

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

Changelog

Sourced from org.kodein.di:kodein-di'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
  • 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
  • f094518 Applied the @​DIDsl annotation to relevant builder interfaces and add specific...
  • 3eb4e3e Update CHANGELOG.md (#499)
  • dfc594e next version
  • b578ef7 Update yarn lock file
  • 9dd4d14 Bump Compose to 1.9.3 and version to 7.29 + dependencies
  • 42a87f0 Bump Gradle plugins with Kotlin 2.2.21
  • a579147 docs: document reactive compose injection behavior (#497)
  • Additional commits viewable in compare view

Updates org.kodein.di:kodein-di-framework-android-x-viewmodel-savedstate from 7.26.1 to 7.30.0

Release notes

Sourced from org.kodein.di:kodein-di-framework-android-x-viewmodel-savedstate's releases.

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

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

Changelog

Sourced from org.kodein.di:kodein-di-framework-android-x-viewmodel-savedstate'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
  • 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
  • f094518 Applied the @​DIDsl annotation to relevant builder interfaces and add specific...
  • 3eb4e3e Update CHANGELOG.md (#499)
  • dfc594e next version
  • b578ef7 Update yarn lock file
  • 9dd4d14 Bump Compose to 1.9.3 and version to 7.29 + dependencies
  • 42a87f0 Bump Gradle plugins with Kotlin 2.2.21
  • a579147 docs: document reactive compose injection behavior (#497)
  • Additional commits viewable in compare view

Updates org.kodein.di:kodein-di-framework-compose from 7.26.1 to 7.30.0

Release notes

Sourced from org.kodein.di:kodein-di-framework-compose's releases.

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

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

Changelog

Sourced from org.kodein.di:kodein-di-framework-compose'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
  • 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
  • f094518 Applied the @​DIDsl annotation to relevant builder interfaces and add specific...
  • 3eb4e3e Update CHANGELOG.md (#499)
  • dfc594e next version
  • b578ef7 Update yarn lock file
  • 9dd4d14 Bump Compose to 1.9.3 and version to 7.29 + dependencies
  • 42a87f0 Bump Gradle plugins with Kotlin 2.2.21
  • a579147 docs: document reactive compose injection behavior (#497)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `kodeinDi` from 7.26.1 to 7.30.0.

Updates `org.kodein.di:kodein-di` from 7.26.1 to 7.30.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.30.0)

Updates `org.kodein.di:kodein-di-framework-android-x-viewmodel-savedstate` from 7.26.1 to 7.30.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.30.0)

Updates `org.kodein.di:kodein-di-framework-compose` from 7.26.1 to 7.30.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.30.0)

---
updated-dependencies:
- dependency-name: org.kodein.di:kodein-di
  dependency-version: 7.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.kodein.di:kodein-di-framework-android-x-viewmodel-savedstate
  dependency-version: 7.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.kodein.di:kodein-di-framework-compose
  dependency-version: 7.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Superseded by #1272.

@dependabot dependabot bot closed this Feb 16, 2026
@dependabot dependabot bot deleted the dependabot/gradle/kodeinDi-7.30.0 branch February 16, 2026 08:57
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants