milis92 / Krang

Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called
Apache License 2.0
35 stars 1 forks source link

Bump com.github.tschuchortdev:kotlin-compile-testing from 1.4.9 to 1.5.0 #45

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps com.github.tschuchortdev:kotlin-compile-testing from 1.4.9 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

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

You can trigger a rebase of this PR 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 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)
dependabot[bot] commented 5 months ago

Looks like com.github.tschuchortdev:kotlin-compile-testing is no longer a dependency, so this is no longer needed.