Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps compose from 1.8.2 to 1.9.2.
Updates org.jetbrains.compose:compose-gradle-plugin from 1.8.2 to 1.9.2

Release notes

Sourced from org.jetbrains.compose:compose-gradle-plugin's releases.

1.9.2

Changes since 1.9.1

Fixes

Multiple Platforms

  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #2503

Web

  • Removed an outline on a Canvas element when it's focused #2450
  • Fix focus with Tab behaviour in Text Fields #2452

Dependencies

1.9.1

Changes since 1.9.0

Migration Notes

Multiple Platforms

  • compose.material3 alias from Gradle plugin now points to org.jetbrains.compose.material3:material3:1.9.0 (based on Jetpack Compose Material3 1.4.0), it was org.jetbrains.compose.material3:material3:1.8.2 (based on Jetpack Compose Material3 1.3.2) in Compose Multiplatform 1.9.0. If you want to stay on the same minor version, replace the alias by an explicit dependency: #5441

    // was
    implementation(compose.material3)
    

    // replace by implementation("org.jetbrains.compose.material3:material3:1.8.2")

Fixes

iOS

... (truncated)

Changelog

Sourced from org.jetbrains.compose:compose-gradle-plugin's changelog.

1.9.2 (October 2025)

Changes since 1.9.1

Fixes

Multiple Platforms

  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #2503

Web

  • Removed an outline on a Canvas element when it's focused #2450
  • Fix focus with Tab behaviour in Text Fields #2452

Dependencies


1.10.0-alpha03 (October 2025)

Changes since 1.10.0-alpha02

Migration Notes

Multiple Platforms

  • (prerelease fix) Disabled (by default) the new text context menus until they are fully supported. You can enable them by setting ComposeFoundationFlags.isNewContextMenuEnabled = true #2466
  • Deprecate org.jetbrains.compose.ui.tooling.preview.Preview annotation in favor of androidx.compose.ui.tooling.preview.Preview to reduce variety of Preview annotations #5453

iOS

  • Remove experimental annotation from LocalUIView #2478

Desktop

... (truncated)

Commits
  • 7f87247 Revert hardcoded compose.material3 (#5441)
  • 96fdba4 Revert hardcoded compose.material3 (2) (#5405)
  • 451e6fa Fix composeCompatibilityBrowserDistribution task lazy configuration (#5409)
  • 7d2e858 Fix composeCompatibilityBrowserDistribution task lazy configuration (#5398)
  • a8774d3 Sh/cp 0922042bf8 web compatibility skip when unavailable (#5395)
  • 1b23aa9 composeCompatibilityBrowserDistribution: Skip web targets where executable is...
  • 71dfccf Introduce test for invoking composeCompatibilityBrowserDistribution in heavil...
  • db964f1 [Cherry-pick] Fix runRelease task when navigation and obfuscate.set(true)...
  • 0e2a108 Fix runRelease task when navigation and obfuscate.set(true) are used (#5384)
  • 766ac55 Port all web examples to ComposeViewport (#5378)
  • Additional commits viewable in compare view

Updates org.jetbrains.compose from 1.8.2 to 1.9.2

Release notes

Sourced from org.jetbrains.compose's releases.

1.9.2

Changes since 1.9.1

Fixes

Multiple Platforms

  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #2503

Web

  • Removed an outline on a Canvas element when it's focused #2450
  • Fix focus with Tab behaviour in Text Fields #2452

Dependencies

1.9.1

Changes since 1.9.0

Migration Notes

Multiple Platforms

  • compose.material3 alias from Gradle plugin now points to org.jetbrains.compose.material3:material3:1.9.0 (based on Jetpack Compose Material3 1.4.0), it was org.jetbrains.compose.material3:material3:1.8.2 (based on Jetpack Compose Material3 1.3.2) in Compose Multiplatform 1.9.0. If you want to stay on the same minor version, replace the alias by an explicit dependency: #5441

    // was
    implementation(compose.material3)
    

    // replace by implementation("org.jetbrains.compose.material3:material3:1.8.2")

Fixes

iOS

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.9.2 (October 2025)

Changes since 1.9.1

Fixes

Multiple Platforms

  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #2503

Web

  • Removed an outline on a Canvas element when it's focused #2450
  • Fix focus with Tab behaviour in Text Fields #2452

Dependencies


1.10.0-alpha03 (October 2025)

Changes since 1.10.0-alpha02

Migration Notes

Multiple Platforms

  • (prerelease fix) Disabled (by default) the new text context menus until they are fully supported. You can enable them by setting ComposeFoundationFlags.isNewContextMenuEnabled = true #2466
  • Deprecate org.jetbrains.compose.ui.tooling.preview.Preview annotation in favor of androidx.compose.ui.tooling.preview.Preview to reduce variety of Preview annotations #5453

iOS

  • Remove experimental annotation from LocalUIView #2478

Desktop

... (truncated)

Commits
  • 7f87247 Revert hardcoded compose.material3 (#5441)
  • 96fdba4 Revert hardcoded compose.material3 (2) (#5405)
  • 451e6fa Fix composeCompatibilityBrowserDistribution task lazy configuration (#5409)
  • 7d2e858 Fix composeCompatibilityBrowserDistribution task lazy configuration (#5398)
  • a8774d3 Sh/cp 0922042bf8 web compatibility skip when unavailable (#5395)
  • 1b23aa9 composeCompatibilityBrowserDistribution: Skip web targets where executable is...
  • 71dfccf Introduce test for invoking composeCompatibilityBrowserDistribution in heavil...
  • db964f1 [Cherry-pick] Fix runRelease task when navigation and obfuscate.set(true)...
  • 0e2a108 Fix runRelease task when navigation and obfuscate.set(true) are used (#5384)
  • 766ac55 Port all web examples to ComposeViewport (#5378)
  • Additional commits viewable in compare view

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 `compose` from 1.8.2 to 1.9.2.

Updates `org.jetbrains.compose:compose-gradle-plugin` from 1.8.2 to 1.9.2
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.8.2...v1.9.2)

Updates `org.jetbrains.compose` from 1.8.2 to 1.9.2
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.8.2...v1.9.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose:compose-gradle-plugin
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.compose
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jan-tennert as a code owner November 3, 2025 12:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build file 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.

2 participants