Skip to content

Bump org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog from 2025.12.6 to 2026.6.4#98

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.6.4
Closed

Bump org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog from 2025.12.6 to 2026.6.4#98
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.6.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog from 2025.12.6 to 2026.6.4.

Release notes

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

2026.6.4

Full Changelog: JetBrains/kotlin-wrappers@2026.6.3...2026.6.4

2026.6.3

Full Changelog: JetBrains/kotlin-wrappers@2026.6.2...2026.6.3

2026.6.2

Full Changelog: JetBrains/kotlin-wrappers@2026.6.1...2026.6.2

2026.6.1

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.6.0...2026.6.1

2026.6.0

Full Changelog: JetBrains/kotlin-wrappers@2026.5.7...2026.6.0

2026.5.7

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2026.5.6...2026.5.7

2026.5.6

Full Changelog: JetBrains/kotlin-wrappers@2026.5.5...2026.5.6

2026.5.5

Full Changelog: JetBrains/kotlin-wrappers@2026.5.4...2026.5.5

2026.5.4

Full Changelog: JetBrains/kotlin-wrappers@2026.5.3...2026.5.4

2026.5.3

Full Changelog: JetBrains/kotlin-wrappers@2026.5.2...2026.5.3

2026.5.2

Full Changelog: JetBrains/kotlin-wrappers@2026.5.1...2026.5.2

2026.5.1

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

2026.5.0

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

2026.4.15

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog'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
  • a0222f8 2026.6.4
  • 1bd4660 Update package-lock.json files
  • b2de2d4 TanStack React Virtual 3.14.2 [generated]
  • eaa0b7b Update package-lock.json files
  • f621286 Vercel 0.44.0
  • 6ce7bcb Update package-lock.json files
  • 98f670c Actions Cache 6.0.1
  • 12fedc9 Web Locks. Use async factory
  • 8ffb0af Function. More async factories
  • bd49625 Web Locks. Cancellation support for LockManager.request
  • 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-wrappers-catalog](https://github.com/JetBrains/kotlin-wrappers) from 2025.12.6 to 2026.6.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.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog
  dependency-version: 2026.6.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 Jun 15, 2026
@github-actions

Copy link
Copy Markdown

Qodana for JVM

186 new problems were found

Inspection name Severity Problems
Redundant qualifier name 🔶 Warning 89
Redundant visibility modifier 🔶 Warning 60
Unused symbol 🔶 Warning 24
Unused import directive 🔶 Warning 6
Unstable API Usage 🔶 Warning 3
Class naming convention ◽️ Notice 2
Explicit 'get' or 'set' call ◽️ Notice 2
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.1.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #100.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-wrappers-catalog-2026.6.4 branch June 22, 2026 20:14
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