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

fix(deps): update dependency app.cash.molecule:molecule-gradle-plugin to v1.2.0 #246

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
app.cash.molecule:molecule-gradle-plugin 1.1.0 -> 1.2.0 age adoption passing confidence

Release Notes

cashapp/molecule (app.cash.molecule:molecule-gradle-plugin)

v1.2.0

Compare Source

New:

  • Support for specifying custom Compose compiler versions. This will allow you to use the latest
    version of Molecule with newer versions of Kotlin than it explicitly supports.

    See the README for more information.

Fixed:

  • Ensure frame times sent by RecompositionMode.Immediate always increase. Previously,
    when targeting JS, the same frame time could be seen since the clock only has millisecond
    precision. Since the frame time is in nanoseconds, synthetic nanosecond offsets will be added to
    ensure each timestamp is strictly greater than the last.
  • Perform teardown of the composition on cancellation within an existing coroutine rather than in
    a job completion listener. This ensures it executes on the same dispatcher as the rest of the
    system, rather than on the canceling caller's thread.

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 this update 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 enabled auto-merge (rebase) August 9, 2023 21:13
@renovate renovate bot merged commit 15444cc into main Aug 9, 2023
4 of 5 checks passed
@renovate renovate bot deleted the renovate/kotlin-and-compose branch August 9, 2023 21:26
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.

0 participants