Commit 937a116
authored
fix(deps): update roborazzi to v1.51.0 (#639)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[io.github.takahirom.roborazzi](https://redirect.github.com/takahirom/roborazzi)
| `1.50.0` -> `1.51.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi)
| `1.50.0` -> `1.51.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi)
| `1.50.0` -> `1.51.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi)
| `1.50.0` -> `1.51.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>takahirom/roborazzi (io.github.takahirom.roborazzi)</summary>
###
[`v1.51.0`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.51.0)
[Compare
Source](https://redirect.github.com/takahirom/roborazzi/compare/1.50.0...1.51.0)
##### Add validation for Compose Preview Support users
includePrivatePreviews is an option we can set in Gradle DSL. However,
there is a scenario where we cannot use it, and it appears to be a flaw.
The reason why includePrivatePreviews is not utilized is that users can
specify a custom tester in their code, and Roborazzi's default tester
applies the option using parameters from the Gradle DSL. You can see the
error message if you do not set options properly, as shown below. You
can simply review and follow what the error message indicates. Thank
you, [@​egorikftp](https://redirect.github.com/egorikftp), for
reporting this issue! Thank you,
[@​sergio-sastre](https://redirect.github.com/sergio-sastre), for
your input on this issue!
```
You have two options:
1. Remove 'includePrivatePreviews = true' from generateComposePreviewRobolectricTests configuration
and call '.includePrivatePreviews()' directly in your custom tester's testParameters() method.
2. Set 'useScanOptionParametersInTester = true' in generateComposePreviewRobolectricTests configuration
and check 'options.scanOptions.includePrivatePreviews' in your testParameters() implementation.
Example for option 1:
```
<https://redirect.github.com/takahirom/roborazzi/pull/740/files#diff-0ed97664cea9b889781317183ecffc5ab489f71f3c1ee34484ea1eeb392dd3a5R121-R167>
##### What's Changed
- \[CI] Fix potential env var injection by removing newlines from
PR\_NUMBER by [@​takahirom](https://redirect.github.com/takahirom)
in
[#​736](https://redirect.github.com/takahirom/roborazzi/pull/736)
- \[CI] Add explicit permissions to GitHub Actions workflows by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​738](https://redirect.github.com/takahirom/roborazzi/pull/738)
- \[CI] Sanitize PR number handling in GitHub Actions by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​737](https://redirect.github.com/takahirom/roborazzi/pull/737)
- \[CI] Add workflow\_dispatch for store screenshot by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​741](https://redirect.github.com/takahirom/roborazzi/pull/741)
- \[CI] Pin dependencies by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​742](https://redirect.github.com/takahirom/roborazzi/pull/742)
- \[CI] Update actions/checkout digest to
[`08eba0b`](https://redirect.github.com/takahirom/roborazzi/commit/08eba0b)
by [@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​743](https://redirect.github.com/takahirom/roborazzi/pull/743)
- \[CI] Update actions/download-artifact digest to
[`d3f86a1`](https://redirect.github.com/takahirom/roborazzi/commit/d3f86a1)
by [@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​744](https://redirect.github.com/takahirom/roborazzi/pull/744)
- \[CI] Update JetBrains/writerside-github-action digest to
[`73f8f37`](https://redirect.github.com/takahirom/roborazzi/commit/73f8f37)
by [@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​745](https://redirect.github.com/takahirom/roborazzi/pull/745)
- \[not library dependencies] Update composable.preview\.scanner to
v0.7.1 by [@​renovate](https://redirect.github.com/renovate)\[bot]
in
[#​746](https://redirect.github.com/takahirom/roborazzi/pull/746)
- \[not library dependencies] Update dependency
androidx.appcompat:appcompat to v1.7.1 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​747](https://redirect.github.com/takahirom/roborazzi/pull/747)
- Add validation for includePrivatePreviews with custom tester by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​740](https://redirect.github.com/takahirom/roborazzi/pull/740)
**Full Changelog**:
<takahirom/roborazzi@1.50.0...1.51.0>
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/EmergeTools/hackernews).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1c19232 commit 937a116
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments