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.7.1 to 1.8.0 #820

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2021

Bumps kotlinpoet from 1.7.1 to 1.8.0.

Changelog

Sourced from kotlinpoet's changelog.

Version 1.8.0

2021-03-29

  • New: Kotlin 1.4.31.
  • New: Add KModifier.VALUE to support value class declarations.
  • New: Allow using a custom ClassLoader with ReflectiveClassInspector.
  • New: Update to kotlinx-metadata 0.2.0.
  • Fix: Ensure ImmutableKmProperty.toMutable() copies fieldSignature.
  • Fix: Prevent name clashes between an imported MemberName and a member in current scope.
  • Fix: Prevent name clashes between a type and a supertype with the same name.
  • Fix: Don't generate empty body for expect and external functions.
  • Fix: Don't allow expect or external classes to initialize supertypes.
  • Fix: Disallow delegate constructor calls in external classes.
  • Fix: Allow non-public primary constructors inside inline/value classes.
  • Fix: Allow init blocks inside inline/value classes.
  • Fix: Omit redundant abstract modifiers on members inside interfaces

Version 1.7.2

2020-10-20

  • New: Detect expression bodies with return· and throw· prefixes.
  • Fix: Omit visibility modifiers on custom accessors.
Commits
  • b777c9a Prepare for release 1.8.0
  • ca40cbe Update changelog for 1.8.0 (#1053)
  • 1fb34d1 Omit redundant abstract modifiers on members where possible (#1057)
  • 9f08e67 Merge pull request #1056 from square/dependabot/pip/dot-github/workflows/pyya...
  • 7f8666b Bump pyyaml from 5.3.1 to 5.4 in /.github/workflows
  • 6a60c23 Merge pull request #1052 from square/egorand/210322/kotlin-1.4.31
  • 2c54a9d Kotlin 1.4.31
  • 6f5d08f Add KModifier.VALUE (#1050)
  • 6ddfadf Update kotlinx-metadata to 0.2.0 (#1049)
  • 641a2cf Refactor logic to determine if function body should be omitted (#1043)
  • 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)

Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md)
- [Commits](square/kotlinpoet@1.7.1...1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 5, 2021
@codecov
Copy link

codecov bot commented Apr 5, 2021

Codecov Report

Merging #820 (e517dd7) into master (767a6d5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #820   +/-   ##
=========================================
  Coverage     80.95%   80.95%           
  Complexity     2248     2248           
=========================================
  Files            99       99           
  Lines          5738     5738           
  Branches       1783     1783           
=========================================
  Hits           4645     4645           
  Misses          286      286           
  Partials        807      807           
Flag Coverage Δ Complexity Δ
unittests 80.95% <ø> (ø) 0.00 <ø> (ø)

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


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 767a6d5...e517dd7. Read the comment docs.

@petertrr petertrr merged commit 8899c71 into master Apr 5, 2021
@petertrr petertrr deleted the dependabot/maven/com.squareup-kotlinpoet-1.8.0 branch April 5, 2021 07:15
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