Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable…
Browse files Browse the repository at this point in the history
… to v0.3.8 (#1660)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.jetbrains.kotlinx:kotlinx-collections-immutable](https://redirect.github.com/Kotlin/kotlinx.collections.immutable)
| `0.3.7` -> `0.3.8` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-collections-immutable/0.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx:kotlinx-collections-immutable/0.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx:kotlinx-collections-immutable/0.3.7/0.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kotlinx-collections-immutable/0.3.7/0.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Kotlin/kotlinx.collections.immutable
(org.jetbrains.kotlinx:kotlinx-collections-immutable)</summary>

###
[`v0.3.8`](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.8)

#### What's Changed

- Add extension functions to convert Array to persistent collections
[#&#8203;159](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/159)
- Don't allocate temporary buffer in SmallPersistentVector.removeAll
[#&#8203;164](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/164)
- Avoid creating new PersistentList instance when adding empty
collection
[#&#8203;176](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/176)
- Fix memory leak in builders
[#&#8203;193](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/193)

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 1791b8b commit 7799e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-te
kotlin-coroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlin-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1"
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlinx-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
kotlinx-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8"
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }

lints-compose = "com.slack.lint.compose:compose-lint-checks:1.3.1"
Expand Down

0 comments on commit 7799e86

Please sign in to comment.