Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

This PR contains the following updates:

Package Change Age Confidence
org.orbit-mvi:orbit-viewmodel 8.0.011.0.0 age confidence
org.orbit-mvi:orbit-compose 8.0.011.0.0 age confidence
org.orbit-mvi:orbit-core 8.0.011.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

orbit-mvi/orbit-mvi (org.orbit-mvi:orbit-viewmodel)

v11.0.0: Orbit internal/external state support

Compare Source

We added a new ContainerHostWithExternalState to support mapping internal ContainerHost states into something more easily consumed by UIs :)

What's Changed
New Contributors

Full Changelog: orbit-mvi/orbit-mvi@10.0.0...11.0.0-SNAPSHOT

v10.0.0

Compare Source

New features
  • Support for all Kotlin Multiplatform platforms.
  • ViewModel Multiplatform and Compose Multiplatform support, with a new Compose Multiplatform sample app.
  • expectStateOn to better support sealed class state testing
API changes
orbit-core
  • [Breaking] blockingIntent is now an extension function.
orbit-compose
  • [Breaking] Removed deprecated collectState from ContainerHostExtensionsKt
orbit-test
  • Initial state is now automatically asserted in tests, deprecating expectInitialState(). TestSettings.autoCheckInitialState can be used to override this behaviour.
  • expectStateOn added.
orbit-viewmodel
  • Added kotlinx serializable for savedstatehandle support
What's Changed

Full Changelog: orbit-mvi/orbit-mvi@9.0.0...10.0.0

v9.0.0

Compare Source

What's Changed

Full Changelog: orbit-mvi/orbit-mvi@8.0.0...9.0.0

Breaking changes

Syntax extension functions have been pulled up to reduce internal complexity and open up new functionality, such as reified types on runOn.

Migration guide
API Pre-9.0.0 9.0.0 Action to take
class SimpleSyntax org.orbitmvi.orbit.syntax.simple.SimpleSyntax Renamed to org.orbitmvi.orbit.syntax.Syntax Search and replace imports and usages
class SimpleContext org.orbitmvi.orbit.syntax.simple.SimpleContext Renamed to org.orbitmvi.orbit.syntax.IntentContext Search and replace imports and usages
extension function ContainerHost.intent org.orbitmvi.orbit.syntax.simple.intent Moved into ContainerHost interface Remove import
extension function ContainerHost.blockingIntent org.orbitmvi.orbit.syntax.simple.blockingIntent Moved into ContainerHost interface Remove import
extension function ContainerHost.subIntent org.orbitmvi.orbit.syntax.simple.subIntent Moved into ContainerHost interface Remove import
extension function SimpleSyntax.postSideEffect org.orbitmvi.orbit.syntax.simple.postSideEffect Moved into Syntax class Remove import
extension function SimpleSyntax.reduce org.orbitmvi.orbit.syntax.simple.reduce Moved into Syntax class Remove import
extension function SimpleSyntax.repeatOnSubscription org.orbitmvi.orbit.syntax.simple.repeatOnSubscription Moved into Syntax class Remove import
extension function SimpleSyntax.runOn org.orbitmvi.orbit.syntax.simple.runOn Moved into Syntax class Remove import
extension function SimpleSyntax.runOn runOn(ExampleState.Ready::class) Uses reified type parameter now runOn<ExampleState.Ready> Search and replace

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update orbit to v9 (major) fix(deps): update orbit to v9 (major) Jul 10, 2024
@renovate renovate bot changed the title fix(deps): update orbit to v9 (major) Update orbit to v9 (major) Jul 12, 2024
@sebbbin sebbbin force-pushed the develop branch 5 times, most recently from fba2d91 to 4d0dbf5 Compare July 19, 2024 18:51
@renovate renovate bot force-pushed the renovate/major-orbit branch from e6cb539 to 7471872 Compare December 2, 2024 12:48
@renovate renovate bot force-pushed the renovate/major-orbit branch from 7471872 to c4cb25a Compare May 23, 2025 13:16
@renovate renovate bot changed the title Update orbit to v9 (major) Update orbit to v10 (major) May 23, 2025
@renovate renovate bot force-pushed the renovate/major-orbit branch from c4cb25a to abbd660 Compare August 10, 2025 14:56
@renovate renovate bot force-pushed the renovate/major-orbit branch from abbd660 to 8fccece Compare November 15, 2025 11:57
@renovate renovate bot changed the title Update orbit to v10 (major) Update orbit to v11 (major) Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant