Skip to content

Commit 26bdb98

Browse files
fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.1.17 (#457)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog](https://redirect.github.com/JetBrains/kotlin-wrappers) | `2026.1.12` → `2026.1.17` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2026.1.17?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2026.1.12/2026.1.17?slim=true) | --- ### Release Notes <details> <summary>JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog)</summary> ### [`v2026.1.17`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.1.17) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.1.16...2026.1.17) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.1.16...2026.1.17> ### [`v2026.1.16`](https://redirect.github.com/JetBrains/kotlin-wrappers/blob/HEAD/CHANGELOG.md#2026116) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.1.15...2026.1.16) **BREAKING CHANGE** - `useEffectWithCleanup` deprecated - Replacement – `useEffect` with `awaitCleanup` extension - `useLayoutEffectWithCleanup` removed - Replacement – `useLayoutEffect` with `awaitCleanup` extension - `useInsertionEffectWithCleanup` removed - Replacement – `useInsertionEffect` with `awaitCleanup` extension ```kotlin useEffect { val unsubscribe = api.addHandler { setData(it) } awaitCleanup { // will be called when React calls cleanup unsubscribe() } } ``` ### [`v2026.1.15`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.1.15) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.1.14...2026.1.15) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.1.14...2026.1.15> ### [`v2026.1.14`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.1.14) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.1.13...2026.1.14) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.1.13...2026.1.14> ### [`v2026.1.13`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.1.13) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.1.12...2026.1.13) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.1.12...2026.1.13> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa627d4 commit 26bdb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencyResolutionManagement {
3737

3838
versionCatalogs {
3939
val kotlinWrappers by registering {
40-
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:2026.1.12")
40+
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:2026.1.17")
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)