Update all dependencies (main) (major) #31
+4
−4
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:
2.22.2
->3.5.2
1.2.5
->2.0.0
1.2.5
->2.0.0
1.2.5
->2.0.0
1.1.3
->2.0.1
1.1.3
->2.0.1
1.1.3
->2.0.1
1.7.21
->2.1.10
1.7.21
->2.1.10
Release Notes
kotest/kotest-extensions-arrow (io.kotest.extensions:kotest-property-arrow-optics-jvm)
v2.0.0
Upgrades Arrow to v2
Upgrades Kotlin to 2.1
arrow-kt/arrow (io.arrow-kt:arrow-fx-coroutines)
v2.0.1
Compare Source
Bugfix release, including new Android targets, and more WebAssembly!
New Contributors
Full Changelog: arrow-kt/arrow@2.0.0...2.0.1
v2.0.0
Compare Source
The new major release of Arrow! 🎉
This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.
v1.2.4
Compare Source
1 Bug fixes:
AutoCloseScope
DSL, make sure closing in reversed order1 Rollback:
Raise
DSL.What's Changed
Closeable
s in reversed order by @hoc081098 in https://github.com/arrow-kt/arrow/pull/3387Full Changelog: arrow-kt/arrow@1.2.3...1.2.4
v1.2.3
We went from 1.2.1 directly to 1.2.3, since in 1.2.2 there is a crucial bug concerning KSP. This release features multiple new modules such as:
AutoCloseable
.(lists, flows, sequences) while ensuring that the sequence is traversed only once.
Eval
typeMany modules, and features were enhanced, and improved based on user feedback. You can read the full release post on the Arrow website.
Thanks to everyone involved, all new contributors, and all members of the Arrow community for supporting, and helping each other and providing feedback to make Arrow better together.
What's Changed
kotlin.native.concurrent.AtomicReference
by @serras in https://github.com/arrow-kt/arrow/pull/3241this is DefaultRaise && isTraced
by @hoc081098 in https://github.com/arrow-kt/arrow/pull/3283New Contributors
Full Changelog: arrow-kt/arrow@1.2.1...1.2.3
v1.2.1
Compare Source
What's Changed
parMapNotNull
by @raulraja in https://github.com/arrow-kt/arrow/pull/3110parMapNotNullUnordered
forFlow
by @serras in https://github.com/arrow-kt/arrow/pull/3111NonEmpty
maps by @serras in https://github.com/arrow-kt/arrow/pull/3120New Contributors
Full Changelog: arrow-kt/arrow@1.2.0...1.2.1
v1.2.0
Compare Source
What's Changed
Raise#raise
,Raise#ensure
andRaise#ensureNotNull
by @ILIYANGERMANOV in https://github.com/arrow-kt/arrow/pull/3038NonEmptyCollection
by @serras in https://github.com/arrow-kt/arrow/pull/3068inline
when using@optics
by @serras in https://github.com/arrow-kt/arrow/pull/3078yarn.lock
by @serras in https://github.com/arrow-kt/arrow/pull/3084Raise
operations by @serras in https://github.com/arrow-kt/arrow/pull/3082copy
in Optics by @serras in https://github.com/arrow-kt/arrow/pull/3089arrow-core-retrofit
by @serras in https://github.com/arrow-kt/arrow/pull/3093arrow-gradle-config
to 0.12-rc.4 by @serras in https://github.com/arrow-kt/arrow/pull/3094New Contributors
Full Changelog: arrow-kt/arrow@1.2.0-RC...1.2.0
v1.1.5
Compare Source
What's Changed
test
modules by @serras in https://github.com/arrow-kt/arrow/pull/2874Full Changelog: arrow-kt/arrow@1.1.4...1.1.5
v1.1.4
Compare Source
What's Changed
toOption()
instead by @StylianosGakis in https://github.com/arrow-kt/arrow/pull/2832addressStrees
->addressStreet
in optics documentation by @vikrem in https://github.com/arrow-kt/arrow/pull/2836super
equals and hashCode overrides for NonEmptyList by @RusticFlare in https://github.com/arrow-kt/arrow/pull/2825New Contributors
Full Changelog: arrow-kt/arrow@1.1.3...1.1.4-rc.3
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-maven-plugin)
v2.1.10
Compare Source
Compiler
KT-73858
Compose / iOS: NullPointerException on buildingKT-73454
K2: Fix type parameters mapping for typealiases with inner RHSKT-73043
K2 Compiler does not allow references to inner constructors with typealiasesKT-74040
Compilation of inner class usage does not check the visibility of parent class during compilation in different roundsKT-73339
K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projectionKT-72585
K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: SKT-73399
compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameterKT-72725
KMP: Unsupported actualization of inherited java field in expect classKT-73153
K2: Standalone diagnostics on type arguments are not reportedCompose compiler
CMP-5680
Compose compiler: unexpected stability warnings for classes compiled with 2.0.10b/381407900
Avoid adding Compose annotations on synthetic classesIR. Inlining
KT-73981
Cherry-pick the fix for KT-73482 to 2.1.10JavaScript
KT-70778
Kotlin Js companion is undefined in production buildKT-73130
KJS: Missedbreak
for do/while in generated JS codeKT-58797
Optimize the code generated for objects on JS and Wasm backendsKlibs
KT-70146
[KLIB Resolve] Don't fail on nonexistent transitive dependencyKT-73951
Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10Native
KT-73559
K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0Tools. CLI
KT-73967
JDK 25: "IllegalArgumentException: 25-ea" with EA buildsTools. Daemon
KT-73311
"Unable to release compile session, maybe daemon is already down" flakinessTools. Gradle
KT-73728
'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' versionTools. Gradle. Multiplatform
KT-73620
KMP 2.1.0: Transitive dependency is broken when setting publication groupIdTools. Gradle. Native
KT-73572
[Gradle]kotlin.native.cacheKind=none
doesn't work anymoreKT-71419
Light bundle KGP IT run against a stable K/N versionv2.1.0
Compare Source
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 LintConfiguration
📅 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 becomes conflicted, 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.