Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.4.15
Closed

build(deps): bump org.jetbrains.kotlin-wrappers:kotlin-js from 2025.12.6 to 2026.4.15#2633
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.4.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

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

Release notes

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

2026.4.15

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

2026.4.14

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

2026.4.13

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

2026.4.12

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

2026.4.11

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

2026.4.10

What's Changed

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

2026.4.9

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

2026.4.8

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

2026.4.7

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

2026.4.6

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

2026.4.5

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

2026.4.4

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

2026.4.3

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

2026.4.2

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

2026.4.1

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

2026.4.0

... (truncated)

Changelog

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

2026.3.10

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

}

2026.3.0

BREAKING CHANGE

  • Legacy kotlin-react-beautiful-dnd subproject removed

2026.2.20

BREAKING CHANGE

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

2026.2.11

BREAKING CHANGE

React

2026.2.7

BREAKING CHANGE

  • nullwritable package war renamed to `null`writable

... (truncated)

Commits
  • edd1df9 2026.4.15
  • d394c6c Origin. OriginSource [generated]
  • 30c9800 Origin. Move to kotlin-web
  • 9cadf7c Web Types 0.0.348 [generated]
  • cd9dc91 Document PiP. Move to generated
  • 932ef6e Update package-lock.json files
  • 8fd946f Observable. Add @ExperimentalWebApi marker
  • c77d1ea Update package-lock.json files
  • 4ea5814 VS Code 1.118.0 [generated]
  • a17caa8 Update package-lock.json files
  • 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.4.15.
- [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.4.15)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-js
  dependency-version: 2026.4.15
  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 May 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Test Results

136 files   - 119  136 suites   - 119   45m 36s ⏱️ - 10m 18s
777 tests  - 689  768 ✅  - 687  9 💤  - 2  0 ❌ ±0 
787 runs   - 689  778 ✅  - 687  9 💤  - 2  0 ❌ ±0 

Results for commit aef3b79. ± Comparison against base commit 5401b75.

This pull request removes 689 tests.
AddNewChildrenTest ‑ addManyChildren[js, browser]
AddNewChildrenTest ‑ addManyChildren[js, node]
AddNewChildrenTest ‑ addManyDescendants[js, browser]
AddNewChildrenTest ‑ addManyDescendants[js, node]
CapturedInsertPositionTest ‑ insertAfter_3[js, browser]
CapturedInsertPositionTest ‑ insertAfter_3[js, node]
CapturedInsertPositionTest ‑ insertAtSamePosition[js, browser]
CapturedInsertPositionTest ‑ insertAtSamePosition[js, node]
CapturedInsertPositionTest ‑ insertBefore_1[js, browser]
CapturedInsertPositionTest ‑ insertBefore_1[js, node]
…

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Superseded by #2639.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.4.15 branch May 4, 2026 12:09
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