fix(deps): update all non-major dependencies #127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.2.2->v4.3.18.14.1->8.14.3v4.4.0->v4.4.4v5.6.0->v5.6.24.14.1->4.165.13.0->5.14.133.4.8-jre->33.5.0-jre2.0.0->2.1.05.6.5->5.7.11.2.1->1.3.08.10.1->8.13.18.10.1->8.13.131.10.1->31.13.1Release Notes
actions/checkout (actions/checkout)
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
gradle/gradle (gradle)
v8.14.3: 8.14.3Compare Source
The Gradle team is excited to announce Gradle 8.14.3.
This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.3 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.14.2: 8.14.2Compare Source
The Gradle team is excited to announce Gradle 8.14.2.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.2 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
gradle/actions (gradle/actions)
v4.4.4Compare Source
What's Changed
Full Changelog: gradle/actions@v4...v4.4.4
v4.4.3Compare Source
What's Changed
Full Changelog: gradle/actions@v4.4.2...v4.4.3
v4.4.2Compare Source
This patch release updates a bunch of dependency versions
What's Changed
Full Changelog: gradle/actions@v4.4.1...v4.4.2
v4.4.1Compare Source
This patch release fixes a bug in Develocity Injection with a custom plugin repository.
The
gradle-plugin-repository-*action parameters were not being correctly mapped to environment variables that are read by the Develocity Injection init script.This issue has been fixed by setting the correct environment variables:
gradle-plugin-repository-urlis mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_URLgradle-plugin-repository-usernameis mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_USERNAMEgradle-plugin-repository-passwordis mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_PASSWORDAdditionally, these parameters can now be used to configure a custom plugin repository for the GitHub Dependency Graph Gradle Plugin, required for dependency submission.
What's Changed
Full Changelog: gradle/actions@v4.4.0...v4.4.1
mikepenz/action-junit-report (mikepenz/action-junit-report)
v5.6.2Compare Source
🚀 Features
📦 Dependencies
Contributors:
v5.6.1Compare Source
🐛 Fixes
github.context📦 Dependencies
Contributors:
Kotlin/dokka (org.jetbrains.dokka)
v2.1.0: 2.1.0Dokka 2.1.0 focuses on stabilizing experimental features, supporting new Kotlin language features, and improving the user experience. Key highlights include:
More details about each of the changes below. See Dokka 2.1.0 milestone for the list of all changes.
Dokka's Gradle plugin v2 is enabled by default!
Dokka 2.0.0 introduced a significantly improved Gradle plugin v2, and with Dokka 2.1.0 it is now enabled by default!
As a result, all types and Gradle tasks related to Dokka Gradle plugin v1 are deprecated and will be removed in future releases.
Running Gradle tasks related to Dokka Gradle plugin v1 will result in an error during execution.
Starting from this release, the minimum supported Gradle version is 7.6.3.
Other fixes and improvements
modulePathfor root project to avoid clashing outputs during aggregation (#4158)Dokka's K2 analysis is enabled by default!
Dokka 2.1.0fixes the most problematic issues with K2 analysis and makes it enabled by default!
In addition to this, Dokka 2.1.0with K2 analysis introduces support for context parameters and nested typealiases!
Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for analysing code and uses the same shared Analysis API, which is used in IntelliJ IDEA’s K2 mode.
The output with K2 analysis should mostly match that of K1 analysis, but there may be minor differences.
If you previously opted in to Dokka's K2 analysis, remove
org.jetbrains.dokka.experimental.tryK2from your project'sgradle.propertiesfile.Dokka's K1 analysis is still available, but it is deprecated and will be removed in future releases.
We would greatly appreciate your feedback, if there is something that is blocking you from migrating to K2 analysis!
Other fixes and improvements
overridemodifier for generic functions (#4126)HTML format refinement
Dokka 2.1.0 introduces a number of design improvements to the HTML output.
Many UI elements (listed below) now feature more consistent spacing, better contrast, and improved overall accessibility.
Highlights:
In addition, the structure of the templates has been slightly modified. If you're using custom templates, the easiest way to migrate is to update your templates based on the latest default templates.
For example, to enable the resizable Table of Contents, you need to add a
<div id="resizer">element and add[data-item-type]attributes to container elements. For implementation details, see the template reference.Updated UI Elements:
Notable improvements
packagesfield, which is used byDefaultExternalLocationProvider.resolve(#4009)DisplaySourceSetas it's stored a lot inside ofContentPages (#4008)PackageList(#4198)Other changes and bugfixes
>in code blocks (#4210)Changes from 2.1.0-Beta
Feedback
We would appreciate your feedback!
gmazzo/gradle-buildconfig-plugin (com.github.gmazzo.buildconfig)
v5.7.1What's Changed
Features
iostarget to the demo project by @gmazzo in #291Dependencies
Full Changelog: gmazzo/gradle-buildconfig-plugin@v5.7.0...v5.7.1
v5.7.0What's Changed
Features
finalizeValueOnReadby @gmazzo in #283AGP 9.0breaking changes by @gmazzo in #285Dependencies
Full Changelog: gmazzo/gradle-buildconfig-plugin@v5.6.8...v5.7.0
v5.6.8What's Changed
Features
androidUnitTestby @gmazzo in #276Dependencies
Full Changelog: gmazzo/gradle-buildconfig-plugin@v5.6.7...v5.6.8
v5.6.7What's Changed
Features
New Contributors
Full Changelog: gmazzo/gradle-buildconfig-plugin@v5.6.6...v5.6.7
v5.6.6What's Changed
Features
Dependencies
Full Changelog: gmazzo/gradle-buildconfig-plugin@v5.6.5...v5.6.6
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.