Skip to content

fix(deps): update dependency app.cash.molecule:molecule-runtime to v2.1.0 #4585

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

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
app.cash.molecule:molecule-runtime 2.0.0 -> 2.1.0 age adoption passing confidence

Warning

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


Release Notes

cashapp/molecule (app.cash.molecule:molecule-runtime)

v2.1.0

Compare Source

New:

  • Add SnapshotNotifier enum to control whether Molecule automatically sends snapshot apply notifications.
    If you are using Molecule with another Compose-based library in a single application, you may want to disable our snapshot notification.
    See the enum for details on when that is appropriate.
    Additionally, the app.cash.molecule.snapshotNotifier system property can be set to one of the enum entry names to control the default process-wide.

Changed:

  • Any specified additional coroutine context elements will now be honored in the coroutine used internally with RecompositionMode.Immediate to send frames and cause recomposition to occur. This is observable, most notably, when a CoroutineDispatcher is included, as now recompositions which occur after the first, synchronous one will occur on that dispatcher.

Fixed:

  • Correct calculation of frame nano time for native Windows and native Linux targets.

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 this update 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 a team as a code owner April 12, 2025 03:15
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Apr 12, 2025
@renovate renovate bot requested review from bmarty and removed request for a team April 12, 2025 03:15
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/f6Kx2C

Copy link

Copy link

codecov bot commented Apr 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.04%. Comparing base (ce6febc) to head (e0f4b99).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4585   +/-   ##
========================================
  Coverage    80.03%   80.04%           
========================================
  Files         2102     2102           
  Lines        55579    55579           
  Branches      6920     6920           
========================================
+ Hits         44485    44486    +1     
  Misses        8704     8704           
+ Partials      2390     2389    -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bmarty bmarty merged commit cbfd77b into develop Apr 14, 2025
36 checks passed
@bmarty bmarty deleted the renovate/app.cash.molecule-molecule-runtime-2.x branch April 14, 2025 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant