sczerwinski / android-hilt

Extensions for Dagger Hilt
https://czerwinski.it/projects/android-hilt/
Apache License 2.0
47 stars 1 forks source link

Bump com.squareup:kotlinpoet-ksp from 1.13.0 to 1.13.2 #294

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.squareup:kotlinpoet-ksp from 1.13.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: https://github.com/square/kotlinpoet/compare/1.13.1...1.13.2

1.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/square/kotlinpoet/compare/1.13.0...1.13.1

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).
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 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[bot] commented 1 year ago

Superseded by #300.