From c058a2af7a3001733bc25957e7460c0789470bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 03:52:08 +0000 Subject: [PATCH 01/13] chore(deps): update dependency com.android.application to v8.13.1 (#397) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 10c5b88..0128adc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" # Plugins -agp = "8.13.0" +agp = "8.13.1" kotlin = "2.2.21" ksp = "2.3.2" From 2b1522b0f1b7ec75f71bb114159b5834287d979c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:49:44 +0000 Subject: [PATCH 02/13] chore(deps): update dependency @types/node to v24.10.1 (#398) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- script/pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/pnpm-lock.yaml b/script/pnpm-lock.yaml index a614e0e..69e0602 100644 --- a/script/pnpm-lock.yaml +++ b/script/pnpm-lock.yaml @@ -10,15 +10,15 @@ importers: devDependencies: '@types/node': specifier: ^24.6.2 - version: 24.10.0 + version: 24.10.1 typescript: specifier: ^5.9.3 version: 5.9.3 packages: - '@types/node@24.10.0': - resolution: {integrity: sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==} + '@types/node@24.10.1': + resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} typescript@5.9.3: resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} @@ -30,7 +30,7 @@ packages: snapshots: - '@types/node@24.10.0': + '@types/node@24.10.1': dependencies: undici-types: 7.16.0 From 59754fd18442d32c57929eb4da507ebe3f8d0549 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 03:49:54 +0000 Subject: [PATCH 03/13] chore(deps): update gradle to v9.2.1 (#399) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 49ab6fc..8a84887 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip +distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From a38280f84b1fe18fa56f5a0562fee5a10661add7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:05:07 +0000 Subject: [PATCH 04/13] chore(deps): update actions/checkout action to v5.0.1 (#400) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- .github/workflows/script_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index a0d71ce..9c6b783 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/script_build.yml b/.github/workflows/script_build.yml index 032262a..14ccee0 100644 --- a/.github/workflows/script_build.yml +++ b/.github/workflows/script_build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 From 328c8d87ee0adfdd9de527c8377316edc22d54c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 00:41:10 +0000 Subject: [PATCH 05/13] fix(deps): update dependency androidx.compose:compose-bom to v2025.11.01 (#401) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0128adc..944d7c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ lifecycleRuntimeKtx = "2.9.4" datastore = "1.1.7" # Compose activityCompose = "1.11.0" -composeBom = "2025.11.00" +composeBom = "2025.11.01" liveData = "1.9.4" icons = "1.7.8" room = "2.8.3" From dd34dbd92e56070706bde23357e49deeab39d362 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:44:40 +0000 Subject: [PATCH 06/13] fix(deps): update dependency androidx.compose.material3:material3 to v1.5.0-alpha09 (#402) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 944d7c1..02a5bb2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ liveData = "1.9.4" icons = "1.7.8" room = "2.8.3" navigation = "2.9.6" -material3 = "1.5.0-alpha08" +material3 = "1.5.0-alpha09" adaptive = "1.2.0" # AboutLibraries aboutLibsRelease = "13.1.0" From 74451024bcc275eebff6f50746ec41b95c352432 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:06:45 +0000 Subject: [PATCH 07/13] fix(deps): update dependency androidx.compose.runtime:runtime-livedata to v1.9.5 (#403) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 02a5bb2..d2c4e6d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ datastore = "1.1.7" # Compose activityCompose = "1.11.0" composeBom = "2025.11.01" -liveData = "1.9.4" +liveData = "1.9.5" icons = "1.7.8" room = "2.8.3" navigation = "2.9.6" From ca79f131a2199590c43a6290d0e0d6002aebcdc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:39:58 +0000 Subject: [PATCH 08/13] fix(deps): update room to v2.8.4 (#404) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d2c4e6d..a58ac14 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ activityCompose = "1.11.0" composeBom = "2025.11.01" liveData = "1.9.5" icons = "1.7.8" -room = "2.8.3" +room = "2.8.4" navigation = "2.9.6" material3 = "1.5.0-alpha09" adaptive = "1.2.0" From 0b36015eafff829647569ee48060681022c430a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:39:05 +0000 Subject: [PATCH 09/13] fix(deps): update dependency androidx.activity:activity-compose to v1.12.0 (#405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a58ac14..8fc8222 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ splashScreen = "1.2.0" lifecycleRuntimeKtx = "2.9.4" datastore = "1.1.7" # Compose -activityCompose = "1.11.0" +activityCompose = "1.12.0" composeBom = "2025.11.01" liveData = "1.9.5" icons = "1.7.8" From 50b4543e68413ae0ad91883e67b5d32c8777f7ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:42:54 +0000 Subject: [PATCH 10/13] fix(deps): update lifecycleruntimektx to v2.10.0 (#406) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8fc8222..a24415e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ # Android X coreKtx = "1.17.0" splashScreen = "1.2.0" -lifecycleRuntimeKtx = "2.9.4" +lifecycleRuntimeKtx = "2.10.0" datastore = "1.1.7" # Compose activityCompose = "1.12.0" From 13a38c5f41e3c59b86925b5ff42e4c7b99a4d70a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:53:24 +0000 Subject: [PATCH 11/13] fix(deps): update dependency androidx.datastore:datastore-preferences to v1.2.0 (#408) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a24415e..32ecb7b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ coreKtx = "1.17.0" splashScreen = "1.2.0" lifecycleRuntimeKtx = "2.10.0" -datastore = "1.1.7" +datastore = "1.2.0" # Compose activityCompose = "1.12.0" composeBom = "2025.11.01" From 38776a880836ae50f6ab7d9d2e3e47ddb17d316f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:11:36 +0000 Subject: [PATCH 12/13] chore(deps): update dependency com.google.devtools.ksp to v2.3.3 (#409) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 32ecb7b..a0c67b4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ espressoCore = "3.7.0" # Plugins agp = "8.13.1" kotlin = "2.2.21" -ksp = "2.3.2" +ksp = "2.3.3" [libraries] # Android X From 56630a3baf4aa5fa7d68fe69c1fa4a19cde04e7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:14:06 +0000 Subject: [PATCH 13/13] chore(deps): update actions/checkout action to v6 (#407) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- .github/workflows/script_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 9c6b783..fbb6003 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/script_build.yml b/.github/workflows/script_build.yml index 14ccee0..a2fbd92 100644 --- a/.github/workflows/script_build.yml +++ b/.github/workflows/script_build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0