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

build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.10 to 2.0.20 #2193

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2024

Bumps org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.10 to 2.0.20.

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib-common's releases.

Kotlin 2.0.20

Changelog

Analysis. API

New Features

  • KT-68143 Analysis API: support KtWhenConditionInRange call resolution

Performance Improvements

  • KT-67195 K2: do not call redundant resolve on body resolution phase for classes

Fixes

  • KT-67360 Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol
  • KT-67748 K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall
  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-62936 Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native
  • KT-68689 LL API: support analysis from builtins module
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow
  • KT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets
  • KT-68882 Analysis API: Refactor KaSymbols
  • KT-65413 K2 IDE: KTOR unresolved serializer() call for @Serializable class in common code
  • KT-67996 Analysis API: rename Kt prefix to Ka
  • KT-67775 Analysis API: expose only interfaces/abstract classes for the user surface
  • KT-68009 K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception
  • KT-68918 collectCallCandidates works incorrectly for parenthesis invoke
  • KT-68462 Analysis API: Integrate project-structure module into analysis-api and analysis-api-platform-interface
  • KT-69131 AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementation
  • KT-69055 Analysis API: Stabilize KaScopes
  • KT-66216 K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string template
  • KT-68959 Introduce KaSeverity
  • KT-53669 Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations
  • KT-68846 Mark KaFirReference and all implementations with internal modifier
  • KT-68845 Move KaSymbolBasedReference to resolution package
  • KT-68844 Move KaTypeProjection to types package
  • KT-65849 K2: Rename 'high-level-api' family of JARs to 'analysis-api'
  • KT-62540 Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin
  • KT-62889 K2 IDE. FP MISSING_DEPENDENCY_CLASS on not available type alias with available underlying type
  • KT-68155 Analysis API: Add PSI validity check to analyze
  • KT-62343 Analysis API: fix binary incopatibility problems cause by KtAnalysisSessionProvider.analyze being inline
  • KT-68498 To get reference symbol the one should be KtSymbolBasedReference
  • KT-68393 Analysis API: Rename KaClassLikeSymbol. classIdIfNonLocal to classId
  • KT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId
  • KT-66712 K2 IDE. SOE on settings string template for string variable with the same name
  • KT-65892 K2: "We should be able to find a symbol" for findNonLocalFunction
  • KT-68273 AA: support KtFirKDocReference#isReferenceToImportAlias
  • KT-68272 AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor
  • KT-66996 Analysis API: Expose the abbreviated type of an expanded KtType
  • KT-66646 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib-common's changelog.

2.0.20

Analysis. API

New Features

  • KT-68143 Analysis API: support KtWhenConditionInRange call resolution

Performance Improvements

  • KT-67195 K2: do not call redundant resolve on body resolution phase for classes

Fixes

  • KT-67360 Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol
  • KT-67748 K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall
  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-62936 Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native
  • KT-68689 LL API: support analysis from builtins module
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow
  • KT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets
  • KT-68882 Analysis API: Refactor KaSymbols
  • KT-65413 K2 IDE: KTOR unresolved serializer() call for @Serializable class in common code
  • KT-67996 Analysis API: rename Kt prefix to Ka
  • KT-67775 Analysis API: expose only interfaces/abstract classes for the user surface
  • KT-68009 K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception
  • KT-68918 collectCallCandidates works incorrectly for parenthesis invoke
  • KT-68462 Analysis API: Integrate project-structure module into analysis-api and analysis-api-platform-interface
  • KT-69131 AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementation
  • KT-69055 Analysis API: Stabilize KaScopes
  • KT-66216 K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string template
  • KT-68959 Introduce KaSeverity
  • KT-53669 Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations
  • KT-68846 Mark KaFirReference and all implementations with internal modifier
  • KT-68845 Move KaSymbolBasedReference to resolution package
  • KT-68844 Move KaTypeProjection to types package
  • KT-65849 K2: Rename 'high-level-api' family of JARs to 'analysis-api'
  • KT-62540 Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin
  • KT-62889 K2 IDE. FP MISSING_DEPENDENCY_CLASS on not available type alias with available underlying type
  • KT-68155 Analysis API: Add PSI validity check to analyze
  • KT-62343 Analysis API: fix binary incopatibility problems cause by KtAnalysisSessionProvider.analyze being inline
  • KT-68498 To get reference symbol the one should be KtSymbolBasedReference
  • KT-68393 Analysis API: Rename KaClassLikeSymbol. classIdIfNonLocal to classId
  • KT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId
  • KT-66712 K2 IDE. SOE on settings string template for string variable with the same name
  • KT-65892 K2: "We should be able to find a symbol" for findNonLocalFunction
  • KT-68273 AA: support KtFirKDocReference#isReferenceToImportAlias
  • KT-68272 AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor
  • KT-66996 Analysis API: Expose the abbreviated type of an expanded KtType
  • KT-66646 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject

... (truncated)

Commits
  • 6af99c8 Add changelog for 2.0.20
  • 68f075d Add ChangeLog for 2.0.20-RC2
  • 2b7c4f7 [K/Wasm] Don't add mappings into source-maps for unavailable sources
  • e35e9ae Update codeowners
  • c580c67 [K/N] Remember StableRefs, released during RC colleciton (KT-70159)
  • 565a35c [FIR2IR] Unset isLateinit flag for properties implemented by delegation
  • 5607bd3 [Test] Reproduce KT-70417
  • ce5d599 [K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCorou...
  • ca9fb23 Disallow open @​Composable functions with default params
  • 9a4c77e Update codeowners
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 22, 2024
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@github-actions github-actions bot added the requires-manual-qa Requires Manual Confirmation label Aug 22, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 40793b5 to 4fab0a4 Compare August 22, 2024 16:28
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 4fab0a4 to b33d168 Compare August 22, 2024 16:34
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from b33d168 to f494004 Compare August 22, 2024 16:41
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from f494004 to a0c2758 Compare August 22, 2024 18:53
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from a0c2758 to 540cba8 Compare August 26, 2024 06:20
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 540cba8 to edbf032 Compare August 26, 2024 06:26
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from edbf032 to 80f33ff Compare August 26, 2024 06:32
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 80f33ff to 865737a Compare August 26, 2024 06:38
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 865737a to 148a064 Compare August 26, 2024 06:43
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 148a064 to b64b798 Compare August 26, 2024 06:49
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from b64b798 to b94ae76 Compare August 30, 2024 14:05
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from b94ae76 to 4bdb3c0 Compare September 2, 2024 06:37
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 4bdb3c0 to 922a5ae Compare September 2, 2024 06:44
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 922a5ae to 58c561d Compare September 2, 2024 06:50
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 58c561d to 449b5b8 Compare September 2, 2024 06:56
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 449b5b8 to 7073026 Compare September 2, 2024 07:02
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 7073026 to 1064862 Compare September 2, 2024 07:08
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 1064862 to 5f3ff1d Compare September 2, 2024 07:14
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 5f3ff1d to 180eeb0 Compare September 2, 2024 07:20
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 180eeb0 to a1e75d5 Compare September 2, 2024 07:27
Copy link
Contributor

github-actions bot commented Sep 2, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from a1e75d5 to a2ad299 Compare September 9, 2024 06:54
Copy link
Contributor

github-actions bot commented Sep 9, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from a2ad299 to 55935d4 Compare September 9, 2024 07:00
Copy link
Contributor

github-actions bot commented Sep 9, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 55935d4 to d03f0ef Compare September 9, 2024 07:07
Copy link
Contributor

github-actions bot commented Sep 9, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from d03f0ef to 69c9aad Compare September 9, 2024 07:13
Copy link
Contributor

github-actions bot commented Sep 9, 2024

I'm not approving this PR because it includes a major update of a dependency

Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@AbdulR3hman AbdulR3hman force-pushed the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch from 69c9aad to 31f8862 Compare September 13, 2024 13:46
@github-actions github-actions bot merged commit e0c11e7 into master Sep 13, 2024
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-common-2.0.20 branch September 13, 2024 13:52
github-actions bot pushed a commit that referenced this pull request Sep 26, 2024
  - Java Docs were github action was pointing to wrong directory (#2292)
  - JDBC Pre-1970 Date issue fix (#2290)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.42.0 to 2.43.0 (#2284)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump software.amazon.awssdk:bom from 2.28.1 to 2.28.6 (#2287)
  - build(deps): bump software.amazon.awssdk:bom from 2.28.1 to 2.28.6
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.21.11 to 2.22.11 (#2286)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.21.11 to 2.22.11
  - build(deps): bump org.apache.kafka:kafka-clients from 7.7.0-ce to 7.7.1-ce (#2283)
  - build(deps): bump org.apache.kafka:kafka-clients
  - build(deps): bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 in /athena-msk (#2280)
  - build(deps): bump com.google.protobuf:protobuf-java in /athena-msk
  - build(deps): bump org.apache.kafka:kafka-clients from 3.8.0 to 7.7.0-ce (#2166)
  - build(deps): bump aws-sdk.version from 1.12.771 to 1.12.772 (#2262)
  - build(deps): bump aws-sdk.version from 1.12.771 to 1.12.772
  - build(deps): bump com.squareup.wire:wire-schema from 5.0.0 to 5.1.0 (#2270)
  - build(deps): bump com.squareup.wire:wire-schema from 5.0.0 to 5.1.0
  - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#2269)
  - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
  - build(deps): bump com.squareup.wire:wire-compiler from 5.0.0 to 5.1.0 (#2266)
  - build(deps): bump com.squareup.wire:wire-compiler from 5.0.0 to 5.1.0
  - build(deps): bump io.confluent:kafka-protobuf-provider from 7.7.0 to 7.7.1 (#2263)
  - build(deps): bump io.confluent:kafka-protobuf-provider
  - build(deps): bump io.confluent:kafka-avro-serializer from 7.7.0 to 7.7.1 (#2268)
  - build(deps): bump io.confluent:kafka-avro-serializer from 7.7.0 to 7.7.1
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.0.0 to 5.1.0 (#2267)
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.0.0 to 5.1.0
  - build(deps): bump io.confluent:kafka-protobuf-serializer from 7.7.0 to 7.7.1 (#2264)
  - build(deps): bump io.confluent:kafka-protobuf-serializer
  - build(deps): bump net.java.dev.jna:jna-platform from 5.14.0 to 5.15.0 (#2265)
  - build(deps): bump net.java.dev.jna:jna-platform from 5.14.0 to 5.15.0
  - build(deps): bump software.amazon.awssdk:bom from 2.27.21 to 2.28.1 (#2261)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.21 to 2.28.1
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 4.9.0 to 5.0.0 (#2160)
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 4.9.0 to 5.0.0
  - build(deps): bump com.squareup.wire:wire-schema from 4.9.0 to 5.0.0 (#2150)
  - build(deps): bump com.squareup.wire:wire-schema from 4.9.0 to 5.0.0
  - build(deps): bump com.squareup.wire:wire-compiler from 4.9.0 to 5.0.0 (#2151)
  - build(deps): bump com.squareup.wire:wire-compiler from 4.9.0 to 5.0.0
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.10 to 2.0.20 (#2186)
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 2.0.20 (#2188)
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib
  - build(deps): bump org.jetbrains.kotlin:kotlin-reflect from 1.9.10 to 2.0.20 (#2192)
  - build(deps): bump org.jetbrains.kotlin:kotlin-reflect
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.10 to 2.0.20 (#2193)
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-common
  - Remove dynamodb:ListSchemas as its no longer valid (#2252)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code requires-manual-qa Requires Manual Confirmation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant