chore(deps): update upgrade all non-major dependencies (gradle) #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.1
->1.4.0
0.55.0
->0.56.0
1.3.1
->1.4.0
7.14.0
->7.18.1
1.5.8
->1.5.12
1.78.1
->1.79
2.18.0
->2.18.2
2.3.12
->2.3.13
2.0.20-1.0.25
->2.1.0-1.0.29
12.1.1
->12.1.2
2.0.20
->2.1.0
1.6.11
->1.7.1
2.0.20
->2.1.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
JetBrains/Exposed (org.jetbrains.exposed:exposed-bom)
v0.56.0
Compare Source
Infrastructure:
Breaking changes:
Features:
Bug fixes:
Docs:
getsentry/sentry-java (io.sentry:sentry-bom)
v7.18.1
Compare Source
Fixes
v7.18.0
Compare Source
Features
beforeSendReplay
callback (#3855)Fixes
Dependencies
v7.17.0
Compare Source
Features
Random
instance per thread to improve SDK performance (#3835)Fixes
v7.16.0
Compare Source
Features
Fixes
enableTracing
option (#3777)java.util.Random
and replacejava.security.SecureRandom
usages (#3783)Log
calls on app startup (#3793)Breaking changes
addIntegrationToSdkVersion(Ljava/lang/Class;)V
has been removed from the core (io.sentry:sentry
) package. Please make sure all of the packages (e.g.io.sentry:sentry-android-core
,io.sentry:sentry-android-fragment
,io.sentry:sentry-okhttp
and others) are all aligned and using the same version to prevent theNoSuchMethodError
exception.v7.15.0
Compare Source
Features
feedback
envelope header item type (#3687)android:tag="sentry-mask|sentry-unmask"
in XML orview.setTag("sentry-mask|sentry-unmask")
in code tags<tag android:id="@​id/sentry_privacy" android:value="mask|unmask"/>
in XML orview.setTag(io.sentry.android.replay.R.id.sentry_privacy, "mask|unmask")
in codeview.sentryReplayMask()
orview.sentryReplayUnmask()
extension functionsView
s of a certain type by adding fully-qualified classname to one of the listsoptions.experimental.sessionReplay.addMaskViewClass()
oroptions.experimental.sessionReplay.addUnmaskViewClass()
. Note, that all of the view subclasses/subtypes will be masked/unmasked as wellTextView
s and their subclasses (RadioButton
,EditText
, etc.):options.experimental.sessionReplay.addMaskViewClass("android.widget.TextView")
Modifier.sentryReplayMask()
andModifier.sentryReplayUnmask()
modifiersWebView
,VideoView
andandroidx.media3.ui.PlayerView
by default (#3775)Fixes
TextView
s with Spans (#3682)Calendar.getInstance
usage in Breadcrumbs constructor (#3736)SentryOptions
members to avoid ANRs on app start (#3749)Breaking changes:
options.experimental.sessionReplay.errorSampleRate
was renamed tooptions.experimental.sessionReplay.onErrorSampleRate
(#3637)io.sentry.session-replay.error-sample-rate
was renamed toio.sentry.session-replay.on-error-sample-rate
(#3637)redactAllText
andredactAllImages
tomaskAllText
andmaskAllImages
(#3741)ktorio/ktor (io.ktor:ktor-bom)
v2.3.13
Compare Source
Bugfixes
Improvements
google/ksp (com.google.devtools.ksp)
v2.1.0-1.0.29
Compare Source
Updates
Contributors
Thanks to everyone who reported bugs and participated in discussions!
v2.1.0-1.0.28
Compare Source
What's Changed
Full Changelog: google/ksp@2.1.0-RC2-1.0.28...2.1.0-1.0.28
v2.0.21-1.0.28
Compare Source
Updates
Contributors
Thanks to @GeorgCantor and everyone who reported bugs and participated in discussions!
v2.0.21-1.0.27
Compare Source
Bugs Fixed
Contributors
Thanks to @jonamireh, @kuanyingchou, @martinbonnin, @pablobaxter, @scott-pollom, and everyone who reported bugs and participated in discussions!
v2.0.21-1.0.26
Compare Source
Bugs Fixed
Full Changelog: google/ksp@911690b...2.0.21-1.0.26
Contributors
Thanks to @ansman, @asapha, @kaeawc, @kuanyingchou, @scott-pollom, and everyone who reported bugs and participated in discussions!
v2.0.21-1.0.25
Compare Source
What's Changed
Full Changelog: google/ksp@2.0.21-RC-1.0.25...2.0.21-1.0.25
JetBrains/kotlin (org.jetbrains.kotlin.multiplatform)
v2.1.0
: Kotlin 2.1.0Changelog
Analysis API
New Features
KT-68603
KotlinDirectInheritorsProvider: add an option to ignore non-kotlin resultsPerformance Improvements
KT-70757
Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbolFixes
KT-70437
Class reference is not resolvableKT-57733
Analysis API: Use optimizedModuleWithDependenciesScope
s in combined symbol providersKT-72389
K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal classKT-69190
K2: False-positive "redundant private modifier"KT-64984
Analysis API: Support Wasm targetKT-70375
K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointerKT-71259
K2 evaluator: Invalid smart cast info collecting for Code FragmentsKT-69360
Lack of implicit receiver for the last statement under lambda in scriptsKT-70890
Analysis API: Experiment with weak references to LL FIR/analysis sessions in session cachesKT-70657
Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jarsKT-71055
Suspend calls inside 'analyze()' break the block guaranteesKT-70815
Analysis API: Implement stop-the-world session invalidationKT-69819
K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualifiedKT-68761
Analysis API: Experiment with limited-size cache inKaFirSessionProvider
KT-70384
Analysis API Standalone: The same class in the same two renamed jars is unresolvedKT-71067
Exceptions from references cancel Find UsagesKT-69535
Redesign 'containingSymbol'KT-71025
K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" valuesKT-67483
K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation callKT-69416
K2 IDE / Completion: “No classifier found” on simple value creatingKT-70257
CCE: class kotlin.UInt cannot be cast to class java.lang.NumberKT-70376
K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value classKT-70264
AA: service registration via XML fails with AbstractMethodError in Lint CLIKT-69950
Analysis API: IntroduceisSubtypeOf(ClassId)
KT-68625
K2: “lazyResolveToPhase(STATUS)
cannot be called from a transformer with a phase STATUS.”KT-67665
K2: contract violation for value class with a constructor parameter with an implicit typeKT-67009
Analysis API: Add abbreviated type tests for type aliases from source modulesKT-69977
KaFirFunctionalType#getAbbreviation is always nullKT-68341
Analysis API: Expanded function types from libraries don't have an abbreviated typeKT-68857
Analysis API: Refactor annotationsKT-70386
Do not filter out overloads from different libraries in dangling filesKT-65552
K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragmentKT-65803
K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"KT-68896
Support VirtualFile binary dependency inputs to Analysis API modulesKT-69395
K2 IDE: incorrect overload selection from binary dependencies in a shared native source setKT-68573
ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()KT-69576
Analysis API: FIR implementation of "isImplicitReferenceToCompanion" returns false for companion references in implicit invoke operator callsKT-69568
Analysis API: FIR implementation of "isImplicitReferenceToCompanion" returns true for non-companion references in qualified callsKT-69436
Analysis API Platform: EncapsulateLLFirDeclarationModificationService
as an engine serviceKT-63004
K2: Analysis API: Design API for querying declarations generated by compiler plugins (similar to indices)KT-69452
AA FIR: wrong source PSI after compile-time evaluationKT-69598
AA: definitely not-null type at receiver position should be wrapped in parenthesisKT-60484
Analysis API: add support for KtType pointers similar to KtSymbolPointerKT-68884
Analysis API: Rename/deprecate/remove declarations as part of StabilizationKT-69453
AA FIR: miss to handle expected type of lambda with explicit labelKT-69533
Protect implementation parts of Analysis API with opt-in annotationsAnalysis API. FIR
Performance Improvements
KT-71566
FirElementBuilder#getFirForNonKtFileElement should iterate a Psi file over and overKT-71224
Analysis API:FirElementFinder.collectDesignationPath
relies on naive iteration through FIR filesFixes
KT-70327
Analysis API: Batch inspection causes deadlock inValueWithPostCompute
KT-69070
Analysis API: Querying declared member scope for Java symbols results in exception in some use casesKT-68268
LLSealedInheritorsProvider: reduce scope to kotlin filesKT-69671
TYPES phase contract violation through JavaSymbolProviderKT-70624
Declaration symbols from code fragments are treated as not localKT-70662
NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForPropertyKT-70859
Do not fail highlighting due to resolution problemsKT-70474
FirLazyResolveContractViolationException from JavaSymbolProviderKT-70323
FirLazyResolveContractViolationException:lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPESKT-71567
LLFirCompilerRequiredAnnotationsTargetResolver should calculate annotation arguments on demandKT-71584
getNonLocalContainingOrThisDeclaration
treats KtParameter from functional type as non-localAnalysis API. Light Classes
Performance Improvements
KT-69998
Drop redundant cache from ClassInnerStuffCacheFixes
KT-69833
Support value classesKT-71693
Wrong name mangling for JvmField class property and companion property clashKT-71469
KtLightClassForDecompiledDeclaration: missed kotlinOriginKT-70710
Provide light classes for KMP modules in Android LintKT-70548
SLC: text of class object access expression is not the same as raw textKT-70572
SLC: missingisInheritor
implementation for type parameterKT-70491
SLC: inconsistent source PSI of no-arg constructor for all default valuesKT-70458
SLC: missedauxiliaryOriginalElement
for delegated propertyKT-70232
Support a companion object inside value classesKT-70349
@delegate
:` annotations are missed for light class fieldsKT-68328
Move KtLightClassBase to ULCAnalysis API. Providers and Caches
KT-65618
K2: resulted FirClass.psi != requested PsiClass from completionKT-69292
K2: Analysis API: A property'sMUST_BE_INITIALIZED
diagnostic is not updated after changingfield
usage in an accessorKT-71468
Drop redundant logic from LLFirJavaFacadeForBinariesKT-71700
Cache result of resolveToCallKT-71520
Analysis API:LLFirNativeForwardDeclarationsSymbolProvider
spends a lot of time in indicesAnalysis API. Standalone
KT-65110
Analysis API: In Standalone mode the order of symbols is unstableAnalysis API. Stubs and Decompilation
KT-71565
KtClassOrObject should use isLocal from greenStubAnalysis API. Surface
New Features
KT-69960
resolveToCallCandidates
should support operatorsKT-69961
resolveToCallCandidates
should support propertiesPerformance Improvements
KT-70529
KaSymbol: reduce the number ofcached
usagesKT-70165
Introduce PSI-basedKaSymbol
s for K2Fixes
KT-69371
Analysis API: expose only interfaces/abstract classes for the resolution APIKT-69696
KaSymbolByFirBuilder should filter call-site substitutionsKT-69679
KaDelegatedConstructorCall should have substituted signatureKT-70206
anonymousSymbol
API throws an exception for regular functionsKT-69699
Receiver type is not substituted in the case of conflict declarationsKT-69381
Analysis API: Investigate the viability of currentKaSymbol
cachesKT-70199
K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArgumentsKT-70661
Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainerKT-70663
KaFirDestructuringDeclarationSymbol: Failed requirementKT-63490
Analysis API: Accessing the Analysis API should be prohibited during dumb modeKT-63390
K2: Analysis API: add annotations to KtClassInitializerSymbolKT-55124
Design common ancestor for KtValueParameter and KtReceiverParameterSymbolKT-71731
directlyOverridenSymbols/allOverridenSymbols works incorrectly for intersection overridesApple Ecosystem
KT-66262
Deprecate and remove support for bitcode embedding from the Kotlin Gradle pluginKT-66894
XCFramework task fails when name passed to xcframework DSL is different from framework's nameKT-65675
XCFrameworkTask produces an xcframework with mismatched casing in embedded frameworksKT-69119
xcodeVersion task fails if Xcode isn't installed and apple-specific native targets aren't declaredBackend. Wasm
New Features
KT-70786
Improve DX of the variable view during debugging in Chrome/Firefox for Kotlin/WasmKT-70331
Support incremental compilation for the Wasm backendKT-71686
K/Wasm: Add functions to convert between Kotlin and JS array typesKT-68185
[WasmJs] Attach js exception object to JsExceptionFixes
KT-71294
Wasm Artifacts/Resource are being loaded relatively instead of absolutelyKT-71473
K/Wasm: Use--closed-world
and related options for BinaryenKT-72297
[Wasm] Unused associated object class lead to compiler failKT-72156
custom-formatters.js exists in JAR after publishToMavenLocal but not in the published artifact in Maven publicKT-65799
K/Wasm: remove default exports from wasm exportsKT-71800
Wasm compiler: Fix member generation for data classes with an array-type propertyKT-71580
String::toFloat on wasm behaves differently compared to other targetsKT-71523
K/Wasm: cleanup after fix for KT-71474KT-71475
K/Wasm: KClass::qualifiedName returns incorrect result for nested or companion objectsKT-71474
K/Wasm: KProperty*Impl equals work incorrectly for clabbale reference created in different files or modulesKT-61130
K/Wasm: Function signatures may clash with base class internal methods from a friend moduleKT-70820
[Kotlin QG] wasm-validator fails when running compile[...]KotlinWasmJsOptimizeKT-70819
[Kotlin QG] node.js fails when running wasmJs[...]Test KGP tasksKT-70394
Investigate increased wasm binary size after switching stdlib compilation to K2KT-69627
Removecreate###Array
functions from WASM stdlibKT-68509
Fatal: error validating input in compileProductionExecutableKotlinWasmJsOptimizeCompiler
New Features
KT-71094
Kotlin/Native incremental compilation: fail compilation if cache build failedKT-21908
Support 'when' exhaustiveness checking for generic type parameter with sealed class upper boundKT-70679
Kotlin/Native: fill WritableTypeInfo from Swift Export type mappingKT-59798
Builder inference is not working when combined withlet
expressionKT-54227
Cannot use nullable Nothing as reified type parameterKT-71430
Kotlin-to-Java direct actualization implementationKT-68163
Expose supplementary compiler warnings via CLIKT-69321
Swift export: enable auto-linkage of binary dependenciesKT-11526
Improve diagnostics for "X overrides nothing"KT-49710
False positive NO_ELSE_IN_WHEN with nullable type as receiverKT-69729
Support calling super interface Java methods from Kotlin interfaceKT-69508
Improve "Public-API inline function cannot access non-public-API" check for the inline property accessorsPerformance Improvements
KT-71353
FP Kotlin performance degradation (around Cone types hierarchy changes)KT-71159
[K2] OOM on large enum classes with fieldsKT-69718
K2: Check for jvm nullability annotations in fir2ir is slowKT-68417
Native: LLVM 16 inliner is slow on K/N-produced modulesKT-63971
K2: Redundant@ParameterName
in abbreviated type in metadataFixes
KT-71550
JVM IR: NPE on identity equals of boolean true with nullKT-72214
-fpass-plugin (clangFlags) is not applied since Kotlin 2.0.20KT-68933
CompilationException: Back-end: Could not get inlined classKT-72255
Promote jspecify from warning to errorKT-73065
CCE with context receiversKT-61033
K2: implement a diagnostic corresponding to K1's MISSING_BUILT_IN_DECLARATIONKT-72345
K2: Method 'get' without@Override
annotation not calledKT-71260
K2: Internal compiler error in IrFakeOverrideSymbolBase.getOwner when there is no actual for expectKT-72996
false-positive unresolved reference error on an overloaded callable reference in a lambda return position on the left-hand size of an elvis operatorKT-72552
AutoboxingTransformer fails on during linkage on nested lambdas with cinteroped typesKT-71751
K2: Skipping code in last statement of lambdaKT-71121
Kotlin/JS incremental compilation fails with KotlinIllegalArgumentExceptionWithAttachmentsKT-60521
Drop language versions 1.4 and 1.5KT-70461
K2: "Inline class types should have the same representation" caused by value class and smart checkKT-72238
Argument type mismatch in builder inside extension function after ?:KT-70306
K2: Lambdas are unserializable: inferred from Java param? super I
KT-67383
Incorrect optimisation when optimising for loop with UByteKT-68653
Switch latest stable language version in Kotlin project to 2.1KT-71708
False negative UNSUPPORTED for collection literals as trailing return valueKT-72281
K/N: "Failed to wait for cache to be built"KT-72017
Enum property reflection returning null KClassifier property for Enum classes defined inside Kotlin ScriptsKT-69040
PCLA: deal with "deep" calls that can be fully analyzed properlyKT-69920
K2: java.lang.IllegalArgumentException: FirNamedArgumentExpressionImpl.replaceConeTypeOrNull() during Space project compilationKT-69549
Try to move callable reference transformation earlier in pipelineKT-63944
Kotlin/Native: Cache flavor selection doesn't respect GC kindKT-71649
K2: Put operator on mutableMap<T?, V>() causes crashes on null keyKT-70667
K2: "Type parameter * has inconsistent bounds" caused by wildcard and where-clauseKT-70562
](httpsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.