renovate[bot]
|
1c1e69c184
|
chore(deps): update plugin dependencyanalysis to v2.1.4
|
2024-10-04 21:30:14 +00:00 |
|
renovate[bot]
|
812da8dd3d
|
fix(deps): update junit5 monorepo to v5.11.2
|
2024-10-04 14:30:33 +00:00 |
|
renovate[bot]
|
0151a4d1d6
|
fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.8.1
|
2024-10-04 11:46:58 +05:30 |
|
renovate[bot]
|
8ccad5e259
|
chore(deps): update plugin dependencyanalysis to v2.1.3
|
2024-10-04 04:12:32 +00:00 |
|
renovate[bot]
|
00c75588cd
|
chore(deps): update plugin dependencyanalysis to v2.1.2
|
2024-10-03 16:49:26 +00:00 |
|
renovate[bot]
|
61203b350a
|
fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.8.0
|
2024-10-03 01:26:28 +00:00 |
|
renovate[bot]
|
498b165b68
|
fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.4.1
|
2024-10-02 22:18:37 +00:00 |
|
renovate[bot]
|
ea710454f4
|
fix(deps): update androidx
|
2024-10-02 18:46:21 +00:00 |
|
renovate[bot]
|
e081e79820
|
fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.4.0
(cherry picked from commit 8c417f2400 )
|
2024-10-02 17:08:11 +05:30 |
|
renovate[bot]
|
4a0786e9cb
|
fix(deps): update haze to v0.9.0-beta02
(cherry picked from commit 0c8602230a )
|
2024-10-02 17:08:11 +05:30 |
|
renovate[bot]
|
e00d6e5819
|
chore(deps): update agp to v8.7.0
|
2024-10-01 18:46:29 +00:00 |
|
renovate[bot]
|
1ba7c1a306
|
chore(deps): update plugin dependencyanalysis to v2.1.1
|
2024-09-28 00:50:36 +00:00 |
|
renovate[bot]
|
490fbb5eb7
|
fix(deps): update junit5 monorepo to v5.11.1
|
2024-09-25 09:10:05 +00:00 |
|
renovate[bot]
|
9d8c40d537
|
chore(deps): update plugin dependencyanalysis to v2.1.0
|
2024-09-24 02:34:51 +00:00 |
|
renovate[bot]
|
1e5421fbc2
|
fix(deps): update serialization to v1.7.3
|
2024-09-19 17:03:22 +00:00 |
|
renovate[bot]
|
63e8ca3df8
|
fix(deps): update androidx
|
2024-09-18 18:12:17 +00:00 |
|
renovate[bot]
|
a9a304cd96
|
chore(deps): update agp to v8.6.1
|
2024-09-17 21:58:09 +00:00 |
|
renovate[bot]
|
8dd15b8276
|
chore(deps): update plugin poko to v0.17.1
|
2024-09-17 20:06:29 +00:00 |
|
renovate[bot]
|
fbb13c5acf
|
chore(deps): update plugin screenshot to v0.0.1-alpha07
|
2024-09-14 05:20:46 +00:00 |
|
renovate[bot]
|
95b3030e19
|
chore(deps): update plugin dependencyanalysis to v2.0.2
|
2024-09-14 02:25:34 +00:00 |
|
renovate[bot]
|
0f2bb909d4
|
fix(deps): update coroutines to v1.9.0 (#656)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.jetbrains.kotlinx:kotlinx-coroutines-test](https://redirect.github.com/Kotlin/kotlinx.coroutines)
| `1.9.0-RC.2` -> `1.9.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.jetbrains.kotlinx:kotlinx-coroutines-core](https://redirect.github.com/Kotlin/kotlinx.coroutines)
| `1.9.0-RC.2` -> `1.9.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.jetbrains.kotlinx:kotlinx-coroutines-android](https://redirect.github.com/Kotlin/kotlinx.coroutines)
| `1.9.0-RC.2` -> `1.9.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>Kotlin/kotlinx.coroutines
(org.jetbrains.kotlinx:kotlinx-coroutines-test)</summary>
###
[`v1.9.0`](https://redirect.github.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-190)
[Compare
Source](https://redirect.github.com/Kotlin/kotlinx.coroutines/compare/1.9.0-RC.2...1.9.0)
##### Features
- Wasm/WASI target support
([#​4064](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4064)).
Thanks,
[@​igoriakovlev](https://redirect.github.com/igoriakovlev)!
- `limitedParallelism` now optionally accepts the name of the dispatcher
view for easier debugging
([#​4023](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4023)).
- No longer initialize `Dispatchers.IO` on the JVM when other standard
dispatchers are accessed
([#​4166](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4166)).
Thanks,
[@​metalhead8816](https://redirect.github.com/metalhead8816)!
- Introduced the `Flow<T>.chunked(size: Int): Flow<List<T>>` operator
that groups emitted values into groups of the given size
([#​1290](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/1290)).
- Closeable dispatchers are instances of `AutoCloseable` now
([#​4123](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4123)).
##### Fixes
- Calling `hasNext` on a `Channel`'s iterator is idempotent
([#​4065](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4065)).
Thanks, [@​gitpaxultek](https://redirect.github.com/gitpaxultek)!
- `CoroutineScope()` created without an explicit dispatcher uses
`Dispatchers.Default` on Native
([#​4074](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4074)).
Thanks, [@​whyoleg](https://redirect.github.com/whyoleg)!
- Fixed a bug that prevented non-Android `Dispatchers.Main` from
initializing when the Firebase dependency is used
([#​3914](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3914)).
- Ensured a more intuitive ordering of tasks in `runBlocking`
([#​4134](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4134)).
- Forbid casting a `Mutex` to `Semaphore`
([#​4176](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4176)).
- Worked around a stack overflow that may occur when calling
`asDeferred` on a `Future` many times
([#​4156](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4156)).
##### Deprecations and promotions
- Advanced the deprecation levels for `BroadcastChannel`-based API
([#​4197](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4197)).
- Advanced the deprecation levels for the old `kotlinx-coroutines-test`
API
([#​4198](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4198)).
- Deprecated `Job.cancelFutureOnCompletion`
([#​4173](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4173)).
- Promoted `CoroutineDispatcher.limitedParallelism` to stable
([#​3864](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3864)).
- Promoted `CoroutineStart.ATOMIC` from `ExperimentalCoroutinesApi` to
`DelicateCoroutinesApi`
([#​4169](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4169)).
- Promoted `CancellableContinuation.resume` with an `onCancellation`
lambda to stable, providing extra arguments to the lambda
([#​4088](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4088)).
- Marked the classes and interfaces that are not supposed to be
inherited from with the new `InternalForInheritanceCoroutinesApi` opt-in
([#​3770](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3770)).
- Marked the classes and interfaces inheriting from which is not stable
with the new `ExperimentalForInheritanceCoroutinesApi` opt-in
([#​3770](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3770)).
##### Other
- Kotlin was updated to 2.0
([#​4137](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4137)).
- Reworked the documentation for `CoroutineStart` and `Channel`-based
API
([#​4147](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4147),
[#​4148](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4148),
[#​4167](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4167)).
Thanks, [@​globsterg](https://redirect.github.com/globsterg)!
- Simplified the internal implementation of `Job`
([#​4053](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4053)).
- Small tweaks, fixes, and documentation improvements.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/msfjarvis/compose-lobsters).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-13 20:23:57 +00:00 |
|
|
aa088f5dd7
|
fix(deps): pull out Haze version
|
2024-09-06 17:27:39 +05:30 |
|
|
6bc6b13ea6
|
fix(deps): migrate to the official Compose alpha BOM
|
2024-09-06 15:30:16 +05:30 |
|
renovate[bot]
|
0f20366cf3
|
chore(deps): update plugin ksp to v2.0.20-1.0.25
|
2024-09-05 21:51:21 +00:00 |
|
renovate[bot]
|
723ab0add3
|
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8
|
2024-09-05 16:34:11 +00:00 |
|
renovate[bot]
|
77dd4496a5
|
fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta01
|
2024-09-05 14:31:15 +00:00 |
|
renovate[bot]
|
1e8a93fde8
|
fix(deps): update dependency dev.chrisbanes.haze:haze to v0.9.0-beta01
|
2024-09-05 12:22:20 +00:00 |
|
|
fe0e0ea10e
|
fix(deps): update dev.chrisbanes.compose:compose-bom to 2024.09.00-alpha01
|
2024-09-05 10:25:35 +05:30 |
|
renovate[bot]
|
d26245da17
|
fix(deps): update androidx
|
2024-09-05 01:26:15 +00:00 |
|
renovate[bot]
|
aa60160378
|
chore(deps): update plugin screenshot to v0.0.1-alpha06
|
2024-09-04 23:00:02 +00:00 |
|
|
ed4c573ee4
|
feat(common): set up for Compose screenshot testing
|
2024-09-02 03:02:49 +05:30 |
|
renovate[bot]
|
4ae70e2129
|
chore(deps): update agp to v8.6.0
|
2024-08-30 01:26:51 +00:00 |
|
renovate[bot]
|
54c1d4438c
|
chore(deps): update plugin dependencyanalysis to v2.0.1
|
2024-08-29 21:51:58 +00:00 |
|
renovate[bot]
|
6988b5d412
|
fix(deps): update serialization to v1.7.2
|
2024-08-28 21:23:08 +00:00 |
|
renovate[bot]
|
ecc7b79720
|
chore(deps): update plugin modulegraphassert to v2.7.1
|
2024-08-28 20:29:15 +00:00 |
|
|
1de4916c9c
|
feat: redesign bottom navigation bar
|
2024-08-28 15:17:38 +05:30 |
|
|
4f3bafc051
|
fix(android): migrate to Material3 pull refresh indicator
|
2024-08-28 13:42:36 +05:30 |
|
renovate[bot]
|
482258a162
|
chore(deps): update plugin dependencyanalysis to v2
|
2024-08-28 00:37:41 +00:00 |
|
renovate[bot]
|
ee44d99f94
|
chore(deps): update plugin modulegraphassert to v2.7.0
|
2024-08-27 23:05:29 +00:00 |
|
renovate[bot]
|
89b490d841
|
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.0.beta2
|
2024-08-25 23:13:20 +00:00 |
|
renovate[bot]
|
022e05696b
|
chore(deps): update aboutlibraries to v11.2.3
|
2024-08-23 11:17:01 +00:00 |
|
renovate[bot]
|
e2bbe9c264
|
chore(deps): update plugin poko to v0.17.0
|
2024-08-23 03:23:10 +00:00 |
|
renovate[bot]
|
d0762b5cae
|
chore(deps): update plugin ksp to v2.0.20-1.0.24
|
2024-08-22 21:43:00 +00:00 |
|
renovate[bot]
|
f452833f6d
|
chore(deps): update kotlin and compose to v2.0.20 (#635)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.jetbrains.kotlin.plugin.serialization](https://kotlinlang.org/)
([source](https://togithub.com/JetBrains/kotlin)) | `2.0.10` -> `2.0.20`
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [org.jetbrains.kotlin.plugin.compose](https://kotlinlang.org/)
([source](https://togithub.com/JetBrains/kotlin)) | `2.0.10` -> `2.0.20`
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://kotlinlang.org/)
([source](https://togithub.com/JetBrains/kotlin)) | `2.0.10` -> `2.0.20`
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>JetBrains/kotlin
(org.jetbrains.kotlin.plugin.serialization)</summary>
###
[`v2.0.20`](https://togithub.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/msfjarvis/compose-lobsters).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
2024-08-22 18:38:00 +00:00 |
|
renovate[bot]
|
8f19f794a1
|
fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2024.08.00-alpha02
|
2024-08-22 01:13:40 +00:00 |
|
renovate[bot]
|
26ccc0d687
|
fix(deps): update androidx
|
2024-08-21 19:07:24 +00:00 |
|
|
327cce9075
|
fix(deps): upgrade Spotless to 7.0.0.BETA1
|
2024-08-21 13:13:38 +05:30 |
|
renovate[bot]
|
466ec7c79f
|
fix(deps): update dependency me.saket.unfurl:unfurl to v2.2.0
|
2024-08-20 21:25:32 +00:00 |
|
renovate[bot]
|
691a18b889
|
fix(deps): update dependency me.saket.unfurl:unfurl to v2
|
2024-08-15 06:38:31 +00:00 |
|
renovate[bot]
|
78a470dfdd
|
fix(deps): update dependency androidx.test:runner to v1.6.2
|
2024-08-14 23:49:24 +00:00 |
|