Skip to content

Commit

Permalink
Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to …
Browse files Browse the repository at this point in the history
…v0.26.0 (#1663)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.mikepenz:multiplatform-markdown-renderer-m3](https://github.com/mikepenz/multiplatform-markdown-renderer)
| `0.25.0` -> `0.26.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.mikepenz:multiplatform-markdown-renderer-m3/0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.mikepenz:multiplatform-markdown-renderer-m3/0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.mikepenz:multiplatform-markdown-renderer-m3/0.25.0/0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.mikepenz:multiplatform-markdown-renderer-m3/0.25.0/0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mikepenz/multiplatform-markdown-renderer
(com.mikepenz:multiplatform-markdown-renderer-m3)</summary>

###
[`v0.26.0`](https://github.com/mikepenz/multiplatform-markdown-renderer/releases/tag/v0.26.0)

##### 🚀 Features

-   Update dependencies to new releases | Kotlin 2.0.20
- PR:
[#&#8203;197](https://github.com/mikepenz/multiplatform-markdown-renderer/issues/197)
-   Refactor `MarkdownImage` and `InlineImage` handling
- PR:
[#&#8203;204](https://github.com/mikepenz/multiplatform-markdown-renderer/issues/204)

##### 🐛 Fixes

-   Fix standalone asteriks
- PR:
[#&#8203;198](https://github.com/mikepenz/multiplatform-markdown-renderer/issues/198)
-   Rework link click detection
- PR:
[#&#8203;199](https://github.com/mikepenz/multiplatform-markdown-renderer/issues/199)
-   Simplify Coil3 intrinsic size logic
- PR:
[#&#8203;201](https://github.com/mikepenz/multiplatform-markdown-renderer/issues/201)

##### 💬 Other

-   Update coil and ktor
- PR:
[#&#8203;190](https://github.com/mikepenz/multiplatform-markdown-renderer/issues/190)

</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 this update
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/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 891c8c0 commit 1c51c65
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 @@ -29,7 +29,7 @@ ksp = "2.0.20-1.0.25"
ktfmt = "0.52"
leakcanary = "3.0-alpha-8"
lifecycle = "2.9.0-alpha02"
markdown = "0.25.0"
markdown = "0.26.0"
moshi = "1.15.1"
moshix = "0.28.0"
okhttp = "5.0.0-alpha.14"
Expand Down

0 comments on commit 1c51c65

Please sign in to comment.