diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbcc0179..f86fa54ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for refreshVersions -## [Unreleased] Version 0.50.2 (2022-09-24) +## Version 0.50.2 (2022-09-24) ### Minor change @@ -110,7 +110,7 @@ version.androidx.compose.compiler=1.3.0-rc01 To make it easy to start new projects, new modules, or using a common library, we spent a lot of time adding built-in dependency notations for Kotlin, kotlinx, AndroidX, and more. However, it wasn't so easy to know that they exist. -That's why we made [a dedicated page where you can find them all](https://jmfayard.github.io/refreshVersions/dependencies-notations/)! Let us know how helpful it is to you! +That's why we made [a dedicated page where you can find them all](https://jmfayard.github.io/refreshVersions/dependency-notations/)! Let us know how helpful it is to you! ### Fixes diff --git a/README.md b/README.md index 81d7b2a70..b30760388 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - [Migrate your project](https://jmfayard.github.io/refreshVersions/migrate/) - [Find Available Dependencies Updates](https://jmfayard.github.io/refreshVersions/update-dependencies/) - [Add Dependencies](https://jmfayard.github.io/refreshVersions/add-dependencies/) -- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependencies-notations/) +- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependency-notations/) - [Schedule the RefreshVersionsBot](https://jmfayard.github.io/refreshVersions/refreshversions-bot/) - [Use the buildSrc](https://jmfayard.github.io/refreshVersions/gradle-buildsrcversions/) - [Changelog](https://jmfayard.github.io/refreshVersions/CHANGELOG/) @@ -26,7 +26,7 @@ // settings.gradle(.kts) plugins { // See https://jmfayard.github.io/refreshVersions - id("de.fayard.refreshVersions") version "0.50.1" + id("de.fayard.refreshVersions") version "0.50.2" } refreshVersions { // Optional: configure the plugin @@ -56,7 +56,7 @@ Run it without it to see the complete list and the full description of each mode
Examples (click to expand) -If you want to use only `versions.properties` and the [built-in dependencies notations](https://jmfayard.github.io/refreshVersions/dependencies-notations/), run: +If you want to use only `versions.properties` and the [built-in dependencies notations](https://jmfayard.github.io/refreshVersions/dependency-notations/), run: `./gradlew refreshVersionsMigrate --mode=VersionsPropertiesOnly` diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index 80bb47e58..56be8605c 100644 --- a/docs/dependency-notations.md +++ b/docs/dependency-notations.md @@ -3,7 +3,7 @@ title: Built-in Dependency Notations --- # Built-in Dependency Notations -[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **1157** Dependency Notations in **25** groups and **242** subgroups +[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **1170** Dependency Notations in **26** groups and **244** subgroups **Built-in Dependency Notations** are maven coordinates of popular libraries, discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA, @@ -1378,9 +1378,9 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina - - datasource + dataSource - +## [ApolloGraphQL.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/ApolloGraphQL.kt) + + + + + + +
Group Dependency Notations
ApolloGraphQL + + adapters + + - + + api + + - + + ast + + - + + httpCache + + - + + idlingResource + + - + + mockserver + + - + + normalizedCacheSqlite + + - + + normalizedCache + + - + + runtime + + - + + testingSupport + + +
+ + ## [Arrow.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/Arrow.kt) @@ -2399,12 +2470,6 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina style="text-decoration: underline;"> runtime
- - - - test - @@ -3666,6 +3731,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina composables - + + dataLayer + + - @@ -5576,6 +5647,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina KotlinX.serialization + + bom + + - @@ -5614,6 +5691,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + KotlinX.serialization.json + + okio + + + + @@ -7123,6 +7209,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina webServices - + + web + + - diff --git a/mkdocs.yml b/mkdocs.yml index 91b4c2f65..1d05af1d4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,7 +21,7 @@ extra: slack: https://app.slack.com/client/T09229ZC6/CP5659EL9 version: gradle: 7.5.1 - refreshVersions: '0.50.1' + refreshVersions: '0.50.2' snapshot: '0.51.0-SNAPSHOT' keyboard_shortcuts: find_actions: ctrl/cmd + shift + A diff --git a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt index 54d2f11ab..6c0cb245f 100644 --- a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt +++ b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt @@ -7,3 +7,4 @@ 0.40.2->10 0.50.0->14 0.50.1->14 +0.50.2->15 diff --git a/plugins/version.txt b/plugins/version.txt index 2a108dd27..1fb543be7 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.51.0-SNAPSHOT \ No newline at end of file +0.50.2 \ No newline at end of file