StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Update dependency com.netflix.nebula:gradle-dependency-lock-plugin to v15 - autoclosed #7193

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.netflix.nebula:gradle-dependency-lock-plugin 12.7.1 -> 15.1.0 age adoption passing confidence

Release Notes

nebula-plugins/gradle-dependency-lock-plugin (com.netflix.nebula:gradle-dependency-lock-plugin) ### [`v15.1.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v15.1.0) - Prevent the `kotlinBuildToolsApiClasspath` from locking by default to avoid skew between the plugin and this configuration when upgrading to a later release ### [`v15.0.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v15.0.0) #### What's Changed - Mark tasks as incompatible with config cache by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/265](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/265) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v14.1.4...v15.0.0 ### [`v14.1.4`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v14.1.4) - Rollback breaking changes **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v14.0.0...v14.2.0 ### [`v14.1.3`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v14.1.3) #### What's Changed - AbstractGenerateLockTask: filter unresolved dependencies by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/262](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/262) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v14.1.2...v14.1.3 ### [`v14.1.2`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v14.1.2) - [DependencyLockExtension: skippedDependencies not lazy api for backwards compatibility](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/commit/3a0a5b71338e6a9d4e73930c01aded21d3011338) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v14.1.1...v14.1.2 ### [`v14.1.1`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v14.1.1) - [DependencyLockExtension: skippedConfigurationNamesPrefixes not lazy a…](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/commit/07a7fe1d0dcac85912fbd088ac9096090f757807) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v14.1.0...v14.1.1 ### [`v14.1.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v14.1.0) #### What's Changed - DependencyLockExtension: Introduce lazy APIs by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/250](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/250) - SaveLockTask: use lazy apis by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/251](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/251) - GenerateLockTask: first pass at lazy apis by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/252](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/252) - GenerateLockTask: stop referring to Project object during task execution by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/253](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/253) - DiffLockTask: use lazy apis by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/254](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/254) - DiffLockTask: remove usage of Project by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/255](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/255) - MigrateToCoreLocks tasks: use lazy apis by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/256](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/256) - GenerateLockTask: use configuration cache compatible APIs by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/257](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/257) - Split generatelock and generategloballock to use ListProperty for ConfigurationResolutionData by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/258](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/258) - SaveLockTask: avoid using project object when using doFirst by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/259](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/259) - Configuration cache tests locking by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/260](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/260) - GenerateLockTask: go back to conventionMapping by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/261](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/261) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v14.0.0...v14.1.0 ### [`v14.0.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v14.0.0) #### What's Changed - CommitLockTask: use ExecOperations to run git commands by [@​rpalcolea](https://redirect.github.com/rpalcolea) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/249](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/249) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v13.4.0...v14.0.0 ### [`v13.4.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v13.4.0) - Avoid resolving artifacts during dependency verification. It can cause transforms to run before all artifacts have been built ### [`v13.2.2`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v13.2.2) - [Remove org.gradle.util.NameMatcher](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/commit/da5acfd743d8e2e81afc567f346642d6a652dc9c) **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v13.2.1...v13.2.2 ### [`v13.2.1`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v13.2.1) - Upgrade jackson-bom to 2.14.x ### [`v13.2.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v13.2.0) - Gradle 8.x support and update dependencies ### [`v13.1.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v13.1.0) #### What's Changed - Resolved configurations are handled in migrating from Nebula locks to core Gradle locks by [@​OdysseusLives](https://redirect.github.com/OdysseusLives) in [https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/245](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/245) Addresses the error: Cannot change resolution strategy of dependency configuration ':resolutionRules' after it has been resolved. for configurations that are resolved prior to this task, such as during project configuration **Full Changelog**: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/compare/v13.0.0...v13.1.0 ### [`v13.0.0`](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/releases/tag/v13.0.0) ### Breaking changes - [Move to com.netflix namespace for plugin id](https://redirect.github.com/nebula-plugins/gradle-dependency-lock-plugin/commit/ef876dc11d15d44cf2bda44699bbbe5b8e7e05d1)

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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 weeks ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: android/build.gradle
Command failed: ./gradlew --console=plain --dependency-verification lenient -q properties

FAILURE: Build failed with an exception.

* Where:
Settings file '/tmp/renovate/repos/github/StoDevX/AAO-React-Native/android/settings.gradle' line: 2

* What went wrong:
A problem occurred evaluating settings 'AllAboutOlaf'.
> Could not read script '/tmp/renovate/repos/github/StoDevX/AAO-React-Native/node_modules/@react-native-community/cli-platform-android/native_modules.gradle' as it does not exist.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 10s