Releases: kevcodez/gradle-upgrade-interactive
Releases · kevcodez/gradle-upgrade-interactive
0.8.4
- Fixed interpolation of the output directory
0.8.3
- Fixed some commonjs imports
- Restored colors package (accidentally removed)
0.8.0
- Support custom report path, fixes #6
- Upgraded all dependencies to latest versions
- Switch to ES6 import syntax
- Get rid of package lock json
- Bumped min Node version 18+
- Bumped gradle-versions-plugin version to latest 0.49.0
0.7.4
- Upgraded jest, yargs and prompts
- List latest version of the versions-plugin
0.7.3
- Integrated prettier and reformatted all code
- Upgraded libraries
- Integrated ora to show a spinner while looking for upgrades
- Text adjustments
- Preminor and premajor version are colored now aswell
0.7.2
- Dependency Upgrades
- Updated info to latest version of versions-plugin
0.7.1
Just minor upgrades and raised gradle-versions-plugin to version 0.30.0 (latest as of today)
Release - 0.7.0
- Support replacing versions defined with val by extra in kotlin build scripts
val SPRING_BOOT by extra("2.3.0.M3")
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc:$SPRING_BOOT")
}
Release - 0.6.6
- Fix an exception when upgrading gradle wrapper
Release - 0.6.5
- Build file paths get resolved using resolve rather than join
- Ignore folders starting with a dot and node_modules when searching for build file paths
- Use
withFileTypes
to get directory information, so another call to fs.statSync
is obsolete and the performance is increased