jpenilla / squaremap-addons

Various addons for squaremap
12 stars 14 forks source link

fix(deps): update dependency net.kyori:indra-common to v3 - autoclosed #28

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.kyori:indra-common 2.1.1 -> 3.1.3 age adoption passing confidence

Release Notes

KyoriPowered/indra (net.kyori:indra-common) ### [`v3.1.3`](https://togithub.com/KyoriPowered/indra/releases/tag/v3.1.3): indra v3.1.3 This is a small bugfix release that fixes an issue with Crossdoc, and resolves the deprecation warnings we can resolve for Gradle 8.3. There are still outstanding issues with the sonatype publish plugin that prevent us from being fully deprecation-free in our default configuration unfortunately. There is a workaround though -- the patched version of the `io.github.gradle-nexus.publish-plugin` has been published as \`2.0.0-rc-1. This version can be applied in individual buildscripts for now, and in the future Indra v4 will come with the final release of this fixed plugin version. ##### 🐛 Fixes - crossdoc: Include transitive project dependencies in linking as well by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/145](https://togithub.com/KyoriPowered/indra/pull/145) - resolve Gradle deprecations thru Gradle 8.3 **Full Changelog**: https://github.com/KyoriPowered/indra/compare/v3.1.2...v3.1.3 ### [`v3.1.2`](https://togithub.com/KyoriPowered/indra/releases/tag/v3.1.2): indra v3.1.2 Indra 3.1.2 is a bugfix release to resolve issues with newer versions of Guava, and resolve brittleness in how java version properties are wired up. ##### :bug: fixes - fix: link up project properties in a less brittle way - [`987bce9`](https://togithub.com/KyoriPowered/indra/commit/987bce920e4eafaaf8a6ebb534adc529e8d6a578) - fix: bump java-ecosystem-caps to resolve guava issue - [`afc2b77`](https://togithub.com/KyoriPowered/indra/commit/afc2b7768f55787c818296e353a2b675903b21bb) ### [`v3.1.1`](https://togithub.com/KyoriPowered/indra/releases/tag/v3.1.1): Indra v3.1.1 Indra 3.1.1 is a hotfix release resolving a regression discovered in 3.1.0. ##### :bug: Fixes - fix: Correct versioned test task runtime classpath ### [`v3.1.0`](https://togithub.com/KyoriPowered/indra/releases/tag/v3.1.0): Indra v3.1.0 Indra 3.1.0 is a small feature release, adding shorthand for GPG signing in CI, and ensuring full deprecation-free support for Gradle 8 thru 8.1.1. ##### ✨ Features - feat(common): Allow loading gpg keys from gradle properties by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/102](https://togithub.com/KyoriPowered/indra/pull/102) - feat: Automatically configure project module version for Indra projects by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/131](https://togithub.com/KyoriPowered/indra/pull/131) ##### :bug: Fixes - Gradle 8 compatibility by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/105](https://togithub.com/KyoriPowered/indra/pull/105) - fix: Do not apply our own module logic to eclipse unless a module is present by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/130](https://togithub.com/KyoriPowered/indra/pull/130) ##### New Contributors - [@​rtm516](https://togithub.com/rtm516) made their first contribution in [https://github.com/KyoriPowered/indra/pull/121](https://togithub.com/KyoriPowered/indra/pull/121) **Full Changelog**: https://github.com/KyoriPowered/indra/compare/v3.0.1...v3.1.0 ### [`v3.0.1`](https://togithub.com/KyoriPowered/indra/releases/tag/v3.0.1): Indra v3.0.1 This is a minor bugfix release. ### 🐛 Fixes - Avoid early realization of tasks - [`02d4260`](https://togithub.com/KyoriPowered/indra/commit/02d426098472201715a2524eeec5e15872eecb73) These changes may impact project behavior if a project depends on task realization order. ### [`v3.0.0`](https://togithub.com/KyoriPowered/indra/releases/tag/v3.0.0): Indra v3.0.0 Indra 3.0.0 is a minorly breaking release removing deprecated features, and allowing use of the common indra modules without pulling in the Cadix licenser. As of this release, Indra is only tested on Gradle 7.5.1 or newer. #### 🔧 Changes - Remove indra-common dependency on the cadix licenser module. `net.kyori.indra.license-header` is now a standalone artifact, to be removed at some point in the future - https://github.com/KyoriPowered/indra/commit/f3257d9626f38edff586fc97e97b903ab0f5fa23 - Remove unused `Indra.SOURCE_FILES` field - https://github.com/KyoriPowered/indra/commit/bd4760eff4938a5b229c66fccecc8aa9c9ac7909 - Remove deprecated repository extensions system - https://github.com/KyoriPowered/indra/commit/0e66d1285f28fa7c8b7f541f2183946c11ad97aa - crossdoc: Support configuration cache - https://github.com/KyoriPowered/indra/commit/cef5031be620d82407300f069e8027ec25f2211c #### 🐛 Fixes - Resolve use of deprecated project Convention plugins - https://github.com/KyoriPowered/indra/commit/87de46d71cc1363e2d49bdbc7ae4c30c832266cb ### [`v2.2.0`](https://togithub.com/KyoriPowered/indra/releases/tag/v2.2.0): Indra v2.2.0 #### ✨ Features - licenser-spotless: Use spotless for license headers and basic linting by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/94](https://togithub.com/KyoriPowered/indra/pull/94) - publishing-gradle-plugin: Update for v1 of the plugin publish plugin - https://github.com/KyoriPowered/indra/commit/a6ad595c24284a27c365e99b0bd545db632e3db2 #### 🐛 Fixes - common: Attempt to log property finalization to trace issues with the Kotlin plugin - https://github.com/KyoriPowered/indra/commit/59e13a4fa356fafa6a02ce2e4b2fc0722c371cfc - common: Fix using a javac 8 toolchain to build - https://github.com/KyoriPowered/indra/commit/776f647b19d425c1f525f42fba59b35828d32a88 #### 🔧 Changes - crossdoc: Add option to auto-lowercase project names by [@​zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/indra/pull/92](https://togithub.com/KyoriPowered/indra/pull/92) - common: Deprecate the old repository extensions system - https://github.com/KyoriPowered/indra/commit/5119890e17505411e66e95ddfd45e994dc8e8095 - publishing: Try to delay evaluation of the signing configuration - https://github.com/KyoriPowered/indra/commit/9d6688b90b295be91f44af537ea32afef5828f75 **Full Changelog**: https://github.com/KyoriPowered/indra/compare/v2.1.1...v2.2.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



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