Skip to content

fix(deps): update composablepreviewscanner to v0.8.2#1461

Merged
ksharma-xyz merged 1 commit intomainfrom
renovate/composablepreviewscanner
Mar 27, 2026
Merged

fix(deps): update composablepreviewscanner to v0.8.2#1461
ksharma-xyz merged 1 commit intomainfrom
renovate/composablepreviewscanner

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Change Age Confidence
io.github.sergio-sastre.ComposablePreviewScanner:common 0.8.10.8.2 age confidence
io.github.sergio-sastre.ComposablePreviewScanner:android 0.8.10.8.2 age confidence

Warning

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


Release Notes

sergio-sastre/ComposablePreviewScanner (io.github.sergio-sastre.ComposablePreviewScanner:common)

v0.8.2

Compare Source

Bugfixes

  • #​119 Fix crash when overriding values in PreviewParameterProvider. For instance:
    This failed previously
class AndroidStringConstructorParameterProvider(
    override val values: Sequence<String?> = sequenceOf("Jim", "Jens", null)
) : PreviewParameterProvider<String?>

but this worked

class AndroidStringProvider : PreviewParameterProvider<String?> {
    override val values: Sequence<String?>
        get() = sequenceOf("Jim", "Jens", null)
}
  • #​112 Fix broken Scanning logs: when running screenshot tests in parallel & logs enabled viaAndroidComposablePreviewScanner().enableScanningLogs(), the logs from different parallel screenshot tests interleave and look broken.

Special thanks to @​takahirom for analysing #​119 and finding a fix for it


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 was generated by Mend Renovate. View the repository job log.

@ksharma-xyz ksharma-xyz merged commit 44c2c03 into main Mar 27, 2026
6 checks passed
@ksharma-xyz ksharma-xyz deleted the renovate/composablepreviewscanner branch March 27, 2026 02:10
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.

1 participant