Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog 2026.1.122026.1.17 age confidence

Release Notes

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

v2026.1.17

Compare Source

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

v2026.1.16

Compare Source

BREAKING CHANGE

  • useEffectWithCleanup deprecated
    • Replacement – useEffect with awaitCleanup extension
  • 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


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 31, 2026 05:54
@renovate renovate bot merged commit 26bdb98 into main Jan 31, 2026
4 checks passed
@renovate renovate bot deleted the renovate/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.x branch January 31, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants