Skip to content

Commit

Permalink
REN - Update dependency io.github.vinceglb:filekit-compose to v0.8.8 (#…
Browse files Browse the repository at this point in the history
…107)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.vinceglb:filekit-compose](https://github.com/vinceglb/FileKit)
| `0.8.7` -> `0.8.8` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.vinceglb:filekit-compose/0.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.vinceglb:filekit-compose/0.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.vinceglb:filekit-compose/0.8.7/0.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.vinceglb:filekit-compose/0.8.7/0.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vinceglb/FileKit (io.github.vinceglb:filekit-compose)</summary>

###
[`v0.8.8`](https://github.com/vinceglb/FileKit/releases/tag/0.8.8)

[Compare
Source](https://github.com/vinceglb/FileKit/compare/0.8.7...0.8.8)

![FileKit 0.10
announcement](https://github.com/user-attachments/assets/bb8ce807-0dc8-4009-b54d-66d9ca705098)

##### ✅ Improvements

-   Bump Kotlin to 2.0.21
-   Bump Compose to 1.7.1

##### 🐛 Bug fixes

- Fix a bug on JS target when using Safari browser by
[@&#8203;ztn0](https://github.com/ztn0) in
[https://github.com/vinceglb/FileKit/pull/165](https://github.com/vinceglb/FileKit/pull/165)

##### 🙏 New Contributors

A big thank you to all the contributors ❤️

- [@&#8203;ztn0](https://github.com/ztn0) made their first
contribution in
[https://github.com/vinceglb/FileKit/pull/165](https://github.com/vinceglb/FileKit/pull/165)

##### 📣 Announcement

The next version of FileKit 0.10 will bring a lot more features and
improve the global developer experience:

- Improve PlatformFile abstraction to make development easier for common
files-related tasks
- Support for kotlinx-io to easily read, write, stream files and more
from the common code
- Access common paths like application `filesDir` and `cacheDir` from
common code
- It's now easier than ever to store and read files in the app storage!
- Capture photos with the native camera app and return the associated
file on Android and iOS
-   Save images to the native gallery on Android and iOS
- Add helpers to display images from PlatformFile on Compose
Multiplatform using Coil3
-   A brand new website for the documentation
-   And more!

I'm excited to share with you and have your feedback on this new version
in the following weeks, so stay tuned!

**Full Changelog**:
vinceglb/FileKit@0.8.7...0.8.8

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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/StefanLobbenmeier/yt-dlp-compose).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 1233996 commit f07c2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("org.slf4j:slf4j-simple:2.0.16")
implementation("dev.dirs:directories:26")
implementation("io.github.vinceglb:filekit-compose:0.8.7")
implementation("io.github.vinceglb:filekit-compose:0.8.8")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
Expand Down

0 comments on commit f07c2e9

Please sign in to comment.