Skip to content

Commit c130b53

Browse files
fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.2.4 (#461)
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.17` → `2026.2.4` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2026.2.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2026.1.17/2026.2.4?slim=true) | --- ### Release Notes <details> <summary>JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog)</summary> ### [`v2026.2.4`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.2.4) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.2.3...2026.2.4) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.2.3...2026.2.4> ### [`v2026.2.3`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.2.3) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.2.2...2026.2.3) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.2.2...2026.2.3> ### [`v2026.2.2`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2026.2.2) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.2.1...2026.2.2) **Full Changelog**: <JetBrains/kotlin-wrappers@2026.2.1...2026.2.2> ### [`v2026.2.1`](https://redirect.github.com/JetBrains/kotlin-wrappers/blob/HEAD/CHANGELOG.md#202621) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.2.0...2026.2.1) **BREAKING CHANGE** ##### React - Legacy `useEffectWithCleanup` removed - Replacement – `useEffect` with `awaitCleanup` extension - Legacy `FocusEventHandler` and `FocusEvent` removed ### [`v2026.2.0`](https://redirect.github.com/JetBrains/kotlin-wrappers/blob/HEAD/CHANGELOG.md#202620) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2026.1.17...2026.2.0) ##### React DOM - `FocusEventHandler` and `FocusEvent` deprecated - [Original change](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/commit/1bfb3a01af9c94ad7c913a0f6359b3bfb8205602) - Scheduled for removal in `2026.2.1` </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 013e675 commit c130b53

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.17")
40+
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:2026.2.4")
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)