christophsturm
04/11/2024, 7:14 AMlouiscad
04/11/2024, 7:44 AMchristophsturm
04/11/2024, 7:48 AMlouiscad
04/11/2024, 7:51 AMchristophsturm
04/11/2024, 8:00 AMlouiscad
04/11/2024, 8:02 AMchristophsturm
04/11/2024, 8:06 AMandrey.dernov
04/11/2024, 11:50 AMfind outdated dependenciesCould you clarify, please, what problem do you want to solve? What is the criteria for you for the outdated dependency? How do you (or how would you like to) incorporate this into your development process? Thank you!
christophsturm
04/11/2024, 11:52 AMpnpm update -i
)christophsturm
04/11/2024, 11:54 AMandrey.dernov
04/11/2024, 12:16 PMfix the interop with the gradle pluginBy this, do you mean reporting the outdated dependencies from Amper yaml files?
christophsturm
04/11/2024, 12:47 PMchristophsturm
04/11/2024, 12:49 PMandrey.dernov
04/11/2024, 1:00 PMjust run ./gradlew dependencyUpdates there (or with --info to see the stacktraces)This works fine for me
Andrey-mbp:isolation-chamber Andrey$ ./gradlew dependencyUpdates
Picked up JAVA_TOOL_OPTIONS: -Dmy.java.tool.option=my.java.tool.option.value
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see <https://docs.gradle.org/8.7/release-notes.html>
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
WARN: Attempt to load key 'psi.sleep.in.validity.check' for not yet loaded registry
WARN: Attempt to load key 'psi.incremental.reparse.depth.limit' for not yet loaded registry
> Configure project :buildSrc
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.9.22` that might work differently than in the requested version `1.9.20`.
> Task :dependencyUpdates
------------------------------------------------------------
: Project Dependency Updates (report to plain text file)
------------------------------------------------------------
The following dependencies are using the latest milestone version:
- org.jetbrains.kotlin:kotlin-build-tools-impl:1.9.20
- org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.20
- org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.9.20
Failed to determine the latest version for the following dependencies (use --info for details):
- com.christophsturm.restaurant:restaurant-client
- com.christophsturm.restaurant:restaurant-core
- com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin
- com.ongres.scram:client
- dev.failgood:failgood
- io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin
- io.vertx:vertx-lang-kotlin-coroutines
- io.vertx:vertx-pg-client
- junit:junit
- org.jboss.xnio:xnio-api
- org.jboss.xnio:xnio-nio
- org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable
- org.jetbrains.kotlin:kotlin-serialization-compiler-plugin-embeddable
- org.jetbrains.kotlin:kotlin-stdlib
1.9.20
- org.jetbrains.kotlin:kotlin-test
1.9.20
- org.jetbrains.kotlin:kotlin-test-junit
1.9.20
- org.jetbrains.kotlin:kotlin-test-junit5
1.9.20
- org.jetbrains.kotlinx:kotlinx-serialization-json
1.5.1
- org.junit.jupiter:junit-jupiter-api
- org.junit.jupiter:junit-jupiter-engine
Gradle release-candidate updates:
- Gradle: [8.7: UP-TO-DATE]
Generated report file build/dependencyUpdates/report.txt
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to <https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings> in the Gradle documentation.
BUILD SUCCESSFUL in 24s
11 actionable tasks: 2 executed, 9 up-to-date
christophsturm
04/11/2024, 1:03 PMandrey.dernov
04/11/2024, 1:10 PMben-manes.versions
plugin checks to failandrey.dernov
04/11/2024, 1:16 PMchristophsturm
04/11/2024, 2:00 PMandrey.dernov
04/11/2024, 2:01 PMchristophsturm
04/11/2024, 3:50 PM