Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update circuit to v0.24.0 #61

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Update circuit to v0.24.0 #61

merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.circuit:circuitx-gesture-navigation 0.23.1 -> 0.24.0 age adoption passing confidence
com.slack.circuit:circuit-runtime-ui 0.23.1 -> 0.24.0 age adoption passing confidence
com.slack.circuit:circuit-runtime 0.23.1 -> 0.24.0 age adoption passing confidence
com.slack.circuit:circuit-overlay 0.23.1 -> 0.24.0 age adoption passing confidence
com.slack.circuit:circuit-foundation 0.23.1 -> 0.24.0 age adoption passing confidence

Warning

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


Release Notes

slackhq/circuit (com.slack.circuit:circuitx-gesture-navigation)

v0.24.0

Compare Source

2024-09-16

  • New: Add code gen support for kotlin-inject + kotlin-inject-anvil. See the code gen docs for usage instructions. We've also added a sample project.
  • New: presenterTestOf() and Presenter.test() functions now return a new CircuitReceiveTurbine interface. This interface slightly but importantly modifies the behavior of awaitItem() by making it only emit changed items rather than every item. If you do want to assert the equivalent state is emitted across recompositions, you can use awaitUnchanged().
  • New: Promote LocalBackStack to public API.
  • Behavior change: Due to the above-documented change to awaitItem(), you may need to update tests that previously assumed duplicate emissions.
  • Update to Kotlin 2.0.20.
  • Change: Switch to stdlib's implementation of Uuid. This release now requires Kotlin 2.0.20 or later.
  • Add sample test to demonstrate rememberAnsweringNavigator result handling.
  • Update to kotlinx.coroutines 1.9.0.
  • Update to compose-bom 2024.09.01.
  • Update to kotlinx.collections.immutable 0.3.8.
  • Update to androidx.activity 1.9.2.
  • Update to androidx.lifecycle 2.8.5.
  • Update to kotlin 2.0.20.
  • Build against KSP 2.0.20-1.0.25.

Configuration

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

🚦 Automerge: Enabled.

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 requested a review from r0adkll as a code owner September 16, 2024 22:01
@renovate renovate bot added the renovate label Sep 16, 2024
@renovate renovate bot enabled auto-merge (squash) September 16, 2024 22:01
Copy link

Messages
📖 This PR has been checked by Danger

Generated by 🚫 Danger Kotlin against 80cdc21

@renovate renovate bot merged commit 7f3858e into main Sep 16, 2024
4 checks passed
@renovate renovate bot deleted the renovate/circuit branch September 16, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant