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.20.0 #3422

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Update circuit to v0.20.0 #3422

merged 1 commit into from
Mar 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.circuit:circuitx-effects 0.19.1 -> 0.20.0 age adoption passing confidence
com.slack.circuit:circuitx-android 0.19.1 -> 0.20.0 age adoption passing confidence
com.slack.circuit:circuit-test 0.19.1 -> 0.20.0 age adoption passing confidence
com.slack.circuit:circuit-foundation 0.19.1 -> 0.20.0 age adoption passing confidence
com.slack.circuit:circuit-codegen-annotations 0.19.1 -> 0.20.0 age adoption passing confidence
com.slack.circuit:circuit-codegen 0.19.1 -> 0.20.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-effects)

v0.20.0

Compare Source

2024-03-18

  • New: Enable RememberObserver to work with rememberRetained.
  • New: Add Navigator.popRoot(). extension (#​1274)
  • Behavior change: Add a key to CircuitContent to keep Ui and Presenter consistent. We already did this for presenters, this just makes it consistent for both.
  • [circuitx-android] Implement ToastEffect.
  • Fix: Fix rememberImpressionNavigator() not delegating PopResult.
  • Fix: Navigator - Pass PopResult to onRootPop().
  • Fix: Check canRetainCheck when saving RetainedStateRegistry.
  • Enhancement: Improve error messaging when using assisted inject.
  • Force com.google.guava:listenablefuture to 1.0 to avoid conflicts with Guava.
  • Update compose-compiler to 1.5.10.1.
  • Update coroutines to 1.8.0.
  • Update to Compose Multiplatform 1.6.1.
  • Update Android compose dependencies to 1.6.3.
  • Update molecule to 1.4.1.
  • Update dagger to 2.51.
  • Update turbine to 1.1.0.
  • Update uuid to 0.8.3.
  • Update kotlin to 1.9.23.
  • Update KSP to 1.9.23-1.0.19.

Special thanks to @​chrisbanes, @​aschulz90, and @​alexvanyo for contributing to this release!


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.76%. Comparing base (aadceb0) to head (eb31f53).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3422   +/-   ##
========================================
  Coverage    36.76%   36.76%           
========================================
  Files          445      445           
  Lines        10882    10882           
  Branches      2453     2453           
========================================
  Hits          4001     4001           
  Misses        6170     6170           
  Partials       711      711           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@frett frett enabled auto-merge (rebase) March 19, 2024 12:11
@frett frett merged commit 52f24da into develop Mar 19, 2024
13 checks passed
@frett frett deleted the renovate/circuit branch March 19, 2024 12:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant