Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps dev.zacsweers.kctfork:core from 0.2.1 to 0.4.0.

Release notes

Sourced from dev.zacsweers.kctfork:core's releases.

0.4.0

  • Enhancement: Create parent directories of SourceFile in compilations.
  • Update to Kotlin 1.9.20.
  • Update to KSP 1.9.20-1.0.13.
  • Update to ClassGraph 4.8.162.
  • Update to Okio 3.6.0.

Special thanks to @​BraisGabin for contributing to this release!

What's Changed

New Contributors

Full Changelog: ZacSweers/kotlin-compile-testing@0.3.2...0.4.0

0.3.2

  • Fix: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code.
  • Enhancement: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful.

What's Changed

Full Changelog: ZacSweers/kotlin-compile-testing@0.3.1...0.3.2

0.3.1

  • Fix: Set required languageVersionSettings property in KspOptions.
  • Update to KSP 1.9.0-1.0.12.
  • Update to Okio 3.4.0.

What's Changed

... (truncated)

Changelog

Sourced from dev.zacsweers.kctfork:core's changelog.

0.4.0

2023-10-31

  • Enhancement: Create parent directories of SourceFile in compilations.
  • Update to Kotlin 1.9.20.
  • Update to KSP 1.9.20-1.0.13.
  • Update to ClassGraph 4.8.162.
  • Update to Okio 3.6.0.

Special thanks to @​BraisGabin for contributing to this release!

0.3.2

2023-08-01

  • Fix: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code.
  • Enhancement: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful.

0.3.1

2023-07-22

  • Fix: Set required languageVersionSettings property in KspOptions.
  • Update to KSP 1.9.0-1.0.12.
  • Update to Okio 3.4.0.

0.3.0

2023-07-06

  • New: Refactor results into common CompilationResult hierarchy.
  • Fix: Missing UTF-8 encoding of logs resulting in unknown chars.
  • Fix: Set resources path when compilerPluginRegistrars not empty.
  • useIR is now enabled by default.
  • Update to Kotlin 1.9.0.
  • Update to KSP 1.9.0-1.0.11.

Special thanks to @​SimonMarquis and @​bennyhuo for contributing to this release!

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.2.1 to 0.4.0.
- [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases)
- [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md)
- [Commits](ZacSweers/kotlin-compile-testing@0.2.1...0.4.0)

---
updated-dependencies:
- dependency-name: dev.zacsweers.kctfork:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 6, 2023
@Foso Foso merged commit 6ac07f4 into master Nov 6, 2023
@Foso Foso deleted the dependabot/gradle/dev.zacsweers.kctfork-core-0.4.0 branch November 6, 2023 19:20
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