Skip to content

Bump org.jetbrains.compose.ui:ui-tooling-preview from 1.7.3 to 1.9.0+dev2416 in /demos/kotlin/kmp_sdk in the kotlin-dependencies group#743

Merged
tcamise-gpsw merged 1 commit intomainfrom
dependabot/gradle/demos/kotlin/kmp_sdk/kotlin-dependencies-f617bde8ad
May 15, 2025
Merged

Bump org.jetbrains.compose.ui:ui-tooling-preview from 1.7.3 to 1.9.0+dev2416 in /demos/kotlin/kmp_sdk in the kotlin-dependencies group#743
tcamise-gpsw merged 1 commit intomainfrom
dependabot/gradle/demos/kotlin/kmp_sdk/kotlin-dependencies-f617bde8ad

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the kotlin-dependencies group in /demos/kotlin/kmp_sdk with 1 update: org.jetbrains.compose.ui:ui-tooling-preview.

Updates org.jetbrains.compose.ui:ui-tooling-preview from 1.7.3 to 1.9.0+dev2416

Release notes

Sourced from org.jetbrains.compose.ui:ui-tooling-preview's releases.

1.8.0-dev1905

No release notes provided.

1.8.0-dev1899

No release notes provided.

1.8.0-dev1897

No release notes provided.

1.8.0-dev1890

No release notes provided.

1.8.0-dev1875

No release notes provided.

1.8.0-dev1873

No release notes provided.

1.8.0-rc01

Changes since 1.8.0-beta02

Highlights

Web

  • Improves text input support in Safari on mobile and desktop #1941
  • Correct certain text input scenarios on Web targets #1941 New WebTextInputService seeks to achieve the following goals:
  1. Add support to Safari (which happens to have its own flow of input events that are inconsistent with other browsers)
  2. Correct behavior for composition and accent dialogue scenarios
  3. Introduce some changes that we will use for improving accessibility

Breaking Changes

Multiple Platforms

  • A custom implementation for deprecated LocalTextInputService is no longer supported #1974

Migration Notes

Multiple Platforms

  • material/material3 libraries no longer add a dependency to material-icons-core so if your project relied on that, you will have to explicitly add that dependency in your build.gradle[.kts] files: #2025, #2030
implementation("org.jetbrains.compose.material:material-icons-core:1.7.3")

Gradle Plugin

  • The Compose Gradle Plugin requires Kotlin Gradle Plugin 2.+ version now. Old org.jetbrains.compose.compiler is not supported anymore and the API to configure it was removed #5293

... (truncated)

Changelog

Sourced from org.jetbrains.compose.ui:ui-tooling-preview's changelog.

1.8.0-rc01 (April 2025)

Changes since 1.8.0-beta02

Highlights

Web

  • Improves text input support in Safari on mobile and desktop #1941
  • Correct certain text input scenarios on Web targets #1941 New WebTextInputService seeks to achieve the following goals:
  1. Add support to Safari (which happens to have its own flow of input events that are inconsistent with other browsers)
  2. Correct behavior for composition and accent dialogue scenarios
  3. Introduce some changes that we will use for improving accessibility

Breaking Changes

Multiple Platforms

  • A custom implementation for deprecated LocalTextInputService is no longer supported #1974

Migration Notes

Multiple Platforms

  • material/material3 libraries no longer add a dependency to material-icons-core so if your project relied on that, you will have to explicitly add that dependency in your build.gradle[.kts] files: #2025, #2030
implementation("org.jetbrains.compose.material:material-icons-core:1.7.3")

Gradle Plugin

  • The Compose Gradle Plugin requires Kotlin Gradle Plugin 2.+ version now. Old org.jetbrains.compose.compiler is not supported anymore and the API to configure it was removed #5293

Lifecycle

  • (prerelease fix) Remove deprecated AbstractSavedStateViewModelFactory from common code #1976

Features

Desktop

  • The default ProGuard version is set to 7.7.0 #5279
    • If there are any new errors in the release build, update the ProGuard rules
    • A usual workaround is to add -keep class for the associated with error class in "Location:"
    • If the error contains androidx. package, it might a Compose bug, please report in https://youtrack.jetbrains.com/issues/CMP. The -keep class workaround should also work in this case
  • (prerelease fix) ./gradlew runRelease doesn't crash with java.lang.VerifyError #5279

Fixes

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from tcamise-gpsw May 5, 2025 12:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file kotlin sdk Kotlin SDK labels May 5, 2025
Bumps the kotlin-dependencies group in /demos/kotlin/kmp_sdk with 1 update: [org.jetbrains.compose.ui:ui-tooling-preview](https://github.com/JetBrains/compose-jb).


Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.7.3 to 1.9.0+dev2416
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/compose-jb/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose.ui:ui-tooling-preview
  dependency-version: 1.9.0+dev2416
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/demos/kotlin/kmp_sdk/kotlin-dependencies-f617bde8ad branch from 3345c2e to 316819e Compare May 12, 2025 11:40
@tcamise-gpsw tcamise-gpsw merged commit d948ff5 into main May 15, 2025
1 check passed
@tcamise-gpsw tcamise-gpsw deleted the dependabot/gradle/demos/kotlin/kmp_sdk/kotlin-dependencies-f617bde8ad branch May 15, 2025 17:29
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 kotlin sdk Kotlin SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant