Skip to content

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2 - #81

Merged
rossdanderson merged 1 commit into
mainfrom
renovate/kotlincollectionsimmutable
Sep 1, 2026
Merged

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2#81
rossdanderson merged 1 commit into
mainfrom
renovate/kotlincollectionsimmutable

Conversation

@rossdanderson

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable 0.5.10.5.2 age confidence

Release Notes

Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)

v0.5.2

  • Fixed addingAll, removingAll, retainingAll, intersect, and containsAll on PersistentHashSet, puttingAll on PersistentHashMap, and their builder counterparts returning wrong results when a collision node meets a single element at the bottom trie level #​294
  • Fixed puttingAll on PersistentHashMap, and putAll on its builder, keeping the receiver's value for a key that sits in a collision node on both sides #​300
  • Fixed PersistentHashSet.equals being asymmetric after intersect, retainingAll, or the builder's retainAll #​291
  • Fixed PersistentHashMapBuilder.put of an already stored value invalidating live iterators and making build() return a new map when the key is in a collision node #​304
  • Fixed a live iterator of PersistentHashMapBuilder returning the old values after a putAll that only replaces values #​308
  • Fixed PersistentOrderedMapBuilder iterators throwing ConcurrentModificationException after MutableMap.MutableEntry.setValue, or a put that only replaces a value, during iteration #​307
  • Fixed MutableMap.MutableEntry.setValue on a PersistentOrderedMapBuilder entry re-adding the key after it was removed from the builder #​310

Configuration

📅 Schedule: (UTC)

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

@rossdanderson
rossdanderson merged commit d8ccf39 into main Sep 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants