Update all dependencies - #2832
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
September 10, 2026 14:46
341adb7 to
f8a4cc7
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
September 10, 2026 23:04
f8a4cc7 to
ea7a328
Compare
yschimke
added a commit
that referenced
this pull request
Sep 11, 2026
* Update all dependencies * Fix dependency bump #2832 - Regenerate metalava signature files. metalava-gradle 0.5.1 upgrades the Metalava binary from 1.0.0-alpha10 to 1.0.0-alpha15, which renders signatures differently: `optional` is now emitted for interface/override default parameters, `java.lang.String`/`Integer` are shortened, `@Composable`, `@JvmSynthetic` and `@Retention` are now carried through, and the synthetic no-arg constructor of an all-defaults Kotlin class is no longer listed. Only the last of these is reported as a breaking change, hence api-check. - Hold Robolectric at 4.16.1. 4.17 needs --add-opens=java.base/jdk.internal.access=ALL-UNNAMED for its ApplicationSharedMemory emulation, and even with that it renders DatePickerA11yTest.interactionTest non-deterministically: two identical record runs produce different anti-aliasing on the "Next" button edge, so verifyRoborazziDebug flakes. 4.16.1 reproduces the committed goldens byte-for-byte. TAG=agy CONV=c66cd409-556b-4513-ba2d-9de63bc035b7 --------- Co-authored-by: Mend Renovate <bot@renovateapp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR contains the following updates:
dd06d9c→de7274f1.0.0-alpha10→1.0.0-alpha111.0.0-alpha18→1.0.0-alpha191.0.0-alpha18→1.0.0-alpha191.0.0-alpha18→1.0.0-alpha191.0.0-alpha18→1.0.0-alpha191.0.0-alpha18→1.0.0-alpha191.0.0-alpha18→1.0.0-alpha191.0.0-alpha18→1.0.0-alpha191.0.0-alpha17→1.0.0-alpha181.0.0-alpha17→1.0.0-alpha181.0.0-alpha17→1.0.0-alpha182.8.4→2.8.52.8.4→2.8.52.8.4→2.8.51.73.0→1.74.01.73.0→1.74.01.73.0→1.74.01.73.0→1.74.01.73.0→1.74.01.73.0→1.74.017.5.1→17.5.24.16.1→4.174.16.1→4.170.5.0→0.5.12.0.1→2.0.24.5.0→4.5.11.4.1→1.5.01.4.1→1.5.0Release Notes
takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.74.0Compare Source
Fixes
captureScreenRoboImage()composites every window onto one canvas, and it placed all of them against the screen. That is right for an Activity or a Dialog, whose layout params x/y are screen relative, but a sub-window — aPopupWindow, a Spinner drop-down, a ComposePopup/DropdownMenu— stores x/y relative to the window its anchor lives in. For an anchor in an Activity that window sits at the screen origin, so the two agree and nobody noticed; for an anchor inside a Dialog the popup was offset by the dialog's own position. Sub-windows are now placed against their parent window, found through the application window token their layout params carry. A window that laid itself out in screen coordinates (FLAG_LAYOUT_IN_SCREEN, e.g.PopupWindow.setIsLaidOutInScreen(true)) keeps its coordinates, and an unresolvable parent falls back to the previous screen-relative behavior (#922, fixes #921). Thank you @david-allison for the report with a reproducer commit in AnkiDroid!What's Changed
Full Changelog: takahirom/roborazzi@1.73.0...1.74.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.