Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/deps.immutablecollections
Open

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2#79
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/deps.immutablecollections

Conversation

@renovate

@renovate renovate Bot commented Jan 23, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable 0.3.50.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

v0.5.1

  • Fixed PersistentOrderedMapBuilder returning a previously built map from build() after updating an entry value through MutableMap.MutableEntry.setValue #​253, #​274
  • Fixed an assertion failure in PersistentOrderedSetBuilder.build() after interleaved build and remove/removeAll calls #​251
  • Provided a JPMS module descriptor for the JVM artifact — module kotlinx.collections.immutable compiled into META-INF/versions/9, the artifact stays Java 8-compatible #​268

v0.5.0

  • Promoted 0.5.0-beta01 to stable; no API or behavior changes

v0.4.0

  • Fixed the equality bug in PersistentMap — Added proper node promotion during mutable operations to ensure a consistent internal tree structure #​217
  • Fixed the bug in PersistentMap equals implementation — Ensured proper node promotion during mutable key removal even when nodes share the same owner #​218
  • Fixed the ghost element issue in PersistentHashSet — Corrected condition check order to ensure proper recursive element promotion after collision removal #​219
  • Updated Kotlin to version 2.1.20 and core dependencies #​213
  • Enabled '-Xjvm-default=disable' explicitly to prevent API dump changes #​210

v0.3.8

  • Add extension functions to convert Array to persistent collections #​159
  • Don't allocate temporary buffer in SmallPersistentVector.removeAll #​164
  • Avoid creating new PersistentList instance when adding empty collection #​176
  • Fix memory leak in builders #​193

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.4.0 May 14, 2025
@renovate
renovate Bot force-pushed the renovate/deps.immutablecollections branch from edd357a to 8eca7d8 Compare May 14, 2025 19:08
@renovate renovate Bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.4.0 fix(deps): update deps.immutablecollections to v0.4.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/deps.immutablecollections branch from 8eca7d8 to 4b4e49c Compare June 9, 2026 20:32
@renovate renovate Bot changed the title fix(deps): update deps.immutablecollections to v0.4.0 fix(deps): update deps.immutablecollections to v0.5.0 Jun 9, 2026
@renovate renovate Bot changed the title fix(deps): update deps.immutablecollections to v0.5.0 fix(deps): update deps.immutablecollections Jun 22, 2026
@renovate renovate Bot changed the title fix(deps): update deps.immutablecollections fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/deps.immutablecollections branch from 4b4e49c to d93e3ce Compare July 2, 2026 19:11
@renovate renovate Bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.0 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.1 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/deps.immutablecollections branch from d93e3ce to e82e700 Compare August 29, 2026 23:45
@renovate renovate Bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.1 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2 Aug 29, 2026
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