Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the versions group with 24 updates #53

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the versions group with 24 updates:

Package From To
io.ktor:ktor-client-logging-jvm 3.0.0 3.0.1
ru.astrainteractive.klibs:kstorage 3.1.3 3.2.0
com.arkivanov.decompose:decompose 3.1.0 3.2.2
com.arkivanov.decompose:extensions-compose 3.1.0 3.2.2
com.arkivanov.essenty:lifecycle 2.1.0 2.2.1
androidx.compose:compose-bom 2024.10.00 2024.11.00
androidx.work:work-runtime 2.9.1 2.10.0
androidx.work:work-runtime-ktx 2.9.1 2.10.0
com.google.firebase:firebase-bom 33.4.0 33.6.0
com.google.android.horologist:horologist-datalayer 0.6.12 0.6.20
com.google.android.horologist:horologist-datalayer-watch 0.6.12 0.6.20
com.google.android.horologist:horologist-datalayer-phone 0.6.12 0.6.20
com.google.android.horologist:horologist-compose-tools 0.6.12 0.6.20
com.google.android.horologist:horologist-tiles 0.6.12 0.6.20
io.ktor:ktor-client-core 3.0.0 3.0.1
io.ktor:ktor-client-cio 3.0.0 3.0.1
io.ktor:ktor-client-serialization 3.0.0 3.0.1
io.ktor:ktor-client-content-negotiation 3.0.0 3.0.1
io.ktor:ktor-client-json 3.0.0 3.0.1
io.ktor:ktor-serialization-kotlinx-json 3.0.0 3.0.1
io.ktor:ktor-client-logging 3.0.0 3.0.1
org.jetbrains.compose 1.7.0+ 1.8.0+check
com.android.application 8.7.1 8.7.2
com.android.library 8.7.1 8.7.2

Updates io.ktor:ktor-client-logging-jvm from 3.0.0 to 3.0.1

Release notes

Sourced from io.ktor:ktor-client-logging-jvm's releases.

3.0.1

Published 29 October 2024

Bugfixes

  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)

Improvements

  • WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (KTOR-7623)
  • INFO log message with all server interceptors on server startup (KTOR-7326)
  • Digest auth: username and cnonce parameters aren't surrounded with quotes (KTOR-7561)
  • ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (KTOR-7536)
  • Support missing native targets in ktor-serialization-kotlinx-xml (KTOR-7583)
Changelog

Sourced from io.ktor:ktor-client-logging-jvm's changelog.

3.0.1

Published 29 October 2024

Bugfixes

  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)

Improvements

  • WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (KTOR-7623)
  • INFO log message with all server interceptors on server startup (KTOR-7326)
  • Digest auth: username and cnonce parameters aren't surrounded with quotes (KTOR-7561)
  • ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (KTOR-7536)
  • Support missing native targets in ktor-serialization-kotlinx-xml (KTOR-7583)
Commits
  • 205479f Release 3.0.1 (#4432)
  • e5e8ae7 KTOR-6158 JS. Remove redundant require calls (#4422)
  • 8c271cb KTOR-7596 Make multipart Content-Type check case-insensitive (#4413)
  • 5a7bf7f KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (#4429)
  • 0ae547f KTOR-7326 Remove debug implementation of Pipeline.toString (#4419)
  • 4f45166 Update ktor monorepo to v3.0.1-eap-1122 (#4415)
  • 451f664 KTOR-7625: Url.segments parsing fix
  • 95426ce chore: remove redundant backticks (#4425)
  • 3d71a28 Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (#4416)
  • caceb62 Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (#4417)
  • Additional commits viewable in compare view

Updates ru.astrainteractive.klibs:kstorage from 3.1.3 to 3.2.0

Commits
  • 72787da Merge pull request #25 from makeevrserg/cache-owner-ext
  • c257a33 up version
  • ea41460 add delegate for cache owner
  • ff77e5f Bump the versions group with 17 updates (#20)
  • fe9c8ac Bump com.android.library from 8.5.2 to 8.6.0 in the versions group (#18)
  • See full diff in compare view

Updates com.arkivanov.decompose:decompose from 3.1.0 to 3.2.2

Release notes

Sourced from com.arkivanov.decompose:decompose's releases.

3.2.2

  • Cancel predictive back gesture when stack changed (experimental animation API) (#806)

Versions and dependencies

Kotlin: 2.0.20 Essenty: 2.2.1 kotlinx-serialization: 1.6.3 Multiplatform Compose: 1.7.0

3.2.1

  • Updated Essenty to 2.2.1 (#803)

This release updates Essenty to version 2.2.1, which contains a fix for a possible crash in the experimental StateKeeper#saveable API.

Versions and dependencies

Kotlin: 2.0.20 Essenty: 2.2.1 kotlinx-serialization: 1.6.3 Multiplatform Compose: 1.7.0

3.2.0

Changes since version 3.2.0-beta03

  • Updated Essenty to 2.2.0 and Compose to 1.7.0 (#801)

Earlier changes since version 3.1.0

  • Allow duplicate configurations as an experimental feature (#731)
  • Fixed "Key was used multiple times" crash with duplicateConfigurationsEnabled flag enabled (#734)
  • Added new experimental stack animation API with Shared Element Transitions support (#753)
  • Annotated StackNavigator#push as delicate API (#747)
  • Renamed Pages composable function to ChildPages, promoted all Child Pages API to stable (#756)
  • Force javaTarget 11 for all non-Android JVM targets (#758)
  • Renamed PredictiveBackParams#animatableSelector parameter to animatable (the new animation API) (#762)
  • Make predictiveBackParams parameter a function instead of just a value (the new animation API) (#761)
  • Fixed a bug when predictive back gesture is interrupted (the new animation API) (#760)
  • Disable input during predictive back animation (#775)
  • Don't animate the previous child after predictive back gesture finished and stack popped (the new animation API) (#774)
  • Added Child Panels navigation model (#782, #789)
  • Removed unused type parameters from the experimental PredictiveBackParams API (#777)
  • Make animator argument optional in the experimental stackAnimation API (#787)
  • Fixed incorrect predictive back animation playing on hardware back button click (the new animation API) (#779)
  • Fixed stack animation not updating to new child component instance when active configuration is unchanged (#794, see #792)
  • Don't seek stack animation transition on back start when predictive back animatable is specified (the new animation API) (#797)

Experimental Duplicate Configurations feature

This release adds an experimental support of duplicate configurations in all navigation models. The feature can be enabled using the DecomposeExperimentFlags.duplicateConfigurationsEnabled flag. If the feature is enabled, Decompose will not throw errors when duplicate configurations are detected. Instead, it will try its best to properly manage the components. Please see the updated docs for more information.

... (truncated)

Commits
  • 85bbf2f Bumped version to 3.2.2
  • b843d5a Merge pull request #806 from arkivanov/cancel-predictive-back-animation-when-...
  • e4c0d00 Cancel predictive back gesture when stack changed (experimental animation API)
  • 00bf7ee Bumped version to 3.2.1
  • 26cbdda Merge pull request #803 from arkivanov/updated-essenty
  • a575293 Updated Essenty to 2.2.1
  • 8af551e Updated docs
  • f301498 Merge pull request #802 from arkivanov/update-reaktive-in-samples
  • b2ce573 Updated Reaktive to 2.2.0 in samples
  • 3ae25e0 Bumped version to 3.2.0
  • Additional commits viewable in compare view

Updates com.arkivanov.decompose:extensions-compose from 3.1.0 to 3.2.2

Release notes

Sourced from com.arkivanov.decompose:extensions-compose's releases.

3.2.2

  • Cancel predictive back gesture when stack changed (experimental animation API) (#806)

Versions and dependencies

Kotlin: 2.0.20 Essenty: 2.2.1 kotlinx-serialization: 1.6.3 Multiplatform Compose: 1.7.0

3.2.1

  • Updated Essenty to 2.2.1 (#803)

This release updates Essenty to version 2.2.1, which contains a fix for a possible crash in the experimental StateKeeper#saveable API.

Versions and dependencies

Kotlin: 2.0.20 Essenty: 2.2.1 kotlinx-serialization: 1.6.3 Multiplatform Compose: 1.7.0

3.2.0

Changes since version 3.2.0-beta03

  • Updated Essenty to 2.2.0 and Compose to 1.7.0 (#801)

Earlier changes since version 3.1.0

  • Allow duplicate configurations as an experimental feature (#731)
  • Fixed "Key was used multiple times" crash with duplicateConfigurationsEnabled flag enabled (#734)
  • Added new experimental stack animation API with Shared Element Transitions support (#753)
  • Annotated StackNavigator#push as delicate API (#747)
  • Renamed Pages composable function to ChildPages, promoted all Child Pages API to stable (#756)
  • Force javaTarget 11 for all non-Android JVM targets (#758)
  • Renamed PredictiveBackParams#animatableSelector parameter to animatable (the new animation API) (#762)
  • Make predictiveBackParams parameter a function instead of just a value (the new animation API) (#761)
  • Fixed a bug when predictive back gesture is interrupted (the new animation API) (#760)
  • Disable input during predictive back animation (#775)
  • Don't animate the previous child after predictive back gesture finished and stack popped (the new animation API) (#774)
  • Added Child Panels navigation model (#782, #789)
  • Removed unused type parameters from the experimental PredictiveBackParams API (#777)
  • Make animator argument optional in the experimental stackAnimation API (#787)
  • Fixed incorrect predictive back animation playing on hardware back button click (the new animation API) (#779)
  • Fixed stack animation not updating to new child component instance when active configuration is unchanged (#794, see #792)
  • Don't seek stack animation transition on back start when predictive back animatable is specified (the new animation API) (#797)

Experimental Duplicate Configurations feature

This release adds an experimental support of duplicate configurations in all navigation models. The feature can be enabled using the DecomposeExperimentFlags.duplicateConfigurationsEnabled flag. If the feature is enabled, Decompose will not throw errors when duplicate configurations are detected. Instead, it will try its best to properly manage the components. Please see the updated docs for more information.

... (truncated)

Commits
  • 85bbf2f Bumped version to 3.2.2
  • b843d5a Merge pull request #806 from arkivanov/cancel-predictive-back-animation-when-...
  • e4c0d00 Cancel predictive back gesture when stack changed (experimental animation API)
  • 00bf7ee Bumped version to 3.2.1
  • 26cbdda Merge pull request #803 from arkivanov/updated-essenty
  • a575293 Updated Essenty to 2.2.1
  • 8af551e Updated docs
  • f301498 Merge pull request #802 from arkivanov/update-reaktive-in-samples
  • b2ce573 Updated Reaktive to 2.2.0 in samples
  • 3ae25e0 Bumped version to 3.2.0
  • Additional commits viewable in compare view

Updates com.arkivanov.decompose:extensions-compose from 3.1.0 to 3.2.2

Release notes

Sourced from com.arkivanov.decompose:extensions-compose's releases.

3.2.2

  • Cancel predictive back gesture when stack changed (experimental animation API) (#806)

Versions and dependencies

Kotlin: 2.0.20 Essenty: 2.2.1 kotlinx-serialization: 1.6.3 Multiplatform Compose: 1.7.0

3.2.1

  • Updated Essenty to 2.2.1 (#803)

This release updates Essenty to version 2.2.1, which contains a fix for a possible crash in the experimental StateKeeper#saveable API.

Versions and dependencies

Kotlin: 2.0.20 Essenty: 2.2.1 kotlinx-serialization: 1.6.3 Multiplatform Compose: 1.7.0

3.2.0

Changes since version 3.2.0-beta03

  • Updated Essenty to 2.2.0 and Compose to 1.7.0 (#801)

Earlier changes since version 3.1.0

  • Allow duplicate configurations as an experimental feature (#731)
  • Fixed "Key was used multiple times" crash with duplicateConfigurationsEnabled flag enabled (#734)
  • Added new experimental stack animation API with Shared Element Transitions support (#753)
  • Annotated StackNavigator#push as delicate API (#747)
  • Renamed Pages composable function to ChildPages, promoted all Child Pages API to stable (#756)
  • Force javaTarget 11 for all non-Android JVM targets (#758)
  • Renamed PredictiveBackParams#animatableSelector parameter to animatable (the new animation API) (#762)
  • Make predictiveBackParams parameter a function instead of just a value (the new animation API) (#761)
  • Fixed a bug when predictive back gesture is interrupted (the new animation API) (#760)
  • Disable input during predictive back animation (#775)
  • Don't animate the previous child after predictive back gesture finished and stack popped (the new animation API) (#774)
  • Added Child Panels navigation model (#782, #789)
  • Removed unused type parameters from the experimental PredictiveBackParams API (#777)
  • Make animator argument optional in the experimental stackAnimation API (#787)
  • Fixed incorrect predictive back animation playing on hardware back button click (the new animation API) (#779)
  • Fixed stack animation not updating to new child component instance when active configuration is unchanged (#794, see #792)
  • Don't seek stack animation transition on back start when predictive back animatable is specified (the new animation API) (#797)

Experimental Duplicate Configurations feature

This release adds an experimental support of duplicate configurations in all navigation models. The feature can be enabled using the DecomposeExperimentFlags.duplicateConfigurationsEnabled flag. If the feature is enabled, Decompose will not throw errors when duplicate configurations are detected. Instead, it will try its best to properly manage the components. Please see the updated docs for more information.

... (truncated)

Commits
  • 85bbf2f Bumped version to 3.2.2
  • b843d5a Merge pull request #806 from arkivanov/cancel-predictive-back-animation-when-...
  • e4c0d00 Cancel predictive back gesture when stack changed (experimental animation API)
  • 00bf7ee Bumped version to 3.2.1
  • 26cbdda Merge pull request #803 from arkivanov/updated-essenty
  • a575293 Updated Essenty to 2.2.1
  • 8af551e Updated docs
  • f301498 Merge pull request #802 from arkivanov/update-reaktive-in-samples
  • b2ce573 Updated Reaktive to 2.2.0 in samples
  • 3ae25e0 Bumped version to 3.2.0
  • Additional commits viewable in compare view

Updates com.arkivanov.essenty:lifecycle from 2.1.0 to 2.2.1

Release notes

Sourced from com.arkivanov.essenty:lifecycle's releases.

2.2.1

  • Fixed "Property ... not resolved in class ..." crash in StateKeeper#saveable extension (#181)

Versions and dependencies

Kotlin: 2.0.20 kotlinx-serialization: 1.6.3

Module lifecycle-coroutines

kotlinx-coroutines: 1.8.1

Module lifecycle-reaktive

Reaktive: 2.1.0

2.2.0

Changes since version 2.2.0-beta01

  • Save unconsumed state in DefaultStateKeeperDispatcher (#179)
  • Promoted InstanceKeeper#retainedInstance to stable (#180)

Earlier changes since version 2.1.0

  • Force jvmTarget 11 for all non-Android JVM targets (#176)
  • Added PersistableBundle extensions for Android (#174)
  • Added StateKeeper.saveable and InstanceKeeper.retainedInstance extensions (#171, #172)
  • Updated Kotlin to 2.0.20 (#178)

Versions and dependencies

Kotlin: 2.0.20 kotlinx-serialization: 1.6.3

Module lifecycle-coroutines

kotlinx-coroutines: 1.8.1

Module lifecycle-reaktive

Reaktive: 2.1.0

2.2.0-beta01

  • Updated Kotlin to 2.0.20 (#178)

Versions and dependencies

Kotlin: 2.0.20 kotlinx-serialization: 1.6.3

... (truncated)

Commits
  • afdcd68 Merge pull request #181 from arkivanov/fixed-property-not-resolved-crash
  • 2590da6 Bumped version to 2.2.1
  • e1dfa22 Fixed "Property ... not resolved in class ..." crash
  • bc67da4 Update README.md
  • 8093734 Bumped version to 2.2.0
  • 77d152f Merge pull request #180 from arkivanov/promot-retainedInstance-to-stable
  • 107a4f7 Promoted InstanceKeeper#retainedInstance to stable
  • 576bd70 Merge pull request #179 from arkivanov/save-unconsumed-state
  • 355d27f Save unconsumed state in DefaultStateKeeperDispatcher
  • 632c45f Update README.md
  • Additional commits viewable in compare view

Updates androidx.compose:compose-bom from 2024.10.00 to 2024.11.00

Updates androidx.work:work-runtime from 2.9.1 to 2.10.0

Updates androidx.work:work-runtime-ktx from 2.9.1 to 2.10.0

Updates androidx.work:work-runtime-ktx from 2.9.1 to 2.10.0

Updates com.google.firebase:firebase-bom from 33.4.0 to 33.6.0

Updates com.google.android.horologist:horologist-datalayer from 0.6.12 to 0.6.20

Release notes

Sourced from com.google.android.horologist:horologist-datalayer's releases.

0.6.20

What's Changed

Fix for ScreenScaffold TimeText

Full Changelog: google/horologist@v0.6.19...v0.6.20

0.6.19

What's Changed

Bump to mostly stable dependencies

Full Changelog: google/horologist@v0.6.18...v0.6.19

0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

0.6.17

What's Changed

  • Support for initial position of rememberResponsiveColumnState

Last release off main for 0.6.x

Full Changelog: google/horologist@v0.6.16...v0.6.17

0.6.16

What's Changed

  • Use DateTimeFormatter for AM/PM in TimePicker
  • ResponsiveScreen fixes for ScalingLazyColumn, SignInPromptScreen, Title/SecondaryTitle, new ResponsiveButton

Full Changelog: google/horologist@v0.6.15...v0.6.16

v0.6.15

What's Changed

  • Material Card padding fix
  • Fix ScreenScaffold when scrollState changes

New Contributors

Full Changelog: google/horologist@v0.6.14...v0.6.15

0.6.14

  • Dependency bumps

... (truncated)

Commits

Updates com.google.android.horologist:horologist-datalayer-watch from 0.6.12 to 0.6.20

Release notes

Sourced from com.google.android.horologist:horologist-datalayer-watch's releases.

0.6.20

What's Changed

Fix for ScreenScaffold TimeText

Full Changelog: google/horologist@v0.6.19...v0.6.20

0.6.19

What's Changed

Bump to mostly stable dependencies

Full Changelog: google/horologist@v0.6.18...v0.6.19

0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

0.6.17

What's Changed

  • Support for initial position of rememberResponsiveColumnState

Last release off main for 0.6.x

Full Changelog: google/horologist@v0.6.16...v0.6.17

0.6.16

What's Changed

  • Use DateTimeFormatter for AM/PM in TimePicker
  • ResponsiveScreen fixes for ScalingLazyColumn, SignInPromptScreen, Title/SecondaryTitle, new ResponsiveButton

Full Changelog: google/horologist@v0.6.15...v0.6.16

v0.6.15

What's Changed

  • Material Card padding fix
  • Fix ScreenScaffold when scrollState changes

New Contributors

Full Changelog: google/horologist@v0.6.14...v0.6.15

0.6.14

  • Dependency bumps

... (truncated)

Commits

Updates com.google.android.horologist:horologist-datalayer-phone from 0.6.12 to 0.6.20

Release notes

Sourced from com.google.android.horologist:horologist-datalayer-phone's releases.

0.6.20

What's Changed

Fix for ScreenScaffold TimeText

Full Changelog: google/horologist@v0.6.19...v0.6.20

0.6.19

What's Changed

Bump to mostly stable dependencies

Full Changelog: google/horologist@v0.6.18...v0.6.19

0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

0.6.17

What's Changed

  • Support for initial position of rememberResponsiveColumnState

Last release off main for 0.6.x

Full Changelog: google/horologist@v0.6.16...v0.6.17

0.6.16

What's Changed

  • Use DateTimeFormatter for AM/PM in TimePicker
  • ResponsiveScreen fixes for ScalingLazyColumn, SignInPromptScreen, Title/SecondaryTitle, new ResponsiveButton

Full Changelog: google/horologist@v0.6.15...v0.6.16

v0.6.15

What's Changed

  • Material Card padding fix
  • Fix ScreenScaffold when scrollState changes

New Contributors

Full Changelog: google/horologist@v0.6.14...v0.6.15

0.6.14

  • Dependency bumps

... (truncated)

Commits

Updates com.google.android.horologist:horologist-compose-tools from 0.6.12 to 0.6.20

Release notes

Sourced from com.google.android.horologist:horologist-compose-tools's releases.

0.6.20

What's Changed

Fix for ScreenScaffold TimeText

Full Changelog: google/horologist@v0.6.19...v0.6.20

0.6.19

What's Changed

Bump to mostly stable dependencies

Full Changelog: google/horologist@v0.6.18...v0.6.19

0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

0.6.17

What's Changed

  • Support for initial position of rememberResponsiveColumnState

Last release off main for 0.6.x

Full Changelog: google/horologist@v0.6.16...v0.6.17

0.6.16

What's Changed

  • Use DateTimeFormatter for AM/PM in TimePicker
  • ResponsiveScreen fixes for ScalingLazyColumn, SignInPromptScreen, Title/SecondaryTitle, new ResponsiveButton

Full Changelog: google/horologist@v0.6.15...v0.6.16

v0.6.15

What's Changed

  • Material Card padding fix
  • Fix ScreenScaffold when scrollState changes

New Contributors

Full Changelog: google/horologist@v0.6.14...v0.6.15

0.6.14

  • Dependency bumps

... (truncated)

Commits

Updates com.google.android.horologist:horologist-tiles from 0.6.12 to 0.6.20

Release notes

Sourced from com.google.android.horologist:horologist-tiles's releases.

0.6.20

What's Changed

Fix for ScreenScaffold TimeText

Full Changelog: google/horologist@v0.6.19...v0.6.20

0.6.19

What's Changed

Bump to mostly stable dependencies

Full Changelog: google/horologist@v0.6.18...v0.6.19

0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

0.6.17

What's Changed

  • Support for initial position of rememberResponsiveColumnState

Last release off main for 0.6.x

Full Changelog: google/horologist@v0.6.16...v0.6.17

0.6.16

What's Changed

  • Use DateTimeFormatter for AM/PM in TimePicker
  • ResponsiveScreen fixes for ScalingLazyColumn, SignInPromptScreen, Title/SecondaryTitle, new ResponsiveButton

Full Changelog: google/horologist@v0.6.15...v0.6.16

v0.6.15

What's Changed

  • Material Card padding fix
  • Fix ScreenScaffold when scrollState changes

New Contributors

Full Changelog: google/horologist@v0.6.14...v0.6.15

0.6.14

  • Dependency bumps

... (truncated)

Commits

Updates com.google.android.horologist:horologist-datalayer-watch from 0.6.12 to 0.6.20

Release notes

Sourced from com.google.android.horologist:horologist-datalayer-watch's releases.

0.6.20

What's Changed

Fix for ScreenScaffold TimeText

Full Changelog: google/horologist@v0.6.19...v0.6.20

0.6.19

What's Changed

Bump to mostly stable dependencies

Full Changelog: google/horologist@v0.6.18...v0.6.19

0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

0.6.17

What's Changed

  • Support for initial position of rememberResponsiveColumnState

Last release off main for 0.6.x

Full Changelog: google/horologist@v0.6.16...v0.6.17

0.6.16

What's Changed

  • Use DateTimeFormatter for AM/PM in TimePicker
  • ResponsiveScreen fixes for ScalingLazyColumn, SignInPromptScreen, Title/SecondaryTitle, new ResponsiveButton

Full Changelog: google/horologist@v0.6.15...v0.6.16

v0.6.15

What's Changed

  • Material Card padding fix
  • Fix ScreenScaffold when scrollState changes

New Contributors

Full Changelog: google/horologist@v0.6.14...v0.6.15

0.6.14

  • Dependency bumps

... (truncated)

Commits

Bumps the versions group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-client-logging-jvm](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [ru.astrainteractive.klibs:kstorage](https://github.com/makeevrserg/klibs.kstorage) | `3.1.3` | `3.2.0` |
| [com.arkivanov.decompose:decompose](https://github.com/arkivanov/Decompose) | `3.1.0` | `3.2.2` |
| [com.arkivanov.decompose:extensions-compose](https://github.com/arkivanov/Decompose) | `3.1.0` | `3.2.2` |
| [com.arkivanov.essenty:lifecycle](https://github.com/arkivanov/Essenty) | `2.1.0` | `2.2.1` |
| androidx.compose:compose-bom | `2024.10.00` | `2024.11.00` |
| androidx.work:work-runtime | `2.9.1` | `2.10.0` |
| androidx.work:work-runtime-ktx | `2.9.1` | `2.10.0` |
| com.google.firebase:firebase-bom | `33.4.0` | `33.6.0` |
| [com.google.android.horologist:horologist-datalayer](https://github.com/google/horologist) | `0.6.12` | `0.6.20` |
| [com.google.android.horologist:horologist-datalayer-watch](https://github.com/google/horologist) | `0.6.12` | `0.6.20` |
| [com.google.android.horologist:horologist-datalayer-phone](https://github.com/google/horologist) | `0.6.12` | `0.6.20` |
| [com.google.android.horologist:horologist-compose-tools](https://github.com/google/horologist) | `0.6.12` | `0.6.20` |
| [com.google.android.horologist:horologist-tiles](https://github.com/google/horologist) | `0.6.12` | `0.6.20` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [io.ktor:ktor-client-serialization](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [io.ktor:ktor-client-json](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.0.0` | `3.0.1` |
| org.jetbrains.compose | `1.7.0+` | `1.8.0+check` |
| com.android.application | `8.7.1` | `8.7.2` |
| com.android.library | `8.7.1` | `8.7.2` |


Updates `io.ktor:ktor-client-logging-jvm` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `ru.astrainteractive.klibs:kstorage` from 3.1.3 to 3.2.0
- [Release notes](https://github.com/makeevrserg/klibs.kstorage/releases)
- [Commits](makeevrserg/klibs.kstorage@3.1.3...3.2.0)

Updates `com.arkivanov.decompose:decompose` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@3.1.0...3.2.2)

Updates `com.arkivanov.decompose:extensions-compose` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@3.1.0...3.2.2)

Updates `com.arkivanov.decompose:extensions-compose` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@3.1.0...3.2.2)

Updates `com.arkivanov.essenty:lifecycle` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/arkivanov/Essenty/releases)
- [Commits](arkivanov/Essenty@2.1.0...2.2.1)

Updates `androidx.compose:compose-bom` from 2024.10.00 to 2024.11.00

Updates `androidx.work:work-runtime` from 2.9.1 to 2.10.0

Updates `androidx.work:work-runtime-ktx` from 2.9.1 to 2.10.0

Updates `androidx.work:work-runtime-ktx` from 2.9.1 to 2.10.0

Updates `com.google.firebase:firebase-bom` from 33.4.0 to 33.6.0

Updates `com.google.android.horologist:horologist-datalayer` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-datalayer-watch` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-datalayer-phone` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-compose-tools` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-tiles` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-datalayer-watch` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-datalayer-phone` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-compose-tools` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `com.google.android.horologist:horologist-tiles` from 0.6.12 to 0.6.20
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.20)

Updates `io.ktor:ktor-client-core` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-cio` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-serialization` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-json` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-logging` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-cio` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-serialization` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-json` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `io.ktor:ktor-client-logging` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.1)

Updates `org.jetbrains.compose` from 1.7.0+ to 1.8.0+check

Updates `com.android.application` from 8.7.1 to 8.7.2

Updates `com.android.library` from 8.7.1 to 8.7.2

Updates `com.android.library` from 8.7.1 to 8.7.2

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kstorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.decompose:decompose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.decompose:extensions-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.decompose:extensions-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.essenty:lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: androidx.work:work-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: androidx.work:work-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: androidx.work:work-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.firebase:firebase-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-watch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-phone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-compose-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-tiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-watch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-phone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-compose-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-tiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 25, 2024
@makeevrserg makeevrserg closed this Dec 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/gradle/versions-123de8309f branch December 1, 2024 09:46
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