-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all dependencies (main) (major) #31
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/main-major-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
May 28, 2023 11:28
a93b765
to
b830db4
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
June 6, 2023 20:11
b830db4
to
562122f
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
October 23, 2023 22:53
562122f
to
1df4478
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
November 7, 2023 01:06
1df4478
to
36da2cd
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
December 13, 2023 13:52
36da2cd
to
5e49b1e
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
January 9, 2024 22:58
5e49b1e
to
e8cd2a9
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
May 21, 2024 12:33
e8cd2a9
to
de24be8
Compare
renovate
bot
changed the title
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (main)
Update all dependencies (main) (major)
May 21, 2024
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
June 14, 2024 17:37
de24be8
to
93c38f2
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
July 10, 2024 19:40
93c38f2
to
43a6282
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
August 6, 2024 12:09
43a6282
to
8d0b7fc
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
2 times, most recently
from
August 22, 2024 11:34
bc0d623
to
c8b47bd
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
August 27, 2024 15:37
c8b47bd
to
cd47ba4
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
2 times, most recently
from
October 10, 2024 13:39
7281262
to
70525aa
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
November 2, 2024 22:57
70525aa
to
79c11d1
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
November 28, 2024 08:35
79c11d1
to
290dcf3
Compare
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
December 5, 2024 19:42
290dcf3
to
432bf1b
Compare
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------ | ----- | | maven | org.apache.maven.plugins:maven-surefire-plugin | 2.22.2 | 3.5.2 | | maven | io.kotest.extensions:kotest-property-arrow-optics-jvm | 1.2.5 | 2.0.0 | | maven | io.kotest.extensions:kotest-property-arrow-jvm | 1.2.5 | 2.0.0 | | maven | io.kotest.extensions:kotest-assertions-arrow-jvm | 1.2.5 | 2.0.0 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.1.3 | 2.0.0 | | maven | io.arrow-kt:arrow-optics | 1.1.3 | 2.0.0 | | maven | io.arrow-kt:arrow-core | 1.1.3 | 2.0.0 | | maven | org.jetbrains.kotlin:kotlin-maven-plugin | 1.7.21 | 2.1.0 | | maven | org.jetbrains.kotlin:kotlin-stdlib | 1.7.21 | 2.1.0 |
renovate
bot
force-pushed
the
renovate/main-major-all
branch
from
December 23, 2024 17:17
432bf1b
to
42e1da8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
1.1.3
->2.0.0
1.1.3
->2.0.0
1.7.21
->2.1.0
1.7.21
->2.1.0
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.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.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 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
FirLazyResolveContConfiguration
📅 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.