Commit graph

2003 commits

Author SHA1 Message Date
Anunay Maheshwari
db393d4534 fix(comments): calculate and expose indentLevel from CommentNode 2023-08-30 14:35:16 +05:30
9dcf26b5a4
fix(model): adjust for new comments structure 2023-08-30 11:32:10 +05:30
43402f45d8
Revert "chore(android): refresh baseline profiles"
Causes crashes 🤷

This reverts commit 0d23225ec7.
2023-08-29 15:56:47 +05:30
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]
5858466318
chore(deps): update gradle/gradle-build-action action to v2.8.0 2023-08-28 21:51:32 +00:00
renovate[bot]
4d5ce37982
chore(deps): update github/codeql-action action to v2.21.5 2023-08-28 19:49:30 +00:00
renovate[bot]
d84e6c8e7c
chore(deps): update actions/checkout action to v3.6.0 2023-08-24 19:27:43 +00:00
renovate[bot]
9768ffa8ff
chore(deps): update agp to v8.2.0-beta01 2023-08-24 17:30:48 +00:00
5cb4af40cd
fix(build): simplify Lint task dependencies 2023-08-24 17:16:55 +05:30
b43d238dd1
chore: refresh Lint baseline 2023-08-24 12:40:19 +05:30
renovate[bot]
3c8a23e91e
chore(deps): update kotlin and compose to v1.9.10 (#396)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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`
|
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.plugin.serialization/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.plugin.serialization/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.plugin.serialization/1.9.0/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.plugin.serialization/1.9.0/1.9.10?slim=true)](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`
|
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin:kotlin-gradle-plugin/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin:kotlin-gradle-plugin/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin:kotlin-gradle-plugin/1.9.0/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin:kotlin-gradle-plugin/1.9.0/1.9.10?slim=true)](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
63d74ae065
chore: refresh lint baseline 2023-08-23 23:29:40 +05:30
f0d4395da6
chore(database): make test naming consistent 2023-08-23 23:28:01 +05:30
renovate[bot]
41fe784641
chore(deps): update androidx 2023-08-23 17:35:34 +00:00
renovate[bot]
7c07e90d0e
fix(deps): update dependency androidx.test:runner to v1.6.0-alpha04 2023-08-22 21:38:42 +00:00
renovate[bot]
6731453c41
fix(deps): update serialization to v1.6.0 2023-08-22 19:55:01 +00:00
932b474763
chore(build): refresh Gradle Kotlin IC properties 2023-08-20 03:27:12 +05:30
renovate[bot]
1600b7a200
chore(deps): update gradle/gradle-build-action action to v2.7.1 2023-08-18 23:34:53 +00:00
0d23225ec7
chore(android): refresh baseline profiles 2023-08-18 16:17:52 +05:30
renovate[bot]
5214355339
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.7.0 2023-08-17 12:46:00 +00:00
renovate[bot]
81b96cf21d
chore(deps): update dependency gradle to v8.3 2023-08-17 10:12:47 +00:00
492eff8cde
chore: add changelog entries 2023-08-16 14:59:04 +05:30
49c5029256
refactor: move ClawAppBar to android module 2023-08-16 12:30:04 +05:30
fcd85dc8e1
feat(android): feature flag "read posts" feature 2023-08-16 11:27:57 +05:30
bc3a1266f4
refactor(android): drop Accompanist SystemUI Controller dependency 2023-08-16 11:25:13 +05:30
bc2365b08b
feat(android): add support for identifying read posts 2023-08-16 00:37:50 +05:30
9c32d6721b
feat(database): add support for marking posts as read 2023-08-15 23:58:02 +05:30
1394bc74c4
refactor(database): de-dupe test database setup 2023-08-15 23:58:01 +05:30
cbf0707aa6
chore(common): tweak LobstersCard UI
Cut down on paddings and use colors more explicitly
2023-08-15 16:15:11 +05:30
67e621160f
fix(common): allow custom tints for NetworkImage placeholders 2023-08-15 15:37:23 +05:30
e06a8ba236
refactor(database): disallow injection of raw database types 2023-08-15 14:59:39 +05:30
renovate[bot]
5bd37a837c
chore(deps): update github/codeql-action action to v2.21.4 2023-08-14 20:26:15 +00:00
renovate[bot]
828fb74240
chore(deps): update agp to v8.2.0-alpha16 2023-08-14 17:33:54 +00:00
renovate[bot]
8241a6d901
chore(deps): update dependency gradle to v8.3-rc-4 2023-08-14 10:27:33 +00:00
edadcc6744
refactor(database): expose *Queries objects to the DI graph 2023-08-14 15:54:22 +05:30
44438da292
chore: refresh module graph 2023-08-10 03:09:47 +05:30
591c68a6e4
scripts: return to monke
I don't like bash but turns out I dislike Python more

This reverts commit 2628bfc2cd, d77fa13903 and 69f63cced4.
2023-08-10 02:58:58 +05:30
renovate[bot]
892d68581d
chore(deps): update plugin poko to v0.15.0 2023-08-09 19:27:31 +00:00
renovate[bot]
a4b39ce00e
fix(deps): update androidx 2023-08-09 17:56:34 +00:00
renovate[bot]
9ce0d3a8b4
fix(deps): update dependency com.slack.eithernet:eithernet to v1.5.0 2023-08-09 01:33:00 +00:00
renovate[bot]
23b07c4bad
chore(deps): update github/codeql-action action to v2.21.3 2023-08-08 15:51:00 +00:00
renovate[bot]
f3e28d2e58
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.12.0 2023-08-08 09:49:08 +00:00
7a5da2af9f
chore(deps): upgrade accompanist to 0.33.0-alpha 2023-08-08 11:46:50 +05:30
renovate[bot]
4c28da30ae
fix(deps): update sentry to v6.28.0 2023-08-04 13:58:52 +00:00
4961af8a20
fix(android): workaround packaging regression 2023-08-04 02:42:31 +05:30
1e396bc7ff
feat(android): add Licensee to track dependency licenses 2023-08-04 02:19:42 +05:30
52deb7ca5f
Revert "feat: init store module"
Store doesn't seem particularly useful for my needs.

This reverts commits 14007c6e8f and 45701f414b.
2023-08-04 00:39:53 +05:30
8891667c92
fix(deps): bump serialization to 1.6.0-RC 2023-08-03 23:44:44 +05:30