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

Bump kotlin from 2.0.21-RC to 2.1.0-Beta1 #747

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps kotlin from 2.0.21-RC to 2.1.0-Beta1.
Updates org.jetbrains.kotlin:kotlin-reflect from 2.0.21-RC to 2.1.0-Beta1

Release notes

Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.

Kotlin 2.1.0-Beta1

Changelog

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

2.1.0-Beta1

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Commits
  • 9a2a05b Add ChangeLog for 2.1.0-Beta1
  • 20af1c7 Move 2.0.X Changelog to a separate file
  • ba4e6cb Use snapshot K/N when running light bundle cinterops
  • 00f8668 Workaround Gradle client-side OOM by dumping logs per line
  • a356914 Ignore testModulesA since stdarg.h is no longer a modular header in Xcode 16
  • cb58551 [Gradle] Use correct atifact-type for project coordinates configuration
  • 0a6269a [Gradle] Cherry-pick jsonUtils
  • ae2e93c [Gradle] Use Provider to set attribute for ArtifactView in LazyResolvedConfig...
  • 7b33586 [Gradle] add test for KT-62911
  • f814073 [Gradle] Fix inputCompilationDependencies to be PI friendly
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test from 2.0.21-RC to 2.1.0-Beta1

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test's releases.

Kotlin 2.1.0-Beta1

Changelog

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test's changelog.

2.1.0-Beta1

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Commits
  • 9a2a05b Add ChangeLog for 2.1.0-Beta1
  • 20af1c7 Move 2.0.X Changelog to a separate file
  • ba4e6cb Use snapshot K/N when running light bundle cinterops
  • 00f8668 Workaround Gradle client-side OOM by dumping logs per line
  • a356914 Ignore testModulesA since stdarg.h is no longer a modular header in Xcode 16
  • cb58551 [Gradle] Use correct atifact-type for project coordinates configuration
  • 0a6269a [Gradle] Cherry-pick jsonUtils
  • ae2e93c [Gradle] Use Provider to set attribute for ArtifactView in LazyResolvedConfig...
  • 7b33586 [Gradle] add test for KT-62911
  • f814073 [Gradle] Fix inputCompilationDependencies to be PI friendly
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21-RC to 2.1.0-Beta1

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.1.0-Beta1

Changelog

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.1.0-Beta1

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Commits
  • 9a2a05b Add ChangeLog for 2.1.0-Beta1
  • 20af1c7 Move 2.0.X Changelog to a separate file
  • ba4e6cb Use snapshot K/N when running light bundle cinterops
  • 00f8668 Workaround Gradle client-side OOM by dumping logs per line
  • a356914 Ignore testModulesA since stdarg.h is no longer a modular header in Xcode 16
  • cb58551 [Gradle] Use correct atifact-type for project coordinates configuration
  • 0a6269a [Gradle] Cherry-pick jsonUtils
  • ae2e93c [Gradle] Use Provider to set attribute for ArtifactView in LazyResolvedConfig...
  • 7b33586 [Gradle] add test for KT-62911
  • f814073 [Gradle] Fix inputCompilationDependencies to be PI friendly
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.multiplatform from 2.0.21-RC to 2.1.0-Beta1

Release notes

Sourced from org.jetbrains.kotlin.multiplatform's releases.

Kotlin 2.1.0-Beta1

Changelog

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.multiplatform's changelog.

2.1.0-Beta1

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70663 KaFirDestructuringDeclarationSymbol: Failed requirement
  • KT-70662 NPE: FirLazyBodiesCalculatorKt.calculateLazyBodyForProperty
  • KT-70661 Invalid FirDeclarationOrigin ScriptTopLevelDestructuringDeclarationContainer
  • KT-70624 Declaration symbols from code fragments are treated as not local
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-69070 Analysis API: Querying declared member scope for Java symbols results in exception in some use cases
  • KT-70199 K2: ConcurrentModificationException at FirCallCompleter$LambdaAnalyzerImpl.analyzeAndGetLambdaReturnArguments
  • 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-69381 Analysis API: Investigate the viability of current KaSymbol caches
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • 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-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-69699 Receiver type is not substituted in the case of conflict declarations
  • KT-70206 anonymousSymbol API throws an exception for regular functions
  • 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-69671 TYPES phase contract violation through JavaSymbolProvider
  • 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()

... (truncated)

Commits
  • 9a2a05b Add ChangeLog for 2.1.0-Beta1
  • 20af1c7 Move 2.0.X Changelog to a separate file
  • ba4e6cb Use snapshot K/N when running light bundle cinterops
  • 00f8668 Workaround Gradle client-side OOM by dumping logs per line
  • a356914 Ignore testModulesA since stdarg.h is no longer a modular header in Xcode 16
  • cb58551 [Gradle] Use correct atifact-type for project coordinates configuration
  • 0a6269a [Gradle] Cherry-pick jsonUtils
  • ae2e93c [Gradle] Use Provider to set attribute for ArtifactView in LazyResolvedConfig...
  • 7b33586 [Gradle] add test for KT-62911
  • f814073 [Gradle] Fix inputCompilationDependencies to be PI friendly
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.android from 2.0.21-RC to 2.1.0-Beta1

Release notes

Sourced from org.jetbrains.kotlin.android's releases.

Kotlin 2.1.0-Beta1

Changelog

Analysis. API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results
  • KT-69961 resolveToCallCandidates should support properties
  • KT-69960 resolveToCallCandidates should support operators

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol
  • KT-70529 KaSymbol: reduce the number of cached usages

Fixes

  • KT-65618 K2: resulted FirClass.psi != requested PsiClass from completion
  • KT-70323 FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-69535 Redesign 'containingSymbol'
  • KT-70859 Do not fail highlighting due to resolution problems
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-63490 Analysis API: Accessing the Analysis API should be prohibited during dumb mode

@dependabot dependabot bot requested a review from jan-tennert as a code owner October 7, 2024 13:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Bumps `kotlin` from 2.0.21-RC to 2.1.0-Beta1.

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin.multiplatform` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin.android` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

Updates `org.jetbrains.kotlin.native.cocoapods` from 2.0.21-RC to 2.1.0-Beta1
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0-Beta1/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21-RC...v2.1.0-Beta1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.native.cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-2.1.0-Beta1 branch from 5d975a5 to a2a8469 Compare October 7, 2024 18:33
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 10, 2024
@dependabot dependabot bot deleted the dependabot/gradle/kotlin-2.1.0-Beta1 branch October 10, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build file dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant