Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

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

Release notes

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

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

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

2026.1.6

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

2026.1.5

What's Changed

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

2026.1.4

What's Changed

New Contributors

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

2026.1.3

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

2026.1.2

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

2026.1.1

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

2026.1.0

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

2025.12.12

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

2025.12.11

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

2025.12.10

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

... (truncated)

Changelog

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

2026.1.7

BREAKING CHANGE

2026.1.0

  • React Router declarations marked as legacy

2025.5.1

BREAKING CHANGE

  • Redundant Js prefix removed from types:
    • JsTuple* -> Tuple*
    • JsContextFunction -> ContextFunction
    • JsConstructorFunction -> ConstructorFunction

2025.4.0

  • Split kotlin-emotion (1 subproject for 1 NPM library):
    • kotlin-emotion-cache
    • kotlin-emotion-css
    • kotlin-emotion-react
    • kotlin-emotion-styled
    • kotlin-emotion-utils

2025.1.0

  • New versioning
    • Formats: YYYY.M.P, YYYY.M.P-<NPM>
      • YYYY - release year
      • M - release month (1-12)
      • P - patch, starts from 0 every month
      • <NPM> - NPM version of the related dependency
    • Examples
      • kotlin-wrappers-catalog
        • 2025.1.0
        • 2025.2.42
      • kotlin-react
        • 2025.1.0-19.0.0
        • 2025.2.42-19.0.0

pre.859

  • Version catalog 1.0.0

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1.9.
- [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.1.9)

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

Test Results

132 files   - 11  132 suites   - 11   43m 7s ⏱️ - 9m 4s
749 tests  - 34  740 ✅  - 33  9 💤 ±0  0 ❌  - 1 
759 runs   - 34  750 ✅  - 33  9 💤 ±0  0 ❌  - 1 

Results for commit 16fc0bf. ± Comparison against base commit c2c9512.

This pull request removes 34 tests.
org.modelix.datastructures.BTreeTest ‑ can bulk request entries[js, browser]
org.modelix.datastructures.BTreeTest ‑ can clear all entries[js, browser]
org.modelix.datastructures.BTreeTest ‑ can insert node[js, browser]
org.modelix.datastructures.HamtCollisionTest ‑ can store two entries with the same hash[js, browser]
org.modelix.datastructures.HamtCollisionTest ‑ override entries in btree[js, browser]
org.modelix.datastructures.HamtTest ‑ can insert node[js, browser]
org.modelix.datastructures.PatriciaTrieTest ‑ can replace subtree[js, browser]
org.modelix.datastructures.PatriciaTrieTest ‑ same content produces same tree[js, browser]
org.modelix.datastructures.PatriciaTrieTest ‑ slice with one before and two after[js, browser]
org.modelix.datastructures.PatriciaTrieTest ‑ slice with prefix between two entries[js, browser]
…

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2026

Superseded by #2296.

@dependabot dependabot bot closed this Jan 21, 2026
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.kotlin-wrappers-kotlin-js-2026.1.9 branch January 21, 2026 10:07
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.

1 participant