renovate[bot]
|
a8e03e22bf
|
fix(deps): update dagger to v2.48.1
|
2023-10-03 22:31:04 +00:00 |
|
|
1bfa1f3981
|
Revert "Revert "fix(deps): use Swipe snapshots""
Maybe fixed by new Compose BOM?
This reverts commit 3cf6b22d95 .
|
2023-10-03 22:43:34 +05:30 |
|
|
655745e049
|
fix(deps): upgrade to Compose Compiler 1.5.3
|
2023-10-03 22:43:34 +05:30 |
|
|
f83a22b310
|
fix(deps): update compose-bom to 2023.10.00-alpha02
|
2023-10-03 22:43:34 +05:30 |
|
|
025c24a9d9
|
feat(android): switch to M3-compatible pull to refresh
|
2023-10-03 22:43:34 +05:30 |
|
|
cae759a09e
|
Merge remote-tracking branches 'origin/renovate/sentry' and 'origin/renovate/org.gradle.android.cache-fix-org.gradle.android.cache-fix.gradle.plugin-2.x'
* origin/renovate/sentry:
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.13.0
* origin/renovate/org.gradle.android.cache-fix-org.gradle.android.cache-fix.gradle.plugin-2.x:
fix(deps): update dependency org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin to v2.8.1
|
2023-09-29 23:19:35 +05:30 |
|
renovate[bot]
|
52126b2248
|
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.13.0
|
2023-09-29 17:13:29 +00:00 |
|
renovate[bot]
|
5782521824
|
fix(deps): update dependency org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin to v2.8.1
|
2023-09-29 17:13:26 +00:00 |
|
|
8602e68b60
|
Merge remote-tracking branches 'origin/renovate/agp' and 'origin/renovate/com.diffplug.spotless-spotless-plugin-gradle-6.x'
* origin/renovate/agp:
chore(deps): update dependency com.android.test to v8.3.0-alpha06
* origin/renovate/com.diffplug.spotless-spotless-plugin-gradle-6.x:
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.22.0
|
2023-09-29 11:54:16 +05:30 |
|
renovate[bot]
|
fb4514d70e
|
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.22.0
|
2023-09-29 00:41:48 +00:00 |
|
renovate[bot]
|
35d86bff11
|
chore(deps): update dependency com.android.test to v8.3.0-alpha06
|
2023-09-28 21:25:13 +00:00 |
|
renovate[bot]
|
193730e16c
|
fix(deps): update sentry to v6.30.0 (#400)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.sentry:sentry-android-okhttp](https://togithub.com/getsentry/sentry-java)
| `6.29.0` -> `6.30.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/)
|
| [io.sentry:sentry-bom](https://togithub.com/getsentry/sentry-java) |
`6.29.0` -> `6.30.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>getsentry/sentry-java
(io.sentry:sentry-android-okhttp)</summary>
###
[`v6.30.0`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#6300)
[Compare
Source](https://togithub.com/getsentry/sentry-java/compare/6.29.0...6.30.0)
##### Features
- Add `sendModules` option for disable sending modules
([#​2926](https://togithub.com/getsentry/sentry-java/pull/2926))
- Send `db.system` and `db.name` in span data for androidx.sqlite spans
([#​2928](https://togithub.com/getsentry/sentry-java/pull/2928))
- Check-ins (CRONS) support
([#​2952](https://togithub.com/getsentry/sentry-java/pull/2952))
- Add API for sending check-ins (CRONS) manually
([#​2935](https://togithub.com/getsentry/sentry-java/pull/2935))
- Support check-ins (CRONS) for Quartz
([#​2940](https://togithub.com/getsentry/sentry-java/pull/2940))
- `@SentryCheckIn` annotation and advice config for Spring
([#​2946](https://togithub.com/getsentry/sentry-java/pull/2946))
- Add option for ignoring certain monitor slugs
([#​2943](https://togithub.com/getsentry/sentry-java/pull/2943))
##### Fixes
- Always send memory stats for transactions
([#​2936](https://togithub.com/getsentry/sentry-java/pull/2936))
- This makes it possible to query transactions by the `device.class` tag
on Sentry
- Add `sentry.enable-aot-compatibility` property to SpringBoot Jakarta
`SentryAutoConfiguration` to enable building for GraalVM
([#​2915](https://togithub.com/getsentry/sentry-java/pull/2915))
##### Dependencies
- Bump Gradle from v8.2.1 to v8.3.0
([#​2900](https://togithub.com/getsentry/sentry-java/pull/2900))
- \[changelog]\(https://github.com/gradle/gradle/blob/master
release-test/CHANGELOG.md#v830)
- [diff](https://togithub.com/gradle/gradle/compare/v8.2.1...v8.3.0)
</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/msfjarvis/compose-lobsters).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-28 09:50:08 +00:00 |
|
|
ed32186984
|
refactor(build): adopt Slack lints
|
2023-09-28 15:14:36 +05:30 |
|
renovate[bot]
|
327fd43dd6
|
fix(deps): update dependency com.slack.eithernet:eithernet to v1.6.0
|
2023-09-27 00:12:38 +00:00 |
|
renovate[bot]
|
bc2345f415
|
chore(deps): update plugin licensee to v1.8.0
|
2023-09-26 21:30:38 +00:00 |
|
|
3cf6b22d95
|
Revert "fix(deps): use Swipe snapshots"
Somehow breaks R8, don't really care to figure it out.
This reverts commit d77db45f37 .
|
2023-09-26 16:51:54 +05:30 |
|
renovate[bot]
|
7e03e2571f
|
chore(deps): update dependency dev.msfjarvis.whetstone to v0.8.0
|
2023-09-23 19:28:34 +00:00 |
|
|
84f982b20e
|
Revert "fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2023.10.00-alpha02"
Temporary test to see if it fixes the crashes I've seen
This reverts commit 45c7dbb3f7 .
|
2023-09-23 10:33:47 +05:30 |
|
|
d77db45f37
|
fix(deps): use Swipe snapshots
Fixes COMPOSE-LOBSTERS-1N
|
2023-09-22 10:11:43 +05:30 |
|
renovate[bot]
|
20c5b6c4a5
|
chore(deps): update agp to v8.3.0-alpha05
|
2023-09-21 22:30:07 +00:00 |
|
|
68924d6f35
|
chore(gradle): add androix.glance dependencies
|
2023-09-22 00:58:01 +05:30 |
|
|
94db512518
|
fix(deps): upgrade to Whetstone 0.8.0-SNAPSHOT
For BroadcastReceiver injection support
|
2023-09-22 00:58:01 +05:30 |
|
|
f39e9889f3
|
feat(android): delete unused DataStore code
|
2023-09-21 16:11:45 +05:30 |
|
renovate[bot]
|
45c7dbb3f7
|
fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2023.10.00-alpha02
|
2023-09-20 18:50:55 +00:00 |
|
renovate[bot]
|
3b0d0e55dc
|
fix(deps): update androidx
|
2023-09-20 18:20:45 +00:00 |
|
renovate[bot]
|
725718d18c
|
fix(deps): update konvert to v2.3.0
|
2023-09-20 01:27:39 +00:00 |
|
renovate[bot]
|
ac4bf7f4dd
|
fix(deps): update dependency androidx.test:core to v1.6.0-alpha02
|
2023-09-19 00:42:03 +00:00 |
|
renovate[bot]
|
96728a3834
|
chore(deps): update plugin modulegraph to v0.5.0
|
2023-09-15 19:53:37 +00:00 |
|
renovate[bot]
|
10aa416e94
|
chore(deps): update agp to v8.3.0-alpha04
|
2023-09-15 17:29:46 +00:00 |
|
renovate[bot]
|
de16ff52af
|
fix(deps): update dependency org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin to v2.8.0
|
2023-09-12 01:45:32 +00:00 |
|
|
25382acf0e
|
refactor(model): use Konvert to automatically generate mappings
|
2023-09-09 13:31:28 +05:30 |
|
|
d4672ae8bd
|
chore(deps): upgrade to Whetstone 0.7.0
|
2023-09-08 15:08:33 +05:30 |
|
|
4c87b644c0
|
chore(deps): update anvil to 2.4.8
|
2023-09-08 13:47:54 +05:30 |
|
renovate[bot]
|
e878df3d60
|
chore(deps): update agp to v8.3.0-alpha03
|
2023-09-08 00:16:20 +00:00 |
|
renovate[bot]
|
f371c435fd
|
fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.48.0
|
2023-09-07 07:36:34 +00:00 |
|
|
19e7d65006
|
fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.10.00-alpha01
|
2023-09-07 13:03:34 +05:30 |
|
renovate[bot]
|
60506b4725
|
fix(deps): update androidx
|
2023-09-06 23:02:27 +00:00 |
|
renovate[bot]
|
8195a15a01
|
fix(deps): update sentry to v6.29.0
|
2023-09-06 10:36:08 +00:00 |
|
renovate[bot]
|
62ea7cd456
|
chore(deps): update agp to v8.3.0-alpha02
|
2023-09-05 18:09:30 +00:00 |
|
renovate[bot]
|
0852f197be
|
chore(deps): update plugin modulegraphassert to v2.5.0
|
2023-09-03 19:14:41 +00:00 |
|
renovate[bot]
|
ef6359274d
|
fix(deps): update dependency org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin to v2.7.4
|
2023-09-01 18:47:57 +00:00 |
|
|
b31a3755bb
|
chore: add TraceLog
|
2023-09-01 04:05:20 +05:30 |
|
|
c279765386
|
fix(deps): upgrade to AGP 8.3.0-alpha01
|
2023-08-31 11:45:23 +05:30 |
|
renovate[bot]
|
ac3dd45ee6
|
chore(deps): update androidx to v1.2.0-beta05
|
2023-08-30 22:45:39 +00:00 |
|
renovate[bot]
|
0c29a6626d
|
fix(deps): update dagger to v2.48
|
2023-08-30 16:19:34 +00:00 |
|
|
76b5395fd2
|
fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.09.00-alpha03
|
2023-08-29 15:45:34 +05:30 |
|
renovate[bot]
|
f9fa30a58d
|
fix(deps): update dependency com.github.requery:sqlite-android to v3.43.0
|
2023-08-29 08:55:26 +00:00 |
|
renovate[bot]
|
b7660a93b5
|
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.21.0
|
2023-08-29 06:55:57 +00:00 |
|
renovate[bot]
|
9768ffa8ff
|
chore(deps): update agp to v8.2.0-beta01
|
2023-08-24 17:30:48 +00:00 |
|
renovate[bot]
|
3c8a23e91e
|
chore(deps): update kotlin and compose to v1.9.10 (#396)
[](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)) | `1.9.0` -> `1.9.10`
|
[](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)) | `1.9.0` -> `1.9.10`
|
[](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>
###
[`v1.9.10`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.10):
Kotlin 1.9.10
#### Changelog
##### Compiler
- [`KT-60769`](https://youtrack.jetbrains.com/issue/KT-60769) Partially
revert KT-58371
- [`KT-60659`](https://youtrack.jetbrains.com/issue/KT-60659) Incorrect
'unresolved reference: addFirst' error with JDK 21
- [`KT-60371`](https://youtrack.jetbrains.com/issue/KT-60371) Native
custom allocator link error
- [`KT-60986`](https://youtrack.jetbrains.com/issue/KT-60986) Native:
static caches with custom runtime options are broken on Linux
- [`KT-60770`](https://youtrack.jetbrains.com/issue/KT-60770) Fix
false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
- [`KT-60231`](https://youtrack.jetbrains.com/issue/KT-60231)
NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin
1.9.0
##### JavaScript
- [`KT-60785`](https://youtrack.jetbrains.com/issue/KT-60785) KJS:
Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error
- [`KT-60852`](https://youtrack.jetbrains.com/issue/KT-60852) Kotlin
JS(IR): IllegalArgumentException: Cross module dependency resolution
failed when updating to Kotlin 1.9.0
- [`KT-57509`](https://youtrack.jetbrains.com/issue/KT-57509) KJS:
Compiler generates native JS operator == for comparing values with Any
type
##### Native
- [`KT-60230`](https://youtrack.jetbrains.com/issue/KT-60230) Native:
"unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15
beta 3
- [`KT-60758`](https://youtrack.jetbrains.com/issue/KT-60758) Native:
Building for 'iOS-simulator', but linking in dylib built for 'iOS' in
Xcode 15 beta 4
##### Native. C and ObjC Import
- [`KT-59167`](https://youtrack.jetbrains.com/issue/KT-59167) Native:
cinterop is unable to build interop libraries against the Xcode 15 Beta
1
##### Tools. Gradle
- [`KT-61147`](https://youtrack.jetbrains.com/issue/KT-61147) Kotlin
Compiler 1.9.0 bundles a stripped unshadowed version of Gson
- [`KT-60543`](https://youtrack.jetbrains.com/issue/KT-60543)
NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
#### Checksums
| File | Sha256 |
| --- | --- |
| kotlin-compiler-1.9.10.zip |
7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342 |
| kotlin-native-linux-x86\_64-1.9.10.tar.gz |
1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b |
| kotlin-native-macos-x86\_64-1.9.10.tar.gz |
f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d |
| kotlin-native-macos-aarch64-1.9.10.tar.gz |
d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de |
| kotlin-native-windows-x86\_64-1.9.10.zip |
a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c |
</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/msfjarvis/compose-lobsters).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
2023-08-24 04:43:15 +00:00 |
|