chore: Manual dependency updates (part 1) - #970
Conversation
| "revision" : "1997fb3c3dc0d8181690a1ec192ed907bcead9e8", | ||
| "version" : "3.0.0" | ||
| "revision" : "bf840e6b9529d105687840fe2c9dcd74197d46d1", | ||
| "version" : "4.0.0" |
There was a problem hiding this comment.
I got a bunch of linker errors after this turf upgrade. Clearing DerivedData, cleaning the build folder, and re-building resolved.
| "revision" : "25a4d8a3fa754ef3fb587a34addd08c7e568abc4", | ||
| "version" : "5.3.5" |
There was a problem hiding this comment.
This was pinned a branch of SwiftPhoenixClient with my changes to address some socket race conditions on backgrounding. I didn't follow-through on that PR, but the core of the changes were added in 5.3.4 davidstump/SwiftPhoenixClient@a21c465, so we can get back to using the regular release
| `kotlin-dsl` | ||
| kotlin("plugin.serialization") version "1.9.22" | ||
| id("com.diffplug.spotless").version("6.21.0") | ||
| id("com.diffplug.spotless").version("7.0.3") |
There was a problem hiding this comment.
From what I could tell using the alias wasn't possible here, but if there is a way lmk!
| throw IllegalStateException( | ||
| "${file.path}:${line.index + 1}:${column + 1} calls getValue" | ||
| ) | ||
| object : Serializable, FormatterFunc.NeedsFile { |
There was a problem hiding this comment.
This is a workaround for a known issue introduced in the latest version of spotless diffplug/spotless#2387 (comment)
413d627 to
feeda76
Compare
Summary
Ticket: Manual dependency updates
What is this PR for?
This PR covers the first chunk of manual upgrades:
The new spotless formatting touches a lot of files. Breaking off here before doing the AGP / Gradle / Kotlin upgrades.
iOS
android
withContext(Dispatchers.Default)where possible (ideally in shared code)Testing
What testing have you done?