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.version from 1.3.0 to 1.3.10 #141

Merged
merged 1 commit into from
Nov 15, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kotlin.version from 1.3.0 to 1.3.10.

Updates kotlin-compiler-embeddable from 1.3.0 to 1.3.10

Release notes

Sourced from kotlin-compiler-embeddable's releases.

1.3.10

Content

The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.

Changelog

Compiler

  • KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameter
  • KT-27895 Kotlin 1.3.0 broken runtime annotation issue

IDE

  • KT-27230 Freeze on paste
  • KT-27907 Exception on processing auto-generated classes from AS

IDE. Debugger

  • KT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformer
  • KT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'
  • KT-27965 Sequence debugger does not work in Android Studio
  • KT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183

IDE. Gradle

  • KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM module
  • KT-27849 IntelliJ: Wrong scope of JVM platform MPP dependency

IDE. Inspections and Intentions

  • KT-26481 Flaky false positive "Receiver parameter is never used" for local extension function
  • KT-27357 Function with inline class type value parameters is marked as unused by IDE
  • KT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classes
  • KT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()

IDE. Scratch

  • KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch file

IDE. Tests Support

  • KT-27371 Common tests can not be launched from gutter in MPP Android/iOS project

Reflection

  • KT-27878 Spring: "AssertionError: Non-primitive type name passed: void"

Tools. Gradle

  • KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluation
  • KT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPP
... (truncated)
Changelog

Sourced from kotlin-compiler-embeddable's changelog.

CHANGELOG

Commits
  • 72e2bbd JS: report inline suspend functions to IC
  • 5f61ecd Fix dependency resolution on model post-processing
  • 58046ae MPP: Support MPP-dependent Java modules in Android projects
  • 615d801 Fix NPE in KotlinJavaMPPSourceSetDataService.postProcess
  • 17010d9 Do not try computing return type in OverloadChecker
  • e4e1dbf Kapt: Use correct type mapping mode while mapping super types (KT-27126)
  • 6f6a30d Kapt: Fix error type correction for super class constructor calls
  • 0132c53 Update Kotlin/Native: 1.0.2
  • 37dfa24 JPS: support -Xcommon-sources for JVM multiplatform projects
  • 97682e8 JS: fix concurrent access to NameSuggestion.cache (KT-27230 fixed)
  • Additional commits viewable in compare view

Updates kotlin-reflect from 1.3.0 to 1.3.10

Release notes

Sourced from kotlin-reflect's releases.

1.3.10

Content

The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.

Changelog

Compiler

  • KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameter
  • KT-27895 Kotlin 1.3.0 broken runtime annotation issue

IDE

  • KT-27230 Freeze on paste
  • KT-27907 Exception on processing auto-generated classes from AS

IDE. Debugger

  • KT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformer
  • KT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'
  • KT-27965 Sequence debugger does not work in Android Studio
  • KT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183

IDE. Gradle

  • KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM module
  • KT-27849 IntelliJ: Wrong scope of JVM platform MPP dependency

IDE. Inspections and Intentions

  • KT-26481 Flaky false positive "Receiver parameter is never used" for local extension function
  • KT-27357 Function with inline class type value parameters is marked as unused by IDE
  • KT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classes
  • KT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()

IDE. Scratch

  • KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch file

IDE. Tests Support

  • KT-27371 Common tests can not be launched from gutter in MPP Android/iOS project

Reflection

  • KT-27878 Spring: "AssertionError: Non-primitive type name passed: void"

Tools. Gradle

  • KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluation
  • KT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPP
... (truncated)
Changelog

Sourced from kotlin-reflect's changelog.

CHANGELOG

Commits
  • 72e2bbd JS: report inline suspend functions to IC
  • 5f61ecd Fix dependency resolution on model post-processing
  • 58046ae MPP: Support MPP-dependent Java modules in Android projects
  • 615d801 Fix NPE in KotlinJavaMPPSourceSetDataService.postProcess
  • 17010d9 Do not try computing return type in OverloadChecker
  • e4e1dbf Kapt: Use correct type mapping mode while mapping super types (KT-27126)
  • 6f6a30d Kapt: Fix error type correction for super class constructor calls
  • 0132c53 Update Kotlin/Native: 1.0.2
  • 37dfa24 JPS: support -Xcommon-sources for JVM multiplatform projects
  • 97682e8 JS: fix concurrent access to NameSuggestion.cache (KT-27230 fixed)
  • Additional commits viewable in compare view

Updates kotlin-stdlib from 1.3.0 to 1.3.10

Release notes

Sourced from kotlin-stdlib's releases.

1.3.10

Content

The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.

Changelog

Compiler

  • KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameter
  • KT-27895 Kotlin 1.3.0 broken runtime annotation issue

IDE

  • KT-27230 Freeze on paste
  • KT-27907 Exception on processing auto-generated classes from AS

IDE. Debugger

  • KT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformer
  • KT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'
  • KT-27965 Sequence debugger does not work in Android Studio
  • KT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183

IDE. Gradle

  • KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM module
  • KT-27849 IntelliJ: Wrong scope of JVM platform MPP dependency

IDE. Inspections and Intentions

  • KT-26481 Flaky false positive "Receiver parameter is never used" for local extension function
  • KT-27357 Function with inline class type value parameters is marked as unused by IDE
  • KT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classes
  • KT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()

IDE. Scratch

  • KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch file

IDE. Tests Support

  • KT-27371 Common tests can not be launched from gutter in MPP Android/iOS project

Reflection

  • KT-27878 Spring: "AssertionError: Non-primitive type name passed: void"

Tools. Gradle

  • KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluation
  • KT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPP
... (truncated)
Changelog

Sourced from kotlin-stdlib's changelog.

CHANGELOG

Commits
  • 72e2bbd JS: report inline suspend functions to IC
  • 5f61ecd Fix dependency resolution on model post-processing
  • 58046ae MPP: Support MPP-dependent Java modules in Android projects
  • 615d801 Fix NPE in KotlinJavaMPPSourceSetDataService.postProcess
  • 17010d9 Do not try computing return type in OverloadChecker
  • e4e1dbf Kapt: Use correct type mapping mode while mapping super types (KT-27126)
  • 6f6a30d Kapt: Fix error type correction for super class constructor calls
  • 0132c53 Update Kotlin/Native: 1.0.2
  • 37dfa24 JPS: support -Xcommon-sources for JVM multiplatform projects
  • 97682e8 JS: fix concurrent access to NameSuggestion.cache (KT-27230 fixed)
  • Additional commits viewable in compare view

Updates kotlin-stdlib-jdk8 from 1.3.0 to 1.3.10

Release notes

Sourced from kotlin-stdlib-jdk8's releases.

1.3.10

Content

The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.

Changelog

Compiler

  • KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameter
  • KT-27895 Kotlin 1.3.0 broken runtime annotation issue

IDE

  • KT-27230 Freeze on paste
  • KT-27907 Exception on processing auto-generated classes from AS

IDE. Debugger

  • KT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformer
  • KT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'
  • KT-27965 Sequence debugger does not work in Android Studio
  • KT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183

IDE. Gradle

  • KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM module
  • KT-27849 IntelliJ: Wrong scope of JVM platform MPP dependency

IDE. Inspections and Intentions

  • KT-26481 Flaky false positive "Receiver parameter is never used" for local extension function
  • KT-27357 Function with inline class type value parameters is marked as unused by IDE
  • KT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classes
  • KT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()

IDE. Scratch

  • KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch file

IDE. Tests Support

  • KT-27371 Common tests can not be launched from gutter in MPP Android/iOS project

Reflection

  • KT-27878 Spring: "AssertionError: Non-primitive type name passed: void"

Tools. Gradle

  • KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluation
  • KT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPP
... (truncated)
Changelog

Sourced from kotlin-stdlib-jdk8's changelog.

CHANGELOG

Commits
  • 72e2bbd JS: report inline suspend functions to IC
  • 5f61ecd Fix dependency resolution on model post-processing
  • 58046ae MPP: Support MPP-dependent Java modules in Android projects
  • 615d801 Fix NPE in KotlinJavaMPPSourceSetDataService.postProcess
  • 17010d9 Do not try computing return type in OverloadChecker
  • e4e1dbf Kapt: Use correct type mapping mode while mapping super types (KT-27126)
  • 6f6a30d Kapt: Fix error type correction for super class constructor calls
  • 0132c53 Update Kotlin/Native: 1.0.2
  • 37dfa24 JPS: support -Xcommon-sources for JVM multiplatform projects
  • 97682e8 JS: fix concurrent access to NameSuggestion.cache (KT-27230 fixed)
  • Additional commits viewable in compare view

Updates kotlin-test from 1.3.0 to 1.3.10

Release notes

Sourced from kotlin-test's releases.

1.3.10

Content

The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.

Changelog

Compiler

  • KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameter
  • KT-27895 Kotlin 1.3.0 broken runtime annotation issue

IDE

  • KT-27230 Freeze on paste
  • KT-27907 Exception on processing auto-generated classes from AS

IDE. Debugger

  • KT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformer
  • KT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'
  • KT-27965 Sequence debugger does not work in Android Studio
  • KT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183

IDE. Gradle

  • KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM module
  • KT-27849 IntelliJ: Wrong scope of JVM platform MPP dependency

IDE. Inspections and Intentions

  • KT-26481 Flaky false positive "Receiver parameter is never used" for local extension function
  • KT-27357 Function with inline class type value parameters is marked as unused by IDE
  • KT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classes
  • KT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()

IDE. Scratch

  • KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch file

IDE. Tests Support

  • KT-27371 Common tests can not be launched from gutter in MPP Android/iOS project

Reflection

  • KT-27878 Spring: "AssertionError: Non-primitive type name passed: void"

Tools. Gradle

  • KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluation
  • KT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPP
... (truncated)
Changelog

Sourced from kotlin-test's changelog.

CHANGELOG

Commits
  • 72e2bbd JS: report inline suspend functions to IC
  • 5f61ecd Fix dependency resolution on model post-processing
  • 58046ae MPP: Support MPP-dependent Java modules in Android projects
  • 615d801 Fix NPE in KotlinJavaMPPSourceSetDataService.postProcess
  • 17010d9 Do not try computing return type in OverloadChecker
  • e4e1dbf Kapt: Use correct type mapping mode while mapping super types (KT-27126)
  • 6f6a30d Kapt: Fix error type correction for super class constructor calls
  • 0132c53 Update Kotlin/Native: 1.0.2
  • 37dfa24 JPS: support -Xcommon-sources for JVM multiplatform projects
  • 97682e8 JS: fix concurrent access to NameSuggestion.cache (KT-27230 fixed)
  • Additional commits viewable in compare view

Updates kotlin-test-junit from 1.3.0 to 1.3.10

Release notes

Sourced from kotlin-test-junit's releases.

1.3.10

Content

The release contains the JVM version of Kotlin compiler and also one native system dependent version for every major platform (Linux, macOS, and Windows). Those binaries are built with Excelsior JET AOT compiler (https://www.excelsiorjet.com/) and have faster startup time which is suitable for building small files or scripts.

Changelog

Compiler

  • KT-27758 Kotlin 1.3 breaks compilation of calling of function named 'contract' with block as a last parameter
  • KT-27895 Kotlin 1.3.0 broken runtime annotation issue

IDE

  • KT-27230 Freeze on paste
  • KT-27907 Exception on processing auto-generated classes from AS

IDE. Debugger

  • KT-27540 2018.3 and 2019.1 Debugger: Evaluating anything fails with KNPE in LabelNormalizationMethodTransformer
  • KT-27833 Evaluate exception in 183/191 with asm-7.0-beta1/'asm-7.0'
  • KT-27965 Sequence debugger does not work in Android Studio
  • KT-27980 Kotlin sequence debugger throws IDE exception in IDEA 183

IDE. Gradle

  • KT-27265 Unresolved reference in IDE on calling JVM source set members of a multiplatform project with Android target from a plain Kotlin/JVM module
  • KT-27849 IntelliJ: Wrong scope of JVM platform MPP dependency

IDE. Inspections and Intentions

  • KT-26481 Flaky false positive "Receiver parameter is never used" for local extension function
  • KT-27357 Function with inline class type value parameters is marked as unused by IDE
  • KT-27434 False positive "Unused symbol" inspection for functions and secondary constructors of inline classes
  • KT-27945 Quick-fix whitespace bug in KtPrimaryConstructor.addAnnotationEntry()

IDE. Scratch

  • KT-27746 Scratch: "Cannot pop operand off an empty stack" in a new scratch file

IDE. Tests Support

  • KT-27371 Common tests can not be launched from gutter in MPP Android/iOS project

Reflection

  • KT-27878 Spring: "AssertionError: Non-primitive type name passed: void"

Tools. Gradle

  • KT-27160 Kotlin Gradle plugin 1.3 resolves script configurations during project evaluation
  • KT-27803 CInterop input configuration has 'java-api' as a Usage attribute value in new MPP
... (truncated)
Changelog

Sourced from kotlin-test-junit's changelog.

CHANGELOG

Commits
  • 72e2bbd JS: report inline suspend functions to IC
  • 5f61ecd Fix dependency resolution on model post-processing
  • 58046ae MPP: Support MPP-dependent Java modules in Android projects
  • 615d801 Fix NPE in KotlinJavaMPPSourceSetDataService.postProcess
  • 17010d9 Do not try computing return type in OverloadChecker
  • e4e1dbf Kapt: Use correct type mapping mode while mapping super types (KT-27126)
  • 6f6a30d Kapt: Fix error type correction for super class constructor calls
  • 0132c53 Update Kotlin/Native: 1.0.2
  • 37dfa24 JPS: support -Xcommon-sources for JVM multiplatform projects
  • 97682e8 JS: fix concurrent access to NameSuggestion.cache (KT-27230 fixed)
  • Additional commits viewable in compare view

Updates kotlin-maven-plugin from 1.3.0 to 1.3.10

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps `kotlin.version` from 1.3.0 to 1.3.10.

Updates `kotlin-compiler-embeddable` from 1.3.0 to 1.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.10)

Updates `kotlin-reflect` from 1.3.0 to 1.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.10)

Updates `kotlin-stdlib` from 1.3.0 to 1.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.10)

Updates `kotlin-stdlib-jdk8` from 1.3.0 to 1.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.10)

Updates `kotlin-test` from 1.3.0 to 1.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.10)

Updates `kotlin-test-junit` from 1.3.0 to 1.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.10)

Updates `kotlin-maven-plugin` from 1.3.0 to 1.3.10

Signed-off-by: dependabot[bot] <support@dependabot.com>
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Nov 14, 2018

Codecov Report

Merging #141 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #141   +/-   ##
=========================================
  Coverage     84.42%   84.42%           
  Complexity       86       86           
=========================================
  Files            16       16           
  Lines           456      456           
  Branches         60       60           
=========================================
  Hits            385      385           
  Misses           31       31           
  Partials         40       40

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1b10f2...12b701e. Read the comment docs.

@freemanjp freemanjp merged commit 5d998d3 into master Nov 15, 2018
@freemanjp freemanjp deleted the dependabot/maven/kotlin.version branch November 15, 2018 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants