Skip to content

build(deps): bump org.jetbrains.kotlin-wrappers:kotlin-js from 2025.12.6 to 2026.2.4#2361

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.2.4
Closed

build(deps): bump org.jetbrains.kotlin-wrappers:kotlin-js from 2025.12.6 to 2026.2.4#2361
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.2.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps org.jetbrains.kotlin-wrappers:kotlin-js from 2025.12.6 to 2026.2.4.

Release notes

Sourced from org.jetbrains.kotlin-wrappers:kotlin-js's releases.

2026.2.4

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

2026.2.3

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

2026.2.2

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

2026.2.1

Full Changelog: JetBrains/kotlin-wrappers@2026.2.0...2026.2.1

2026.2.0

What's Changed

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

2026.1.17

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

2026.1.16

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

2026.1.15

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

2026.1.14

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

2026.1.13

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

2026.1.12

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

2026.1.11

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

2026.1.10

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

2026.1.9

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

2026.1.8

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

2026.1.7

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin-wrappers:kotlin-js's changelog.

2026.2.1

BREAKING CHANGE

React

  • Legacy useEffectWithCleanup removed
    • Replacement – useEffect with awaitCleanup extension
  • Legacy FocusEventHandler and FocusEvent removed

2026.2.0

React DOM

  • FocusEventHandler and FocusEvent deprecated

2026.1.16

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()
}

}

2026.1.7

BREAKING CHANGE

... (truncated)

Commits
  • 9d16c80 2026.2.4
  • 0dcdb0f DOM Testing Library. Change root library package
  • bcf06ee DOM Testing Library. Change root library package
  • b593fd3 DOM Testing Library. Provide lock file
  • 4953d46 Update package-lock.json
  • 9f68405 DOM Testing Library. Provide initial declarations
  • f5aa284 DOM Testing Library. Provide Karakum configs
  • 7b08dcb Update package-lock.json
  • 78a3c0a TanStack Router 1.158.1
  • b70a55b Update package-lock.json
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.kotlin-wrappers:kotlin-js](https://github.com/JetBrains/kotlin-wrappers) from 2025.12.6 to 2026.2.4.
- [Release notes](https://github.com/JetBrains/kotlin-wrappers/releases)
- [Changelog](https://github.com/JetBrains/kotlin-wrappers/blob/master/CHANGELOG.md)
- [Commits](JetBrains/kotlin-wrappers@2025.12.6...2026.2.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-js
  dependency-version: 2026.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Test Results

132 files  132 suites   42m 9s ⏱️
754 tests 745 ✅ 9 💤 0 ❌
764 runs  755 ✅ 9 💤 0 ❌

Results for commit b543f40.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Superseded by #2368.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.2.4 branch February 9, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants