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.10 to 1.3.11 #53

Merged
merged 1 commit into from
Dec 8, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kotlin_version from 1.3.10 to 1.3.11.

Updates kotlin-gradle-plugin from 1.3.10 to 1.3.11

Release notes

Sourced from kotlin-gradle-plugin's releases.

1.3.11

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.

Android Studio Compatibility

Please note that Kotlin 1.3.11 and its plugin are only compatible with AS 3.2.1, 3.3 RC2+ and 3.4 C6+

Changelog

Compiler

IDE. Gradle

  • KT-28389 MPP IDE import does not recognize a dependency from a subproject to the root project

IDE. Inspections and Intentions

  • KT-28445 "Redundant async" inspection does not work with release coroutines

IDE. Multiplatform

  • KT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform module

JavaScript

  • KT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0

Tools. Gradle

  • KT-27500 MPP: Native: .module dependency is reported as error in the IDE after import

Previous releases

This release also includes the fixes and improvements from the previous releases.

Changelog

Sourced from kotlin-gradle-plugin's changelog.

1.3.11

Compiler

IDE. Gradle

  • KT-28389 MPP IDE import does not recognize a dependency from a subproject to the root project

IDE. Inspections and Intentions

  • KT-28445 "Redundant async" inspection does not work with release coroutines

IDE. Multiplatform

  • KT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform module

JavaScript

  • KT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0

Tools. Gradle

  • KT-27500 MPP: Native: .module dependency is reported as error in the IDE after import
Commits
  • 96bf749 Add changelog for 1.3.11
  • 1870487 Support overriding module/library/sdk for particular light PsiClass
  • 54c0000 Enlarge scope for auto-import and completion with extensions (KT-27944)
  • 31ac07d Fix "redundant async" for coroutines 1.*, forbid explicit scopes case
  • 0b9bbe0 Extract stub library file from "Redundant async" inspection tests
  • b5bbbc6 Update selenium version to 2.53.1
  • a5422b1 Update Kotlin/Native: 1.0.3
  • a72f820 Fix message text for INCOMPATIBLE_ENUM_COMPARISON
  • 57361fd Fixed dependency resolution of root project
  • 514e825 MPP: Fix adjustment of transitive project dependencies
  • Additional commits viewable in compare view

Updates kotlin-stdlib-jdk8 from 1.3.10 to 1.3.11

Release notes

Sourced from kotlin-stdlib-jdk8's releases.

1.3.11

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.

Android Studio Compatibility

Please note that Kotlin 1.3.11 and its plugin are only compatible with AS 3.2.1, 3.3 RC2+ and 3.4 C6+

Changelog

Compiler

IDE. Gradle

  • KT-28389 MPP IDE import does not recognize a dependency from a subproject to the root project

IDE. Inspections and Intentions

  • KT-28445 "Redundant async" inspection does not work with release coroutines

IDE. Multiplatform

  • KT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform module

JavaScript

  • KT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0

Tools. Gradle

  • KT-27500 MPP: Native: .module dependency is reported as error in the IDE after import

Previous releases

This release also includes the fixes and improvements from the previous releases.

Changelog

Sourced from kotlin-stdlib-jdk8's changelog.

1.3.11

Compiler

IDE. Gradle

  • KT-28389 MPP IDE import does not recognize a dependency from a subproject to the root project

IDE. Inspections and Intentions

  • KT-28445 "Redundant async" inspection does not work with release coroutines

IDE. Multiplatform

  • KT-27632 MPP IDE commonMain cannot see other commonMain types transitively which are exposed through a middle multiplatform module

JavaScript

  • KT-27946 Late initialization based on contracts breaks Kotlin/JS in 1.3.0

Tools. Gradle

  • KT-27500 MPP: Native: .module dependency is reported as error in the IDE after import
Commits
  • 96bf749 Add changelog for 1.3.11
  • 1870487 Support overriding module/library/sdk for particular light PsiClass
  • 54c0000 Enlarge scope for auto-import and completion with extensions (KT-27944)
  • 31ac07d Fix "redundant async" for coroutines 1.*, forbid explicit scopes case
  • 0b9bbe0 Extract stub library file from "Redundant async" inspection tests
  • b5bbbc6 Update selenium version to 2.53.1
  • a5422b1 Update Kotlin/Native: 1.0.3
  • a72f820 Fix message text for INCOMPATIBLE_ENUM_COMPARISON
  • 57361fd Fixed dependency resolution of root project
  • 514e825 MPP: Fix adjustment of transitive project dependencies
  • Additional commits viewable in compare view

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.10 to 1.3.11.

Updates `kotlin-gradle-plugin` from 1.3.10 to 1.3.11
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.11/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.10...v1.3.11)

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

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

codecov bot commented Dec 7, 2018

Codecov Report

Merging #53 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop     #53   +/-   ##
=========================================
  Coverage       88.6%   88.6%           
  Complexity        44      44           
=========================================
  Files             15      15           
  Lines            158     158           
  Branches           9       9           
=========================================
  Hits             140     140           
  Misses            11      11           
  Partials           7       7

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 ee13a26...29a09f7. Read the comment docs.

@atrujillofalcon atrujillofalcon merged commit c897bb7 into develop Dec 8, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/develop/kotlin_version branch December 8, 2018 14:47
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.

2 participants