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 kotlinpoet from 1.6.0 to 1.7.1 #423

Merged
merged 2 commits into from
Oct 19, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2020

Bumps kotlinpoet from 1.6.0 to 1.7.1.

Changelog

Sourced from kotlinpoet's changelog.

Version 1.7.1

2020-10-15

  • Fix: 1.7.0 was published using JDK 11 which set "org.gradle.jvm.version" to "11" in Gradle metadata, making it impossible to use the library on earlier Java versions (see #999[issue-999]). 1.7.1 is published with JDK 8, which fixes the problem.

Version 1.7.0

2020-10-14

  • New: Kotlin 1.4.10.
  • New: Generated code is now compatible with the [explicit API mode][explicit-api-mode] by default.
  • New: Escape soft and modifier keywords, in addition to hard keywords.
  • New: Improve enum constants generation for cleaner diffs.
  • New: Disallow setters on immutable properties.
  • New: Ensure trailing new lines in expression bodies.
  • New: Ensure trailing new lines after parameterless custom setters.
  • Fix: Don't auto-convert properties with custom accessors to primary constructor properties.
  • Fix: Don't allow parameterless setters with body.
  • Fix: Prevent auto-wrapping spaces inside escaped keywords.
Commits
  • 51bfe7b Prepare for release 1.7.1.
  • e229b80 Fix file paths and fixup instructions in RELEASING.md (#997)
  • 445d60c Prepare next development version.
  • 399b102 Prepare for release 1.7.0.
  • b257e83 Merge pull request #996 from square/z/useprtarget
  • ef5fc84 Use pull_request_target
  • 13d9794 Merge pull request #994 from square/egorand/201008/escape-all-keywords
  • 21995c0 Merge pull request #990 from square/egorand/200922/deploy-website-v2
  • e45f479 Merge pull request #995 from square/egorand/201008/ktlint-0.39.0
  • 564dd59 Escape soft and modifier keywords
  • 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 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 Oct 19, 2020
@codecov
Copy link

codecov bot commented Oct 19, 2020

Codecov Report

Merging #423 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #423   +/-   ##
=========================================
  Coverage     82.50%   82.50%           
  Complexity     1346     1346           
=========================================
  Files            65       65           
  Lines          3298     3298           
  Branches       1053     1053           
=========================================
  Hits           2721     2721           
  Misses          178      178           
  Partials        399      399           
Flag Coverage Δ Complexity Δ
#unittests 82.50% <0.00%> (ø) 1346.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...at-rules/src/main/kotlin/generated/WarningNames.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

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 dfbec0e...a9e0fe7. Read the comment docs.

@petertrr
Copy link
Member

Since this version supports kotlin 1.4, we should remove explicit version specification for some kotlin artifacts in pom.xml before merging this.

@dependabot dependabot bot force-pushed the dependabot/maven/com.squareup-kotlinpoet-1.7.1 branch from 140a9f6 to b88f986 Compare October 19, 2020 07:21
### What's done:
* pom.xml cleanup
* Updated generated file
@petertrr petertrr merged commit 30996d1 into master Oct 19, 2020
@petertrr petertrr deleted the dependabot/maven/com.squareup-kotlinpoet-1.7.1 branch October 19, 2020 07:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant