NiccoMlt / Protelis-Web

Web server for Protelis frontends
GNU General Public License v3.0
1 stars 0 forks source link

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.7 #44

Open renovate[bot] opened 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-collections-immutable-jvm 0.3 -> 0.3.7 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm) ### [`v0.3.7`](https://togithub.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.7) - Upgrade Kotlin version up to 1.9.21 - Support wasmJs and wasmWasi targets ### [`v0.3.6`](https://togithub.com/Kotlin/kotlinx.collections.immutable/blob/HEAD/CHANGELOG.md#036) - Upgrade Kotlin version up to 1.9.0 - Support all targets currently supported by the K/N compiler - Drop support for the Legacy js target ### [`v0.3.5`](https://togithub.com/Kotlin/kotlinx.collections.immutable/blob/HEAD/CHANGELOG.md#035) - Upgrade Kotlin version up to 1.6.0 - Raise the JVM bytecode target to 1.8. Now the library cannot be used on JDK 1.6 and 1.7. - Add other Apple K/N targets - Implement faster equals function for sets and maps - Fix PersistentHashMapBuilder.putAll() #[114](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/114) ### [`v0.3.4`](https://togithub.com/Kotlin/kotlinx.collections.immutable/blob/HEAD/CHANGELOG.md#034) - Upgrade Kotlin version up to 1.4.30 - Publish the library to Maven Central instead of Bintray #[96](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/96). - Add license information to published POMs [#​98](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/98). - Implement workaround for specialized MutableEntrySet.contains/remove [KT-41278](https://youtrack.jetbrains.com/issue/KT-41278). - Bug in PersistentList - list is broken after removeAll call [#​92](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/92). - Faster bulk operations for non-ordered sets (removeAll, retainAll, containsAll) [#​91](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/91). - Faster addAll/putAll implementation for non-ordered sets/maps [#​83](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/83). - Add extension functions to convert Sequence to persistent collections [84](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/84). - Add missing CharSequence.toImmutableSet() extension function. ### [`v0.3.3`](https://togithub.com/Kotlin/kotlinx.collections.immutable/blob/HEAD/CHANGELOG.md#033) - Upgrade Kotlin version up to 1.4.0 - Weaken receiver type of toPersistentHashSet to Iterable [#​77](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/77). - Throw ConcurrentModificationException if hashCode of ordered set element changes [#​76](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/76). - Fix transition from PersistentVector to SmallPersistentVector [#​75](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/75) - Add CharSequence.toPersistentHashSet() as an alternative to CharSequence.toPersistentSet() ### [`v0.3.2`](https://togithub.com/Kotlin/kotlinx.collections.immutable/blob/HEAD/CHANGELOG.md#032) - Introduce `persistentHashSetOf`, `persistentMapOf` and `persistentHashMapOf` methods that take no arguments and create an empty instance [#​67](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/67). - Fix map `entries`/`keys`/`values` iterators including [#​68](https://togithub.com/Kotlin/kotlinx.collections.immutable/issues/68). ### [`v0.3.1`](https://togithub.com/Kotlin/kotlinx.collections.immutable/blob/HEAD/CHANGELOG.md#031) - Update Kotlin version up to 1.3.70

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.