Skip to content

Commit

Permalink
Update dependency com.jakewharton.mosaic to v0.12.0 (#1441)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.jakewharton.mosaic](https://github.com/JakeWharton/mosaic) |
plugin | minor | `0.11.0` -> `0.12.0` |

---

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

---

### Release Notes

<details>
<summary>JakeWharton/mosaic (com.jakewharton.mosaic)</summary>

###
[`v0.12.0`](https://github.com/JakeWharton/mosaic/blob/HEAD/CHANGELOG.md#0120---2024-05-28)

[Compare
Source](https://github.com/JakeWharton/mosaic/compare/0.11.0...0.12.0)

New:

-   Add `linuxArm64` target.
-   Add `rrtop` sample.
-   Support true color palette.

Changed:

- Disable klib signature clash checks for JS compilations. These
occasionally occur as a result of Compose compiler behavior, and are
safe to disable (the first-party JetBrains Compose Gradle plugin also
disables them).
- Remove `Terminal$Size` and use `IntSize` instead in `Terminal#size`
for optimization purposes.
- Remove `Color.Bright*` constants. Use `Color` function to create the
desired color.
- Replace nullable `Color` and `TextStyle` with `Color.Unspecified` and
`TextStyle.Unspecified` respectively. Also make `TextStyle` an inline
class.

Fixed:

- Use CRLF line endings to fix rendering when a terminal is in raw mode.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuNyIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot committed May 29, 2024
1 parent 27d17ca commit 3f333bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ leakcanary = "2.14"
material-composeThemeAdapter = "1.2.1"
mavenPublish = "0.28.0"
molecule = "2.0.0"
mosaic = "0.11.0"
mosaic = "0.12.0"
moshi = "1.15.1"
moshix = "0.27.1"
okhttp = "5.0.0-alpha.14"
Expand Down

0 comments on commit 3f333bf

Please sign in to comment.