element-x-android icon indicating copy to clipboard operation
element-x-android copied to clipboard

Update lifecycle to v2.8.0

Open renovate[bot] opened this issue 1 year ago • 10 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.lifecycle:lifecycle-process (source) 2.7.0 -> 2.8.0 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.7.0 -> 2.8.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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[bot] avatar May 15 '24 08:05 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.71%. Comparing base (9704718) to head (6719ffc). Report is 7 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2848   +/-   ##
========================================
  Coverage    82.71%   82.71%           
========================================
  Files         1679     1679           
  Lines        39334    39334           
  Branches      4767     4767           
========================================
+ Hits         32534    32535    +1     
  Misses        5122     5122           
+ Partials      1678     1677    -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 15 '24 08:05 codecov[bot]

:iphone: 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/s3SeW9

github-actions[bot] avatar May 15 '24 09:05 github-actions[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar May 15 '24 09:05 renovate[bot]

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar May 15 '24 09:05 sonarqubecloud[bot]

There seems to be some incompatibility:

Could not resolve all dependencies for configuration ':features:location:impl:debugTestFixturesCompileClasspath'.
Problems reading data from Binary store in /Users/jorge/.gradle/.tmp/gradle10628180516075242221.bin offset 1728540 exists? true
Problems loading the resolution results (0.012 secs). Read 667 values, last was: 5
Corrupt serialized resolution result. Cannot find selected component (436416) for releaseVariantReleaseRuntimePublication -> androidx.lifecycle:lifecycle-process:2.4.1

This androidx.lifecycle:lifecycle-process:2.4.1 is only used by androidx.compose.ui:ui-text:1.6.7, which is automatically fetched by the Compose BOM version.

jmartinesp avatar May 15 '24 09:05 jmartinesp

Beware of a known issue of lifecycle 2.8.0:

lifecycle-*:2.8.0 requires a minimum Compose version of 1.7.0-alpha05 (b/336842920).

Javernaut avatar May 16 '24 21:05 Javernaut

There is a version 2.8.2 now, let's ask Renovate to use it.

bmarty avatar Jun 25 '24 07:06 bmarty

There seems to be some incompatibility:

Could not resolve all dependencies for configuration ':features:location:impl:debugTestFixturesCompileClasspath'.
Problems reading data from Binary store in /Users/jorge/.gradle/.tmp/gradle10628180516075242221.bin offset 1728540 exists? true
Problems loading the resolution results (0.012 secs). Read 667 values, last was: 5
Corrupt serialized resolution result. Cannot find selected component (436416) for releaseVariantReleaseRuntimePublication -> androidx.lifecycle:lifecycle-process:2.4.1

This androidx.lifecycle:lifecycle-process:2.4.1 is only used by androidx.compose.ui:ui-text:1.6.7, which is automatically fetched by the Compose BOM version.

We still have this issue.

jmartinesp avatar Jun 25 '24 11:06 jmartinesp