Skip to content

build(deps): bump filekit from 0.14.2 to 0.15.0 - #246

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/filekit-0.15.0
Open

build(deps): bump filekit from 0.14.2 to 0.15.0#246
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/filekit-0.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps filekit from 0.14.2 to 0.15.0.
Updates io.github.vinceglb:filekit-core from 0.14.2 to 0.15.0

Release notes

Sourced from io.github.vinceglb:filekit-core's releases.

0.15.0

FileKit 0.15 expands native platform coverage, improves dialog ownership on desktop, and makes picker failures easier to handle across platforms.

This release brings filekit-core to Linux X64 and Arm64, restores persistent security-scoped bookmarks for sandboxed macOS applications, adds typed JVM dialog parents, and improves picker reliability across Windows, Linux, macOS, Android, and iOS.

✨ What's New

✅ Improvements

🐛 Bug Fixes

📝 Documentation

⬆️ Dependency Updates

  • Gradle 9.5.19.6.1
  • Kotlin 2.4.02.4.10
  • Android Gradle Plugin 9.2.19.3.1
  • kotlinx-io 0.9.00.9.1
  • Compose Hot Reload 1.1.11.2.0
  • Vanniktech Maven Publish 0.36.00.37.0
  • Nucleus 2.3.2

⚠️ Migration Notes

  • JVM dialog parenting now uses FileKitDialogParent. If you used FileKitDialogSettings(parentWindow = window), migrate to FileKitDialogSettings(parent = FileKitDialogParent.awt(window)), or use the matching native parent factory for Windows, X11, or Wayland.
  • Callback-style Compose launchers now expose onError overloads for FileKit-owned operational failures. Existing launcher signatures remain available.

... (truncated)

Commits
  • 1164133 🔖 Version 0.15.0
  • 332227b 🔀 Merge pull request #633 from vinceglb/improve-launcher-error
  • abb11bb 🐛 Normalize AWT display failures
  • 39431d0 📝 Fix camera FileProvider Compose example
  • b36774e ♻️ Reuse Windows saver result routing
  • 45ae33c ♻️ Deduplicate Android operation failures
  • e460adb ♻️ Remove launcher dispatcher middlemen
  • ded031e 📝 Document Nucleus launcher error handling
  • cd70bf8 ♻️ Deduplicate Android dialog launch dispatch
  • db40e50 🔥 Remove orphaned Android picker helper
  • Additional commits viewable in compare view

Updates io.github.vinceglb:filekit-dialogs-compose from 0.14.2 to 0.15.0

Release notes

Sourced from io.github.vinceglb:filekit-dialogs-compose's releases.

0.15.0

FileKit 0.15 expands native platform coverage, improves dialog ownership on desktop, and makes picker failures easier to handle across platforms.

This release brings filekit-core to Linux X64 and Arm64, restores persistent security-scoped bookmarks for sandboxed macOS applications, adds typed JVM dialog parents, and improves picker reliability across Windows, Linux, macOS, Android, and iOS.

✨ What's New

✅ Improvements

🐛 Bug Fixes

📝 Documentation

⬆️ Dependency Updates

  • Gradle 9.5.19.6.1
  • Kotlin 2.4.02.4.10
  • Android Gradle Plugin 9.2.19.3.1
  • kotlinx-io 0.9.00.9.1
  • Compose Hot Reload 1.1.11.2.0
  • Vanniktech Maven Publish 0.36.00.37.0
  • Nucleus 2.3.2

⚠️ Migration Notes

  • JVM dialog parenting now uses FileKitDialogParent. If you used FileKitDialogSettings(parentWindow = window), migrate to FileKitDialogSettings(parent = FileKitDialogParent.awt(window)), or use the matching native parent factory for Windows, X11, or Wayland.
  • Callback-style Compose launchers now expose onError overloads for FileKit-owned operational failures. Existing launcher signatures remain available.

... (truncated)

Commits
  • 1164133 🔖 Version 0.15.0
  • 332227b 🔀 Merge pull request #633 from vinceglb/improve-launcher-error
  • abb11bb 🐛 Normalize AWT display failures
  • 39431d0 📝 Fix camera FileProvider Compose example
  • b36774e ♻️ Reuse Windows saver result routing
  • 45ae33c ♻️ Deduplicate Android operation failures
  • e460adb ♻️ Remove launcher dispatcher middlemen
  • ded031e 📝 Document Nucleus launcher error handling
  • cd70bf8 ♻️ Deduplicate Android dialog launch dispatch
  • db40e50 🔥 Remove orphaned Android picker helper
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `filekit` from 0.14.2 to 0.15.0.

Updates `io.github.vinceglb:filekit-core` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/vinceglb/FileKit/releases)
- [Commits](vinceglb/FileKit@0.14.2...0.15.0)

Updates `io.github.vinceglb:filekit-dialogs-compose` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/vinceglb/FileKit/releases)
- [Commits](vinceglb/FileKit@0.14.2...0.15.0)

---
updated-dependencies:
- dependency-name: io.github.vinceglb:filekit-core
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.vinceglb:filekit-dialogs-compose
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants