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 kotlin_version from 1.2.71 to 1.3.0 #670

Merged
merged 1 commit into from Oct 30, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kotlin_version from 1.2.71 to 1.3.0.

Updates kotlin-gradle-plugin from 1.2.71 to 1.3.0

Release notes

Sourced from kotlin-gradle-plugin's releases.

1.3.0

IDE

  • KT-25429 Replace update channel in IDE plugin
  • KT-27793 kotlinx.android.synthetic is unresolved on project reopening

IDE. Inspections and Intentions

  • KT-27619 Inspection "Invalid property key" should check whether reference is soft or not

Previous releases

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

1.3 RC4

Compiler

Fixes

  • KT-26858 Inline class access to private companion object value fails with NSME
  • KT-27030 Non-capturing lambda in inline class members fails with internal error (NPE in genClosure)
  • KT-27031 Inline extension lambda in inline class fun fails with internal error (wrong bytecode generated)
  • KT-27033 Anonymous object in inline class fun fails with internal error (NPE in generateObjectLiteral/.../writeOuterClassAndEnclosingMethod)
  • KT-27096 AnalyzerException: Error at instruction 71: Expected I, but found . when function takes unsigned type with default value and returns nullable inline class
  • KT-27130 Suspension point is inside a critical section regression
  • KT-27132 CCE when inline class is boxed
  • KT-27258 Report diagnostic for suspension point inside critical section for crossinline suspend lambdas
  • KT-27393 Incorrect inline class type coercion in '==' with generic call
  • KT-27484 Suspension points in synchronized blocks checker crashes
  • KT-27502 Boxed inline class backed by Any is not unboxed before method invocation
  • KT-27526 Functional type with inline class argument and suspend modified expects unboxed value while it is boxed
  • KT-27615 Double wrap when inline class is printing if it was obtained from list/map
  • KT-27620 Report error when using value of kotlin.Result type as an extension receiver with safe call

IDE

  • KT-27298 Deadlock on project open
  • KT-27329 Migration doesn't work for kts projects when versions are stored in kt files inside buildSrc directory
  • KT-27355 Assertion error from light classes (expected callable member was null) for type alias in JvmMultifileClass annotated file
  • KT-27456 New Project wizard: Kotlin (Multiplatform Library): consider generating source files with different names to work around KT-21186
  • KT-27473 "Gradle sync failed: Already disposed: Module: 'moduleName-app_commonMain'" on reimport of a multiplatform project with Android target between different IDEs
  • KT-27485 Gradle import failed with "Already disposed" error on reopening of a multiplatform project with Android target
  • KT-27572 ISE: "Could not generate LightClass for entry declared in " at CompilationErrorHandler.lambda$static$0()

IDE. Android

  • KT-26975 CNFDE KotlinAndroidGradleOrderEnumerationHandler$FactoryImpl in AS 3.3 with Kotlin 1.3.0-rc-51
  • KT-27451 main target platform selection is not working in a multiplatform project with Android and JVM targets in Android Studio

IDE. Gradle

... (truncated)
Changelog

Sourced from kotlin-gradle-plugin's changelog.

1.3.0

IDE

  • KT-25429 Replace update channel in IDE plugin
  • KT-27793 kotlinx.android.synthetic is unresolved on project reopening

IDE. Inspections and Intentions

  • KT-27619 Inspection "Invalid property key" should check whether reference is soft or not

1.3-RC4

Compiler

Fixes

  • KT-26858 Inline class access to private companion object value fails with NSME
  • KT-27030 Non-capturing lambda in inline class members fails with internal error (NPE in genClosure)
  • KT-27031 Inline extension lambda in inline class fun fails with internal error (wrong bytecode generated)
  • KT-27033 Anonymous object in inline class fun fails with internal error (NPE in generateObjectLiteral/.../writeOuterClassAndEnclosingMethod)
  • KT-27096 AnalyzerException: Error at instruction 71: Expected I, but found . when function takes unsigned type with default value and returns nullable inline class
  • KT-27130 Suspension point is inside a critical section regression
  • KT-27132 CCE when inline class is boxed
  • KT-27258 Report diagnostic for suspension point inside critical section for crossinline suspend lambdas
  • KT-27393 Incorrect inline class type coercion in '==' with generic call
  • KT-27484 Suspension points in synchronized blocks checker crashes
  • KT-27502 Boxed inline class backed by Any is not unboxed before method invocation
  • KT-27526 Functional type with inline class argument and suspend modified expects unboxed value while it is boxed
  • KT-27615 Double wrap when inline class is printing if it was obtained from list/map
  • KT-27620 Report error when using value of kotlin.Result type as an extension receiver with safe call

IDE

  • KT-27298 Deadlock on project open
  • KT-27329 Migration doesn't work for kts projects when versions are stored in kt files inside buildSrc directory
  • KT-27355 Assertion error from light classes (expected callable member was null) for type alias in JvmMultifileClass annotated file
  • KT-27456 New Project wizard: Kotlin (Multiplatform Library): consider generating source files with different names to work around KT-21186
  • KT-27473 "Gradle sync failed: Already disposed: Module: 'moduleName-app_commonMain'" on reimport of a multiplatform project with Android target between different IDEs
  • KT-27485 Gradle import failed with "Already disposed" error on reopening of a multiplatform project with Android target
  • KT-27572 ISE: "Could not generate LightClass for entry declared in " at CompilationErrorHandler.lambda$static$0()

IDE. Android

  • KT-26975 CNFDE KotlinAndroidGradleOrderEnumerationHandler$FactoryImpl in AS 3.3 with Kotlin 1.3.0-rc-51
  • KT-27451 main target platform selection is not working in a multiplatform project with Android and JVM targets in Android Studio

IDE. Gradle

  • KT-27365 Dependencies between Java project and MPP one are not respected by import
... (truncated)
Commits
  • 12e4155 Fix Android Extension imports resolution after project reopening (KT-27793)
  • 3d3fce6 Update Kotlin/Native: 1.0.1
  • abe6693 Do not set version to buildNumber
  • 22222c8 Update channels list in update Kotlin dropdown (KT-25429)
  • cc035f7 Update Kotlin/Native: 1.0.0
  • c7bc742 Unify and improve Regex docs
  • dd62c1e Unify coroutine intrinsic docs
  • 2d4807f capitalize/decapitalize docs in stdlib/js
  • 87becfd Common String.toNumber: clarify thrown exception types
  • 2a895ed kotlin.system docs improvements
  • Additional commits viewable in compare view

Updates kotlin-stdlib-jdk7 from 1.2.71 to 1.3.0

Release notes

Sourced from kotlin-stdlib-jdk7's releases.

1.3.0

IDE

  • KT-25429 Replace update channel in IDE plugin
  • KT-27793 kotlinx.android.synthetic is unresolved on project reopening

IDE. Inspections and Intentions

  • KT-27619 Inspection "Invalid property key" should check whether reference is soft or not

Previous releases

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

1.3 RC4

Compiler

Fixes

  • KT-26858 Inline class access to private companion object value fails with NSME
  • KT-27030 Non-capturing lambda in inline class members fails with internal error (NPE in genClosure)
  • KT-27031 Inline extension lambda in inline class fun fails with internal error (wrong bytecode generated)
  • KT-27033 Anonymous object in inline class fun fails with internal error (NPE in generateObjectLiteral/.../writeOuterClassAndEnclosingMethod)
  • KT-27096 AnalyzerException: Error at instruction 71: Expected I, but found . when function takes unsigned type with default value and returns nullable inline class
  • KT-27130 Suspension point is inside a critical section regression
  • KT-27132 CCE when inline class is boxed
  • KT-27258 Report diagnostic for suspension point inside critical section for crossinline suspend lambdas
  • KT-27393 Incorrect inline class type coercion in '==' with generic call
  • KT-27484 Suspension points in synchronized blocks checker crashes
  • KT-27502 Boxed inline class backed by Any is not unboxed before method invocation
  • KT-27526 Functional type with inline class argument and suspend modified expects unboxed value while it is boxed
  • KT-27615 Double wrap when inline class is printing if it was obtained from list/map
  • KT-27620 Report error when using value of kotlin.Result type as an extension receiver with safe call

IDE

  • KT-27298 Deadlock on project open
  • KT-27329 Migration doesn't work for kts projects when versions are stored in kt files inside buildSrc directory
  • KT-27355 Assertion error from light classes (expected callable member was null) for type alias in JvmMultifileClass annotated file
  • KT-27456 New Project wizard: Kotlin (Multiplatform Library): consider generating source files with different names to work around KT-21186
  • KT-27473 "Gradle sync failed: Already disposed: Module: 'moduleName-app_commonMain'" on reimport of a multiplatform project with Android target between different IDEs
  • KT-27485 Gradle import failed with "Already disposed" error on reopening of a multiplatform project with Android target
  • KT-27572 ISE: "Could not generate LightClass for entry declared in " at CompilationErrorHandler.lambda$static$0()

IDE. Android

  • KT-26975 CNFDE KotlinAndroidGradleOrderEnumerationHandler$FactoryImpl in AS 3.3 with Kotlin 1.3.0-rc-51
  • KT-27451 main target platform selection is not working in a multiplatform project with Android and JVM targets in Android Studio

IDE. Gradle

... (truncated)
Changelog

Sourced from kotlin-stdlib-jdk7's changelog.

1.3.0

IDE

  • KT-25429 Replace update channel in IDE plugin
  • KT-27793 kotlinx.android.synthetic is unresolved on project reopening

IDE. Inspections and Intentions

  • KT-27619 Inspection "Invalid property key" should check whether reference is soft or not

1.3-RC4

Compiler

Fixes

  • KT-26858 Inline class access to private companion object value fails with NSME
  • KT-27030 Non-capturing lambda in inline class members fails with internal error (NPE in genClosure)
  • KT-27031 Inline extension lambda in inline class fun fails with internal error (wrong bytecode generated)
  • KT-27033 Anonymous object in inline class fun fails with internal error (NPE in generateObjectLiteral/.../writeOuterClassAndEnclosingMethod)
  • KT-27096 AnalyzerException: Error at instruction 71: Expected I, but found . when function takes unsigned type with default value and returns nullable inline class
  • KT-27130 Suspension point is inside a critical section regression
  • KT-27132 CCE when inline class is boxed
  • KT-27258 Report diagnostic for suspension point inside critical section for crossinline suspend lambdas
  • KT-27393 Incorrect inline class type coercion in '==' with generic call
  • KT-27484 Suspension points in synchronized blocks checker crashes
  • KT-27502 Boxed inline class backed by Any is not unboxed before method invocation
  • KT-27526 Functional type with inline class argument and suspend modified expects unboxed value while it is boxed
  • KT-27615 Double wrap when inline class is printing if it was obtained from list/map
  • KT-27620 Report error when using value of kotlin.Result type as an extension receiver with safe call

IDE

  • KT-27298 Deadlock on project open
  • KT-27329 Migration doesn't work for kts projects when versions are stored in kt files inside buildSrc directory
  • KT-27355 Assertion error from light classes (expected callable member was null) for type alias in JvmMultifileClass annotated file
  • KT-27456 New Project wizard: Kotlin (Multiplatform Library): consider generating source files with different names to work around KT-21186
  • KT-27473 "Gradle sync failed: Already disposed: Module: 'moduleName-app_commonMain'" on reimport of a multiplatform project with Android target between different IDEs
  • KT-27485 Gradle import failed with "Already disposed" error on reopening of a multiplatform project with Android target
  • KT-27572 ISE: "Could not generate LightClass for entry declared in " at CompilationErrorHandler.lambda$static$0()

IDE. Android

  • KT-26975 CNFDE KotlinAndroidGradleOrderEnumerationHandler$FactoryImpl in AS 3.3 with Kotlin 1.3.0-rc-51
  • KT-27451 main target platform selection is not working in a multiplatform project with Android and JVM targets in Android Studio

IDE. Gradle

  • KT-27365 Dependencies between Java project and MPP one are not respected by import
... (truncated)
Commits
  • 12e4155 Fix Android Extension imports resolution after project reopening (KT-27793)
  • 3d3fce6 Update Kotlin/Native: 1.0.1
  • abe6693 Do not set version to buildNumber
  • 22222c8 Update channels list in update Kotlin dropdown (KT-25429)
  • cc035f7 Update Kotlin/Native: 1.0.0
  • c7bc742 Unify and improve Regex docs
  • dd62c1e Unify coroutine intrinsic docs
  • 2d4807f capitalize/decapitalize docs in stdlib/js
  • 87becfd Common String.toNumber: clarify thrown exception types
  • 2a895ed kotlin.system docs improvements
  • 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.2.71 to 1.3.0.

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

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
@iamareebjamal iamareebjamal merged commit 7acb4bc into development Oct 30, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/kotlin_version branch October 30, 2018 10:12
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.

None yet

2 participants