Skip to content

Commit

Permalink
Bump the all group across 1 directory with 4 updates (#355)
Browse files Browse the repository at this point in the history
* Bump the all group across 1 directory with 4 updates

Bumps the all group with 4 updates in the / directory: com.autonomousapps.dependency-analysis, [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose), org.jetbrains.compose:compose-gradle-plugin and [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime).


Updates `com.autonomousapps.dependency-analysis` from 2.8.0 to 2.8.2

Updates `com.google.maps.android:maps-compose` from 6.4.2 to 6.4.4
- [Release notes](https://github.com/googlemaps/android-maps-compose/releases)
- [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc)
- [Commits](googlemaps/android-maps-compose@v6.4.2...v6.4.4)

Updates `org.jetbrains.compose:compose-gradle-plugin` from 1.8.0-alpha02 to 1.8.0-dev1920

Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: com.autonomousapps.dependency-analysis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.maps.android:maps-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.compose:compose-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>

* Try ignore compose dev versions

* Rollback datastore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Beriukhov <[email protected]>
Co-authored-by: Andrei Beriukhov <[email protected]>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent ec3f452 commit b265a7a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ insert_final_newline = true
max_line_length = 120

ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^

[.github/dependabot.yml]
indent_size = 2
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ updates:
- "Dependencies"
# Create a group of dependencies to be updated together in one pull request
groups:
all:
patterns:
- "*"
all:
patterns:
- "*"
ignore:
- dependency-name: "org.jetbrains.compose*"
# Ignore patch updates
update-types: [ "version-update:semver-patch" ]
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("convention.detekt")
id("com.autonomousapps.dependency-analysis") version "2.8.0"
id("com.autonomousapps.dependency-analysis") version "2.8.2"
}

buildscript {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref =
glance-preview = { module = "androidx.glance:glance-preview", version.ref = "glance" }
glance-appwidget-preview = { module = "androidx.glance:glance-appwidget-preview", version.ref = "glance" }

google-maps-compose = "com.google.maps.android:maps-compose:6.4.2"
google-maps-compose = "com.google.maps.android:maps-compose:6.4.4"


androidx-annotation = "androidx.annotation:annotation:1.9.1" # https://mvnrepository.com/artifact/androidx.annotation/annotation
Expand All @@ -110,7 +110,7 @@ composeGradle = { module = "org.jetbrains.compose:compose-gradle-plugin", versio
sqldelightGradle = { module = "app.cash.sqldelight:gradle-plugin", version.ref = "sqldelight" }


kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" # https://github.com/Kotlin/kotlinx-datetime
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.2" # https://github.com/Kotlin/kotlinx-datetime

sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version.ref = "sqldelight" }
sqldelight-coroutinesExt = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
Expand Down

0 comments on commit b265a7a

Please sign in to comment.