Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom to v2026#1123
Open
juul-mobile-bot wants to merge 1 commit intomainfrom
Open
Conversation
sdonn3
approved these changes
Mar 20, 2026
755b83a to
80b99f3
Compare
twyatt
approved these changes
Mar 23, 2026
80b99f3 to
23c66c8
Compare
davertay-j
approved these changes
Mar 25, 2026
8ae9566 to
202d969
Compare
0704afb to
571088c
Compare
c7c4cf1 to
c2d4d99
Compare
3b8b5a6 to
cc32b84
Compare
d2621cf to
6c57b0b
Compare
6c57b0b to
1cba8be
Compare
twyatt
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2025.12.6→2026.5.0Release Notes
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)
v2026.5.0Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.15...2026.5.0
v2026.4.15Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.14...2026.4.15
v2026.4.14Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.13...2026.4.14
v2026.4.13Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.12...2026.4.13
v2026.4.12Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.11...2026.4.12
v2026.4.11Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.10...2026.4.11
v2026.4.10Compare Source
What's Changed
autoUpdateby @porotkin in #2851Full Changelog: JetBrains/kotlin-wrappers@2026.4.9...2026.4.10
v2026.4.9Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.8...2026.4.9
v2026.4.8Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.7...2026.4.8
v2026.4.7Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.6...2026.4.7
v2026.4.6Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.5...2026.4.6
v2026.4.5Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.4...2026.4.5
v2026.4.4Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.3...2026.4.4
v2026.4.3Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.2...2026.4.3
v2026.4.2Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.1...2026.4.2
v2026.4.1Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.0...2026.4.1
v2026.4.0Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.17...2026.4.0
v2026.3.17Compare Source
What's Changed
useLocationjsdoc by @aerialist7 in #2847ParsedLocation.hashjsdoc by @aerialist7 in #2848Full Changelog: JetBrains/kotlin-wrappers@2026.3.16...2026.3.17
v2026.3.16Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.15...2026.3.16
v2026.3.15Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.14...2026.3.15
v2026.3.14Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.13...2026.3.14
v2026.3.13Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.12...2026.3.13
v2026.3.12Compare Source
What's Changed
Full Changelog: JetBrains/kotlin-wrappers@2026.3.11...2026.3.12
v2026.3.11Compare Source
What's Changed
findByTestIdresults better in react tests by @mkienenb in #2843New Contributors
Full Changelog: JetBrains/kotlin-wrappers@2026.3.10...2026.3.11
v2026.3.10Compare Source
BREAKING CHANGE
React
awaitCancellationcleanup helperuseEffect { val unsubscribe = api.addHandler { setData(it) } awaitCancellation { // will be called when React calls cleanup unsubscribe() } }v2026.3.9Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.8...2026.3.9
v2026.3.8Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.7...2026.3.8
v2026.3.7Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.6...2026.3.7
v2026.3.6Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.5...2026.3.6
v2026.3.5Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.4...2026.3.5
v2026.3.4Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.3...2026.3.4
v2026.3.3Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.2...2026.3.3
v2026.3.2Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.1...2026.3.2
v2026.3.1Compare Source
BREAKING CHANGE
React
awaitCancellationcleanup helperuseEffect { val unsubscribe = api.addHandler { setData(it) } awaitCancellation { // will be called when React calls cleanup unsubscribe() } }v2026.2.24Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.23...2026.2.24
v2026.2.23Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.22...2026.2.23
v2026.2.22Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.21...2026.2.22
v2026.2.21Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.20...2026.2.21
v2026.2.20Compare Source
BREAKING CHANGE
kotlin-react-legacykotlin-react-dom-legacykotlin-styled-nextv2026.2.18Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.17...2026.2.18
v2026.2.17Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.16...2026.2.17
v2026.2.16Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.15...2026.2.16
v2026.2.15Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.14...2026.2.15
v2026.2.14Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.13...2026.2.14
v2026.2.13Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.12...2026.2.13
v2026.2.12Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.11...2026.2.12
v2026.2.11Compare Source
BREAKING CHANGE
React
Key- opaque interfacev2026.2.10Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.9...2026.2.10
v2026.2.9Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.8...2026.2.9
v2026.2.8Compare Source
What's Changed
useMatchRouteby @aerialist7 in #2837Full Changelog: JetBrains/kotlin-wrappers@2026.2.7...2026.2.8
v2026.2.7Compare Source
BREAKING CHANGE
nullwritablepackage war renamed to`null`writableBREAKING CHANGE
js.objects.JsPlainObjectremovedkotlinx.js.JsPlainObjectv2026.2.6Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.5...2026.2.6
v2026.2.5Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.4...2026.2.5
v2026.2.4Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.3...2026.2.4
v2026.2.3Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.2.2...2026.2.3
v2026.2.2Compare Source
BREAKING CHANGE
kotlin-react-legacykotlin-react-dom-legacykotlin-styled-nextv2026.2.1Compare Source
BREAKING CHANGE
React
Key- opaque interfacev2026.2.0Compare Source
React DOM
FocusEventHandlerandFocusEventdeprecated2026.2.1v2026.1.17Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.16...2026.1.17
v2026.1.16Compare Source
BREAKING CHANGE
React
useEffectWithCleanupdeprecateduseEffectwithawaitCleanupextension2026.2.1useLayoutEffectWithCleanupremoveduseLayoutEffectwithawaitCleanupextensionuseInsertionEffectWithCleanupremoveduseInsertionEffectwithawaitCleanupextensionuseEffect { val unsubscribe = api.addHandler { setData(it) } awaitCleanup { // will be called when React calls cleanup unsubscribe() } }v2026.1.15Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.14...2026.1.15
v2026.1.14Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.13...2026.1.14
v2026.1.13Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.12...2026.1.13
v2026.1.12Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.11...2026.1.12
v2026.1.11Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.10...2026.1.11
v2026.1.10Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.9...2026.1.10
v2026.1.9Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.8...2026.1.9
v2026.1.8Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.7...2026.1.8
v2026.1.7Compare Source
BREAKING CHANGE
v2026.1.6Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.5...2026.1.6
v2026.1.5Compare Source
What's Changed
Full Changelog: JetBrains/kotlin-wrappers@2026.1.4...2026.1.5
v2026.1.4Compare Source
What's Changed
New Contributors
Full Changelog: JetBrains/kotlin-wrappers@2026.1.3...2026.1.4
v2026.1.3Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.2...2026.1.3
v2026.1.2Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.1.1...2026.1.2
v2026.1.1Compare Source
BREAKING CHANGE
React
useEffectWithCleanupdeprecateduseEffectwithawaitCleanupextension2026.2.1useLayoutEffectWithCleanupremoveduseLayoutEffectwithawaitCleanupextensionuseInsertionEffectWithCleanupremoveduseInsertionEffectwithawaitCleanupextensionuseEffect { val unsubscribe = api.addHandler { setData(it) } awaitCleanup { // will be called when React calls cleanup unsubscribe() } }v2026.1.0Compare Source
2026.1.7v2025.12.12Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.12.11...2025.12.12
v2025.12.11Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.12.10...2025.12.11
v2025.12.10Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.12.9...2025.12.10
v2025.12.9Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.12.8...2025.12.9
v2025.12.8Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.12.7...2025.12.8
v2025.12.7Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.12.6...2025.12.7
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.