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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 28, 2023

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

  • Upgrade Kotlin version up to 1.9.21
  • Support wasmJs and wasmWasi targets

v0.3.6

  • 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

  • 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

v0.3.4

  • Upgrade Kotlin version up to 1.4.30
  • Publish the library to Maven Central instead of Bintray #96.
  • Add license information to published POMs #​98.
  • Implement workaround for specialized MutableEntrySet.contains/remove KT-41278.
  • Bug in PersistentList - list is broken after removeAll call #​92.
  • Faster bulk operations for non-ordered sets (removeAll, retainAll, containsAll) #​91.
  • Faster addAll/putAll implementation for non-ordered sets/maps #​83.
  • Add extension functions to convert Sequence to persistent collections 84.
  • Add missing CharSequence.toImmutableSet() extension function.

v0.3.3

  • Upgrade Kotlin version up to 1.4.0
  • Weaken receiver type of toPersistentHashSet to Iterable #​77.
  • Throw ConcurrentModificationException if hashCode of ordered set element changes #​76.
  • Fix transition from PersistentVector to SmallPersistentVector #​75
  • Add CharSequence.toPersistentHashSet() as an alternative to CharSequence.toPersistentSet()

v0.3.2

  • Introduce persistentHashSetOf, persistentMapOf and persistentHashMapOf methods that take no arguments and create an empty instance #​67.
  • Fix map entries/keys/values iterators including #​68.

v0.3.1

  • 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.


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

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

@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.5 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.6 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/versions.kotlinx_collections_immutable_jvm branch from 913c993 to 6805604 Compare October 5, 2023 22:46
@renovate renovate bot force-pushed the renovate/versions.kotlinx_collections_immutable_jvm branch from 6805604 to 3c78417 Compare December 16, 2023 10:31
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.6 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.7 Dec 16, 2023
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.

0 participants