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.12.0 to 1.13.2 #213

Merged
merged 1 commit into from
May 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2023

Bumps kotlinpoet from 1.12.0 to 1.13.2.
Updates com.squareup:kotlinpoet from 1.12.0 to 1.13.2

Release notes

Sourced from com.squareup:kotlinpoet's releases.

1.13.2

What's Changed

New Contributors

Full Changelog: square/kotlinpoet@1.13.1...1.13.2

1.13.1

What's Changed

New Contributors

Full Changelog: square/kotlinpoet@1.13.0...1.13.1

1.13.0

What's Changed

  • New: Kotlin 1.8.0.
  • New: KSP 1.8.0-1.0.9.
  • New: Support context receivers on TypeSpecs + extract ContextReceivable API (#1269).
  • New: Optimize OriginatingElements and TagMap implementations (#1270).
  • New: Auto-generate import aliases for types and members (#1355).
  • New: Insert underscores into large decimal literals (#1384).
  • New: New factory function FileSpec.builder(ClassName) (#1397).
  • Fix: Fix StackOverflowError when calling KSTypeArgument.toTypeName() for a wildcard in a recursive type bound (#1272).
  • Fix: Fix transitive aliases (#1306).
  • Fix: Fix Aliases as TypeArgument (#1321).
  • Fix: Don't escape special characters inside raw strings (#1331).
  • Fix: Fix KSP interop's output of the annotation parameter value of type Char (#1338).
  • Fix: Fix KSP interop's output for primitive arrays (#1340).
  • Fix: Avoid emitting public if shouldEmitPublicModifier returns false (#1342).
  • Fix: Fix context receivers being rendered in an incorrect position when on a nullable/suspending LambdaTypeName (#1454).
  • Fix: Do not use bestGuess for KClass.asClassName (#1469).
  • Fix: Handle fake nested types with platform mapped parents (#1472).
  • Fix: Fix TypeName equals (#1477).
  • Fix: Make equals consistent with compareTo for ClassName (#1506).

New Contributors

... (truncated)

Changelog

Sourced from com.squareup:kotlinpoet's changelog.

Version 1.13.2

2023-05-05

Thanks to [@​Squiry][Squiry] for contributing to this release.

  • Fix: KSType.toTypeName fixed to work with aliased types (#1534).

Version 1.13.1

2023-04-28

Thanks to [@​rickclephas][rickclephas] for contributing to this release.

  • Fix: Look at canonical names instead of just package names when generating import aliases (#1519).
  • Fix: Ignore KSP annotation arguments without a value (#1523).
  • Fix: Fix arguments handling in KSType.toTypeName() (#1529).

Version 1.13.0

2023-04-06

Thanks to [@​popematt][popematt], [@​bitPogo][bitPogo], [@​mars885][mars885], [@​sjudd][sjudd], [@​Sironheart][Sironheart], [@​polarene][polarene], [@​DeoTimeTheGithubUser][DeoTimeTheGithubUser], [@​drawers][drawers] for contributing to this release.

  • New: Kotlin 1.8.0.
  • New: KSP 1.8.0-1.0.9.
  • New: Support context receivers on TypeSpecs + extract ContextReceivable API (#1269).
  • New: Optimize OriginatingElements and TagMap implementations (#1270).
  • New: Auto-generate import aliases for types and members (#1355).
  • New: Insert underscores into large decimal literals (#1384).
  • New: New factory function FileSpec.builder(ClassName) (#1397).
  • Fix: Fix StackOverflowError when calling KSTypeArgument.toTypeName() for a wildcard in a recursive type bound (#1272).
  • Fix: Fix transitive aliases (#1306).
  • Fix: Fix Aliases as TypeArgument (#1321).
  • Fix: Don't escape special characters inside raw strings (#1331).
  • Fix: Fix KSP interop's output of the annotation parameter value of type Char (#1338).
  • Fix: Fix KSP interop's output for primitive arrays (#1340).
  • Fix: Avoid emitting public if shouldEmitPublicModifier returns false (#1342).
  • Fix: Fix context receivers being rendered in an incorrect position when on a nullable/suspending LambdaTypeName (#1454).
  • Fix: Do not use bestGuess for KClass.asClassName (#1469).
  • Fix: Handle fake nested types with platform mapped parents (#1472).
  • Fix: Fix TypeName equals (#1477).
  • Fix: Make equals consistent with compareTo for ClassName (#1506).
Commits
  • b8f8944 Prepare for release 1.13.2
  • 0bf9342 Split release jobs into a separate workflow (#1537)
  • 07d9643 Update dependency mkdocs to v1.4.3
  • 2fb184e Update dependency mkdocs-material to v9.1.9
  • c7fe08f KSType.toTypeName fixed to work with aliased types (#1534)
  • 757c034 Prepare next development version
  • 1ad7bc5 Prepare for release 1.13.1
  • c2f0810 Fix arguments handling in KSType.toTypeName() (#1529)
  • 478163e Merge pull request #1533 from square/egor.230426.ci-releases
  • e96f473 Enable automatic releases on CI
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet-metadata from 1.12.0 to 1.13.2

Release notes

Sourced from com.squareup:kotlinpoet-metadata's releases.

1.13.2

What's Changed

New Contributors

Full Changelog: square/kotlinpoet@1.13.1...1.13.2

1.13.1

What's Changed

New Contributors

Full Changelog: square/kotlinpoet@1.13.0...1.13.1

1.13.0

What's Changed

  • New: Kotlin 1.8.0.
  • New: KSP 1.8.0-1.0.9.
  • New: Support context receivers on TypeSpecs + extract ContextReceivable API (#1269).
  • New: Optimize OriginatingElements and TagMap implementations (#1270).
  • New: Auto-generate import aliases for types and members (#1355).
  • New: Insert underscores into large decimal literals (#1384).
  • New: New factory function FileSpec.builder(ClassName) (#1397).
  • Fix: Fix StackOverflowError when calling KSTypeArgument.toTypeName() for a wildcard in a recursive type bound (#1272).
  • Fix: Fix transitive aliases (#1306).
  • Fix: Fix Aliases as TypeArgument (#1321).
  • Fix: Don't escape special characters inside raw strings (#1331).
  • Fix: Fix KSP interop's output of the annotation parameter value of type Char (#1338).
  • Fix: Fix KSP interop's output for primitive arrays (#1340).
  • Fix: Avoid emitting public if shouldEmitPublicModifier returns false (#1342).
  • Fix: Fix context receivers being rendered in an incorrect position when on a nullable/suspending LambdaTypeName (#1454).
  • Fix: Do not use bestGuess for KClass.asClassName (#1469).
  • Fix: Handle fake nested types with platform mapped parents (#1472).
  • Fix: Fix TypeName equals (#1477).
  • Fix: Make equals consistent with compareTo for ClassName (#1506).

New Contributors

... (truncated)

Changelog

Sourced from com.squareup:kotlinpoet-metadata's changelog.

Version 1.13.2

2023-05-05

Thanks to [@​Squiry][Squiry] for contributing to this release.

  • Fix: KSType.toTypeName fixed to work with aliased types (#1534).

Version 1.13.1

2023-04-28

Thanks to [@​rickclephas][rickclephas] for contributing to this release.

  • Fix: Look at canonical names instead of just package names when generating import aliases (#1519).
  • Fix: Ignore KSP annotation arguments without a value (#1523).
  • Fix: Fix arguments handling in KSType.toTypeName() (#1529).

Version 1.13.0

2023-04-06

Thanks to [@​popematt][popematt], [@​bitPogo][bitPogo], [@​mars885][mars885], [@​sjudd][sjudd], [@​Sironheart][Sironheart], [@​polarene][polarene], [@​DeoTimeTheGithubUser][DeoTimeTheGithubUser], [@​drawers][drawers] for contributing to this release.

  • New: Kotlin 1.8.0.
  • New: KSP 1.8.0-1.0.9.
  • New: Support context receivers on TypeSpecs + extract ContextReceivable API (#1269).
  • New: Optimize OriginatingElements and TagMap implementations (#1270).
  • New: Auto-generate import aliases for types and members (#1355).
  • New: Insert underscores into large decimal literals (#1384).
  • New: New factory function FileSpec.builder(ClassName) (#1397).
  • Fix: Fix StackOverflowError when calling KSTypeArgument.toTypeName() for a wildcard in a recursive type bound (#1272).
  • Fix: Fix transitive aliases (#1306).
  • Fix: Fix Aliases as TypeArgument (#1321).
  • Fix: Don't escape special characters inside raw strings (#1331).
  • Fix: Fix KSP interop's output of the annotation parameter value of type Char (#1338).
  • Fix: Fix KSP interop's output for primitive arrays (#1340).
  • Fix: Avoid emitting public if shouldEmitPublicModifier returns false (#1342).
  • Fix: Fix context receivers being rendered in an incorrect position when on a nullable/suspending LambdaTypeName (#1454).
  • Fix: Do not use bestGuess for KClass.asClassName (#1469).
  • Fix: Handle fake nested types with platform mapped parents (#1472).
  • Fix: Fix TypeName equals (#1477).
  • Fix: Make equals consistent with compareTo for ClassName (#1506).
Commits
  • b8f8944 Prepare for release 1.13.2
  • 0bf9342 Split release jobs into a separate workflow (#1537)
  • 07d9643 Update dependency mkdocs to v1.4.3
  • 2fb184e Update dependency mkdocs-material to v9.1.9
  • c7fe08f KSType.toTypeName fixed to work with aliased types (#1534)
  • 757c034 Prepare next development version
  • 1ad7bc5 Prepare for release 1.13.1
  • c2f0810 Fix arguments handling in KSType.toTypeName() (#1529)
  • 478163e Merge pull request #1533 from square/egor.230426.ci-releases
  • e96f473 Enable automatic releases on CI
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet-ksp from 1.12.0 to 1.13.2

Release notes

Sourced from com.squareup:kotlinpoet-ksp's releases.

1.13.2

What's Changed

New Contributors

Full Changelog: square/kotlinpoet@1.13.1...1.13.2

1.13.1

What's Changed

New Contributors

Full Changelog: square/kotlinpoet@1.13.0...1.13.1

1.13.0

What's Changed

  • New: Kotlin 1.8.0.
  • New: KSP 1.8.0-1.0.9.
  • New: Support context receivers on TypeSpecs + extract ContextReceivable API (#1269).
  • New: Optimize OriginatingElements and TagMap implementations (#1270).
  • New: Auto-generate import aliases for types and members (#1355).
  • New: Insert underscores into large decimal literals (#1384).
  • New: New factory function FileSpec.builder(ClassName) (#1397).
  • Fix: Fix StackOverflowError when calling KSTypeArgument.toTypeName() for a wildcard in a recursive type bound (#1272).
  • Fix: Fix transitive aliases (#1306).
  • Fix: Fix Aliases as TypeArgument (#1321).
  • Fix: Don't escape special characters inside raw strings (#1331).
  • Fix: Fix KSP interop's output of the annotation parameter value of type Char (#1338).
  • Fix: Fix KSP interop's output for primitive arrays (#1340).
  • Fix: Avoid emitting public if shouldEmitPublicModifier returns false (#1342).
  • Fix: Fix context receivers being rendered in an incorrect position when on a nullable/suspending LambdaTypeName (#1454).
  • Fix: Do not use bestGuess for KClass.asClassName (#1469).
  • Fix: Handle fake nested types with platform mapped parents (#1472).
  • Fix: Fix TypeName equals (#1477).
  • Fix: Make equals consistent with compareTo for ClassName (#1506).

New Contributors

... (truncated)

Changelog

Sourced from com.squareup:kotlinpoet-ksp's changelog.

Version 1.13.2

2023-05-05

Thanks to [@​Squiry][Squiry] for contributing to this release.

  • Fix: KSType.toTypeName fixed to work with aliased types (#1534).

Version 1.13.1

2023-04-28

Thanks to [@​rickclephas][rickclephas] for contributing to this release.

  • Fix: Look at canonical names instead of just package names when generating import aliases (#1519).
  • Fix: Ignore KSP annotation arguments without a value (#1523).
  • Fix: Fix arguments handling in KSType.toTypeName() (#1529).

Version 1.13.0

2023-04-06

Thanks to [@​popematt][popematt], [@​bitPogo][bitPogo], [@​mars885][mars885], [@​sjudd][sjudd], [@​Sironheart][Sironheart], [@​polarene][polarene], [@​DeoTimeTheGithubUser][DeoTimeTheGithubUser], [@​drawers][drawers] for contributing to this release.

  • New: Kotlin 1.8.0.
  • New: KSP 1.8.0-1.0.9.
  • New: Support context receivers on TypeSpecs + extract ContextReceivable API (#1269).
  • New: Optimize OriginatingElements and TagMap implementations (#1270).
  • New: Auto-generate import aliases for types and members (#1355).
  • New: Insert underscores into large decimal literals (#1384).
  • New: New factory function FileSpec.builder(ClassName) (#1397).
  • Fix: Fix StackOverflowError when calling KSTypeArgument.toTypeName() for a wildcard in a recursive type bound (#1272).
  • Fix: Fix transitive aliases (#1306).
  • Fix: Fix Aliases as TypeArgument (#1321).
  • Fix: Don't escape special characters inside raw strings (#1331).
  • Fix: Fix KSP interop's output of the annotation parameter value of type Char (#1338).
  • Fix: Fix KSP interop's output for primitive arrays (#1340).
  • Fix: Avoid emitting public if shouldEmitPublicModifier returns false (#1342).
  • Fix: Fix context receivers being rendered in an incorrect position when on a nullable/suspending LambdaTypeName (#1454).
  • Fix: Do not use bestGuess for KClass.asClassName (#1469).
  • Fix: Handle fake nested types with platform mapped parents (#1472).
  • Fix: Fix TypeName equals (#1477).
  • Fix: Make equals consistent with compareTo for ClassName (#1506).
Commits
  • b8f8944 Prepare for release 1.13.2
  • 0bf9342 Split release jobs into a separate workflow (#1537)
  • 07d9643 Update dependency mkdocs to v1.4.3
  • 2fb184e Update dependency mkdocs-material to v9.1.9
  • c7fe08f KSType.toTypeName fixed to work with aliased types (#1534)
  • 757c034 Prepare next development version
  • 1ad7bc5 Prepare for release 1.13.1
  • c2f0810 Fix arguments handling in KSType.toTypeName() (#1529)
  • 478163e Merge pull request #1533 from square/egor.230426.ci-releases
  • e96f473 Enable automatic releases on CI
  • 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 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 the dependencies Pull requests that update a dependency file label May 7, 2023
@ansman
Copy link
Owner

ansman commented May 7, 2023

@dependabot rebase and squash and merge

Bumps `kotlinpoet` from 1.12.0 to 1.13.2.

Updates `com.squareup:kotlinpoet` from 1.12.0 to 1.13.2
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md)
- [Commits](square/kotlinpoet@1.12.0...1.13.2)

Updates `com.squareup:kotlinpoet-metadata` from 1.12.0 to 1.13.2
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md)
- [Commits](square/kotlinpoet@1.12.0...1.13.2)

Updates `com.squareup:kotlinpoet-ksp` from 1.12.0 to 1.13.2
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md)
- [Commits](square/kotlinpoet@1.12.0...1.13.2)

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup:kotlinpoet-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlinpoet-1.13.2 branch from ffece0c to ffe6ce3 Compare May 7, 2023 20:59
@ansman ansman enabled auto-merge (squash) May 7, 2023 21:04
@ansman ansman merged commit eec86b7 into main May 7, 2023
4 checks passed
@ansman ansman deleted the dependabot/gradle/kotlinpoet-1.13.2 branch May 7, 2023 21:04
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.

None yet

1 participant