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

chore(deps): bump kotlin-gradle-plugin from 1.3.40 to 1.3.41 #2305

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kotlin-gradle-plugin from 1.3.40 to 1.3.41.

Release notes

Sourced from kotlin-gradle-plugin's releases.

1.3.41

Compiler

  • KT-31981 New type inference asks to use ?. on non-null local variable
  • KT-32029 Exception when callable reference is resolved against unresolved type
  • KT-32037 No coercion to Unit for last expression with lambda in code block
  • KT-32038 Unsubstituted stub type cause type mismatch later for builder inference
  • KT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameter
  • KT-32081 New type inference fails involving Either and Nothing
  • KT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdas
  • KT-32094 NI: member from star import has higher resolution priority than member imported by FQN
  • KT-32116 Type inference for HashMap<,> fails but compiles
  • KT-32123 Wrong unused import for extension method
  • KT-32133 Regression in Kotlin 1.3.40 new inference engine
  • KT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-construction
  • KT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM arguments
  • KT-32154 setOf(Map.Entry<*, *>::key) gives error on IDE
  • KT-32157 Issue with new type inference in unbounded generics
  • KT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler Inconsistency
  • KT-32184 NI: Argument for @​NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be null
  • KT-32187 Exception when using callable reference with an unresolved LHS
  • KT-32218 Cannot call get on a Map<out Any,Any> with new type system
  • KT-32230 New inference not working with RxJava combineLatest
  • KT-32235 New type inference failure with in check

JavaScript

  • KT-32215 Reified generic doesn't work with ByteArray on js

Tools. CLI

  • KT-32272 kotlinc - no main manifest attribute, in hello.jar

Tools. REPL

  • KT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"

Tools. Scripts

  • KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs."
  • KT-32206 Custom script definitions not loaded in the cli compiler

Previous releases

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

Kotlin 1.3.40 EAP 3

CHANGELOG

1.3.40

... (truncated)
Changelog

Sourced from kotlin-gradle-plugin's changelog.

1.3.41

Compiler

  • KT-31981 New type inference asks to use ?. on non-null local variable
  • KT-32029 Exception when callable reference is resolved against unresolved type
  • KT-32037 No coercion to Unit for last expression with lambda in code block
  • KT-32038 Unsubstituted stub type cause type mismatch later for builder inference
  • KT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameter
  • KT-32081 New type inference fails involving Either and Nothing
  • KT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdas
  • KT-32094 NI: member from star import has higher resolution priority than member imported by FQN
  • KT-32116 Type inference for HashMap<,> fails but compiles
  • KT-32123 Wrong unused import for extension method
  • KT-32133 Regression in Kotlin 1.3.40 new inference engine
  • KT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-construction
  • KT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM arguments
  • KT-32154 setOf(Map.Entry<*, *>::key) gives error on IDE
  • KT-32157 Issue with new type inference in unbounded generics
  • KT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler Inconsistency
  • KT-32184 NI: Argument for @​NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be null
  • KT-32187 Exception when using callable reference with an unresolved LHS
  • KT-32218 Cannot call get on a Map<out Any,Any> with new type system
  • KT-32230 New inference not working with RxJava combineLatest
  • KT-32235 New type inference failure with in check

JavaScript

  • KT-32215 Reified generic doesn't work with ByteArray on js

Tools. CLI

  • KT-32272 kotlinc - no main manifest attribute, in hello.jar

Tools. REPL

  • KT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"

Tools. Scripts

  • KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs."
  • KT-32206 Custom script definitions not loaded in the cli compiler
Commits
  • c5a276c Update Kotlin/Native version
  • 1ad91cd Add changelog for 1.3.41
  • 791f49d Update Kotlin/Native version for testing
  • 270219d Fix filling Main-Class attribute in manifest file of output jar
  • ffc4096 Export deserialization constructor from JS module
  • fa9edf0 [NI] Fix exception on incomplete try/catch block
  • 9820481 [NI] Fix OnlyInputTypes annotation support for top-level captured types
  • bf6b58d [NI] Move ability to convert standalone SAM-argument under the feature
  • ba192c3 Gradle, JS: don't project.getTasksByName inside task realization callback
  • 5605a70 JS: fix reified T::class for primitive T (e.g. Int) (KT-32215 fixed)
  • 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 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). To ignore the version in this PR you can just close it
  • @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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 15, 2019
@iamareebjamal iamareebjamal merged commit 4f8d440 into development Jul 15, 2019
@iamareebjamal iamareebjamal deleted the dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.3.41 branch July 15, 2019 22:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant