Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-surefire-plugin 2.22.2 -> 3.5.2 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow-optics-jvm 1.2.5 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow-jvm 1.2.5 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow-jvm 1.2.5 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines 1.1.3 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-optics 1.1.3 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-core 1.1.3 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-maven-plugin (source) 1.7.21 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib (source) 1.7.21 -> 2.1.0 age adoption passing confidence

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

  • Leading to removal of watchosX64 and iosArm32 targets
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:

  • New AutoCloseScope DSL, make sure closing in reversed order

1 Rollback:

  • Don't be too strict on return type of Raise DSL.
What's Changed

Full 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:

  • arrow-autoclose: for enabling a typed DSL for working with AutoCloseable.
  • arrow-optics-compose: Specialised integration between Arrow Optics and Compose
  • arrow-collectors: Allows composing operations over sequences of values
    (lists, flows, sequences) while ensuring that the sequence is traversed only once.
  • arrow-eval: To provide forward compatibility for the deprecated Eval type

Many 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
New Contributors

Full Changelog: arrow-kt/arrow@1.2.1...1.2.3

v1.2.1

Compare Source

What's Changed
New Contributors

Full Changelog: arrow-kt/arrow@1.2.0...1.2.1

v1.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: arrow-kt/arrow@1.2.0-RC...1.2.0

v1.1.5

Compare Source

What's Changed

Full Changelog: arrow-kt/arrow@1.1.4...1.1.5

v1.1.4

Compare Source

What's Changed
New 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 results
Performance Improvements
  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
Fixes
  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(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 type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-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 modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-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 calls
  • KT-69568 Analysis API: FIR implementation of "isImplicitReferenceToCompanion" returns true for non-companion references in qualified calls
  • KT-69436 Analysis API Platform: Encapsulate LLFirDeclarationModificationService as an engine service
  • KT-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 evaluation
  • KT-69598 AA: definitely not-null type at receiver position should be wrapped in parenthesis
  • KT-60484 Analysis API: add support for KtType pointers similar to KtSymbolPointer
  • KT-68884 Analysis API: Rename/deprecate/remove declarations as part of Stabilization
  • KT-69453 AA FIR: miss to handle expected type of lambda with explicit label
  • KT-69533 Protect implementation parts of Analysis API with opt-in annotations
Analysis API. FIR
Performance Improvements
  • KT-71566 FirElementBuilder#getFirForNonKtFileElement should iterate a Psi file over and over
  • KT-71224 Analysis API: FirElementFinder.collectDesignationPath relies on naive iteration through FIR files
Fixes
  • KT-70327 Analysis API: Batch inspection causes deadlock in ValueWithPostCompute
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-68268 LLSealedInheritorsProvider: reduce scope to kotlin files
  • KT-69671 TYPES phase contract violation through JavaSymbolProvider
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-70474 FirLazyResolveContractViolationException from JavaSymbolProvider
  • KT-70323 FirLazyResolveCont

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/main-major-all branch from a93b765 to b830db4 Compare May 28, 2023 11:28
@renovate renovate bot force-pushed the renovate/main-major-all branch from b830db4 to 562122f Compare June 6, 2023 20:11
@renovate renovate bot force-pushed the renovate/main-major-all branch from 562122f to 1df4478 Compare October 23, 2023 22:53
@renovate renovate bot force-pushed the renovate/main-major-all branch from 1df4478 to 36da2cd Compare November 7, 2023 01:06
@renovate renovate bot force-pushed the renovate/main-major-all branch from 36da2cd to 5e49b1e Compare December 13, 2023 13:52
@renovate renovate bot force-pushed the renovate/main-major-all branch from 5e49b1e to e8cd2a9 Compare January 9, 2024 22:58
@renovate renovate bot force-pushed the renovate/main-major-all branch from e8cd2a9 to de24be8 Compare May 21, 2024 12:33
@renovate 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 renovate bot force-pushed the renovate/main-major-all branch from de24be8 to 93c38f2 Compare June 14, 2024 17:37
@renovate renovate bot force-pushed the renovate/main-major-all branch from 93c38f2 to 43a6282 Compare July 10, 2024 19:40
@renovate renovate bot force-pushed the renovate/main-major-all branch from 43a6282 to 8d0b7fc Compare August 6, 2024 12:09
@renovate renovate bot force-pushed the renovate/main-major-all branch 2 times, most recently from bc0d623 to c8b47bd Compare August 22, 2024 11:34
@renovate renovate bot force-pushed the renovate/main-major-all branch from c8b47bd to cd47ba4 Compare August 27, 2024 15:37
@renovate renovate bot force-pushed the renovate/main-major-all branch 2 times, most recently from 7281262 to 70525aa Compare October 10, 2024 13:39
@renovate renovate bot force-pushed the renovate/main-major-all branch from 70525aa to 79c11d1 Compare November 2, 2024 22:57
@renovate renovate bot force-pushed the renovate/main-major-all branch from 79c11d1 to 290dcf3 Compare November 28, 2024 08:35
@renovate renovate bot force-pushed the renovate/main-major-all branch from 290dcf3 to 432bf1b Compare December 5, 2024 19:42
| 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 renovate bot force-pushed the renovate/main-major-all branch from 432bf1b to 42e1da8 Compare December 23, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants