Skip to content

Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom to v2026#1123

Open
juul-mobile-bot wants to merge 1 commit intomainfrom
renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x
Open

Update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom to v2026#1123
juul-mobile-bot wants to merge 1 commit intomainfrom
renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x

Conversation

@juul-mobile-bot
Copy link
Copy Markdown
Contributor

@juul-mobile-bot juul-mobile-bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom dependencies major 2025.12.62026.5.0

Release Notes

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)

v2026.5.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.15...2026.5.0

v2026.4.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.14...2026.4.15

v2026.4.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.13...2026.4.14

v2026.4.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.12...2026.4.13

v2026.4.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.11...2026.4.12

v2026.4.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.10...2026.4.11

v2026.4.10

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.4.9...2026.4.10

v2026.4.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.8...2026.4.9

v2026.4.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.7...2026.4.8

v2026.4.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.6...2026.4.7

v2026.4.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.5...2026.4.6

v2026.4.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.4...2026.4.5

v2026.4.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.3...2026.4.4

v2026.4.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.2...2026.4.3

v2026.4.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.1...2026.4.2

v2026.4.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.0...2026.4.1

v2026.4.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.17...2026.4.0

v2026.3.17

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.16...2026.3.17

v2026.3.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.15...2026.3.16

v2026.3.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.14...2026.3.15

v2026.3.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.13...2026.3.14

v2026.3.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.12...2026.3.13

v2026.3.12

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.11...2026.3.12

v2026.3.11

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2026.3.10...2026.3.11

v2026.3.10

Compare Source

BREAKING CHANGE

React
  • Add awaitCancellationcleanup helper
    • Can be used as a cleanup helper for React hooks
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCancellation {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.3.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.8...2026.3.9

v2026.3.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.7...2026.3.8

v2026.3.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.6...2026.3.7

v2026.3.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.5...2026.3.6

v2026.3.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.4...2026.3.5

v2026.3.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.3...2026.3.4

v2026.3.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.2...2026.3.3

v2026.3.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.1...2026.3.2

v2026.3.1

Compare Source

BREAKING CHANGE

React
  • Add awaitCancellationcleanup helper
    • Can be used as a cleanup helper for React hooks
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCancellation {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.2.24

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.23...2026.2.24

v2026.2.23

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.22...2026.2.23

v2026.2.22

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.21...2026.2.22

v2026.2.21

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.20...2026.2.21

v2026.2.20

Compare Source

BREAKING CHANGE

  • Legacy subprojects removed:
    • kotlin-react-legacy
    • kotlin-react-dom-legacy
    • kotlin-styled-next

v2026.2.18

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.17...2026.2.18

v2026.2.17

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.16...2026.2.17

v2026.2.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.15...2026.2.16

v2026.2.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.14...2026.2.15

v2026.2.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.13...2026.2.14

v2026.2.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.12...2026.2.13

v2026.2.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.11...2026.2.12

v2026.2.11

Compare Source

BREAKING CHANGE

React

v2026.2.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.9...2026.2.10

v2026.2.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.8...2026.2.9

v2026.2.8

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.2.7...2026.2.8

v2026.2.7

Compare Source

BREAKING CHANGE

  • nullwritable package war renamed to `null`writable

BREAKING CHANGE

  • js.objects.JsPlainObject removed
    • Removed because typealiases for optional declarations aren't supported
    • Replacement – kotlinx.js.JsPlainObject

v2026.2.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.5...2026.2.6

v2026.2.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.4...2026.2.5

v2026.2.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.3...2026.2.4

v2026.2.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.2.2...2026.2.3

v2026.2.2

Compare Source

BREAKING CHANGE

  • Legacy subprojects removed:
    • kotlin-react-legacy
    • kotlin-react-dom-legacy
    • kotlin-styled-next

v2026.2.1

Compare Source

BREAKING CHANGE

React

v2026.2.0

Compare Source

React DOM
  • FocusEventHandler and FocusEvent deprecated

v2026.1.17

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.16...2026.1.17

v2026.1.16

Compare Source

BREAKING CHANGE

React
  • useEffectWithCleanup deprecated
    • Replacement – useEffect with awaitCleanup extension
    • Scheduled for removal in 2026.2.1
  • useLayoutEffectWithCleanup removed
    • Replacement – useLayoutEffect with awaitCleanup extension
  • useInsertionEffectWithCleanup removed
    • Replacement – useInsertionEffect with awaitCleanup extension
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCleanup {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.1.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.14...2026.1.15

v2026.1.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.13...2026.1.14

v2026.1.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.12...2026.1.13

v2026.1.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.11...2026.1.12

v2026.1.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.10...2026.1.11

v2026.1.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.9...2026.1.10

v2026.1.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.8...2026.1.9

v2026.1.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.7...2026.1.8

v2026.1.7

Compare Source

BREAKING CHANGE

v2026.1.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.5...2026.1.6

v2026.1.5

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.1.4...2026.1.5

v2026.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2026.1.3...2026.1.4

v2026.1.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.2...2026.1.3

v2026.1.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.1.1...2026.1.2

v2026.1.1

Compare Source

BREAKING CHANGE

React
  • useEffectWithCleanup deprecated
    • Replacement – useEffect with awaitCleanup extension
    • Scheduled for removal in 2026.2.1
  • useLayoutEffectWithCleanup removed
    • Replacement – useLayoutEffect with awaitCleanup extension
  • useInsertionEffectWithCleanup removed
    • Replacement – useInsertionEffect with awaitCleanup extension
useEffect {
    val unsubscribe = api.addHandler { setData(it) }

    awaitCleanup {
        // will be called when React calls cleanup
        unsubscribe()
    }
}

v2026.1.0

Compare Source

  • React Router declarations marked as legacy

v2025.12.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.12.11...2025.12.12

v2025.12.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.12.10...2025.12.11

v2025.12.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.12.9...2025.12.10

v2025.12.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.12.8...2025.12.9

v2025.12.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.12.7...2025.12.8

v2025.12.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.12.6...2025.12.7


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 has been generated by Mend Renovate.

@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch from 755b83a to 80b99f3 Compare March 23, 2026 09:55
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch from 80b99f3 to 23c66c8 Compare March 24, 2026 09:52
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch 3 times, most recently from 8ae9566 to 202d969 Compare April 2, 2026 09:53
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch 4 times, most recently from 0704afb to 571088c Compare April 9, 2026 10:01
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch 2 times, most recently from c7c4cf1 to c2d4d99 Compare April 13, 2026 10:12
@twyatt twyatt enabled auto-merge (squash) April 13, 2026 15:32
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch 4 times, most recently from 3b8b5a6 to cc32b84 Compare April 28, 2026 10:15
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch 2 times, most recently from d2621cf to 6c57b0b Compare May 1, 2026 10:01
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-bom-2026.x branch from 6c57b0b to 1cba8be Compare May 4, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants