DrewCarlson / KtSoup

A Kotlin multiplatform HTML5 parsing library
https://drewcarlson.github.io/KtSoup/latest/
Apache License 2.0
34 stars 0 forks source link

Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.3.0 #29

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-io-core 0.2.1 -> 0.3.0 age adoption passing confidence

Release Notes

Kotlin/kotlinx-io (org.jetbrains.kotlinx:kotlinx-io-core) ### [`v0.3.0`](https://togithub.com/Kotlin/kotlinx-io/blob/HEAD/CHANGELOG.md#030) [Compare Source](https://togithub.com/Kotlin/kotlinx-io/compare/0.2.1...0.3.0) > Published 13 Sep 2023 ##### Features - Enabled Wasm target [#​164](https://togithub.com/Kotlin/kotlinx-io/issues/164) - Added Sink/Source integration with Apple's NSInputStream and NSOutputStream ([#​174](https://togithub.com/Kotlin/kotlinx-io/pull/174)) - Added extension functions integrating ByteString with Base64 and HexFormat APIs ([#​149](https://togithub.com/Kotlin/kotlinx-io/issues/149)) - Added extension functions to read and write floating point numbers ([#​167](https://togithub.com/Kotlin/kotlinx-io/issues/167)) - Extended filesystems support by adding functions to create and delete files and directories, check their existence, perform atomic move, and get file size ([#​211](https://togithub.com/Kotlin/kotlinx-io/issues/211), [#​214](https://togithub.com/Kotlin/kotlinx-io/issues/214)). Also extended Path's API to request Path's parent and to get file's name ([#​206](https://togithub.com/Kotlin/kotlinx-io/issues/206), [#​212](https://togithub.com/Kotlin/kotlinx-io/issues/212)). - Updated Kotlin version to 1.9.10 ##### Bugfixes - Fixed undefined behavior in the ByteString's hashCode computation on native targets ([#​190](https://togithub.com/Kotlin/kotlinx-io/issues/190)) - Fixed compatibility issues with Android API 25 and below ([#​202](https://togithub.com/Kotlin/kotlinx-io/issues/202))

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.



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

codecov[bot] commented 1 year ago

Codecov Report

Merging #29 (d39e4ad) into main (9fdf44f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   77.02%   77.02%           
=======================================
  Files           9        9           
  Lines         148      148           
  Branches       32       32           
=======================================
  Hits          114      114           
  Misses         16       16           
  Partials       18       18           

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