Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update okio to v3.5.0 #74

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Update okio to v3.5.0 #74

merged 1 commit into from
Sep 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.okio:okio-fakefilesystem 3.4.0 -> 3.5.0 age adoption passing confidence
com.squareup.okio:okio 3.4.0 -> 3.5.0 age adoption passing confidence

Release Notes

square/okio (com.squareup.okio:okio-fakefilesystem)

v3.5.0

2023-08-02

  • New: Support the WebAssembly (WASM) platform. Okio's support for WASM is experimental, but
    improving, just like Kotlin's own support for WASM.
  • New: Adapt WebAssembly System Interface (WASI) API's as an Okio FileSystem using
    WasiFileSystem. This is in the new okio-wasifilesystem module. It requires the [preview1]
    WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become
    available.
  • Fix: Return relative paths in the NIO adapter FileSystem when required. FileSystem.list()
    had always returned absolute paths, even when the target directory was supplied as a relative
    path.
  • Fix: Don't crash when reading into an empty array using FileHandle on Kotlin/Native.
  • Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #74 (d9de45c) into develop (c2a3aac) will not change coverage.
Report is 16 commits behind head on develop.
The diff coverage is n/a.

❗ Current head d9de45c differs from pull request most recent head e45b4be. Consider uploading reports for the commit e45b4be to get more accurate results

@@           Coverage Diff            @@
##           develop      #74   +/-   ##
========================================
  Coverage    19.69%   19.69%           
========================================
  Files          218      218           
  Lines         8331     8331           
  Branches      1062     1062           
========================================
  Hits          1641     1641           
  Misses        6549     6549           
  Partials       141      141           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

📢 Have feedback on the report? Share it here.

@Wavesonics Wavesonics merged commit 53db8ef into develop Sep 8, 2023
2 checks passed
@renovate renovate bot deleted the renovate/okio branch September 8, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant