Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.github.tschuchortdev:kotlin-compile-testing from 1.4.2 to 1.5.0.

Release notes

Sourced from com.github.tschuchortdev:kotlin-compile-testing's releases.

1.5.0

  • Updated Kotlin embedded compiler to 1.8.0
  • Support new CompilerPluginRegistrar that replaces ComponentRegistrar
  • Parent directories of SourceFile are now created automatically #340
  • The MainComponentRegistrar and MainCommandlineProcessor singletons will ignore unset ThreadLocalParameters in case it is loaded accidentally by some other tool scanning the classpath #301
  • Multiplatform support can now be enabled with the appropriate option #303
  • The supportsK2 option can be set to mark that all plugins support K2
  • Various dependency upgrades

Thanks to Matthew Haughton and Zac Sweers for their help in supporting the new compiler version

1.4.9

No release notes provided.

1.4.9-alpha01

Updated Kotlin and KSP to 1.7.0

1.4.8

Update Kotlin to 1.6.20

1.4.8-alpha02

Swapped out kotlin-compiler pre-release dependencies that are no longer available

1.4.8-alpha01

  • Update KSP to 1.6.20-M1-1.0.2

1.4.7

  • Update to Kotlin 1.6.10 and KSP 1.0.2

1.4.6

  • Upragded Kotlin to 1.6.0 and various other dependency upgrades
  • The KSP integration now has a allWarningsAsErrors option
  • All classpaths used in the compilation are now added to the result classloader automatically, so that all classes used by the compiled classes can be loaded
  • There is a new method KotlinCompilation.addPreviousResultToClasspath for including previous results when chaining multiple KotlinCompilations

1.4.5

  • dependency upgrades
  • new properties for compiler options
  • update Kotlin and KSP to 1.5.31

1.4.4

  • Update Kotlin and KSP to 1.5.30
  • JDK 16 compatibility

1.4.3

  • Updated Kotlin and KSP versions
  • Updated other dependencies
Commits
  • 7c117f2 Release 1.5.0
  • 3407b15 Create parent directories of SourceFile. (#339)
  • 5e7266a Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.156
  • ecd6031 Add ansman/kotshi to the list of projects (#326)
  • 1296d52 Add SimonMarquis/SealedObjectInstances...
  • 8a471ca Support new CompilerPluginRegistrar in 1.8.0 and K2 plugins
  • bff434c Increment current Kotlin compiler version in readme
  • dd570bc Opt in to ExperimentalCompilerApi
  • 3575aa4 Override error about using JS legacy compiler
  • 1e0f391 Remove singleModule compiler argument
  • 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 [com.github.tschuchortdev:kotlin-compile-testing](https://github.com/tschuchortdev/kotlin-compile-testing) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/tschuchortdev/kotlin-compile-testing/releases)
- [Commits](tschuchortdev/kotlin-compile-testing@1.4.2...1.5.0)

---
updated-dependencies:
- dependency-name: com.github.tschuchortdev:kotlin-compile-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant