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

chore(deps): update plugin dev.adamko.dokkatoo-html to v2.3.1 #412

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.adamko.dokkatoo-html (source) 2.0.0 -> 2.3.1 age adoption passing confidence

Release Notes

adamko-dev/dokkatoo (dev.adamko.dokkatoo-html)

v2.3.1

This is a minor patch release of Dokkatoo, containing some minor fixes and improvements.

What's Changed

New Contributors

Dependency updates

Full Changelog: adamko-dev/dokkatoo@v2.3.0...v2.3.1

v2.3.0

What's Changed

Key changes:

All changes
Features & Fixes
Documentation
Dependencies
GitHub Actions

Full Changelog: adamko-dev/dokkatoo@v2.2.0...v2.3.0

v2.2.0

This release contains

What's Changed

Full Changelog: adamko-dev/dokkatoo@v2.1.0...v2.2.0

v2.1.0

This new release of Dokkatoo brings some significant under-the-hood changes.

Automatic all-projects-page-plugin dependency

Manually adding the all-projects-page-plugin is no longer necessary for multi-module projects - please remove this workaround:

 dependencies {
   // If using Dokkatoo v2.1.0+ a manual dependency on all-modules-page-plugin is no longer required:
-  dokkatooPluginHtml(
-    dokkatoo.versions.jetbrainsDokka.map { dokkaVersion ->
-      "org.jetbrains.dokka:all-modules-page-plugin:$dokkaVersion"
-    }
-  )
 }

If necessary, Dokkatoo will detect when all-projects-page-plugin is missing and log a warning to help diagnose problems.

Full Build Cache compatibility

Dokkatoo can now correctly use remote-build cache)

Updated default Dokka version to 1.9.10

If you manually overrode the version of Dokka that Dokkatoo uses and you want to use the default version, you can remove this.)

Improved handling of Android projects

Android projects with variants should be better supported - feedback is appreciated!)

Configurable Worker Isolation

In previous versions Dokkatoo ran Dokka Generator in a process isolated worker. For some projects this might be undesirable.

Dokkatoo can also run Dokka Generator in the current Gradle process, but with an isolated classpath.

// build.gradle.kts

dokkatoo {
  dokkaGeneratorIsolation.set(
    ClassLoaderIsolation()
  )
}

dokkaGeneratorIsolation can also be used to configure the default JVM parameters for running Dokka Generator in Process Isolation mode:

// build.gradle.kts

dokkatoo {
  dokkaGeneratorIsolation.set(
    ProcessIsolation {
      debug.set(false)
      enableAssertions.set(true)
      minHeapSize.set("64m")
      maxHeapSize.set("512m")
      // ...
    }
  )
}
Pull Request details

New Contributors

Full Changelog: adamko-dev/dokkatoo@v2.0.0...v2.1.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the jvm label Jun 1, 2024
Copy link

cloudflare-pages bot commented Jun 1, 2024

Deploying selfie with  Cloudflare Pages  Cloudflare Pages

Latest commit: b487a00
Status: ✅  Deploy successful!
Preview URL: https://ba8da91d.selfie-4ye.pages.dev
Branch Preview URL: https://renovate-dev-adamko-dokkatoo.selfie-4ye.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/dev.adamko.dokkatoo-html-2.x branch from 0fa3dd5 to cc7d82b Compare June 3, 2024 06:10
@renovate renovate bot force-pushed the renovate/dev.adamko.dokkatoo-html-2.x branch from cc7d82b to b487a00 Compare June 3, 2024 06:11
@nedtwigg nedtwigg merged commit 9303a1a into main Jun 3, 2024
8 checks passed
@nedtwigg nedtwigg deleted the renovate/dev.adamko.dokkatoo-html-2.x branch June 3, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant