From 88abcd6464aaf272f957e2914738cdee8c7eeb8b Mon Sep 17 00:00:00 2001 From: Terry Casstevens Date: Mon, 31 Oct 2022 14:13:34 -0400 Subject: [PATCH 001/427] Updating biokotlin.json --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 9ed6a1ad..ed6fbc17 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": { - "v": "0.05" + "v": "0.05.01" }, "link": "https://bitbucket.org/bucklerlab/biokotlin", "dependencies": [ From bd7cccffba4b985159af7084ca5bd49092508a4b Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 4 Dec 2022 12:01:38 +0100 Subject: [PATCH 002/427] updated roboquant.json file --- roboquant.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/roboquant.json b/roboquant.json index d7a4c210..ae2ccda6 100644 --- a/roboquant.json +++ b/roboquant.json @@ -1,17 +1,31 @@ { - "description": "Algorithmic trading platform for Kotlin", + "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": { - "v": "0.9-SNAPSHOT" + "v": "0.9.8" }, "repositories": [ - "https://roboquant.jfrog.io/artifactory/roboquant" + "https://s01.oss.sonatype.org/content/repositories/snapshots" ], "dependencies": [ - "org.roboquant:roboquant-core:$v", "org.roboquant:roboquant-jupyter:$v", - "org.roboquant:roboquant-extra:$v", - "org.roboquant:roboquant-crypto:$v", "org.roboquant:roboquant-ta:$v" + ], + "imports" : [ + "org.roboquant.*", + "org.roboquant.loggers.*", + "org.roboquant.common.*", + "org.roboquant.metrics.*", + "org.roboquant.strategies.*", + "org.roboquant.orders.*", + "org.roboquant.feeds.*", + "org.roboquant.feeds.csv.*", + "org.roboquant.brokers.sim.*", + "org.roboquant.brokers.*", + "org.roboquant.policies.*", + "org.roboquant.jupyter.*", + "org.roboquant.ta.*", + "java.time.Instant", + "java.time.temporal.ChronoUnit" ] } From 9ec994edc2b756b66759a193d27f3e51c8edaf70 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 7 Dec 2022 09:57:37 +0100 Subject: [PATCH 003/427] Updated roboquant.json update to reflect new versions of roboquant libraries --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index ae2ccda6..64d56673 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": { - "v": "0.9.8" + "v": "1.0.0" }, "repositories": [ "https://s01.oss.sonatype.org/content/repositories/snapshots" From 4225c0a3d15f009df1f7f7d51de8a3fdda8fc414 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Thu, 29 Dec 2022 20:31:06 -0500 Subject: [PATCH 004/427] Upgrade Lets-Plot: 2.5.1 --> 3.0.0 Lets-Plot Kotlin API: 4.1.1 --> 4.2.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 75daf78b..4c5179a2 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": { - "api": "4.1.1", + "api": "4.2.0", "gt": "[23,)" }, "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index 719a0b3c..d4bffa9d 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,9 +1,9 @@ { "description": "ggplot-like interactive visualization for Kotlin", "properties": { - "api": "4.1.1", - "lib": "2.5.1", - "js": "2.5.1", + "api": "4.2.0", + "lib": "3.0.0", + "js": "3.0.0", "isolatedFrame": "" }, "link": "https://github.com/JetBrains/lets-plot-kotlin", @@ -24,6 +24,7 @@ "org.jetbrains.letsPlot.sampling.*", "org.jetbrains.letsPlot.export.*", "org.jetbrains.letsPlot.tooltips.*", + "org.jetbrains.letsPlot.annotations.*", "org.jetbrains.letsPlot.themes.theme", "org.jetbrains.letsPlot.themes.elementBlank", "org.jetbrains.letsPlot.themes.elementRect", @@ -56,6 +57,7 @@ "org.jetbrains.letsPlot.pos.positionJitterDodge", "org.jetbrains.letsPlot.bistro.corr.*", "org.jetbrains.letsPlot.bistro.qq.*", + "org.jetbrains.letsPlot.bistro.residual.*", "org.jetbrains.letsPlot.intern.toSpec" ], "init": [ From bb2435bcf3cd0a88126234c3a883818cae85513b Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 5 Jan 2023 14:11:50 +0100 Subject: [PATCH 005/427] Update DataFrame to 0.9.0 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index a0b48e60..7e5ed0a0 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": { - "v": "0.8.1" + "v": "0.9.0" }, "repositories": [ "https://oss.sonatype.org/service/local/repo_groups/public/content" From 26e8b69dd15113aa4a62e985be740dda74ac475b Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 5 Jan 2023 14:14:23 +0100 Subject: [PATCH 006/427] Update spark to 1.2.3 --- spark.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spark.json b/spark.json index 5a1be3f6..691b3632 100644 --- a/spark.json +++ b/spark.json @@ -1,9 +1,9 @@ { "description": "Kotlin API for Apache Spark: unified analytics engine for large-scale data processing", "properties": { - "spark": "3.3.0", + "spark": "3.3.1", "scala": "2.13", - "v": "1.2.1", + "v": "1.2.3", "displayLimit": "20", "displayTruncate": "30", "spark.app.name": "Jupyter", @@ -17,4 +17,4 @@ "-:org.jetbrains.kotlinx.spark.api.jupyter.**", "+:org.jetbrains.kotlinx.spark.api.jupyter.SparkIntegration" ] -} \ No newline at end of file +} From 63c9d6823da95c929b4ee24cce37f7ff731ffe96 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 5 Jan 2023 14:15:06 +0100 Subject: [PATCH 007/427] Update spark-streaming to 1.2.3 --- spark-streaming.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spark-streaming.json b/spark-streaming.json index ea46d553..5526a727 100644 --- a/spark-streaming.json +++ b/spark-streaming.json @@ -1,9 +1,9 @@ { "description": "Kotlin API for Apache Spark Streaming: scalable, high-throughput, fault-tolerant stream processing of live data streams", "properties": { - "spark": "3.3.0", + "spark": "3.3.1", "scala": "2.13", - "v": "1.2.1", + "v": "1.2.3", "displayLimit": "20", "displayTruncate": "30" }, @@ -15,4 +15,4 @@ "-:org.jetbrains.kotlinx.spark.api.jupyter.**", "+:org.jetbrains.kotlinx.spark.api.jupyter.SparkStreamingIntegration" ] -} \ No newline at end of file +} From 60fe6300a806b899eafa1ba125656e72f1f4121f Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 5 Jan 2023 15:03:57 +0100 Subject: [PATCH 008/427] Update dataframe.json --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 7e5ed0a0..9f2fd8a4 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": { - "v": "0.9.0" + "v": "0.9.1" }, "repositories": [ "https://oss.sonatype.org/service/local/repo_groups/public/content" From d3403608da065238ab2c9b390509e9bba361cdc6 Mon Sep 17 00:00:00 2001 From: Julia Beliaeva Date: Wed, 18 Jan 2023 01:55:32 +0100 Subject: [PATCH 009/427] Update KotlinDL to 0.5.1 (#188) --- kotlin-dl.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kotlin-dl.json b/kotlin-dl.json index 60da8af0..14d8ab00 100644 --- a/kotlin-dl.json +++ b/kotlin-dl.json @@ -2,10 +2,12 @@ "description": "KotlinDL library which provides Keras-like API for deep learning", "link": "https://github.com/Kotlin/kotlindl", "properties": { - "v": "0.4.0" + "v": "0.5.1" }, "dependencies": [ "org.jetbrains.kotlinx:kotlin-deeplearning-api:$v", + "org.jetbrains.kotlinx:kotlin-deeplearning-impl:$v", + "org.jetbrains.kotlinx:kotlin-deeplearning-tensorflow:$v", "org.jetbrains.kotlinx:kotlin-deeplearning-onnx:$v", "org.jetbrains.kotlinx:kotlin-deeplearning-visualization:$v" ], @@ -22,8 +24,10 @@ "org.jetbrains.kotlinx.dl.api.core.optimizer.*", "org.jetbrains.kotlinx.dl.api.core.regularizer.*", "org.jetbrains.kotlinx.dl.api.core.summary.*", + "org.jetbrains.kotlinx.dl.api.preprocessing.*", "org.jetbrains.kotlinx.dl.dataset.*", - "org.jetbrains.kotlinx.dl.dataset.handler.*", - "org.jetbrains.kotlinx.dl.dataset.preprocessor.*" + "org.jetbrains.kotlinx.dl.dataset.embedded.*", + "org.jetbrains.kotlinx.dl.impl.preprocessing.*", + "org.jetbrains.kotlinx.dl.impl.preprocessing.image.*" ] } From 407cf20e2c5ddd13db8475eea8e7e3d618218e95 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Mon, 23 Jan 2023 13:04:07 +0100 Subject: [PATCH 010/427] upgrade ggdsl v0.1.1 -> v0.3.0-rc-2 --- ggdsl-dataframe.json | 2 +- ggdsl-echarts.json | 2 +- ggdsl-lets-plot.json | 2 +- ggdsl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ggdsl-dataframe.json b/ggdsl-dataframe.json index 703631b9..30ba7aff 100644 --- a/ggdsl-dataframe.json +++ b/ggdsl-dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin Dataframe integration for ggdsl", "properties": { - "v": "0.1.1" + "v": "0.3.0-rc-2" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json index b8e397ff..c13f19eb 100644 --- a/ggdsl-echarts.json +++ b/ggdsl-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "v": "0.1.1" + "v": "0.3.0-rc-2" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-lets-plot.json b/ggdsl-lets-plot.json index 6a50de1d..bf8ea788 100644 --- a/ggdsl-lets-plot.json +++ b/ggdsl-lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "v": "0.1.1" + "v": "0.3.0-rc-2" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl.json b/ggdsl.json index f0689931..47cca1b6 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -1,7 +1,7 @@ { "description": "Lets-plot and Dataframe ggdsl", "properties": { - "v": "0.1.1" + "v": "0.3.0-rc-2" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ From 8eacf6ccf23809395141e3e7982c1ad16edb3100 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Wed, 25 Jan 2023 18:23:52 +0100 Subject: [PATCH 011/427] upgrade ggdsl v0.3.0-rc-2 -> v0.3.0 --- ggdsl-dataframe.json | 2 +- ggdsl-echarts.json | 2 +- ggdsl-lets-plot.json | 2 +- ggdsl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ggdsl-dataframe.json b/ggdsl-dataframe.json index 30ba7aff..a4891ef3 100644 --- a/ggdsl-dataframe.json +++ b/ggdsl-dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin Dataframe integration for ggdsl", "properties": { - "v": "0.3.0-rc-2" + "v": "0.3.0" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json index c13f19eb..e10ec191 100644 --- a/ggdsl-echarts.json +++ b/ggdsl-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "v": "0.3.0-rc-2" + "v": "0.3.0" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-lets-plot.json b/ggdsl-lets-plot.json index bf8ea788..af322b4c 100644 --- a/ggdsl-lets-plot.json +++ b/ggdsl-lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "v": "0.3.0-rc-2" + "v": "0.3.0" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl.json b/ggdsl.json index 47cca1b6..050e5403 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -1,7 +1,7 @@ { "description": "Lets-plot and Dataframe ggdsl", "properties": { - "v": "0.3.0-rc-2" + "v": "0.3.0" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ From e646e7378d9c8922f2f55f191e37b4eb238bbf22 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 10 Feb 2023 12:47:03 +0400 Subject: [PATCH 012/427] update ggdsl to 0.3.1 --- ggdsl-dataframe.json | 2 +- ggdsl-echarts.json | 2 +- ggdsl-lets-plot.json | 3 ++- ggdsl.json | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ggdsl-dataframe.json b/ggdsl-dataframe.json index a4891ef3..880cc320 100644 --- a/ggdsl-dataframe.json +++ b/ggdsl-dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin Dataframe integration for ggdsl", "properties": { - "v": "0.3.0" + "v": "0.3.1" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json index e10ec191..af6e5e79 100644 --- a/ggdsl-echarts.json +++ b/ggdsl-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "v": "0.3.0" + "v": "0.3.1" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-lets-plot.json b/ggdsl-lets-plot.json index af322b4c..0d7f0e32 100644 --- a/ggdsl-lets-plot.json +++ b/ggdsl-lets-plot.json @@ -1,7 +1,8 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "v": "0.3.0" + "v": "0.3.1", + "applyColorScheme": "true" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl.json b/ggdsl.json index 050e5403..082029ad 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -1,7 +1,8 @@ { "description": "Lets-plot and Dataframe ggdsl", "properties": { - "v": "0.3.0" + "v": "0.3.1", + "applyColorScheme": "true" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ From 73b586a6c8edb7e37051810b45fdbe33be0f293a Mon Sep 17 00:00:00 2001 From: devcrocod Date: Fri, 10 Feb 2023 17:14:16 +0100 Subject: [PATCH 013/427] upgrade ggdsl v0.3.1 -> v0.3.2-dev-7 --- ggdsl-dataframe.json | 2 +- ggdsl-echarts.json | 2 +- ggdsl-lets-plot.json | 2 +- ggdsl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ggdsl-dataframe.json b/ggdsl-dataframe.json index 880cc320..eec597c4 100644 --- a/ggdsl-dataframe.json +++ b/ggdsl-dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin Dataframe integration for ggdsl", "properties": { - "v": "0.3.1" + "v": "0.3.2-dev-7" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json index af6e5e79..f6a92637 100644 --- a/ggdsl-echarts.json +++ b/ggdsl-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "v": "0.3.1" + "v": "0.3.2-dev-7" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-lets-plot.json b/ggdsl-lets-plot.json index 0d7f0e32..32c87585 100644 --- a/ggdsl-lets-plot.json +++ b/ggdsl-lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "v": "0.3.1", + "v": "0.3.2-dev-7", "applyColorScheme": "true" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", diff --git a/ggdsl.json b/ggdsl.json index 082029ad..d909a49a 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -1,7 +1,7 @@ { "description": "Lets-plot and Dataframe ggdsl", "properties": { - "v": "0.3.1", + "v": "0.3.2-dev-7", "applyColorScheme": "true" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", From f732ba066b0fdee5a4c9ce04a205b9025a65baad Mon Sep 17 00:00:00 2001 From: belovrv Date: Mon, 13 Feb 2023 18:16:04 +0100 Subject: [PATCH 014/427] Update exposed.json --- exposed.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 3060c0bb..020a5103 100644 --- a/exposed.json +++ b/exposed.json @@ -1,11 +1,14 @@ { "description": "Kotlin SQL framework", "properties": { - "v": "0.31.1" + "v": "0.41.1" }, "link": "https://github.com/JetBrains/Exposed", "dependencies": [ "org.jetbrains.exposed:exposed-core:$v" + "org.jetbrains.exposed:exposed-dao:$v") + "org.jetbrains.exposed:exposed-jdbc:$v") + ], "imports": [ "org.jetbrains.exposed.sql.transactions.*", From ab85fa3130502f2519a4e4907c69bbeb80b5f84a Mon Sep 17 00:00:00 2001 From: belovrv Date: Mon, 13 Feb 2023 18:20:34 +0100 Subject: [PATCH 015/427] fix exposed.json --- exposed.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/exposed.json b/exposed.json index 020a5103..88fffa0d 100644 --- a/exposed.json +++ b/exposed.json @@ -5,10 +5,9 @@ }, "link": "https://github.com/JetBrains/Exposed", "dependencies": [ - "org.jetbrains.exposed:exposed-core:$v" - "org.jetbrains.exposed:exposed-dao:$v") - "org.jetbrains.exposed:exposed-jdbc:$v") - + "org.jetbrains.exposed:exposed-core:$v", + "org.jetbrains.exposed:exposed-dao:$v", + "org.jetbrains.exposed:exposed-jdbc:$v" ], "imports": [ "org.jetbrains.exposed.sql.transactions.*", From ae6a90611512a1aafd0ba645c40df0e52ac1e5bc Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 13 Feb 2023 18:40:01 +0400 Subject: [PATCH 016/427] add datetime desriptor --- datetime.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 datetime.json diff --git a/datetime.json b/datetime.json new file mode 100644 index 00000000..c773ba5e --- /dev/null +++ b/datetime.json @@ -0,0 +1,14 @@ + +{ + "description": "Kotlin date/time library", + "properties": { + "v": "0.4.0" + }, + "link": "https://github.com/Kotlin/kotlinx-datetime", + "dependencies": [ + "org.jetbrains.kotlinx:kotlinx-datetime:$v" + ], + "imports": [ + "kotlinx.datetime.*", + ] +} From d2f57be355288560f4b8e32966ebfe113cd6f3af Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 15 Feb 2023 07:36:26 +0100 Subject: [PATCH 017/427] Fix datetime descriptor --- datetime.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datetime.json b/datetime.json index c773ba5e..790abe1a 100644 --- a/datetime.json +++ b/datetime.json @@ -1,4 +1,3 @@ - { "description": "Kotlin date/time library", "properties": { @@ -9,6 +8,6 @@ "org.jetbrains.kotlinx:kotlinx-datetime:$v" ], "imports": [ - "kotlinx.datetime.*", + "kotlinx.datetime.*" ] } From 64a1e647453ef7364b804374829c9555a1f851ea Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 18 Feb 2023 04:58:41 +0100 Subject: [PATCH 018/427] Update krangl.json --- krangl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krangl.json b/krangl.json index 844cd7fa..ec30463c 100644 --- a/krangl.json +++ b/krangl.json @@ -1,7 +1,7 @@ { "description": "Kotlin DSL for data wrangling", "properties": { - "v": "0.17" + "v": "0.18.4" }, "link": "https://github.com/holgerbrandl/krangl", "dependencies": [ From 02c31b55c098e16c2d85a4ad91e617f8f394488c Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 18 Feb 2023 05:34:17 +0100 Subject: [PATCH 019/427] Revert "Update krangl.json" This reverts commit 64a1e647453ef7364b804374829c9555a1f851ea. --- krangl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krangl.json b/krangl.json index ec30463c..844cd7fa 100644 --- a/krangl.json +++ b/krangl.json @@ -1,7 +1,7 @@ { "description": "Kotlin DSL for data wrangling", "properties": { - "v": "0.18.4" + "v": "0.17" }, "link": "https://github.com/holgerbrandl/krangl", "dependencies": [ From 1f6081485b2b8e802cdc3dd68f7405b37dd36ab3 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 23 Feb 2023 10:03:45 +0100 Subject: [PATCH 020/427] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..1eacc476 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +## Code of Conduct + +This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct). Please make sure you read it. From cf92031676556ddd31035b2dd07ab9e6f4ec61bd Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 23 Feb 2023 10:07:47 +0100 Subject: [PATCH 021/427] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b6d586b..64a21e33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Jupyter library descriptors +[![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![Kotlin beta stability](https://img.shields.io/badge/project-beta-kotlin.svg?colorA=555555&colorB=AC29EC&label=&logo=kotlin&logoColor=ffffff&logoWidth=10)](https://kotlinlang.org/docs/components-stability.html) ![GitHub](https://img.shields.io/github/license/Kotlin/kotlin-jupyter-libraries?color=blue&label=License) This repository hosts library descriptors for [Kotlin Jupyter kernel](https://github.com/Kotlin/kotlin-jupyter) From f9aa84bb3ed390c37c4ce00502b1d3d5f189cbfd Mon Sep 17 00:00:00 2001 From: Andrei Kislitsyn Date: Tue, 7 Mar 2023 20:34:28 +0400 Subject: [PATCH 022/427] update ggdsl to 0.3.2 and remove unused --- ggdsl-dataframe.json | 10 ---------- ggdsl-echarts.json | 2 +- ggdsl-lets-plot.json | 11 ----------- ggdsl.json | 4 ++-- 4 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 ggdsl-dataframe.json delete mode 100644 ggdsl-lets-plot.json diff --git a/ggdsl-dataframe.json b/ggdsl-dataframe.json deleted file mode 100644 index eec597c4..00000000 --- a/ggdsl-dataframe.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kotlin Dataframe integration for ggdsl", - "properties": { - "v": "0.3.2-dev-7" - }, - "link": "https://github.com/AndreiKingsley/lib-ggdsl", - "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-dataframe:$v" - ] -} diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json index f6a92637..0c916988 100644 --- a/ggdsl-echarts.json +++ b/ggdsl-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "v": "0.3.2-dev-7" + "v": "0.3.2" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ diff --git a/ggdsl-lets-plot.json b/ggdsl-lets-plot.json deleted file mode 100644 index 32c87585..00000000 --- a/ggdsl-lets-plot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Kotlin plotting DSL for Lets-Plot", - "properties": { - "v": "0.3.2-dev-7", - "applyColorScheme": "true" - }, - "link": "https://github.com/AndreiKingsley/lib-ggdsl", - "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-lets-plot:$v" - ] -} diff --git a/ggdsl.json b/ggdsl.json index d909a49a..cfed1a41 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -1,7 +1,7 @@ { - "description": "Lets-plot and Dataframe ggdsl", + "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "v": "0.3.2-dev-7", + "v": "0.3.2", "applyColorScheme": "true" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", From 5bc63ec4a670d1fc1a4e70742b11620b1f8ee4b4 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Thu, 9 Mar 2023 20:08:42 -0500 Subject: [PATCH 023/427] Upgrade Lets-Plot: 3.0.0 --> 3.1.0 Lets-Plot Kotlin API: 4.2.0 --> 4.3.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 4c5179a2..107450e3 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": { - "api": "4.2.0", + "api": "4.3.0", "gt": "[23,)" }, "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index d4bffa9d..0fcb8297 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,9 +1,9 @@ { "description": "ggplot-like interactive visualization for Kotlin", "properties": { - "api": "4.2.0", - "lib": "3.0.0", - "js": "3.0.0", + "api": "4.3.0", + "lib": "3.1.0", + "js": "3.1.0", "isolatedFrame": "" }, "link": "https://github.com/JetBrains/lets-plot-kotlin", @@ -57,6 +57,7 @@ "org.jetbrains.letsPlot.pos.positionJitterDodge", "org.jetbrains.letsPlot.bistro.corr.*", "org.jetbrains.letsPlot.bistro.qq.*", + "org.jetbrains.letsPlot.bistro.joint.*", "org.jetbrains.letsPlot.bistro.residual.*", "org.jetbrains.letsPlot.intern.toSpec" ], @@ -71,6 +72,7 @@ ], "renderers": { "org.jetbrains.letsPlot.intern.Plot": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.Plot))", + "org.jetbrains.letsPlot.intern.figure.SubPlotsFigure": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.figure.SubPlotsFigure))", "org.jetbrains.letsPlot.GGBunch": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.GGBunch))" } } From d4c800f1737db4b6bc16868f5b67eb0f3697e720 Mon Sep 17 00:00:00 2001 From: Andrei Kislitsyn Date: Fri, 10 Mar 2023 15:14:09 +0400 Subject: [PATCH 024/427] hotfix ggdsl dependency --- ggdsl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggdsl.json b/ggdsl.json index cfed1a41..885acecc 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -6,6 +6,6 @@ }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-dataframe-lets-plot:$v" + "org.jetbrains.kotlinx:ggdsl-lets-plot:$v" ] } From a57858e097977a9ee09835b5ba5949e24787c87a Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 10 Mar 2023 16:29:29 +0100 Subject: [PATCH 025/427] Don't load dataframe integration in ggdsl --- ggdsl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ggdsl.json b/ggdsl.json index 885acecc..538553ed 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -7,5 +7,8 @@ "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ "org.jetbrains.kotlinx:ggdsl-lets-plot:$v" + ], + "integrationTypeNameRules": [ + "-:org.jetbrains.kotlinx.dataframe.**" ] } From f6eaa93bdd2e01eee4ebf52b2332463bf98d13a0 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 10 Mar 2023 16:35:44 +0100 Subject: [PATCH 026/427] Hotfix dataframe --- dataframe.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dataframe.json b/dataframe.json index 9f2fd8a4..772b509f 100644 --- a/dataframe.json +++ b/dataframe.json @@ -9,5 +9,8 @@ "link": "https://github.com/Kotlin/dataframe", "dependencies": [ "org.jetbrains.kotlinx:dataframe:$v" + ], + "integrationTypeNameRules": [ + "+:org.jetbrains.kotlinx.dataframe.**" ] } From 06d97d39a51bcbec5cf90c71297fea764c35d21b Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 13 Mar 2023 16:41:34 +0400 Subject: [PATCH 027/427] new name for ggdsl version parameter & modify ggdsl letsplot properties --- ggdsl-echarts.json | 4 ++-- ggdsl.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json index 0c916988..7f943b76 100644 --- a/ggdsl-echarts.json +++ b/ggdsl-echarts.json @@ -1,10 +1,10 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "v": "0.3.2" + "ggDSLVersion": "0.3.2" }, "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-echarts:$v" + "org.jetbrains.kotlinx:ggdsl-echarts:$ggDSLVersion" ] } diff --git a/ggdsl.json b/ggdsl.json index 538553ed..5d7cf974 100644 --- a/ggdsl.json +++ b/ggdsl.json @@ -1,12 +1,12 @@ { "description": "Kotlin plotting DSL for Lets-Plot", - "properties": { - "v": "0.3.2", - "applyColorScheme": "true" - }, + "properties": [ + {"name": "ggDSLVersion", "value": "0.3.2"}, + {"name": "applyColorScheme", "value": "true"} + ], "link": "https://github.com/AndreiKingsley/lib-ggdsl", "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-lets-plot:$v" + "org.jetbrains.kotlinx:ggdsl-lets-plot:$ggDSLVersion" ], "integrationTypeNameRules": [ "-:org.jetbrains.kotlinx.dataframe.**" From 1a250d320bb36f2aab4e423acc9c74e632ff8149 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 14 Mar 2023 09:15:44 +0100 Subject: [PATCH 028/427] Updated roboquant.json Updated version and moved most of logic to Integration class and removed from this json file. --- roboquant.json | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/roboquant.json b/roboquant.json index 64d56673..ac6ee8b8 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,30 +2,12 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": { - "v": "1.0.0" + "version": "1.2.0" }, "repositories": [ "https://s01.oss.sonatype.org/content/repositories/snapshots" ], "dependencies": [ - "org.roboquant:roboquant-jupyter:$v", - "org.roboquant:roboquant-ta:$v" - ], - "imports" : [ - "org.roboquant.*", - "org.roboquant.loggers.*", - "org.roboquant.common.*", - "org.roboquant.metrics.*", - "org.roboquant.strategies.*", - "org.roboquant.orders.*", - "org.roboquant.feeds.*", - "org.roboquant.feeds.csv.*", - "org.roboquant.brokers.sim.*", - "org.roboquant.brokers.*", - "org.roboquant.policies.*", - "org.roboquant.jupyter.*", - "org.roboquant.ta.*", - "java.time.Instant", - "java.time.temporal.ChronoUnit" + "org.roboquant:roboquant-jupyter:$version" ] } From b5c2a25fc9af417dd40633190438f9e8bc291f5c Mon Sep 17 00:00:00 2001 From: Gabriel Feo Date: Tue, 14 Mar 2023 19:55:10 +0000 Subject: [PATCH 029/427] Add descriptor for gradle-enterprise-api-kotlin Add descriptor for gabrielfeo/gradle-enterprise-api-kotlin. The library is useful for processing data from the Gradle Enterprise API in a Jupyter notebook. --- gradle-enterprise-api-kotlin.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gradle-enterprise-api-kotlin.json diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json new file mode 100644 index 00000000..676d36d6 --- /dev/null +++ b/gradle-enterprise-api-kotlin.json @@ -0,0 +1,14 @@ +{ + "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", + "properties": { + "version": "0.14.0" + }, + "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", + "dependencies": [ + "com.github.gabrielfeo:gradle-enterprise-api-kotlin:$version" + ], + "imports": [ + "com.gabrielfeo.gradle.enterprise.api.*", + "com.gabrielfeo.gradle.enterprise.api.model.*" + ] +} From 1102ebccdfa326e43ef7eb52c9441983c9703415 Mon Sep 17 00:00:00 2001 From: Terry Casstevens Date: Thu, 23 Mar 2023 14:27:58 -0400 Subject: [PATCH 030/427] Updated biokotlin.json to version 0.06 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index ed6fbc17..c6aed7ef 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": { - "v": "0.05.01" + "v": "0.06" }, "link": "https://bitbucket.org/bucklerlab/biokotlin", "dependencies": [ From a4e30729d46967618fa13d5d6f16cf9b668951af Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 28 Mar 2023 15:24:48 +0200 Subject: [PATCH 031/427] Add OpenAI library --- openai.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openai.json diff --git a/openai.json b/openai.json new file mode 100644 index 00000000..e6ac147c --- /dev/null +++ b/openai.json @@ -0,0 +1,13 @@ +{ + "description": "OpenAI API for Jupyter Notebooks", + "properties": [ + { "name": "version", "value": "0.0.1" } + ], + "link": "https://openai.com/blog/chatgpt", + "repositories": [ + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" + ], + "dependencies": [ + "org.jetbrains.kotlin.ds:kotlin-openai:$version" + ] +} From b46589f3f24eeb55a4f30f44fac201e504cdcbdb Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 28 Mar 2023 15:43:14 +0200 Subject: [PATCH 032/427] Update OpenAI version --- openai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai.json b/openai.json index e6ac147c..f17e11df 100644 --- a/openai.json +++ b/openai.json @@ -1,7 +1,7 @@ { "description": "OpenAI API for Jupyter Notebooks", "properties": [ - { "name": "version", "value": "0.0.1" } + { "name": "version", "value": "0.0.2" } ], "link": "https://openai.com/blog/chatgpt", "repositories": [ From 5b3f71092855d2e12fb2ba5b07e594230cf86afe Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 28 Mar 2023 16:31:27 +0200 Subject: [PATCH 033/427] Update OpenAI version --- openai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai.json b/openai.json index f17e11df..cc508808 100644 --- a/openai.json +++ b/openai.json @@ -1,7 +1,7 @@ { "description": "OpenAI API for Jupyter Notebooks", "properties": [ - { "name": "version", "value": "0.0.2" } + { "name": "version", "value": "0.0.9" } ], "link": "https://openai.com/blog/chatgpt", "repositories": [ From 67b327baa960c4e9836db78cfbf8ff3527cc399d Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 29 Mar 2023 15:36:50 +0200 Subject: [PATCH 034/427] Update OpenAI version --- openai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai.json b/openai.json index cc508808..c5d76581 100644 --- a/openai.json +++ b/openai.json @@ -1,7 +1,7 @@ { "description": "OpenAI API for Jupyter Notebooks", "properties": [ - { "name": "version", "value": "0.0.9" } + { "name": "version", "value": "0.1.0" } ], "link": "https://openai.com/blog/chatgpt", "repositories": [ From 5a887300f964ef8739f97009c9d52c994fa2a1e9 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Mon, 3 Apr 2023 19:51:43 +0200 Subject: [PATCH 035/427] Update openai.json --- openai.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openai.json b/openai.json index c5d76581..28218a40 100644 --- a/openai.json +++ b/openai.json @@ -1,8 +1,8 @@ { "description": "OpenAI API for Jupyter Notebooks", - "properties": [ - { "name": "version", "value": "0.1.0" } - ], + "properties": { + "version": "0.1.0" + }, "link": "https://openai.com/blog/chatgpt", "repositories": [ "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" From fe0ffc23cc2150887028f34ae7561f731007e4d1 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Wed, 5 Apr 2023 16:49:00 +0200 Subject: [PATCH 036/427] rename ggdsl to kandy upgrade kandy v0.3.2 -> v0.4.0-dev-16 --- ggdsl-echarts.json | 10 ---------- ggdsl.json | 14 -------------- kandy-echarts.json | 10 ++++++++++ kandy.json | 13 +++++++++++++ 4 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 ggdsl-echarts.json delete mode 100644 ggdsl.json create mode 100644 kandy-echarts.json create mode 100644 kandy.json diff --git a/ggdsl-echarts.json b/ggdsl-echarts.json deleted file mode 100644 index 7f943b76..00000000 --- a/ggdsl-echarts.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Kotlin plotting DSL for Apache ECharts", - "properties": { - "ggDSLVersion": "0.3.2" - }, - "link": "https://github.com/AndreiKingsley/lib-ggdsl", - "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-echarts:$ggDSLVersion" - ] -} diff --git a/ggdsl.json b/ggdsl.json deleted file mode 100644 index 5d7cf974..00000000 --- a/ggdsl.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "Kotlin plotting DSL for Lets-Plot", - "properties": [ - {"name": "ggDSLVersion", "value": "0.3.2"}, - {"name": "applyColorScheme", "value": "true"} - ], - "link": "https://github.com/AndreiKingsley/lib-ggdsl", - "dependencies": [ - "org.jetbrains.kotlinx:ggdsl-lets-plot:$ggDSLVersion" - ], - "integrationTypeNameRules": [ - "-:org.jetbrains.kotlinx.dataframe.**" - ] -} diff --git a/kandy-echarts.json b/kandy-echarts.json new file mode 100644 index 00000000..527c06b0 --- /dev/null +++ b/kandy-echarts.json @@ -0,0 +1,10 @@ +{ + "description": "Kotlin plotting DSL for Apache ECharts", + "properties": { + "kandyVersion": "0.4.0-dev-16" + }, + "link": "https://github.com/Kotlin/kandy", + "dependencies": [ + "org.jetbrains.kotlinx:kandy-echarts:$kandyVersion" + ] +} diff --git a/kandy.json b/kandy.json new file mode 100644 index 00000000..4d2bd29d --- /dev/null +++ b/kandy.json @@ -0,0 +1,13 @@ +{ + "description": "Kotlin plotting DSL for Lets-Plot", + "properties": { + "kandyVersion": "0.4.0-dev-16" + }, + "link": "https://github.com/Kotlin/kandy", + "dependencies": [ + "org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion" + ], + "integrationTypeNameRules": [ + "-:org.jetbrains.kotlinx.dataframe.**" + ] +} From 21284f66d07bea5db168a6fb6c6c8fcd08a475b5 Mon Sep 17 00:00:00 2001 From: Nikita Klimenko Date: Tue, 11 Apr 2023 13:52:35 +0300 Subject: [PATCH 037/427] Update dataframe.json --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 772b509f..68ed1529 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": { - "v": "0.9.1" + "v": "0.10.0" }, "repositories": [ "https://oss.sonatype.org/service/local/repo_groups/public/content" From d7072bebd7701469aec612dff35a4b08dc2e1f31 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Tue, 11 Apr 2023 19:26:31 +0200 Subject: [PATCH 038/427] upgrade kandy v0.4.0-dev-16 -> v0.4.0 --- kandy-echarts.json | 2 +- kandy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 527c06b0..b7c7845c 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "kandyVersion": "0.4.0-dev-16" + "kandyVersion": "0.4.0" }, "link": "https://github.com/Kotlin/kandy", "dependencies": [ diff --git a/kandy.json b/kandy.json index 4d2bd29d..096371fc 100644 --- a/kandy.json +++ b/kandy.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "kandyVersion": "0.4.0-dev-16" + "kandyVersion": "0.4.0" }, "link": "https://github.com/Kotlin/kandy", "dependencies": [ From 7582dff36cebcfb6827af786d6d1982fd56939c1 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 1 Apr 2023 10:02:34 +0200 Subject: [PATCH 039/427] Updated version of roboquant --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index ac6ee8b8..ad22f2ac 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": { - "version": "1.2.0" + "version": "1.3.0" }, "repositories": [ "https://s01.oss.sonatype.org/content/repositories/snapshots" From 1cd18e5e5f29f604ed9801b27ea805b68cc6ee69 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 13 Apr 2023 12:58:35 +0200 Subject: [PATCH 040/427] Fix datetime descriptor --- datetime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetime.json b/datetime.json index 790abe1a..5c18c7ac 100644 --- a/datetime.json +++ b/datetime.json @@ -5,7 +5,7 @@ }, "link": "https://github.com/Kotlin/kotlinx-datetime", "dependencies": [ - "org.jetbrains.kotlinx:kotlinx-datetime:$v" + "org.jetbrains.kotlinx:kotlinx-datetime-jvm:$v" ], "imports": [ "kotlinx.datetime.*" From b12d7ece170826e20998855a262a77595c4affb1 Mon Sep 17 00:00:00 2001 From: mykolagolubyev Date: Tue, 2 May 2023 22:25:15 -0400 Subject: [PATCH 041/427] add webtau library definition --- webtau.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 webtau.json diff --git a/webtau.json b/webtau.json new file mode 100644 index 00000000..d5158a48 --- /dev/null +++ b/webtau.json @@ -0,0 +1,22 @@ +{ + "description": "WebTau end-to-end testing across layers", + "properties": { + "v": "1.53" + }, + "link": "https://github.com/testingisdocumenting/webtau", + "dependencies": [ + "org.testingisdocumenting.webtau:webtau:$v" + ], + "imports": [ + "org.testingisdocumenting.webtau.WebTauDsl.*" + ], + "init": [ + "org.testingisdocumenting.webtau.browser.BrowserConfig.setBrowserSameDriverInThreads(true)" + ], + "renderers": { + "org.testingisdocumenting.webtau.data.table.TableData": "HTML(org.testingisdocumenting.webtau.notebook.PrettyPrintableToHtmlConverter.convert($it as org.testingisdocumenting.webtau.data.render.PrettyPrintable))", + "org.testingisdocumenting.webtau.browser.page.GenericPageElement": "HTML(org.testingisdocumenting.webtau.browser.notebook.NotebookResultRenderer.renderPageElementAndHighlight($it as org.testingisdocumenting.webtau.browser.page.PageElement))", + "org.testingisdocumenting.webtau.browser.page.PageElementValue": "HTML(org.testingisdocumenting.webtau.notebook.PrettyPrintableToHtmlConverter.convert($it as org.testingisdocumenting.webtau.data.render.PrettyPrintable))", + "org.testingisdocumenting.webtau.browser.page.PageUrl": "HTML(org.testingisdocumenting.webtau.notebook.PrettyPrintableToHtmlConverter.convert($it as org.testingisdocumenting.webtau.data.render.PrettyPrintable))" + } +} From cd070cc3c29fd717965274234e373d8a9488b06f Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 4 May 2023 16:14:06 +0400 Subject: [PATCH 042/427] upgrade kandy v0.4.0 -> v0.4.1 --- kandy-echarts.json | 2 +- kandy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index b7c7845c..b1cbee35 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": { - "kandyVersion": "0.4.0" + "kandyVersion": "0.4.1" }, "link": "https://github.com/Kotlin/kandy", "dependencies": [ diff --git a/kandy.json b/kandy.json index 096371fc..fa43c6bf 100644 --- a/kandy.json +++ b/kandy.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": { - "kandyVersion": "0.4.0" + "kandyVersion": "0.4.1" }, "link": "https://github.com/Kotlin/kandy", "dependencies": [ From d0b0337cd3ad93765a0cba3859a17bc40f34a8bb Mon Sep 17 00:00:00 2001 From: Gabriel Feo Date: Sat, 6 May 2023 14:13:42 +0100 Subject: [PATCH 043/427] Configure Renovate updates Add a Renovate config with regex matchers for dependencies of library descriptors, matching hint properties added to each descriptor. Hint properties are an alternative to comments, which aren't supported in JSON. Migrating to another format isn't feasible because it'd make descriptors incompatible with existing Kernel versions when `%useLatestDescriptors` is used. Migrate descriptors to ordered properties syntax to preserve behavior of single-property unnamed overrides in old Kernel versions. Multi-property unnamed overrides will break. --- .github/renovate.json5 | 52 +++++++++++++++++++++++++++++++ biokotlin.json | 7 +++-- combinatoricskt.json | 7 +++-- coroutines.json | 29 ++++++++--------- dataframe.json | 7 +++-- datetime.json | 7 +++-- deeplearning4j-cuda.json | 15 +++++---- deeplearning4j.json | 15 +++++---- exposed.json | 7 +++-- fuel.json | 7 +++-- gradle-enterprise-api-kotlin.json | 9 +++--- gral.json | 7 +++-- jdsp.json | 9 +++--- kalasim.json | 7 +++-- kandy-echarts.json | 7 +++-- kandy.json | 7 +++-- khttp.json | 7 +++-- klaxon.json | 7 +++-- kmath.json | 7 +++-- kotlin-dl.json | 7 +++-- kotlin-statistics.json | 7 +++-- krangl.json | 7 +++-- kravis.json | 7 +++-- lets-plot-dataframe.json | 7 +++-- lets-plot-gt.json | 10 +++--- lets-plot.json | 14 +++++---- lib-ext.json | 6 ++-- londogard-nlp-toolkit.json | 7 +++-- multik.json | 9 +++--- mysql.json | 7 +++-- openai.json | 7 +++-- plotly-server.json | 9 +++--- plotly.json | 7 +++-- rdkit.json | 7 +++-- roboquant.json | 7 +++-- serialization.json | 7 +++-- smile.json | 7 +++-- spark-streaming.json | 15 ++++----- spark.json | 19 +++++------ webtau.json | 7 +++-- 40 files changed, 248 insertions(+), 152 deletions(-) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 00000000..47e70d77 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,52 @@ +{ + "enabled": true, + "extends": [ + "group:recommended", + "workarounds:all" + ], + "dependencyDashboard": "true", + "branchConcurrentLimit": 0, + "prConcurrentLimit": 0, + "prHourlyLimit": 0, + "rebaseWhen": "conflicted", + "packageRules": [ + { + "matchDatasources": ["maven"], + // Every repository from every descriptor + "registryUrls": [ + // Default kernel repositories + "https://repo.maven.apache.org/maven2/", + "https://jitpack.io/", + // Custom repositories from descriptors must be added here + "https://oss.sonatype.org/service/local/repo_groups/public/content", + "https://repo.osgeo.org/repository/release", + "https://repo.kotlin.link", + "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers", + "https://s01.oss.sonatype.org/content/repositories/snapshots", + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven", + ] + } + ], + "regexManagers": [ + // Matches dependencies with hardcoded versions (no interpolated properties) + { + "datasourceTemplate": "maven", + "versioningTemplate": "maven", + "fileMatch": [".*\\.json5"], + "matchStrings": [ + // https://regex101.com/r/mex9HU/1 + '^\\s*"(?[^":\\$]+:[^":\\$]+):(?[^":\\$]+)"', + ] + }, + // Matches properties having a "*-renovate-hint" property below them with value "update: package=group:artifact" + { + "datasourceTemplate": "maven", + "versioningTemplate": "maven", + "fileMatch": [".*\\.json"], + "matchStrings": [ + // https://regex101.com/r/7ESmC8/6 + '(?:{ *"name": *)?".+?"[:,] *(?:"value": *)?"(?.+?)"(?: *})?,\\s*(?:{ *"name": *)?"\\S+-renovate-hint"[:,] *(?:"value": *)?"update: +package=(?\\S+?)"', + ] + }, + ], +} diff --git a/biokotlin.json b/biokotlin.json index c6aed7ef..79a1d31d 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,8 +1,9 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", - "properties": { - "v": "0.06" - }, + "properties": [ + { "name": "v", "value": "0.06" }, + { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } + ], "link": "https://bitbucket.org/bucklerlab/biokotlin", "dependencies": [ "org.biokotlin:biokotlin:$v" diff --git a/combinatoricskt.json b/combinatoricskt.json index 6d85f1ef..fe00e841 100644 --- a/combinatoricskt.json +++ b/combinatoricskt.json @@ -1,8 +1,9 @@ { "description": "A combinatorics library for Kotlin", - "properties": { - "v": "1.6.0" - }, + "properties": [ + { "name": "v", "value": "1.6.0" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.shiguruikai:combinatoricskt" } + ], "link": "https://github.com/shiguruikai/combinatoricskt", "dependencies": [ "com.github.shiguruikai:combinatoricskt:$v" diff --git a/coroutines.json b/coroutines.json index b5ae1941..97915a93 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,14 +1,15 @@ -{ - "description": "Asynchronous programming and reactive streams support", - "properties": { - "v": "1.5.2" - }, - "link": "https://github.com/Kotlin/kotlinx.coroutines", - "dependencies": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core:$v" - ], - "imports": [ - "kotlinx.coroutines.*", - "kotlinx.coroutines.flow.*" - ] -} +{ + "description": "Asynchronous programming and reactive streams support", + "properties": [ + { "name": "v", "value": "1.5.2" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } + ], + "link": "https://github.com/Kotlin/kotlinx.coroutines", + "dependencies": [ + "org.jetbrains.kotlinx:kotlinx-coroutines-core:$v" + ], + "imports": [ + "kotlinx.coroutines.*", + "kotlinx.coroutines.flow.*" + ] +} diff --git a/dataframe.json b/dataframe.json index 68ed1529..63586af2 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,8 +1,9 @@ { "description": "Kotlin framework for structured data processing", - "properties": { - "v": "0.10.0" - }, + "properties": [ + { "name": "v", "value": "0.10.0" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } + ], "repositories": [ "https://oss.sonatype.org/service/local/repo_groups/public/content" ], diff --git a/datetime.json b/datetime.json index 5c18c7ac..b3655bcd 100644 --- a/datetime.json +++ b/datetime.json @@ -1,8 +1,9 @@ { "description": "Kotlin date/time library", - "properties": { - "v": "0.4.0" - }, + "properties": [ + { "name": "v", "value": "0.4.0" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-datetime" } + ], "link": "https://github.com/Kotlin/kotlinx-datetime", "dependencies": [ "org.jetbrains.kotlinx:kotlinx-datetime-jvm:$v" diff --git a/deeplearning4j-cuda.json b/deeplearning4j-cuda.json index 757ba57e..8ec52dde 100644 --- a/deeplearning4j-cuda.json +++ b/deeplearning4j-cuda.json @@ -1,11 +1,14 @@ { "description": "Deep learning library for the JVM (CUDA support)", - "properties": { - "v": "1.0.0-beta6", - "cuda": "10.2", - "slf4j": "1.7.25", - "freemarker": "2.3.29" - }, + "properties": [ + { "name": "v", "value": "1.0.0-beta6" }, + { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, + { "name": "cuda", "value": "10.2" }, + { "name": "slf4j", "value": "1.7.25" }, + { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, + { "name": "freemarker", "value": "2.3.29" }, + { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } + ], "link": "https://github.com/eclipse/deeplearning4j", "dependencies": [ "org.freemarker:freemarker:$freemarker", diff --git a/deeplearning4j.json b/deeplearning4j.json index c6e59f53..07e306f7 100644 --- a/deeplearning4j.json +++ b/deeplearning4j.json @@ -1,10 +1,13 @@ { "description": "Deep learning library for the JVM", - "properties": { - "v": "1.0.0-beta6", - "slf4j": "1.7.25", - "freemarker": "2.3.29" - }, + "properties": [ + { "name": "v", "value": "1.0.0-beta6" }, + { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, + { "name": "slf4j", "value": "1.7.25" }, + { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, + { "name": "freemarker", "value": "2.3.29" }, + { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } + ], "link": "https://github.com/eclipse/deeplearning4j", "dependencies": [ "org.freemarker:freemarker:$freemarker", @@ -39,4 +42,4 @@ ], "init": [ ] -} \ No newline at end of file +} diff --git a/exposed.json b/exposed.json index 88fffa0d..d709dca1 100644 --- a/exposed.json +++ b/exposed.json @@ -1,8 +1,9 @@ { "description": "Kotlin SQL framework", - "properties": { - "v": "0.41.1" - }, + "properties": [ + { "name": "v", "value": "0.41.1" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } + ], "link": "https://github.com/JetBrains/Exposed", "dependencies": [ "org.jetbrains.exposed:exposed-core:$v", diff --git a/fuel.json b/fuel.json index 3efc4a80..987695df 100644 --- a/fuel.json +++ b/fuel.json @@ -1,8 +1,9 @@ { "description": "HTTP networking library", - "properties": { - "v": "2.3.1" - }, + "properties": [ + { "name": "v", "value": "2.3.1" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.kittinunf.fuel:fuel" } + ], "link": "https://github.com/kittinunf/fuel", "dependencies": [ "com.github.kittinunf.fuel:fuel:$v", diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index 676d36d6..7583cd03 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,8 +1,9 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", - "properties": { - "version": "0.14.0" - }, + "properties": [ + { "name": "version", "value": "0.14.0" }, + { "name": "version-renovate-hint", "value": "update: package=com.github.gabrielfeo:gradle-enterprise-api-kotlin" } + ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", "dependencies": [ "com.github.gabrielfeo:gradle-enterprise-api-kotlin:$version" @@ -10,5 +11,5 @@ "imports": [ "com.gabrielfeo.gradle.enterprise.api.*", "com.gabrielfeo.gradle.enterprise.api.model.*" - ] + ] } diff --git a/gral.json b/gral.json index c781b231..87d4bd11 100644 --- a/gral.json +++ b/gral.json @@ -1,8 +1,9 @@ { "description": "Java library for displaying plots", - "properties": { - "v": "0.11" - }, + "properties": [ + { "name": "v", "value": "0.11" }, + { "name": "v-renovate-hint", "value": "update: package=de.erichseifert.gral:gral-core" } + ], "link": "https://github.com/eseifert/gral", "dependencies": [ "de.erichseifert.gral:gral-core:$v" diff --git a/jdsp.json b/jdsp.json index 5a84b849..16db5668 100644 --- a/jdsp.json +++ b/jdsp.json @@ -1,10 +1,11 @@ { "description": "Java library for signal processing", - "properties": { - "v": "0.5.1" - }, + "properties": [ + { "name": "v", "value": "0.5.1" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.psambit9791:jdsp" } + ], "link": "https://github.com/psambit9791/jDSP", "dependencies": [ "com.github.psambit9791:jdsp:$v" ] -} \ No newline at end of file +} diff --git a/kalasim.json b/kalasim.json index 9ac0fe10..33a251ff 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,8 +1,9 @@ { "description": "Discrete event simulator", - "properties": { - "v": "0.7.92" - }, + "properties": [ + { "name": "v", "value": "0.7.92" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } + ], "link": "https://www.kalasim.org", "dependencies": [ "com.github.holgerbrandl:kalasim:$v" diff --git a/kandy-echarts.json b/kandy-echarts.json index b1cbee35..5a6a0c08 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,8 +1,9 @@ { "description": "Kotlin plotting DSL for Apache ECharts", - "properties": { - "kandyVersion": "0.4.1" - }, + "properties": [ + { "name": "kandyVersion", "value": "0.4.1" }, + { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } + ], "link": "https://github.com/Kotlin/kandy", "dependencies": [ "org.jetbrains.kotlinx:kandy-echarts:$kandyVersion" diff --git a/kandy.json b/kandy.json index fa43c6bf..e4f25146 100644 --- a/kandy.json +++ b/kandy.json @@ -1,8 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", - "properties": { - "kandyVersion": "0.4.1" - }, + "properties": [ + { "name": "kandyVersion", "value": "0.4.1" }, + { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" } + ], "link": "https://github.com/Kotlin/kandy", "dependencies": [ "org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion" diff --git a/khttp.json b/khttp.json index 98d22ac3..5a677390 100644 --- a/khttp.json +++ b/khttp.json @@ -1,8 +1,9 @@ { "description": "HTTP networking library", - "properties": { - "v": "39f76b4186" - }, + "properties": [ + { "name": "v", "value": "39f76b4186" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.jkcclemens:khttp" } + ], "link": "https://github.com/jkcclemens/khttp", "repositories": [ "https://jitpack.io" diff --git a/klaxon.json b/klaxon.json index e9ee7d46..3e4200e3 100644 --- a/klaxon.json +++ b/klaxon.json @@ -1,8 +1,9 @@ { "description": "JSON parser for Kotlin", - "properties": { - "v": "5.5" - }, + "properties": [ + { "name": "v", "value": "5.5" }, + { "name": "v-renovate-hint", "value": "update: package=com.beust:klaxon" } + ], "link": "https://github.com/cbeust/klaxon", "dependencies": [ "com.beust:klaxon:$v" diff --git a/kmath.json b/kmath.json index 32067014..503f770e 100644 --- a/kmath.json +++ b/kmath.json @@ -1,8 +1,9 @@ { "description": "Experimental Kotlin algebra-based mathematical library", - "properties": { - "v": "0.3.0" - }, + "properties": [ + { "name": "v", "value": "0.3.0" }, + { "name": "v-renovate-hint", "value": "update: package=space.kscience:kmath-jupyter" } + ], "link": "https://github.com/mipt-npm/kmath", "repositories": [ "https://repo.kotlin.link" diff --git a/kotlin-dl.json b/kotlin-dl.json index 14d8ab00..45345044 100644 --- a/kotlin-dl.json +++ b/kotlin-dl.json @@ -1,9 +1,10 @@ { "description": "KotlinDL library which provides Keras-like API for deep learning", "link": "https://github.com/Kotlin/kotlindl", - "properties": { - "v": "0.5.1" - }, + "properties": [ + { "name": "v", "value": "0.5.1" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-deeplearning-api" } + ], "dependencies": [ "org.jetbrains.kotlinx:kotlin-deeplearning-api:$v", "org.jetbrains.kotlinx:kotlin-deeplearning-impl:$v", diff --git a/kotlin-statistics.json b/kotlin-statistics.json index b3a1cccc..ee9134b9 100644 --- a/kotlin-statistics.json +++ b/kotlin-statistics.json @@ -1,8 +1,9 @@ { "description": "Idiomatic statistical operators for Kotlin", - "properties": { - "v": "-SNAPSHOT" - }, + "properties": [ + { "name": "v", "value": "-SNAPSHOT" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.thomasnield:kotlin-statistics" } + ], "link": "https://github.com/thomasnield/kotlin-statistics", "dependencies": [ "com.github.thomasnield:kotlin-statistics:$v" diff --git a/krangl.json b/krangl.json index 844cd7fa..9748cb5c 100644 --- a/krangl.json +++ b/krangl.json @@ -1,8 +1,9 @@ { "description": "Kotlin DSL for data wrangling", - "properties": { - "v": "0.17" - }, + "properties": [ + { "name": "v", "value": "0.17" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:krangl" } + ], "link": "https://github.com/holgerbrandl/krangl", "dependencies": [ "com.github.holgerbrandl:krangl:$v" diff --git a/kravis.json b/kravis.json index 0ddc4330..7c8244d3 100644 --- a/kravis.json +++ b/kravis.json @@ -1,8 +1,9 @@ { "description": "Kotlin grammar for data visualization", - "properties": { - "v": "0.8.1" - }, + "properties": [ + { "name": "v", "value": "0.8.1" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kravis" } + ], "link": "https://github.com/holgerbrandl/kravis", "dependencies": [ "com.github.holgerbrandl:kravis:$v" diff --git a/lets-plot-dataframe.json b/lets-plot-dataframe.json index 9b47d91b..dd1348e4 100644 --- a/lets-plot-dataframe.json +++ b/lets-plot-dataframe.json @@ -1,9 +1,10 @@ { "description": "A bridge between Lets-Plot and dataframe libraries", "link": "https://github.com/JetBrains/lets-plot-kotlin", - "properties": { - "v": "0.0.14-dev-15-0.11.0.44" - }, + "properties": [ + { "name": "v", "value": "0.0.14-dev-15-0.11.0.44" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:lets-plot-dsl" } + ], "repositories": [ "https://oss.sonatype.org/service/local/repo_groups/public/content" ], diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 107450e3..64d8a072 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -1,10 +1,12 @@ { "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", - "properties": { - "api": "4.3.0", - "gt": "[23,)" - }, + "properties": [ + { "name": "api", "value": "4.3.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, + { "name": "gt", "value": "[23,)" }, + { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } + ], "repositories": [ "https://repo.osgeo.org/repository/release" ], diff --git a/lets-plot.json b/lets-plot.json index 0fcb8297..c8d65d44 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,13 @@ { "description": "ggplot-like interactive visualization for Kotlin", - "properties": { - "api": "4.3.0", - "lib": "3.1.0", - "js": "3.1.0", - "isolatedFrame": "" - }, + "properties": [ + { "name": "api", "value": "4.3.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, + { "name": "lib", "value": "3.1.0" }, + { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, + { "name": "js", "value": "3.1.0" }, + { "name": "isolatedFrame", "value": "" } + ], "link": "https://github.com/JetBrains/lets-plot-kotlin", "dependencies": [ "org.jetbrains.lets-plot:lets-plot-kotlin-kernel:$api", diff --git a/lib-ext.json b/lib-ext.json index 4d6d53e9..431e2614 100644 --- a/lib-ext.json +++ b/lib-ext.json @@ -1,8 +1,8 @@ { "description": "Extended functionality for Jupyter kernel", - "properties": { - "v": "$kernelMavenVersion" - }, + "properties": [ + { "name": "v", "value": "$kernelMavenVersion" } + ], "link": "https://github.com/Kotlin/kotlin-jupyter", "dependencies": [ "org.jetbrains.kotlinx:kotlin-jupyter-lib-ext:$v" diff --git a/londogard-nlp-toolkit.json b/londogard-nlp-toolkit.json index 7ca3fe75..3d99984d 100644 --- a/londogard-nlp-toolkit.json +++ b/londogard-nlp-toolkit.json @@ -1,9 +1,10 @@ { "description": "A Natural Language Processing (NLP) toolkit for Kotlin on the JVM", "link": "https://github.com/londogard/londogard-nlp-toolkit", - "properties": { - "v": "v1.0.0" - }, + "properties": [ + { "name": "v", "value": "v1.0.0" }, + { "name": "v-renovate-hint", "value": "update: package=com.londogard:londogard-nlp-toolkit" } + ], "repositories": [ "https://jitpack.io" ], diff --git a/multik.json b/multik.json index b5464d50..e7557299 100644 --- a/multik.json +++ b/multik.json @@ -1,8 +1,9 @@ { "description": "Multidimensional array library for Kotlin", - "properties": { - "v": "0.2.1" - }, + "properties": [ + { "name": "v", "value": "0.2.1" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:multik-core-jvm" } + ], "link": "https://github.com/Kotlin/multik", "dependencies": [ "org.jetbrains.kotlinx:multik-core-jvm:$v", @@ -18,4 +19,4 @@ "org.jetbrains.kotlinx.multik.ndarray.complex.*", "org.jetbrains.kotlinx.multik.ndarray.operations.*" ] -} \ No newline at end of file +} diff --git a/mysql.json b/mysql.json index 85518b96..9d6b90ef 100644 --- a/mysql.json +++ b/mysql.json @@ -1,8 +1,9 @@ { "description": "MySql JDBC Connector", - "properties": { - "v": "8.0.17" - }, + "properties": [ + { "name": "v", "value": "8.0.17" }, + { "name": "v-renovate-hint", "value": "update: package=mysql:mysql-connector-java" } + ], "link": "https://github.com/mysql/mysql-connector-j", "dependencies": [ "mysql:mysql-connector-java:$v" diff --git a/openai.json b/openai.json index 28218a40..612f2e97 100644 --- a/openai.json +++ b/openai.json @@ -1,8 +1,9 @@ { "description": "OpenAI API for Jupyter Notebooks", - "properties": { - "version": "0.1.0" - }, + "properties": [ + { "name": "version", "value": "0.1.0" }, + { "name": "version-renovate-hint", "value": "update: package=org.jetbrains.kotlin.ds:kotlin-openai" } + ], "link": "https://openai.com/blog/chatgpt", "repositories": [ "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" diff --git a/plotly-server.json b/plotly-server.json index 87463dff..374125d2 100644 --- a/plotly-server.json +++ b/plotly-server.json @@ -1,8 +1,9 @@ { "description": "[beta] Plotly.kt jupyter integration for dynamic plots.", - "properties": { - "v": "0.4.0" - }, + "properties": [ + { "name": "v", "value": "0.4.0" }, + { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-server" } + ], "link": "https://github.com/mipt-npm/plotly.kt", "repositories": [ "https://repo.kotlin.link", @@ -11,4 +12,4 @@ "dependencies": [ "space.kscience:plotlykt-server:$v" ] -} \ No newline at end of file +} diff --git a/plotly.json b/plotly.json index f0ad94db..e0e883cd 100644 --- a/plotly.json +++ b/plotly.json @@ -1,8 +1,9 @@ { "description": "[beta] Plotly.kt jupyter integration for static plots.", - "properties": { - "v": "0.5.0" - }, + "properties": [ + { "name": "v", "value": "0.5.0" }, + { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-jupyter" } + ], "link": "https://github.com/mipt-npm/plotly.kt", "repositories": [ "https://repo.kotlin.link", diff --git a/rdkit.json b/rdkit.json index cc56a38d..7c943a8d 100644 --- a/rdkit.json +++ b/rdkit.json @@ -1,8 +1,9 @@ { "description": "Open-Source Cheminformatics Software", - "properties": { - "v": "1.0.0" - }, + "properties": [ + { "name": "v", "value": "1.0.0" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:rdkit-jupyter" } + ], "link": "https://www.rdkit.org/", "dependencies": [ "org.jetbrains.kotlinx:rdkit-jupyter:$v" diff --git a/roboquant.json b/roboquant.json index ad22f2ac..f7056f80 100644 --- a/roboquant.json +++ b/roboquant.json @@ -1,9 +1,10 @@ { "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", - "properties": { - "version": "1.3.0" - }, + "properties": [ + { "name": "version", "value": "1.3.0" }, + { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } + ], "repositories": [ "https://s01.oss.sonatype.org/content/repositories/snapshots" ], diff --git a/serialization.json b/serialization.json index 93608e33..d25c03f7 100644 --- a/serialization.json +++ b/serialization.json @@ -1,8 +1,9 @@ { "description": "Kotlin multi-format reflection-less serialization", - "properties": { - "v": "1.3.2" - }, + "properties": [ + { "name": "v", "value": "1.3.2" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } + ], "link": "https://github.com/Kotlin/kotlinx.serialization", "dependencies": [ "org.jetbrains.kotlinx:kotlinx-serialization-json:$v" diff --git a/smile.json b/smile.json index dcac29d6..fff08ac0 100644 --- a/smile.json +++ b/smile.json @@ -1,8 +1,9 @@ { "description": "Statistical Machine Intelligence and Learning Engine", - "properties": { - "v": "2.4.0" - }, + "properties": [ + { "name": "v", "value": "2.4.0" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } + ], "link": "https://github.com/haifengl/smile", "dependencies": [ "com.github.haifengl:smile-kotlin:$v" diff --git a/spark-streaming.json b/spark-streaming.json index 5526a727..d5936a6b 100644 --- a/spark-streaming.json +++ b/spark-streaming.json @@ -1,12 +1,13 @@ { "description": "Kotlin API for Apache Spark Streaming: scalable, high-throughput, fault-tolerant stream processing of live data streams", - "properties": { - "spark": "3.3.1", - "scala": "2.13", - "v": "1.2.3", - "displayLimit": "20", - "displayTruncate": "30" - }, + "properties": [ + { "name": "spark", "value": "3.3.1" }, + { "name": "scala", "value": "2.13" }, + { "name": "v", "value": "1.2.3" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx.spark:jupyter_3.3.1_2.13" }, + { "name": "displayLimit", "value": "20" }, + { "name": "displayTruncate", "value": "30" } + ], "link": "https://github.com/JetBrains/kotlin-spark-api", "dependencies": [ "org.jetbrains.kotlinx.spark:jupyter_$spark_$scala:$v" diff --git a/spark.json b/spark.json index 691b3632..cf2c227f 100644 --- a/spark.json +++ b/spark.json @@ -1,14 +1,15 @@ { "description": "Kotlin API for Apache Spark: unified analytics engine for large-scale data processing", - "properties": { - "spark": "3.3.1", - "scala": "2.13", - "v": "1.2.3", - "displayLimit": "20", - "displayTruncate": "30", - "spark.app.name": "Jupyter", - "spark.master": "local[*]" - }, + "properties": [ + { "name": "spark", "value": "3.3.1" }, + { "name": "scala", "value": "2.13" }, + { "name": "v", "value": "1.2.3" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx.spark:jupyter_3.3.1_2.13" }, + { "name": "displayLimit", "value": "20" }, + { "name": "displayTruncate", "value": "30" }, + { "name": "spark.app.name", "value": "Jupyter" }, + { "name": "spark.master", "value": "local[*]" } + ], "link": "https://github.com/JetBrains/kotlin-spark-api", "dependencies": [ "org.jetbrains.kotlinx.spark:jupyter_$spark_$scala:$v" diff --git a/webtau.json b/webtau.json index d5158a48..553bdffe 100644 --- a/webtau.json +++ b/webtau.json @@ -1,8 +1,9 @@ { "description": "WebTau end-to-end testing across layers", - "properties": { - "v": "1.53" - }, + "properties": [ + { "name": "v", "value": "1.53" }, + { "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" } + ], "link": "https://github.com/testingisdocumenting/webtau", "dependencies": [ "org.testingisdocumenting.webtau:webtau:$v" From 9c04036314c1ccfbb756792648c3a871f1aca833 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:58:03 +0000 Subject: [PATCH 044/427] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.5.0 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index d25c03f7..6df9701d 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-format reflection-less serialization", "properties": [ - { "name": "v", "value": "1.3.2" }, + { "name": "v", "value": "1.5.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From ec4e8763f97dacedaf9557f11891cf2bb751781f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:56:27 +0000 Subject: [PATCH 045/427] Update dependency org.jetbrains.kotlin.ds:kotlin-openai to v0.1.1 --- openai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai.json b/openai.json index 612f2e97..64481b46 100644 --- a/openai.json +++ b/openai.json @@ -1,7 +1,7 @@ { "description": "OpenAI API for Jupyter Notebooks", "properties": [ - { "name": "version", "value": "0.1.0" }, + { "name": "version", "value": "0.1.1" }, { "name": "version-renovate-hint", "value": "update: package=org.jetbrains.kotlin.ds:kotlin-openai" } ], "link": "https://openai.com/blog/chatgpt", From e9e61ef1e314095a1e03b349ecdf20db5435ddca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:31 +0000 Subject: [PATCH 046/427] Update dependency com.github.holgerbrandl:kravis to v0.9.95 --- kravis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kravis.json b/kravis.json index 7c8244d3..a28a7d26 100644 --- a/kravis.json +++ b/kravis.json @@ -1,7 +1,7 @@ { "description": "Kotlin grammar for data visualization", "properties": [ - { "name": "v", "value": "0.8.1" }, + { "name": "v", "value": "0.9.95" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kravis" } ], "link": "https://github.com/holgerbrandl/kravis", From 3c70f017e9fdc62bc554cde4f96381d3ed03c061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:25 +0000 Subject: [PATCH 047/427] Update dependency com.github.holgerbrandl:krangl to v0.18.4 --- krangl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krangl.json b/krangl.json index 9748cb5c..1db512b9 100644 --- a/krangl.json +++ b/krangl.json @@ -1,7 +1,7 @@ { "description": "Kotlin DSL for data wrangling", "properties": [ - { "name": "v", "value": "0.17" }, + { "name": "v", "value": "0.18.4" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:krangl" } ], "link": "https://github.com/holgerbrandl/krangl", From fc7ec77276c1e8f91a85b1ecea907eef779c6589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:00 +0000 Subject: [PATCH 048/427] Update dependency com.beust:klaxon to v5.6 --- klaxon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klaxon.json b/klaxon.json index 3e4200e3..61f1be22 100644 --- a/klaxon.json +++ b/klaxon.json @@ -1,7 +1,7 @@ { "description": "JSON parser for Kotlin", "properties": [ - { "name": "v", "value": "5.5" }, + { "name": "v", "value": "5.6" }, { "name": "v-renovate-hint", "value": "update: package=com.beust:klaxon" } ], "link": "https://github.com/cbeust/klaxon", From d6e1efb705e5b929ceaf97f32f689bda568b340f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:12 +0000 Subject: [PATCH 049/427] Update dependency com.github.haifengl:smile-kotlin to v2.6.0 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index fff08ac0..0438c310 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "2.4.0" }, + { "name": "v", "value": "2.6.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 84eaf68bc35ec0befd9e73d7ee6a633e34fd85e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:19 +0000 Subject: [PATCH 050/427] Update dependency com.github.holgerbrandl:kalasim to v0.9.1 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 33a251ff..001a3327 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.7.92" }, + { "name": "v", "value": "0.9.1" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From a5bd1f401033e027484c0a75ca2bc647e30a16dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:37 +0000 Subject: [PATCH 051/427] Update dependency com.github.psambit9791:jdsp to v0.8.0 --- jdsp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdsp.json b/jdsp.json index 16db5668..913b4e5c 100644 --- a/jdsp.json +++ b/jdsp.json @@ -1,7 +1,7 @@ { "description": "Java library for signal processing", "properties": [ - { "name": "v", "value": "0.5.1" }, + { "name": "v", "value": "v0.8.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.psambit9791:jdsp" } ], "link": "https://github.com/psambit9791/jDSP", From d2f08aece9cbea5cf996910cada8ae5689ce3d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:58:09 +0000 Subject: [PATCH 052/427] Update dependency org.roboquant:roboquant-jupyter to v1.4.0 --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index f7056f80..38259e8d 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": [ - { "name": "version", "value": "1.3.0" }, + { "name": "version", "value": "1.4.0" }, { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } ], "repositories": [ From 3d4d3ba13e466d6a3f421face61fc1bfb26f13fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:56:22 +0000 Subject: [PATCH 053/427] Update dependency org.freemarker:freemarker to v2.3.32 --- deeplearning4j-cuda.json | 2 +- deeplearning4j.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deeplearning4j-cuda.json b/deeplearning4j-cuda.json index 8ec52dde..ffa813b9 100644 --- a/deeplearning4j-cuda.json +++ b/deeplearning4j-cuda.json @@ -6,7 +6,7 @@ { "name": "cuda", "value": "10.2" }, { "name": "slf4j", "value": "1.7.25" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, - { "name": "freemarker", "value": "2.3.29" }, + { "name": "freemarker", "value": "2.3.32" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } ], "link": "https://github.com/eclipse/deeplearning4j", diff --git a/deeplearning4j.json b/deeplearning4j.json index 07e306f7..92e6c4bc 100644 --- a/deeplearning4j.json +++ b/deeplearning4j.json @@ -5,7 +5,7 @@ { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, { "name": "slf4j", "value": "1.7.25" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, - { "name": "freemarker", "value": "2.3.29" }, + { "name": "freemarker", "value": "2.3.32" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } ], "link": "https://github.com/eclipse/deeplearning4j", From 76b13120e62c9455efb540a3d9cb8a05a454f9fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:56:17 +0000 Subject: [PATCH 054/427] Update dependency mysql:mysql-connector-java to v8.0.33 --- mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.json b/mysql.json index 9d6b90ef..729f83b1 100644 --- a/mysql.json +++ b/mysql.json @@ -1,7 +1,7 @@ { "description": "MySql JDBC Connector", "properties": [ - { "name": "v", "value": "8.0.17" }, + { "name": "v", "value": "8.0.33" }, { "name": "v-renovate-hint", "value": "update: package=mysql:mysql-connector-java" } ], "link": "https://github.com/mysql/mysql-connector-j", From fbe7872c291609688dd6f0c12b9090bdbfdf2bc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 14:11:44 +0000 Subject: [PATCH 055/427] Update dependency com.github.haifengl:smile-kotlin to v3 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index 0438c310..bbb1d5e0 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "2.6.0" }, + { "name": "v", "value": "3.0.1" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 6dbe7ebfa59f02f9de57baf57ef2eb7584945aa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:57:56 +0000 Subject: [PATCH 056/427] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.0 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index 97915a93..564c32f9 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.5.2" }, + { "name": "v", "value": "1.7.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From f514fef4a6247907cb94c555d50d41d980050ce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 14:12:33 +0000 Subject: [PATCH 057/427] Update dependency com.github.psambit9791:jdsp to v2 --- jdsp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdsp.json b/jdsp.json index 913b4e5c..f85a5b80 100644 --- a/jdsp.json +++ b/jdsp.json @@ -1,7 +1,7 @@ { "description": "Java library for signal processing", "properties": [ - { "name": "v", "value": "v0.8.0" }, + { "name": "v", "value": "v2.0.1" }, { "name": "v-renovate-hint", "value": "update: package=com.github.psambit9791:jdsp" } ], "link": "https://github.com/psambit9791/jDSP", From 96c7abec42050262ce8b387d298933961d709674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:56:42 +0000 Subject: [PATCH 058/427] Update dependency org.slf4j:slf4j-api to v1.7.36 --- deeplearning4j-cuda.json | 2 +- deeplearning4j.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deeplearning4j-cuda.json b/deeplearning4j-cuda.json index ffa813b9..f8fdbcc5 100644 --- a/deeplearning4j-cuda.json +++ b/deeplearning4j-cuda.json @@ -4,7 +4,7 @@ { "name": "v", "value": "1.0.0-beta6" }, { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, { "name": "cuda", "value": "10.2" }, - { "name": "slf4j", "value": "1.7.25" }, + { "name": "slf4j", "value": "1.7.36" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, { "name": "freemarker", "value": "2.3.32" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } diff --git a/deeplearning4j.json b/deeplearning4j.json index 92e6c4bc..efffdad5 100644 --- a/deeplearning4j.json +++ b/deeplearning4j.json @@ -3,7 +3,7 @@ "properties": [ { "name": "v", "value": "1.0.0-beta6" }, { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, - { "name": "slf4j", "value": "1.7.25" }, + { "name": "slf4j", "value": "1.7.36" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, { "name": "freemarker", "value": "2.3.32" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } From ca7eb1ffb1b2ef7340478f7b4651bbff3356c784 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 9 May 2023 16:06:44 +0200 Subject: [PATCH 059/427] Add global descriptor options --- global.options | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 global.options diff --git a/global.options b/global.options new file mode 100644 index 00000000..7572cf96 --- /dev/null +++ b/global.options @@ -0,0 +1,5 @@ +{ + ignoredPropertyPatterns: [ + ".*-renovate-hint" + ] +} \ No newline at end of file From 086474c04f7a73f99b0bfd210d0c9425d219005e Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 9 May 2023 16:38:31 +0200 Subject: [PATCH 060/427] Revert "Update dependency com.github.holgerbrandl:krangl to v0.18.4" This reverts commit 3c70f017e9fdc62bc554cde4f96381d3ed03c061. --- krangl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krangl.json b/krangl.json index 1db512b9..9748cb5c 100644 --- a/krangl.json +++ b/krangl.json @@ -1,7 +1,7 @@ { "description": "Kotlin DSL for data wrangling", "properties": [ - { "name": "v", "value": "0.18.4" }, + { "name": "v", "value": "0.17" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:krangl" } ], "link": "https://github.com/holgerbrandl/krangl", From 679f618df57375c8c90f91748f32fcda34d6ba6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:56:32 +0000 Subject: [PATCH 061/427] Update dependency org.jetbrains.kotlinx:lets-plot-dsl to v0.0.14-dev-15-0.11.0.52 --- lets-plot-dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-plot-dataframe.json b/lets-plot-dataframe.json index dd1348e4..244fc8c1 100644 --- a/lets-plot-dataframe.json +++ b/lets-plot-dataframe.json @@ -2,7 +2,7 @@ "description": "A bridge between Lets-Plot and dataframe libraries", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "0.0.14-dev-15-0.11.0.44" }, + { "name": "v", "value": "0.0.14-dev-15-0.11.0.52" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:lets-plot-dsl" } ], "repositories": [ From 56d49a1c7691bd0a3bef20d2a9f02d1b8dbba306 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 9 May 2023 18:02:24 +0200 Subject: [PATCH 062/427] Update gradle-enterprise-api-kotlin.json --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index 7583cd03..5d7da4e2 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "0.14.0" }, + { "name": "version", "value": "0.15.0" }, { "name": "version-renovate-hint", "value": "update: package=com.github.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From a38a0aa15eb2b3a807c992d97b834e0490e2eaaf Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 9 May 2023 18:19:23 +0200 Subject: [PATCH 063/427] Update global.options --- global.options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.options b/global.options index 7572cf96..e7f93d33 100644 --- a/global.options +++ b/global.options @@ -1,5 +1,5 @@ { - ignoredPropertyPatterns: [ + "ignoredPropertyPatterns": [ ".*-renovate-hint" ] -} \ No newline at end of file +} From ae9a5e129ee91825bf511bd79fbc51482b92fec8 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 9 May 2023 19:35:00 +0200 Subject: [PATCH 064/427] Fix smile descriptor --- smile.json | 1 - 1 file changed, 1 deletion(-) diff --git a/smile.json b/smile.json index bbb1d5e0..03cc960f 100644 --- a/smile.json +++ b/smile.json @@ -15,7 +15,6 @@ "smile.classification.*", "smile.clustering.*", "smile.manifold.*", - "smile.mds.*", "smile.nlp.*", "smile.wavelet.*" ] From ae874fdcc765f4d78e95540f55a7ad8b944d2739 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 9 May 2023 21:38:17 +0200 Subject: [PATCH 065/427] Update lets-plot.json --- lets-plot.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lets-plot.json b/lets-plot.json index c8d65d44..b0c6f515 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -6,6 +6,7 @@ { "name": "lib", "value": "3.1.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "js", "value": "3.1.0" }, + { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], "link": "https://github.com/JetBrains/lets-plot-kotlin", From 1e96c1d4598b541edc327b1979ac2b4feba7a6cb Mon Sep 17 00:00:00 2001 From: Gabriel Feo Date: Wed, 10 May 2023 00:52:55 +0100 Subject: [PATCH 066/427] Make Renovate ignore unwanted versions --- .github/renovate.json5 | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 47e70d77..70d33b67 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,9 +10,9 @@ "prHourlyLimit": 0, "rebaseWhen": "conflicted", "packageRules": [ + // Define repositories { "matchDatasources": ["maven"], - // Every repository from every descriptor "registryUrls": [ // Default kernel repositories "https://repo.maven.apache.org/maven2/", @@ -25,7 +25,27 @@ "https://s01.oss.sonatype.org/content/repositories/snapshots", "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven", ] - } + }, + // Ignore -dev versions, because in maven 1.0 < 1.0-dev + { + "matchPackagePatterns": [".*"], + "allowedVersions": "!/[-.]dev/", + }, + // Allow -dev versions if it's already using one + { + "matchCurrentValue": "/[-.]dev/", + "allowedVersions": "/.*/", + }, + // Ignore pushed by mistake version + { + "matchPackageNames": ["org.jetbrains.kotlinx:dataframe"], + "allowedVersions": "!/[-.]dev|^1548$/", + }, + // Ignore pushed by mistake versions + { + "matchPackageNames": ["com.github.gabrielfeo:gradle-enterprise-api-kotlin"], + "allowedVersions": "!/^0\\.999.*$/", + }, ], "regexManagers": [ // Matches dependencies with hardcoded versions (no interpolated properties) From 08d7a0cf2ae0e706ce8df4ffa992f04da67280c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 18:14:05 +0000 Subject: [PATCH 067/427] Update dependency space.kscience:plotlykt-jupyter to v0.5.3 --- plotly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly.json b/plotly.json index e0e883cd..7edd63e2 100644 --- a/plotly.json +++ b/plotly.json @@ -1,7 +1,7 @@ { "description": "[beta] Plotly.kt jupyter integration for static plots.", "properties": [ - { "name": "v", "value": "0.5.0" }, + { "name": "v", "value": "0.5.3" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-jupyter" } ], "link": "https://github.com/mipt-npm/plotly.kt", From ca7a774095732c98c59a833e07cc7aed2fd9781f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 18:14:12 +0000 Subject: [PATCH 068/427] Update dependency space.kscience:plotlykt-server to v0.5.3 --- plotly-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly-server.json b/plotly-server.json index 374125d2..0cb1c12d 100644 --- a/plotly-server.json +++ b/plotly-server.json @@ -1,7 +1,7 @@ { "description": "[beta] Plotly.kt jupyter integration for dynamic plots.", "properties": [ - { "name": "v", "value": "0.4.0" }, + { "name": "v", "value": "0.5.3" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-server" } ], "link": "https://github.com/mipt-npm/plotly.kt", From 9cb75c6fd0e80bd067a42290bdd004d16005d306 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Wed, 10 May 2023 16:09:34 -0400 Subject: [PATCH 069/427] Upgrade Lets-Plot: 3.1.0 --> 3.2.0 Lets-Plot Kotlin API: 4.3.0 --> 4.4.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 64d8a072..3e9b7904 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.3.0" }, + { "name": "api", "value": "4.4.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[23,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index b0c6f515..42c1eeb4 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "ggplot-like interactive visualization for Kotlin", "properties": [ - { "name": "api", "value": "4.3.0" }, + { "name": "api", "value": "4.4.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "3.1.0" }, + { "name": "lib", "value": "3.2.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "3.1.0" }, + { "name": "js", "value": "3.2.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], @@ -55,6 +55,7 @@ "org.jetbrains.letsPlot.pos.positionStack", "org.jetbrains.letsPlot.pos.positionFill", "org.jetbrains.letsPlot.pos.positionDodge", + "org.jetbrains.letsPlot.pos.positionDodgeV", "org.jetbrains.letsPlot.pos.positionNudge", "org.jetbrains.letsPlot.pos.positionJitter", "org.jetbrains.letsPlot.pos.positionJitterDodge", From d7421eb32907543b1e6a8fed18ec883dfb061b67 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Thu, 11 May 2023 16:56:44 -0400 Subject: [PATCH 070/427] Upgrade Lets-Plot Kotlin API: 4.4.0 --> 4.4.1 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 3e9b7904..d4fbece7 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.4.0" }, + { "name": "api", "value": "4.4.1" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[23,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 42c1eeb4..4a9c9e7b 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "ggplot-like interactive visualization for Kotlin", "properties": [ - { "name": "api", "value": "4.4.0" }, + { "name": "api", "value": "4.4.1" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, { "name": "lib", "value": "3.2.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, From 08fc990eea6ef308162266bb5c39b4b92f894800 Mon Sep 17 00:00:00 2001 From: Julia Beliaeva Date: Fri, 12 May 2023 12:34:46 +0200 Subject: [PATCH 071/427] Import "api.summary" and "onnx.inference" packages for KotlinDL library (#234) --- kotlin-dl.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kotlin-dl.json b/kotlin-dl.json index 45345044..3277b377 100644 --- a/kotlin-dl.json +++ b/kotlin-dl.json @@ -26,9 +26,11 @@ "org.jetbrains.kotlinx.dl.api.core.regularizer.*", "org.jetbrains.kotlinx.dl.api.core.summary.*", "org.jetbrains.kotlinx.dl.api.preprocessing.*", + "org.jetbrains.kotlinx.dl.api.summary.*", "org.jetbrains.kotlinx.dl.dataset.*", "org.jetbrains.kotlinx.dl.dataset.embedded.*", "org.jetbrains.kotlinx.dl.impl.preprocessing.*", - "org.jetbrains.kotlinx.dl.impl.preprocessing.image.*" + "org.jetbrains.kotlinx.dl.impl.preprocessing.image.*", + "org.jetbrains.kotlinx.dl.onnx.inference.*" ] } From 46648dc296ee5749e859ea6ed5830371c68a4de5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 17:41:44 +0000 Subject: [PATCH 072/427] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.5.1 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 6df9701d..03c43958 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-format reflection-less serialization", "properties": [ - { "name": "v", "value": "1.5.0" }, + { "name": "v", "value": "1.5.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From a0720620d2549ea7d4ba61ba8492169540913048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 16:42:13 +0000 Subject: [PATCH 073/427] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.1 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index 564c32f9..fe586e03 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.7.0" }, + { "name": "v", "value": "1.7.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From 57b624e24faf2b39abfeac458d4698acec9b0961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 21:11:27 +0000 Subject: [PATCH 074/427] Update dependency space.kscience:kmath-jupyter to v0.3.1 --- kmath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmath.json b/kmath.json index 503f770e..50d06d31 100644 --- a/kmath.json +++ b/kmath.json @@ -1,7 +1,7 @@ { "description": "Experimental Kotlin algebra-based mathematical library", "properties": [ - { "name": "v", "value": "0.3.0" }, + { "name": "v", "value": "0.3.1" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:kmath-jupyter" } ], "link": "https://github.com/mipt-npm/kmath", From 77218dff951cef78ac1c4db900d24bc743616ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:58:46 +0000 Subject: [PATCH 075/427] Update dependency org.jetbrains.kotlin.ds:kotlin-openai to v0.1.2 --- openai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai.json b/openai.json index 64481b46..3b972ec0 100644 --- a/openai.json +++ b/openai.json @@ -1,7 +1,7 @@ { "description": "OpenAI API for Jupyter Notebooks", "properties": [ - { "name": "version", "value": "0.1.1" }, + { "name": "version", "value": "0.1.2" }, { "name": "version-renovate-hint", "value": "update: package=org.jetbrains.kotlin.ds:kotlin-openai" } ], "link": "https://openai.com/blog/chatgpt", From 2ab60d765e6f13daa579207c3c989bd3b6142eb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:58:50 +0000 Subject: [PATCH 076/427] Update dependency org.jetbrains.kotlinx:kotlin-deeplearning-api to v0.5.2 --- kotlin-dl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-dl.json b/kotlin-dl.json index 3277b377..e2205989 100644 --- a/kotlin-dl.json +++ b/kotlin-dl.json @@ -2,7 +2,7 @@ "description": "KotlinDL library which provides Keras-like API for deep learning", "link": "https://github.com/Kotlin/kotlindl", "properties": [ - { "name": "v", "value": "0.5.1" }, + { "name": "v", "value": "0.5.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-deeplearning-api" } ], "dependencies": [ From 0d5f10b2653594f2f59663cddfdfeea9d1f4cbb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 15:58:56 +0000 Subject: [PATCH 077/427] Update dependency com.github.gabrielfeo:gradle-enterprise-api-kotlin to v0.15.1 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index 5d7da4e2..cfa8196e 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "0.15.0" }, + { "name": "version", "value": "0.15.1" }, { "name": "version-renovate-hint", "value": "update: package=com.github.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From beed5e16f4123ac9b6c17c5073f7befc00abf7ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:11:04 +0000 Subject: [PATCH 078/427] Update dependency org.jetbrains.kotlinx:dataframe to v0.10.1 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 63586af2..02134aaa 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.10.0" }, + { "name": "v", "value": "0.10.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "repositories": [ From 6a94e1ba94e9ffdb808a0ef858fc3e5e03fca262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 23:47:24 +0200 Subject: [PATCH 079/427] Update dependency com.github.gabrielfeo:gradle-enterprise-api-kotlin to v0.16.0 (#241) * Update dependency com.github.gabrielfeo:gradle-enterprise-api-kotlin to v0.16.0 * Add new import to gradle-enterprise-api-kotlin.json * Update gradle-enterprise-api-kotlin.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ilya Muradyan --- gradle-enterprise-api-kotlin.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index cfa8196e..f1fe0643 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "0.15.1" }, + { "name": "version", "value": "0.16.0" }, { "name": "version-renovate-hint", "value": "update: package=com.github.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", @@ -10,6 +10,7 @@ ], "imports": [ "com.gabrielfeo.gradle.enterprise.api.*", - "com.gabrielfeo.gradle.enterprise.api.model.*" + "com.gabrielfeo.gradle.enterprise.api.model.*", + "com.gabrielfeo.gradle.enterprise.api.extension.*" ] } From 879704ee06f2e8bda3e59ad40010addd0544013b Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 25 May 2023 12:58:11 +0400 Subject: [PATCH 080/427] kandy update version 0.4.1 -> 0.4.2 --- kandy-echarts.json | 2 +- kandy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 5a6a0c08..93acd1c5 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.4.1" }, + { "name": "kandyVersion", "value": "0.4.2" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index e4f25146..f12d991a 100644 --- a/kandy.json +++ b/kandy.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.4.1" }, + { "name": "kandyVersion", "value": "0.4.2" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" } ], "link": "https://github.com/Kotlin/kandy", From f18be0136fc3f6d6d99caa4170a3bc7793fb1aab Mon Sep 17 00:00:00 2001 From: Gabriel Feo Date: Fri, 26 May 2023 20:42:49 +0100 Subject: [PATCH 081/427] Update groupId of gradle-enterprise-api-kotlin --- gradle-enterprise-api-kotlin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index f1fe0643..5b323f61 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,12 +1,12 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "0.16.0" }, - { "name": "version-renovate-hint", "value": "update: package=com.github.gabrielfeo:gradle-enterprise-api-kotlin" } + { "name": "version", "value": "0.16.2" }, + { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", "dependencies": [ - "com.github.gabrielfeo:gradle-enterprise-api-kotlin:$version" + "com.gabrielfeo:gradle-enterprise-api-kotlin:$version" ], "imports": [ "com.gabrielfeo.gradle.enterprise.api.*", From 89a2ded19ec2177d80a5c71ff7b885073fee92ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 00:08:41 +0000 Subject: [PATCH 082/427] Update dependency org.jetbrains.kotlinx:multik-core-jvm to v0.2.2 --- multik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multik.json b/multik.json index e7557299..56a34d6a 100644 --- a/multik.json +++ b/multik.json @@ -1,7 +1,7 @@ { "description": "Multidimensional array library for Kotlin", "properties": [ - { "name": "v", "value": "0.2.1" }, + { "name": "v", "value": "0.2.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:multik-core-jvm" } ], "link": "https://github.com/Kotlin/multik", From 10c7d6b51437af45ec9057ccff20f71239df3f78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:59:14 +0000 Subject: [PATCH 083/427] Update dependency org.roboquant:roboquant-jupyter to v1.5.0 --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index 38259e8d..cc7280ff 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": [ - { "name": "version", "value": "1.4.0" }, + { "name": "version", "value": "1.5.0" }, { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } ], "repositories": [ From a790ff88ab1b5d146ffa72a9350458abe173f55e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:32:40 +0000 Subject: [PATCH 084/427] Update dependency org.biokotlin:biokotlin to v0.07 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 79a1d31d..d4b4ea0c 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.06" }, + { "name": "v", "value": "0.07" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://bitbucket.org/bucklerlab/biokotlin", From d7c2e1b3a336efc1b36bdfc8497d822b19a8e667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:37:19 +0000 Subject: [PATCH 085/427] Update dependency org.jetbrains.kotlinx:kandy-lets-plot to v0.4.3 --- kandy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy.json b/kandy.json index f12d991a..5bf01619 100644 --- a/kandy.json +++ b/kandy.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.4.2" }, + { "name": "kandyVersion", "value": "0.4.3" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" } ], "link": "https://github.com/Kotlin/kandy", From bc2040cb9168327199ee22c2b4d4b6ad6474c213 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:37:14 +0000 Subject: [PATCH 086/427] Update dependency org.jetbrains.kotlinx:kandy-echarts to v0.4.3 --- kandy-echarts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 93acd1c5..6f3ebb98 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.4.2" }, + { "name": "kandyVersion", "value": "0.4.3" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", From 770cb71e4f131859fd518c42cccaac6f272eca4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 23:41:32 +0000 Subject: [PATCH 087/427] Update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v0.17.0 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index 5b323f61..45ea1d01 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "0.16.2" }, + { "name": "version", "value": "0.17.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From 27d9bd28ca6410f4484bc5b76d0552c58bfc8c3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 15:08:18 +0000 Subject: [PATCH 088/427] Update dependency org.testingisdocumenting.webtau:webtau to v2 --- webtau.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtau.json b/webtau.json index 553bdffe..d6ce1643 100644 --- a/webtau.json +++ b/webtau.json @@ -1,7 +1,7 @@ { "description": "WebTau end-to-end testing across layers", "properties": [ - { "name": "v", "value": "1.53" }, + { "name": "v", "value": "2.0" }, { "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" } ], "link": "https://github.com/testingisdocumenting/webtau", From d3d8172598f5cf640aff1c2340463b83f93fec96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:29:30 +0000 Subject: [PATCH 089/427] Update dependency com.github.holgerbrandl:kalasim to v0.10 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 001a3327..e7f42538 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.9.1" }, + { "name": "v", "value": "0.10" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 711acd142fca21b9d9507871a9675c826babe43d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:56:17 +0000 Subject: [PATCH 090/427] Update dependency com.github.haifengl:smile-kotlin to v3.0.2 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index 03cc960f..d903e634 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "3.0.1" }, + { "name": "v", "value": "3.0.2" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 450a774cc0cffa966880e32121d907d31e9f5b99 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 14 Jun 2023 16:32:37 +0200 Subject: [PATCH 091/427] Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 70d33b67..7cb10d23 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -39,7 +39,7 @@ // Ignore pushed by mistake version { "matchPackageNames": ["org.jetbrains.kotlinx:dataframe"], - "allowedVersions": "!/[-.]dev|^1548$/", + "allowedVersions": "!/[-.]dev|^1548$|^1727$/", }, // Ignore pushed by mistake versions { From 4117ad9c50fe92f38b157c05c07559113fd3baa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:01:37 +0000 Subject: [PATCH 092/427] Update dependency org.biokotlin:biokotlin to v0.08 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index d4b4ea0c..be9726c2 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.07" }, + { "name": "v", "value": "0.08" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://bitbucket.org/bucklerlab/biokotlin", From c84590884b70ec256bc263adf9ed761eea05d82b Mon Sep 17 00:00:00 2001 From: Terry Casstevens Date: Tue, 20 Jun 2023 13:36:10 -0400 Subject: [PATCH 093/427] Updated link URL --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index be9726c2..94c9e2cf 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -4,7 +4,7 @@ { "name": "v", "value": "0.08" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], - "link": "https://bitbucket.org/bucklerlab/biokotlin", + "link": "https://github.com/maize-genetics/BioKotlin", "dependencies": [ "org.biokotlin:biokotlin:$v" ] From 1aa5237e70529606f46398c52449b57f8903027e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:45:04 +0000 Subject: [PATCH 094/427] Update dependency org.jetbrains.kotlinx:dataframe to v0.11.0 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 02134aaa..3610676e 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.10.1" }, + { "name": "v", "value": "0.11.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "repositories": [ From 5a442da349481709d34174f214784d7f1a00cf1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:23:36 +0000 Subject: [PATCH 095/427] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.2 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index fe586e03..e6c413e0 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.7.1" }, + { "name": "v", "value": "1.7.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From ef4cbc7adc4b03550bf8ebed21be2e3633e426f0 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Wed, 26 Jul 2023 12:22:38 +0200 Subject: [PATCH 096/427] updated spark --- spark-streaming.json | 4 ++-- spark.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spark-streaming.json b/spark-streaming.json index d5936a6b..bee4b3ef 100644 --- a/spark-streaming.json +++ b/spark-streaming.json @@ -1,9 +1,9 @@ { "description": "Kotlin API for Apache Spark Streaming: scalable, high-throughput, fault-tolerant stream processing of live data streams", "properties": [ - { "name": "spark", "value": "3.3.1" }, + { "name": "spark", "value": "3.3.2" }, { "name": "scala", "value": "2.13" }, - { "name": "v", "value": "1.2.3" }, + { "name": "v", "value": "1.2.4" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx.spark:jupyter_3.3.1_2.13" }, { "name": "displayLimit", "value": "20" }, { "name": "displayTruncate", "value": "30" } diff --git a/spark.json b/spark.json index cf2c227f..bb75d1db 100644 --- a/spark.json +++ b/spark.json @@ -1,9 +1,9 @@ { "description": "Kotlin API for Apache Spark: unified analytics engine for large-scale data processing", "properties": [ - { "name": "spark", "value": "3.3.1" }, + { "name": "spark", "value": "3.3.2" }, { "name": "scala", "value": "2.13" }, - { "name": "v", "value": "1.2.3" }, + { "name": "v", "value": "1.2.4" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx.spark:jupyter_3.3.1_2.13" }, { "name": "displayLimit", "value": "20" }, { "name": "displayTruncate", "value": "30" }, From 3159457689a26b2bad844e8a881b48d3cfb7ec01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 12:18:22 +0000 Subject: [PATCH 097/427] Update dependency space.kscience:plotlykt-server to v0.6.0 --- plotly-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly-server.json b/plotly-server.json index 0cb1c12d..a17384d1 100644 --- a/plotly-server.json +++ b/plotly-server.json @@ -1,7 +1,7 @@ { "description": "[beta] Plotly.kt jupyter integration for dynamic plots.", "properties": [ - { "name": "v", "value": "0.5.3" }, + { "name": "v", "value": "0.6.0" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-server" } ], "link": "https://github.com/mipt-npm/plotly.kt", From 96e61287ae167c02ad2ce30f20df7f64b417428d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 12:18:18 +0000 Subject: [PATCH 098/427] Update dependency space.kscience:plotlykt-jupyter to v0.6.0 --- plotly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly.json b/plotly.json index 7edd63e2..be51cb91 100644 --- a/plotly.json +++ b/plotly.json @@ -1,7 +1,7 @@ { "description": "[beta] Plotly.kt jupyter integration for static plots.", "properties": [ - { "name": "v", "value": "0.5.3" }, + { "name": "v", "value": "0.6.0" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-jupyter" } ], "link": "https://github.com/mipt-npm/plotly.kt", From 7a613e12920fa527911f66e23b023c9b00acc49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:42:23 +0000 Subject: [PATCH 099/427] Update dependency org.jetbrains.exposed:exposed-core to v0.42.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index d709dca1..5b1b643c 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.41.1" }, + { "name": "v", "value": "0.42.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From d251d9c82c6cfc838b0c4c8fb4f4ba7a792de980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:25:49 +0000 Subject: [PATCH 100/427] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.3 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index e6c413e0..b34993d2 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.7.2" }, + { "name": "v", "value": "1.7.3" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From a3db61f443a3c523f5b814aabc5c83e77f6d03c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:50:32 +0000 Subject: [PATCH 101/427] Update dependency org.jetbrains.kotlinx:kandy-lets-plot to v0.4.4 --- kandy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy.json b/kandy.json index 5bf01619..d90b9042 100644 --- a/kandy.json +++ b/kandy.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.4.3" }, + { "name": "kandyVersion", "value": "0.4.4" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" } ], "link": "https://github.com/Kotlin/kandy", From dd83c1e6bb7560e0fe5c90cae89275816204c672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:50:28 +0000 Subject: [PATCH 102/427] Update dependency org.jetbrains.kotlinx:kandy-echarts to v0.4.4 --- kandy-echarts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 6f3ebb98..902af327 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.4.3" }, + { "name": "kandyVersion", "value": "0.4.4" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", From 426d9976f4a7db1deb35da1887a999357552976d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:25:58 +0000 Subject: [PATCH 103/427] Update dependency org.roboquant:roboquant-jupyter to v1.6.0 --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index cc7280ff..4d1cea0f 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": [ - { "name": "version", "value": "1.5.0" }, + { "name": "version", "value": "1.6.0" }, { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } ], "repositories": [ From cad209e6f4afc2a2667c9981c41831024fdedee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:56:22 +0000 Subject: [PATCH 104/427] Update dependency com.github.holgerbrandl:krangl to v0.18.4 --- krangl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krangl.json b/krangl.json index 9748cb5c..1db512b9 100644 --- a/krangl.json +++ b/krangl.json @@ -1,7 +1,7 @@ { "description": "Kotlin DSL for data wrangling", "properties": [ - { "name": "v", "value": "0.17" }, + { "name": "v", "value": "0.18.4" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:krangl" } ], "link": "https://github.com/holgerbrandl/krangl", From 587d7e51b4401c68f786cd52f820792e4d08119d Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 2 Aug 2023 02:45:08 +0200 Subject: [PATCH 105/427] Revert Krangl version update --- krangl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krangl.json b/krangl.json index 1db512b9..9748cb5c 100644 --- a/krangl.json +++ b/krangl.json @@ -1,7 +1,7 @@ { "description": "Kotlin DSL for data wrangling", "properties": [ - { "name": "v", "value": "0.18.4" }, + { "name": "v", "value": "0.17" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:krangl" } ], "link": "https://github.com/holgerbrandl/krangl", From b876ac072aefeafc175d6d571cb224da0526151c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:42:31 +0000 Subject: [PATCH 106/427] Update dependency org.jetbrains.kotlinx:dataframe to v0.11.1 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 3610676e..46fc4edb 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.11.0" }, + { "name": "v", "value": "0.11.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "repositories": [ From 6589b0d3d8be6708bce90065cca91744013209b7 Mon Sep 17 00:00:00 2001 From: Giovanni Ciatto Date: Wed, 12 Jul 2023 12:06:46 +0200 Subject: [PATCH 107/427] feat: add kt-math --- kt-math.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kt-math.json diff --git a/kt-math.json b/kt-math.json new file mode 100644 index 00000000..5042df71 --- /dev/null +++ b/kt-math.json @@ -0,0 +1,23 @@ +{ + "description": "Kotlin multi-platform port of java.math.*", + "properties": [ + { + "name": "v", + "value": "0.9.0" + }, + { + "name": "v-renovate-hint", + "value": "update: package=io.github.gciatto:kt-math" + } + ], + "link": "https://github.com/gciatto/kt-math", + "repositories": [ + "https://repo1.maven.org/maven2" + ], + "dependencies": [ + "io.github.gciatto:kt-math-jvm:$v" + ], + "imports": [ + "org.gciatto.kt.math.*" + ] +} \ No newline at end of file From 05404d15805a6df20f8978062d398957136d08ec Mon Sep 17 00:00:00 2001 From: Giovanni Ciatto Date: Wed, 12 Jul 2023 12:06:55 +0200 Subject: [PATCH 108/427] feat: add 2p-kt --- 2p-kt.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 2p-kt.json diff --git a/2p-kt.json b/2p-kt.json new file mode 100644 index 00000000..cbb92586 --- /dev/null +++ b/2p-kt.json @@ -0,0 +1,30 @@ +{ + "description": "A Kotlin Multi-Platform ecosystem for symbolic AI", + "properties": [ + { + "name": "v", + "value": "0.31.9" + }, + { + "name": "v-renovate-hint", + "value": "update: package=it.unibo.tuprolog:full" + } + ], + "link": "https://github.com/gciatto/kt-math", + "repositories": [ + "https://repo1.maven.org/maven2" + ], + "dependencies": [ + "it.unibo.tuprolog:solve-classic-jvm:$v", + "it.unibo.tuprolog:parser-theory-jvm:$v", + "it.unibo.tuprolog:dsl-solve-jvm:$v" + ], + "imports": [ + "it.unibo.tuprolog.core.*", + "it.unibo.tuprolog.unify.*", + "it.unibo.tuprolog.theory.*", + "it.unibo.tuprolog.solve.*", + "it.unibo.tuprolog.core.parsing.*", + "it.unibo.tuprolog.theory.parsing.*" + ] +} \ No newline at end of file From c575d6060c9b83a4ef78f1f78e7890b04fea2f1e Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 4 Aug 2023 18:51:40 +0200 Subject: [PATCH 109/427] Consistent formatting and unneeded things removal for 2p-kt and kt-math --- 2p-kt.json | 17 ++++------------- kt-math.json | 15 +++------------ 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/2p-kt.json b/2p-kt.json index cbb92586..3eaab816 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,19 +1,10 @@ { - "description": "A Kotlin Multi-Platform ecosystem for symbolic AI", + "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { - "name": "v", - "value": "0.31.9" - }, - { - "name": "v-renovate-hint", - "value": "update: package=it.unibo.tuprolog:full" - } + { "name": "v", "value": "0.31.9" }, + { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", - "repositories": [ - "https://repo1.maven.org/maven2" - ], "dependencies": [ "it.unibo.tuprolog:solve-classic-jvm:$v", "it.unibo.tuprolog:parser-theory-jvm:$v", @@ -27,4 +18,4 @@ "it.unibo.tuprolog.core.parsing.*", "it.unibo.tuprolog.theory.parsing.*" ] -} \ No newline at end of file +} diff --git a/kt-math.json b/kt-math.json index 5042df71..5efa5b2e 100644 --- a/kt-math.json +++ b/kt-math.json @@ -1,23 +1,14 @@ { "description": "Kotlin multi-platform port of java.math.*", "properties": [ - { - "name": "v", - "value": "0.9.0" - }, - { - "name": "v-renovate-hint", - "value": "update: package=io.github.gciatto:kt-math" - } + { "name": "v", "value": "0.9.0" }, + { "name": "v-renovate-hint", "value": "update: package=io.github.gciatto:kt-math" } ], "link": "https://github.com/gciatto/kt-math", - "repositories": [ - "https://repo1.maven.org/maven2" - ], "dependencies": [ "io.github.gciatto:kt-math-jvm:$v" ], "imports": [ "org.gciatto.kt.math.*" ] -} \ No newline at end of file +} From a490a4f6afdb55d9c3860573d6ec3d71bd134814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:53:41 +0000 Subject: [PATCH 110/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.11 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 3eaab816..104bedb9 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.9" }, + { "name": "v", "value": "0.31.11" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From c1f62c97b95b8882d61ef98aee08f42df47093e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 04:06:43 +0000 Subject: [PATCH 111/427] chore(deps): update dependency org.testingisdocumenting.webtau:webtau to v2.1 --- webtau.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtau.json b/webtau.json index d6ce1643..fd2f09ab 100644 --- a/webtau.json +++ b/webtau.json @@ -1,7 +1,7 @@ { "description": "WebTau end-to-end testing across layers", "properties": [ - { "name": "v", "value": "2.0" }, + { "name": "v", "value": "2.1" }, { "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" } ], "link": "https://github.com/testingisdocumenting/webtau", From 701fce1296b5384c3067ad327bf6f24575ed48f6 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Wed, 23 Aug 2023 18:23:07 -0400 Subject: [PATCH 112/427] Upgrade Lets-Plot: 3.2.0 --> 4.0.0 Lets-Plot Kotlin API: 4.4.1 --> 4.4.2 --- lets-plot-gt.json | 2 +- lets-plot.json | 42 ++++++++---------------------------------- 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index d4fbece7..df41b622 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.4.1" }, + { "name": "api", "value": "4.4.2" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[23,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 4a9c9e7b..e4588f77 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { - "description": "ggplot-like interactive visualization for Kotlin", + "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.4.1" }, + { "name": "api", "value": "4.4.2" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "3.2.0" }, + { "name": "lib", "value": "4.0.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "3.2.0" }, + { "name": "js", "value": "4.0.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], @@ -13,6 +13,7 @@ "dependencies": [ "org.jetbrains.lets-plot:lets-plot-kotlin-kernel:$api", "org.jetbrains.lets-plot:lets-plot-common:$lib", + "org.jetbrains.lets-plot:platf-awt-jvm:$lib", "org.jetbrains.lets-plot:lets-plot-image-export:$lib", "io.github.microutils:kotlin-logging-jvm:2.0.5" ], @@ -28,37 +29,10 @@ "org.jetbrains.letsPlot.export.*", "org.jetbrains.letsPlot.tooltips.*", "org.jetbrains.letsPlot.annotations.*", - "org.jetbrains.letsPlot.themes.theme", - "org.jetbrains.letsPlot.themes.elementBlank", - "org.jetbrains.letsPlot.themes.elementRect", - "org.jetbrains.letsPlot.themes.elementLine", - "org.jetbrains.letsPlot.themes.elementText", - "org.jetbrains.letsPlot.themes.themeBW", - "org.jetbrains.letsPlot.themes.themeGrey", - "org.jetbrains.letsPlot.themes.themeLight", - "org.jetbrains.letsPlot.themes.themeClassic", - "org.jetbrains.letsPlot.themes.themeMinimal", - "org.jetbrains.letsPlot.themes.themeMinimal2", - "org.jetbrains.letsPlot.themes.themeNone", - "org.jetbrains.letsPlot.themes.margin", - "org.jetbrains.letsPlot.themes.flavorDarcula", - "org.jetbrains.letsPlot.themes.flavorSolarizedLight", - "org.jetbrains.letsPlot.themes.flavorSolarizedDark", - "org.jetbrains.letsPlot.themes.flavorHighContrastLight", - "org.jetbrains.letsPlot.themes.flavorHighContrastDark", + "org.jetbrains.letsPlot.themes.*", "org.jetbrains.letsPlot.font.*", - "org.jetbrains.letsPlot.coord.coordFixed", - "org.jetbrains.letsPlot.coord.coordCartesian", - "org.jetbrains.letsPlot.coord.coordMap", - "org.jetbrains.letsPlot.coord.coordFlip", - "org.jetbrains.letsPlot.pos.positionIdentity", - "org.jetbrains.letsPlot.pos.positionStack", - "org.jetbrains.letsPlot.pos.positionFill", - "org.jetbrains.letsPlot.pos.positionDodge", - "org.jetbrains.letsPlot.pos.positionDodgeV", - "org.jetbrains.letsPlot.pos.positionNudge", - "org.jetbrains.letsPlot.pos.positionJitter", - "org.jetbrains.letsPlot.pos.positionJitterDodge", + "org.jetbrains.letsPlot.coord.*", + "org.jetbrains.letsPlot.pos.*", "org.jetbrains.letsPlot.bistro.corr.*", "org.jetbrains.letsPlot.bistro.qq.*", "org.jetbrains.letsPlot.bistro.joint.*", From 0902b32eff3d36c67f2da7bd0cd52347695b6f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:03:31 +0000 Subject: [PATCH 113/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 03c43958..112e99f1 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-format reflection-less serialization", "properties": [ - { "name": "v", "value": "1.5.1" }, + { "name": "v", "value": "1.6.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From 2736da06b058dc2b96bd323d9f55e5f77480fb21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 02:00:22 +0000 Subject: [PATCH 114/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.12 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 104bedb9..457520a7 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.11" }, + { "name": "v", "value": "0.31.12" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From bd8687d1d81fe59f2b75676b6ba70eca2bfc33ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:50:16 +0000 Subject: [PATCH 115/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.42.1 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 5b1b643c..b3b584d0 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.42.0" }, + { "name": "v", "value": "0.42.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From b098b8e4ce56804c660da9defe89ae115072df60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:08:38 +0000 Subject: [PATCH 116/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.13 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 457520a7..1f5915a5 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.12" }, + { "name": "v", "value": "0.31.13" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 032fb845578bebd91b3b25dd41487d7334851ac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:42:27 +0000 Subject: [PATCH 117/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1 --- datetime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetime.json b/datetime.json index b3655bcd..c73ee0cd 100644 --- a/datetime.json +++ b/datetime.json @@ -1,7 +1,7 @@ { "description": "Kotlin date/time library", "properties": [ - { "name": "v", "value": "0.4.0" }, + { "name": "v", "value": "0.4.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-datetime" } ], "link": "https://github.com/Kotlin/kotlinx-datetime", From e76a7d0c443c1ca6434902f00a2a4665267017be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:03:59 +0000 Subject: [PATCH 118/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.11.1 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index e7f42538..5b6764db 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.10" }, + { "name": "v", "value": "0.11.1" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 7a077a1a5edaf44fed8b85a58b2bfdf620e7c453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:26:55 +0000 Subject: [PATCH 119/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.43.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index b3b584d0..b86749e8 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.42.1" }, + { "name": "v", "value": "0.43.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 53f7fc23c93ff9102bf5e3d7d64b1e0698c91f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:00:24 +0000 Subject: [PATCH 120/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.11.4 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 5b6764db..87c83342 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.11.1" }, + { "name": "v", "value": "0.11.4" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 17ecdd750fb2a1423af15cdc61914658729543c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 16:43:50 +0000 Subject: [PATCH 121/427] chore(deps): update dependency org.testingisdocumenting.webtau:webtau to v2.2 --- webtau.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtau.json b/webtau.json index fd2f09ab..5b7daacc 100644 --- a/webtau.json +++ b/webtau.json @@ -1,7 +1,7 @@ { "description": "WebTau end-to-end testing across layers", "properties": [ - { "name": "v", "value": "2.1" }, + { "name": "v", "value": "2.2" }, { "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" } ], "link": "https://github.com/testingisdocumenting/webtau", From fe9019cddefe0e0d3c95024dbf311765d64b453b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:40:18 +0000 Subject: [PATCH 122/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.14 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 1f5915a5..2f74a29c 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.13" }, + { "name": "v", "value": "0.31.14" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 46a97134d46b583d924ec39c068410ffa40d2708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:13:58 +0000 Subject: [PATCH 123/427] chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-common to v4.0.1 --- lets-plot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot.json b/lets-plot.json index e4588f77..baf1db01 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -3,9 +3,9 @@ "properties": [ { "name": "api", "value": "4.4.2" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.0.0" }, + { "name": "lib", "value": "4.0.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.0.0" }, + { "name": "js", "value": "4.0.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From 334bf2d813772767f5ce6cdf4c0a30cb8ad509f3 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Fri, 15 Sep 2023 15:09:18 -0400 Subject: [PATCH 124/427] Upgrade Lets-Plot Kotlin API: 4.4.2 --> 4.4.3 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index df41b622..8acca9bf 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.4.2" }, + { "name": "api", "value": "4.4.3" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[23,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index baf1db01..19401e6e 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.4.2" }, + { "name": "api", "value": "4.4.3" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, { "name": "lib", "value": "4.0.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, From 3a762de1043970c65baabcd2c973014a613982f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:52:55 +0000 Subject: [PATCH 125/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.15 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 2f74a29c..14aae0df 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.14" }, + { "name": "v", "value": "0.31.15" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 52013d45b50458ca84325690de05949f7e87cf46 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 17 Sep 2023 13:18:21 +0200 Subject: [PATCH 126/427] Update roboquant.json Updated to version 2.0.0 release --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index 4d1cea0f..52422f99 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": [ - { "name": "version", "value": "1.6.0" }, + { "name": "version", "value": "2.0.0" }, { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } ], "repositories": [ From 03f7ad867c47fb9e59c68fbc0010a0c69b5d2e2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:52:58 +0000 Subject: [PATCH 127/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.11.5 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 87c83342..c28ec01d 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.11.4" }, + { "name": "v", "value": "0.11.5" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 6c1441855a31d1146bed6c6858b7d613591ed785 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Tue, 3 Oct 2023 15:48:46 -0400 Subject: [PATCH 128/427] Lets-Plot GeoTools: replace open-ended dependency version spec with the latest compatible version: 29.2 The most recent GeoTools version 30RC is not compatible due to renamed packages. See release notes: http://geotoolsnews.blogspot.com/2023/09/geotools-30-rc-released.html --- lets-plot-gt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 8acca9bf..4659243d 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -4,7 +4,7 @@ "properties": [ { "name": "api", "value": "4.4.3" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, - { "name": "gt", "value": "[23,)" }, + { "name": "gt", "value": "29.2" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } ], "repositories": [ From e90fc9db4fbb9df3fda9ff8e4d1bf93710a45012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:51:33 +0000 Subject: [PATCH 129/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.09 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 94c9e2cf..273dcee6 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.08" }, + { "name": "v", "value": "0.09" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 385682481fa243a8409524d3a4df3aa632023609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:17:32 +0000 Subject: [PATCH 130/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.16 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 14aae0df..9e154c06 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.15" }, + { "name": "v", "value": "0.31.16" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 279e23fff566cd37e48fdafc2cc6f201f8986d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:40:00 +0000 Subject: [PATCH 131/427] chore(deps): update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v2023 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index 45ea1d01..c51b8dc7 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "0.17.0" }, + { "name": "version", "value": "2023.2.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From 65b5f687a0436f6116adfcc15f1e93dba5143b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:13:50 +0000 Subject: [PATCH 132/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.44.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index b86749e8..153a3d52 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.43.0" }, + { "name": "v", "value": "0.44.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 747e1da763769fe2e9006a5030362625e5545aff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:51:39 +0000 Subject: [PATCH 133/427] chore(deps): update dependency org.geotools:gt-geojson to v30 --- lets-plot-gt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 4659243d..82186188 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -4,7 +4,7 @@ "properties": [ { "name": "api", "value": "4.4.3" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, - { "name": "gt", "value": "29.2" }, + { "name": "gt", "value": "30.0" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } ], "repositories": [ From 2c2bb97d25fc5c326b004b95f176976c424ba1a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:49:10 +0000 Subject: [PATCH 134/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe to v0.12.0 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 46fc4edb..691b181d 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.11.1" }, + { "name": "v", "value": "0.12.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "repositories": [ From 48eae75fbab2e31c9e63415d4fe78bb8cd695267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:39:40 +0000 Subject: [PATCH 135/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.11.6 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index c28ec01d..5006e593 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.11.5" }, + { "name": "v", "value": "0.11.6" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From e070b637fe6610e24b7cd2d5254eae29f5c5ff4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 22:24:46 +0000 Subject: [PATCH 136/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.17 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 9e154c06..d6382e57 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.16" }, + { "name": "v", "value": "0.31.17" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From f023f0bc7e490701f3dd9ce7226268636554ad98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:25:38 +0000 Subject: [PATCH 137/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.18 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index d6382e57..a4112c73 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.17" }, + { "name": "v", "value": "0.31.18" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From a812ffa7d500a9077c6f65401890942a5d14e224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:52:38 +0000 Subject: [PATCH 138/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.44.1 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 153a3d52..7cd9ca33 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.44.0" }, + { "name": "v", "value": "0.44.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From ffcaf79a3e9d5eddf50d2f06c69094711c5608d7 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 6 Nov 2023 17:27:00 -0500 Subject: [PATCH 139/427] Upgrade Lets-Plot --> v4.1.0, Lets-Plot Kotlin API --> v4.5.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 82186188..f1e3382a 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.4.3" }, + { "name": "api", "value": "4.5.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "30.0" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 19401e6e..e3c0cbe7 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.4.3" }, + { "name": "api", "value": "4.5.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.0.1" }, + { "name": "lib", "value": "4.1.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.0.1" }, + { "name": "js", "value": "4.1.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From d768defdeecace77d118db0f77455970eef4a800 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:59:22 +0000 Subject: [PATCH 140/427] chore(deps): update dependency com.github.holgerbrandl:kravis to v0.9.96 --- kravis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kravis.json b/kravis.json index a28a7d26..f68a04e8 100644 --- a/kravis.json +++ b/kravis.json @@ -1,7 +1,7 @@ { "description": "Kotlin grammar for data visualization", "properties": [ - { "name": "v", "value": "0.9.95" }, + { "name": "v", "value": "0.9.96" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kravis" } ], "link": "https://github.com/holgerbrandl/kravis", From 8fdd17e1d42d133ba24042e0f72c478135d29f26 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 16 Nov 2023 19:14:46 +0400 Subject: [PATCH 141/427] update kandy to 0.5.0-rc-2 --- kandy-echarts.json | 2 +- kandy.json | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 902af327..7dbe941e 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.4.4" }, + { "name": "kandyVersion", "value": "0.5.0-rc-2" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index d90b9042..6ccea742 100644 --- a/kandy.json +++ b/kandy.json @@ -1,14 +1,16 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.4.4" }, + { "name": "kandyVersion", "value": "0.5.0-rc-2" }, + { "name": "statsVersion", "value": "0.0.3" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" } ], "link": "https://github.com/Kotlin/kandy", - "dependencies": [ - "org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion" + "repositories": [ + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" ], - "integrationTypeNameRules": [ - "-:org.jetbrains.kotlinx.dataframe.**" + "dependencies": [ + "org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion", + "org.jetbrains.kotlinx:kotlin-statistics-jvm:$statsVersion" ] } From 1d10f5b0a8cba77d9a0357dcc731cec6855629f6 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 17 Nov 2023 17:48:09 +0400 Subject: [PATCH 142/427] update kandy to 0.5.0-rc-3 --- kandy.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kandy.json b/kandy.json index 6ccea742..8de61c4d 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.5.0-rc-2" }, - { "name": "statsVersion", "value": "0.0.3" }, - { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" } + { "name": "kandyVersion", "value": "0.5.0-rc-3" }, + { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, + { "name": "statsVersion", "value": "0.0.3" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ @@ -12,5 +12,8 @@ "dependencies": [ "org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion", "org.jetbrains.kotlinx:kotlin-statistics-jvm:$statsVersion" + ], + "integrationTypeNameRules": [ + "-:org.jetbrains.kotlinx.dataframe.**" ] } From 71686a980d55bd34a99214eb3da08ee7417c747d Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 20 Nov 2023 13:33:31 +0400 Subject: [PATCH 143/427] update kandy stats version to 0.0.5 --- kandy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy.json b/kandy.json index 8de61c4d..1a2d0787 100644 --- a/kandy.json +++ b/kandy.json @@ -3,7 +3,7 @@ "properties": [ { "name": "kandyVersion", "value": "0.5.0-rc-3" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.0.3" } + { "name": "statsVersion", "value": "0.0.5" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From fc80bc4702c8939b3bc0d8b766bfaaf4ff1f8e1f Mon Sep 17 00:00:00 2001 From: Nikita Klimenko Date: Thu, 23 Nov 2023 15:55:21 +0200 Subject: [PATCH 144/427] remove descriptor of a deprecated library --- default.json | 4 ++-- lets-plot-dataframe.json | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 lets-plot-dataframe.json diff --git a/default.json b/default.json index 4c33771e..613cdc21 100644 --- a/default.json +++ b/default.json @@ -1,6 +1,6 @@ { - "description": "Default imports: dataframe and Lets-Plot libraries", + "description": "Default imports: dataframe and Kandy libraries", "init": [ - "%use dataframe, lets-plot-dataframe" + "%use dataframe, kandy" ] } \ No newline at end of file diff --git a/lets-plot-dataframe.json b/lets-plot-dataframe.json deleted file mode 100644 index 244fc8c1..00000000 --- a/lets-plot-dataframe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "A bridge between Lets-Plot and dataframe libraries", - "link": "https://github.com/JetBrains/lets-plot-kotlin", - "properties": [ - { "name": "v", "value": "0.0.14-dev-15-0.11.0.52" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:lets-plot-dsl" } - ], - "repositories": [ - "https://oss.sonatype.org/service/local/repo_groups/public/content" - ], - "dependencies": [ - "org.jetbrains.kotlinx:lets-plot-dsl:$v" - ] -} From ec7e9c86e9399ec47705bf05b36e4fb87be86c86 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 29 Nov 2023 15:14:02 +0400 Subject: [PATCH 145/427] update kandy version to 0.5.0 --- kandy-echarts.json | 2 +- kandy.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 7dbe941e..7b83bfd1 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.5.0-rc-2" }, + { "name": "kandyVersion", "value": "0.5.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index 1a2d0787..740eee0e 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.5.0-rc-3" }, + { "name": "kandyVersion", "value": "0.5.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.0.5" } + { "name": "statsVersion", "value": "0.1.0" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From c00ffe125c064eb15f228409b82311aec7d70178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:59:12 +0000 Subject: [PATCH 146/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.45.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 7cd9ca33..e6429e79 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.44.1" }, + { "name": "v", "value": "0.45.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 22e5787abc6d11879f4d8d25b61836136515a464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:04:46 +0000 Subject: [PATCH 147/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.5.0 --- datetime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetime.json b/datetime.json index c73ee0cd..dc4cc0d0 100644 --- a/datetime.json +++ b/datetime.json @@ -1,7 +1,7 @@ { "description": "Kotlin date/time library", "properties": [ - { "name": "v", "value": "0.4.1" }, + { "name": "v", "value": "0.5.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-datetime" } ], "link": "https://github.com/Kotlin/kotlinx-datetime", From 880f14d13abc54a8e36adba9ef1636a7337c4ae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 04:16:55 +0000 Subject: [PATCH 148/427] chore(deps): update dependency org.geotools:gt-geojson to v30.1 --- lets-plot-gt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index f1e3382a..0a205516 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -4,7 +4,7 @@ "properties": [ { "name": "api", "value": "4.5.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, - { "name": "gt", "value": "30.0" }, + { "name": "gt", "value": "30.1" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } ], "repositories": [ From cdefb7aa92b833282f7f77ad21e59cee19abae1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:40:01 +0000 Subject: [PATCH 149/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 112e99f1..55506f96 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-format reflection-less serialization", "properties": [ - { "name": "v", "value": "1.6.0" }, + { "name": "v", "value": "1.6.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From 6c081779599137a4b575a2d9c5a8007a198e050e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:33:34 +0000 Subject: [PATCH 150/427] chore(deps): update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v2023.3.0 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index c51b8dc7..bf4da372 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2023.2.0" }, + { "name": "version", "value": "2023.3.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From d944f3f5e2ee07aa90e6fe6532948b3d20c6537b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:40:38 +0000 Subject: [PATCH 151/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.10 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 273dcee6..65c9dc21 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.09" }, + { "name": "v", "value": "0.10" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From bae927e436e821974ad15848b8045f00db495c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:50:01 +0000 Subject: [PATCH 152/427] chore(deps): update dependency org.roboquant:roboquant-jupyter to v2.1.0 --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index 52422f99..89b4e42f 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": [ - { "name": "version", "value": "2.0.0" }, + { "name": "version", "value": "2.1.0" }, { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } ], "repositories": [ From 1cc28c5d9f2e3aaad339a5a380b36ec429ee0fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 04:37:33 +0000 Subject: [PATCH 153/427] chore(deps): update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v2023.3.1 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index bf4da372..b1cd625d 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2023.3.0" }, + { "name": "version", "value": "2023.3.1" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From 443011e768f248a8531e5d0b016cf67edb6fbf05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:32:50 +0000 Subject: [PATCH 154/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.12.103 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 5006e593..5eea374c 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.11.6" }, + { "name": "v", "value": "0.12.103" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 79f9be0654e72486f50807dc860886e1135cf687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 10:07:29 +0000 Subject: [PATCH 155/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.19 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index a4112c73..43ab8043 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.18" }, + { "name": "v", "value": "0.31.19" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 9c9c4c580d443f9884375814eab1bbdb6243ea15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:50:46 +0000 Subject: [PATCH 156/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.20 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 43ab8043..0fac557b 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.19" }, + { "name": "v", "value": "0.31.20" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From e0dabdbc746a1e048f24dc35fe9b4d07dda8ca15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:06:54 +0000 Subject: [PATCH 157/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.31.21 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 0fac557b..a2cb4839 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.20" }, + { "name": "v", "value": "0.31.21" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 8a9adcaba26357a736b41b87a3f302b368254c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:01:42 +0000 Subject: [PATCH 158/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe to v0.12.1 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 691b181d..0a9fde94 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.12.0" }, + { "name": "v", "value": "0.12.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "repositories": [ From 910648055c8bfc2ab5ad03f0df70ab51bd156ca2 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Wed, 10 Jan 2024 14:00:01 -0500 Subject: [PATCH 159/427] Upgrade Lets-Plot --> v4.2.0, Lets-Plot Kotlin API --> v4.6.0 --- lets-plot-gt.json | 4 ++-- lets-plot.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 0a205516..9258ba4c 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,9 +2,9 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.5.0" }, + { "name": "api", "value": "4.6.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, - { "name": "gt", "value": "30.1" }, + { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } ], "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index e3c0cbe7..1811c256 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.5.0" }, + { "name": "api", "value": "4.6.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.1.0" }, + { "name": "lib", "value": "4.2.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.1.0" }, + { "name": "js", "value": "4.2.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From 35ce21c9048f43b3455164cf4f9a26c882cbde72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:40:21 +0000 Subject: [PATCH 160/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.11 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 65c9dc21..609d457e 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.10" }, + { "name": "v", "value": "0.11" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From bc915dd08ed38e8e3464aa7d5cedcd691691c2fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:38:56 +0000 Subject: [PATCH 161/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.46.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index e6429e79..c46e642b 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.45.0" }, + { "name": "v", "value": "0.46.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 2c6b1a56b4d5bb286ba38a42162af5d924aa96c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:03:04 +0000 Subject: [PATCH 162/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.32.0 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index a2cb4839..c045af60 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.31.21" }, + { "name": "v", "value": "0.32.0" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 3980718b61a6959d8bb358614f3e7588e87ed5e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:03:24 +0000 Subject: [PATCH 163/427] chore(deps): update dependency io.github.gciatto:kt-math to v0.10.0 --- kt-math.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kt-math.json b/kt-math.json index 5efa5b2e..29c1837a 100644 --- a/kt-math.json +++ b/kt-math.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-platform port of java.math.*", "properties": [ - { "name": "v", "value": "0.9.0" }, + { "name": "v", "value": "0.10.0" }, { "name": "v-renovate-hint", "value": "update: package=io.github.gciatto:kt-math" } ], "link": "https://github.com/gciatto/kt-math", From 6a8ab3f31a8030605d53ae1cf86cb657b8821344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:02:25 +0000 Subject: [PATCH 164/427] chore(deps): update dependency org.testingisdocumenting.webtau:webtau to v2.3 --- webtau.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtau.json b/webtau.json index 5b7daacc..dfc7417e 100644 --- a/webtau.json +++ b/webtau.json @@ -1,7 +1,7 @@ { "description": "WebTau end-to-end testing across layers", "properties": [ - { "name": "v", "value": "2.2" }, + { "name": "v", "value": "2.3" }, { "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" } ], "link": "https://github.com/testingisdocumenting/webtau", From 9065d7d96f00e7a4c972b1c0df214c56fe4ccf65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:03:08 +0000 Subject: [PATCH 165/427] chore(deps): update dependency com.github.psambit9791:jdsp to v3 --- jdsp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdsp.json b/jdsp.json index f85a5b80..ef28fec4 100644 --- a/jdsp.json +++ b/jdsp.json @@ -1,7 +1,7 @@ { "description": "Java library for signal processing", "properties": [ - { "name": "v", "value": "v2.0.1" }, + { "name": "v", "value": "v3.0.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.psambit9791:jdsp" } ], "link": "https://github.com/psambit9791/jDSP", From 166e87ad624ca298bc7e57b6aeae8018d52237ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:28:46 +0000 Subject: [PATCH 166/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.12.105 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 5eea374c..30316356 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.12.103" }, + { "name": "v", "value": "0.12.105" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From e9b5d9893227ed92120656152b79fccd24896b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:09:41 +0000 Subject: [PATCH 167/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.47.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index c46e642b..33361c34 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.46.0" }, + { "name": "v", "value": "0.47.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From eb82ff43d1f00cdb4e3fc55e932b094159f25a63 Mon Sep 17 00:00:00 2001 From: yidafu Date: Mon, 22 Jan 2024 21:15:13 +0800 Subject: [PATCH 168/427] feat: add jupyter-js --- jupyter-js.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jupyter-js.json diff --git a/jupyter-js.json b/jupyter-js.json new file mode 100644 index 00000000..aefe79b3 --- /dev/null +++ b/jupyter-js.json @@ -0,0 +1,10 @@ +{ + "description": "Experimental `%javascript`/`%typescript`/`%jsx` line magic support", + "properties": [ + { "name": "v", "value": "0.5.0" } + ], + "link": "https://github.com/yidafu/kotlin-jupyter-js", + "dependencies": [ + "dev.yidafu.jupyter:jupyter-js:$v" + ] +} From 8ae7f2aa347e3ca34d433ad01e46b4b9859fec21 Mon Sep 17 00:00:00 2001 From: yidafu Date: Wed, 24 Jan 2024 23:58:10 +0800 Subject: [PATCH 169/427] Upgrade jupyter-js 0.5.0 => 0.6.0 --- jupyter-js.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/jupyter-js.json b/jupyter-js.json index aefe79b3..4e6539ac 100644 --- a/jupyter-js.json +++ b/jupyter-js.json @@ -1,10 +1,16 @@ { "description": "Experimental `%javascript`/`%typescript`/`%jsx` line magic support", "properties": [ - { "name": "v", "value": "0.5.0" } + { + "name": "v", + "value": "0.6.0" + } ], "link": "https://github.com/yidafu/kotlin-jupyter-js", "dependencies": [ "dev.yidafu.jupyter:jupyter-js:$v" + ], + "imports": [ + "dev.yidafu.jupyper.jsExport" ] -} +} \ No newline at end of file From 14287e19e596d056a6b4fa5b575f08e8c39e3e09 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 31 Jan 2024 01:26:32 +0100 Subject: [PATCH 170/427] Add renovate-hint for jupyter-js.json --- jupyter-js.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/jupyter-js.json b/jupyter-js.json index 4e6539ac..c2dd9c73 100644 --- a/jupyter-js.json +++ b/jupyter-js.json @@ -1,10 +1,8 @@ { "description": "Experimental `%javascript`/`%typescript`/`%jsx` line magic support", "properties": [ - { - "name": "v", - "value": "0.6.0" - } + { "name": "v", "value": "0.6.0" }, + { "name": "v-renovate-hint", "value": "update: package=dev.yidafu.jupyter:jupyter-js" } ], "link": "https://github.com/yidafu/kotlin-jupyter-js", "dependencies": [ @@ -13,4 +11,4 @@ "imports": [ "dev.yidafu.jupyper.jsExport" ] -} \ No newline at end of file +} From 36b3f45487477918f0490e5e3acf3c849b126fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:38:25 +0000 Subject: [PATCH 171/427] chore(deps): update dependency dev.yidafu.jupyter:jupyter-js to v0.7.0 --- jupyter-js.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-js.json b/jupyter-js.json index c2dd9c73..077c96d7 100644 --- a/jupyter-js.json +++ b/jupyter-js.json @@ -1,7 +1,7 @@ { "description": "Experimental `%javascript`/`%typescript`/`%jsx` line magic support", "properties": [ - { "name": "v", "value": "0.6.0" }, + { "name": "v", "value": "0.7.0" }, { "name": "v-renovate-hint", "value": "update: package=dev.yidafu.jupyter:jupyter-js" } ], "link": "https://github.com/yidafu/kotlin-jupyter-js", From 027607efa44cae70176b9ed372b2846dc67ffffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:05:52 +0000 Subject: [PATCH 172/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.12 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 609d457e..80e26863 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.11" }, + { "name": "v", "value": "0.12" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 4e8871147f01350689beefef141d50be6301b8ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:30:32 +0000 Subject: [PATCH 173/427] chore(deps): update dependency space.kscience:plotlykt-jupyter to v0.7.0 --- plotly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly.json b/plotly.json index be51cb91..11e1f807 100644 --- a/plotly.json +++ b/plotly.json @@ -1,7 +1,7 @@ { "description": "[beta] Plotly.kt jupyter integration for static plots.", "properties": [ - { "name": "v", "value": "0.6.0" }, + { "name": "v", "value": "0.7.0" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-jupyter" } ], "link": "https://github.com/mipt-npm/plotly.kt", From 4b6ef8e05cfc7720ecf489c86ff3aa43b355412e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:30:36 +0000 Subject: [PATCH 174/427] chore(deps): update dependency space.kscience:plotlykt-server to v0.7.0 --- plotly-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly-server.json b/plotly-server.json index a17384d1..b1d802df 100644 --- a/plotly-server.json +++ b/plotly-server.json @@ -1,7 +1,7 @@ { "description": "[beta] Plotly.kt jupyter integration for dynamic plots.", "properties": [ - { "name": "v", "value": "0.6.0" }, + { "name": "v", "value": "0.7.0" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:plotlykt-server" } ], "link": "https://github.com/mipt-npm/plotly.kt", From 84be7544cea41c8679890e0f05aab397a941cb52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:32:51 +0000 Subject: [PATCH 175/427] chore(deps): update dependency org.jetbrains.kotlinx:multik-core-jvm to v0.2.3 --- multik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multik.json b/multik.json index 56a34d6a..cf2e64ae 100644 --- a/multik.json +++ b/multik.json @@ -1,7 +1,7 @@ { "description": "Multidimensional array library for Kotlin", "properties": [ - { "name": "v", "value": "0.2.2" }, + { "name": "v", "value": "0.2.3" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:multik-core-jvm" } ], "link": "https://github.com/Kotlin/multik", From 93e40e749494f548aecd547c7774ab9f1cbb371c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 06:54:46 +0000 Subject: [PATCH 176/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.32.1 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index c045af60..8e69b4f5 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.32.0" }, + { "name": "v", "value": "0.32.1" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 4a53ddbe5ac522aeae48fb7d3462e31a14e1ca61 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 14 Feb 2024 02:07:17 +0100 Subject: [PATCH 177/427] Update dataframe.json: There is nothing to resolve from sonatype --- dataframe.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/dataframe.json b/dataframe.json index 0a9fde94..18372d4d 100644 --- a/dataframe.json +++ b/dataframe.json @@ -4,9 +4,6 @@ { "name": "v", "value": "0.12.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], - "repositories": [ - "https://oss.sonatype.org/service/local/repo_groups/public/content" - ], "link": "https://github.com/Kotlin/dataframe", "dependencies": [ "org.jetbrains.kotlinx:dataframe:$v" From 9a1dd97b35a6816dc44ebd68de6917f6bc9000c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:12:55 +0000 Subject: [PATCH 178/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index b34993d2..a30bfcfd 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.7.3" }, + { "name": "v", "value": "1.8.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From db79c7a949a8dd971eba5a7bdcedc07cb48f1c26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:48:36 +0000 Subject: [PATCH 179/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 55506f96..4bf5805c 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-format reflection-less serialization", "properties": [ - { "name": "v", "value": "1.6.2" }, + { "name": "v", "value": "1.6.3" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From d3e6a4f3740886defe36a65ff3c2c7b5e621319c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:29:33 +0000 Subject: [PATCH 180/427] chore(deps): update dependency org.roboquant:roboquant-jupyter to v2.2.0 --- roboquant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant.json b/roboquant.json index 89b4e42f..50aae8d8 100644 --- a/roboquant.json +++ b/roboquant.json @@ -2,7 +2,7 @@ "description": "Algorithmic trading platform written in Kotlin", "link": "https://roboquant.org", "properties": [ - { "name": "version", "value": "2.1.0" }, + { "name": "version", "value": "2.2.0" }, { "name": "version-renovate-hint", "value": "update: package=org.roboquant:roboquant-jupyter" } ], "repositories": [ From c40af25ce2d8217f463182b449796babf84c38e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:14:47 +0000 Subject: [PATCH 181/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.48.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 33361c34..0488a901 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.47.0" }, + { "name": "v", "value": "0.48.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 86b74d9e47af9ba813d4826360f49c7143598a0d Mon Sep 17 00:00:00 2001 From: Arkady Bazhanov Date: Tue, 5 Mar 2024 12:29:48 +0100 Subject: [PATCH 182/427] Add JSON deserialization and Ktor client integrations (#341) Serialization library still provides serialization-json artifact --- ktor-client.json | 13 +++++++++++++ serialization.json | 15 +++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 ktor-client.json diff --git a/ktor-client.json b/ktor-client.json new file mode 100644 index 00000000..1d5dae35 --- /dev/null +++ b/ktor-client.json @@ -0,0 +1,13 @@ +{ + "description": "Asynchronous HTTP client", + "properties": [ + { "name": "v", "value": "0.1.0-dev-3" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" } + ], + "repositories": [ + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" + ], + "dependencies": [ + "org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation:$v" + ] +} diff --git a/serialization.json b/serialization.json index 4bf5805c..d9bed320 100644 --- a/serialization.json +++ b/serialization.json @@ -1,15 +1,14 @@ { - "description": "Kotlin multi-format reflection-less serialization", + "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "1.6.3" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-serialization-json" } + { "name": "v", "value": "0.1.0-dev-5" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-json-generation" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", - "dependencies": [ - "org.jetbrains.kotlinx:kotlinx-serialization-json:$v" + "repositories": [ + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" ], - "imports": [ - "kotlinx.serialization.*", - "kotlinx.serialization.json.*" + "dependencies": [ + "org.jetbrains.kotlinx:kotlin-jupyter-json-generation:$v" ] } From a3b7059bcb5b02f80067ac2fcc7c3ac12a771f23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:30:23 +0000 Subject: [PATCH 183/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation to v0.1.0-dev-5 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index 1d5dae35..99bd01c6 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.1.0-dev-3" }, + { "name": "v", "value": "0.1.0-dev-5" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" } ], "repositories": [ From 287093d0d2feb649de2e15567fdd0a6a8c89fb58 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 5 Mar 2024 12:41:37 +0100 Subject: [PATCH 184/427] Add link for ktor-client --- ktor-client.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ktor-client.json b/ktor-client.json index 99bd01c6..ff753cb6 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -4,6 +4,7 @@ { "name": "v", "value": "0.1.0-dev-5" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" } ], + "link": "https://ktor.io/docs/request.html", "repositories": [ "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" ], From fdc5fa28637b5efaa90fd908df63b657d8e0e607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:06:13 +0000 Subject: [PATCH 185/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-json-generation to v0.1.0-dev-6 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index d9bed320..45533d3e 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.1.0-dev-5" }, + { "name": "v", "value": "0.1.0-dev-6" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-json-generation" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From cb96483f5b975c58440ea7a1c26e3966ba3e6b17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:06:17 +0000 Subject: [PATCH 186/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation to v0.1.0-dev-6 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index ff753cb6..fe228caa 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.1.0-dev-5" }, + { "name": "v", "value": "0.1.0-dev-6" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" } ], "link": "https://ktor.io/docs/request.html", From 6e58faa2af9b28a943902ce10234bafd2bb8cf9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:43:27 +0000 Subject: [PATCH 187/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation to v0.1.0-dev-8 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index fe228caa..9c1fb2cf 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.1.0-dev-6" }, + { "name": "v", "value": "0.1.0-dev-8" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" } ], "link": "https://ktor.io/docs/request.html", From 11b4b404c01331e2148b213ae2aec0920a67868e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:43:24 +0000 Subject: [PATCH 188/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-json-generation to v0.1.0-dev-8 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 45533d3e..91a213d0 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.1.0-dev-6" }, + { "name": "v", "value": "0.1.0-dev-8" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-json-generation" } ], "link": "https://github.com/Kotlin/kotlinx.serialization", From c40bed3d5e7c1e765f17f4f732c6366392b0c9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 04:29:50 +0000 Subject: [PATCH 189/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v3.0.3 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index d903e634..6886c048 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "3.0.2" }, + { "name": "v", "value": "3.0.3" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 126897136deb7a59618939238b834fb999898648 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Fri, 15 Mar 2024 16:07:23 -0400 Subject: [PATCH 190/427] Upgrade Lets-Plot --> v4.3.0, Lets-Plot Kotlin API --> v4.7.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 9258ba4c..4ceb9d23 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.6.0" }, + { "name": "api", "value": "4.7.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 1811c256..51946f9f 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.6.0" }, + { "name": "api", "value": "4.7.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.2.0" }, + { "name": "lib", "value": "4.3.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.2.0" }, + { "name": "js", "value": "4.3.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From f8488b6710e0f879f00f4e82b557d9392b7cb12f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:37:14 +0000 Subject: [PATCH 191/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe to v0.13.1 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 18372d4d..d1e1649d 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.12.1" }, + { "name": "v", "value": "0.13.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From ab72b076bbd9fefd3e5d902b9660504e9e39ae63 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 22 Mar 2024 15:58:18 +0400 Subject: [PATCH 192/427] update kandy to 0.6.0 --- kandy-echarts.json | 2 +- kandy.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 7b83bfd1..ca547459 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.5.0" }, + { "name": "kandyVersion", "value": "0.6.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index 740eee0e..24ea97b3 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.5.0" }, + { "name": "kandyVersion", "value": "0.6.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.1.0" } + { "name": "statsVersion", "value": "0.2.1" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From 4a0971867c2b1e475e34bf611698e343c83c1542 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:49:56 +0000 Subject: [PATCH 193/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.49.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 0488a901..b06e4b25 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.48.0" }, + { "name": "v", "value": "0.49.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From eab2d3393c704d7bc300ace702ca56963e53d014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:35:16 +0000 Subject: [PATCH 194/427] chore(deps): update dependency it.unibo.tuprolog:full to v0.32.5 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 8e69b4f5..4afe48e2 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.32.1" }, + { "name": "v", "value": "0.32.5" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 994797cc58b4daa5e1bc0f96655366ea082e2a83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:07:19 +0000 Subject: [PATCH 195/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.13 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 80e26863..66f32bec 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.12" }, + { "name": "v", "value": "0.13" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 323172c0a173e0656d530ca696f8af91d3f85d73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:05:47 +0000 Subject: [PATCH 196/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.12.106 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 30316356..30868503 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.12.105" }, + { "name": "v", "value": "0.12.106" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 7f6f2134fd3a8bca7d16bd4720be0cee7936127a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:38:35 +0000 Subject: [PATCH 197/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.14 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 66f32bec..7b50445f 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.13" }, + { "name": "v", "value": "0.14" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From fc3498407f6418d7715814914b7332f6a3ced058 Mon Sep 17 00:00:00 2001 From: Gabriel Feo Date: Fri, 5 Apr 2024 04:12:01 +0100 Subject: [PATCH 198/427] Add develocity-api-kotlin (rename of gradle-enterprise-api-kotlin) --- develocity-api-kotlin.json | 11 +++++++++++ gradle-enterprise-api-kotlin.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 develocity-api-kotlin.json diff --git a/develocity-api-kotlin.json b/develocity-api-kotlin.json new file mode 100644 index 00000000..9ed97ad4 --- /dev/null +++ b/develocity-api-kotlin.json @@ -0,0 +1,11 @@ +{ + "description": "A library to use the Develocity API in Kotlin scripts or projects", + "properties": [ + { "name": "version", "value": "2024.1.0" }, + { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" } + ], + "link": "https://github.com/gabrielfeo/develocity-api-kotlin", + "dependencies": [ + "com.gabrielfeo:develocity-api-kotlin:$version" + ] +} diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index b1cd625d..e9db5546 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,5 +1,5 @@ { - "description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects", + "description": "[Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ { "name": "version", "value": "2023.3.1" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } From 399bfdfdf525e259eb904a2fae606822b36f2963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:26:36 +0000 Subject: [PATCH 199/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v3.1.0 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index 6886c048..a4a9a51e 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "3.0.3" }, + { "name": "v", "value": "3.1.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From d7df18d37cc2875411531442596d270302f304ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:42:25 +0000 Subject: [PATCH 200/427] chore(deps): update dependency it.unibo.tuprolog:full to v1 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 4afe48e2..1b0f537f 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "0.32.5" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 54d94e090a77c8d34dd7b4ef42496db9aa445f12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:14:37 +0000 Subject: [PATCH 201/427] chore(deps): update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v2023.4.0 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index e9db5546..278e3aa9 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "[Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2023.3.1" }, + { "name": "version", "value": "2023.4.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From fd534eb42f6165a99d4dd6c38df87e89a1420e8d Mon Sep 17 00:00:00 2001 From: "Arkady.Bazhanov" Date: Fri, 5 Apr 2024 21:19:43 +0200 Subject: [PATCH 202/427] Update serialization and ktor-client New artifact names, GitHub link --- ktor-client.json | 8 ++++---- serialization.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ktor-client.json b/ktor-client.json index 9c1fb2cf..4000b78c 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,14 +1,14 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.1.0-dev-8" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation" } + { "name": "v", "value": "0.2.0-dev-9" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], - "link": "https://ktor.io/docs/request.html", + "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", "repositories": [ "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" ], "dependencies": [ - "org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation:$v" + "org.jetbrains.kotlinx:kotlin-jupyter-ktor-client:$v" ] } diff --git a/serialization.json b/serialization.json index 91a213d0..a8c4809c 100644 --- a/serialization.json +++ b/serialization.json @@ -1,14 +1,14 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.1.0-dev-8" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-json-generation" } + { "name": "v", "value": "0.2.0-dev-9" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], - "link": "https://github.com/Kotlin/kotlinx.serialization", + "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", "repositories": [ "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" ], "dependencies": [ - "org.jetbrains.kotlinx:kotlin-jupyter-json-generation:$v" + "org.jetbrains.kotlinx:kotlin-jupyter-serialization:$v" ] } From 74f0136355507fb4dd53df713e5fe8a5f01ea871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:45:17 +0000 Subject: [PATCH 203/427] chore(deps): update dependency com.gabrielfeo:develocity-api-kotlin to v2024.1.1 --- develocity-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develocity-api-kotlin.json b/develocity-api-kotlin.json index 9ed97ad4..7bdd7740 100644 --- a/develocity-api-kotlin.json +++ b/develocity-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Develocity API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2024.1.0" }, + { "name": "version", "value": "2024.1.1" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" } ], "link": "https://github.com/gabrielfeo/develocity-api-kotlin", From 4566c1f7326a18cd8f2e5192b130d43c3bb3b022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:45:20 +0000 Subject: [PATCH 204/427] chore(deps): update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v2024 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index 278e3aa9..fdc27835 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "[Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2023.4.0" }, + { "name": "version", "value": "2024.1.1" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From 7dfcd9cf7623cc5ad63125fb578a77812e3bc977 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:01:11 +0000 Subject: [PATCH 205/427] chore(deps): update dependency it.unibo.tuprolog:full to v1.0.1 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 1b0f537f..7948e24c 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "1.0.0" }, + { "name": "v", "value": "1.0.1" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From db54f863f77232d2f8978d6d35cf292f16cd72eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:57:09 +0000 Subject: [PATCH 206/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.15 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 7b50445f..39ea119b 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.14" }, + { "name": "v", "value": "0.15" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From c94f354a5afbd31f3bf00a270fb0469b659ba5f4 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 22 Apr 2024 16:54:45 -0400 Subject: [PATCH 207/427] Upgrade Lets-Plot --> v4.3.1, Lets-Plot Kotlin API --> v4.7.1 --- lets-plot-gt.json | 2 +- lets-plot.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 4ceb9d23..18a831be 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.7.0" }, + { "name": "api", "value": "4.7.1" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 51946f9f..e2929893 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.7.0" }, + { "name": "api", "value": "4.7.1" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.3.0" }, + { "name": "lib", "value": "4.3.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.3.0" }, + { "name": "js", "value": "4.3.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], @@ -37,7 +37,8 @@ "org.jetbrains.letsPlot.bistro.qq.*", "org.jetbrains.letsPlot.bistro.joint.*", "org.jetbrains.letsPlot.bistro.residual.*", - "org.jetbrains.letsPlot.intern.toSpec" + "org.jetbrains.letsPlot.intern.toSpec", + "org.jetbrains.letsPlot.spatial.SpatialDataset" ], "init": [ "import org.jetbrains.letsPlot.LetsPlot", From 81e5c3e1848ad9df89671da587b1c22e43dc7375 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 22 Apr 2024 17:06:41 -0400 Subject: [PATCH 208/427] Revert "Upgrade Lets-Plot --> v4.3.1, Lets-Plot Kotlin API --> v4.7.1" This reverts commit c94f354a5afbd31f3bf00a270fb0469b659ba5f4. --- lets-plot-gt.json | 2 +- lets-plot.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 18a831be..4ceb9d23 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.7.1" }, + { "name": "api", "value": "4.7.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index e2929893..51946f9f 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.7.1" }, + { "name": "api", "value": "4.7.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.3.1" }, + { "name": "lib", "value": "4.3.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.3.1" }, + { "name": "js", "value": "4.3.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], @@ -37,8 +37,7 @@ "org.jetbrains.letsPlot.bistro.qq.*", "org.jetbrains.letsPlot.bistro.joint.*", "org.jetbrains.letsPlot.bistro.residual.*", - "org.jetbrains.letsPlot.intern.toSpec", - "org.jetbrains.letsPlot.spatial.SpatialDataset" + "org.jetbrains.letsPlot.intern.toSpec" ], "init": [ "import org.jetbrains.letsPlot.LetsPlot", From f29fdd48e4bf758b1886c6a83230f9b6124cc5a8 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Thu, 25 Apr 2024 17:44:10 -0400 Subject: [PATCH 209/427] Upgrade Lets-Plot --> v4.3.2, Lets-Plot Kotlin API --> v4.7.2 --- lets-plot-gt.json | 2 +- lets-plot.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 4ceb9d23..29b005e4 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.7.0" }, + { "name": "api", "value": "4.7.2" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 51946f9f..1df71e4d 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.7.0" }, + { "name": "api", "value": "4.7.2" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.3.0" }, + { "name": "lib", "value": "4.3.2" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.3.0" }, + { "name": "js", "value": "4.3.2" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], @@ -37,7 +37,8 @@ "org.jetbrains.letsPlot.bistro.qq.*", "org.jetbrains.letsPlot.bistro.joint.*", "org.jetbrains.letsPlot.bistro.residual.*", - "org.jetbrains.letsPlot.intern.toSpec" + "org.jetbrains.letsPlot.intern.toSpec", + "org.jetbrains.letsPlot.spatial.SpatialDataset" ], "init": [ "import org.jetbrains.letsPlot.LetsPlot", From b5f3e08f85b7358751778d7283a2e0ec2bf3aea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 01:41:31 +0000 Subject: [PATCH 210/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.50.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index b06e4b25..5301c10b 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.49.0" }, + { "name": "v", "value": "0.50.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From a67ed50ce94a1555759dbc8e1b07dca4a7e63408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:04:54 +0000 Subject: [PATCH 211/427] chore(deps): update dependency it.unibo.tuprolog:full to v1.0.2 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 7948e24c..15fcf0de 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "1.0.1" }, + { "name": "v", "value": "1.0.2" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From ea42b1575df54bc9403566f35a06fbdf508abcd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 01:46:37 +0000 Subject: [PATCH 212/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.50.1 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 5301c10b..8255ce6a 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.50.0" }, + { "name": "v", "value": "0.50.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From a9ef1599f3aee6451fc3c002f521565a0e537862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 16:52:14 +0000 Subject: [PATCH 213/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.0 --- datetime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetime.json b/datetime.json index dc4cc0d0..50aa6ab2 100644 --- a/datetime.json +++ b/datetime.json @@ -1,7 +1,7 @@ { "description": "Kotlin date/time library", "properties": [ - { "name": "v", "value": "0.5.0" }, + { "name": "v", "value": "0.6.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-datetime" } ], "link": "https://github.com/Kotlin/kotlinx-datetime", From 8ccebfa164c43e31c94d3c790f038d6835d4f75f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:10:55 +0000 Subject: [PATCH 214/427] chore(deps): update dependency it.unibo.tuprolog:full to v1.0.3 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index 15fcf0de..a07244a0 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "1.0.2" }, + { "name": "v", "value": "1.0.3" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 92e322bb009aa249ecbc396bd031bea62020fa8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:10:59 +0000 Subject: [PATCH 215/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index a30bfcfd..c022980d 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.8.0" }, + { "name": "v", "value": "1.8.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From 509de749cbed781b2e79512c06b693e436fd51f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:04:04 +0000 Subject: [PATCH 216/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-11 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index 4000b78c..2d71b6e3 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-9" }, + { "name": "v", "value": "0.2.0-dev-11" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 7c4f4478132dc3cfcac619ba9512513102e5ec8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:04:07 +0000 Subject: [PATCH 217/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-11 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index a8c4809c..5195d0ff 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-9" }, + { "name": "v", "value": "0.2.0-dev-11" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From ef289d91b0be4529c6444640a4479aa5734527f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 19:27:03 +0000 Subject: [PATCH 218/427] chore(deps): update dependency it.unibo.tuprolog:full to v1.0.4 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index a07244a0..ce57e397 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "1.0.3" }, + { "name": "v", "value": "1.0.4" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/gciatto/kt-math", From 1b138d138f80664fb0c35e35cc8cdcf162f7ba93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 18:57:13 +0000 Subject: [PATCH 219/427] chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-common to v4.3.3 --- lets-plot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot.json b/lets-plot.json index 1df71e4d..e993ad7c 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -3,9 +3,9 @@ "properties": [ { "name": "api", "value": "4.7.2" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.3.2" }, + { "name": "lib", "value": "4.3.3" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.3.2" }, + { "name": "js", "value": "4.3.3" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From 45f4ee847cc145bacee3db98dc64fa371acd5696 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:39:59 +0000 Subject: [PATCH 220/427] chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.3 --- lets-plot-gt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 29b005e4..4a0c28dc 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.7.2" }, + { "name": "api", "value": "4.7.3" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } From 099611a25e19e05b6aeb55bfecd03fd4418ee303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:40:04 +0000 Subject: [PATCH 221/427] chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-kernel to v4.7.3 --- lets-plot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lets-plot.json b/lets-plot.json index 1df71e4d..2ca21f74 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.7.2" }, + { "name": "api", "value": "4.7.3" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, { "name": "lib", "value": "4.3.2" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, From 3736c8a4c03f96ba65ca994eb4e7fcd9f58153bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:24:11 +0000 Subject: [PATCH 222/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.16 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 39ea119b..8819a149 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.15" }, + { "name": "v", "value": "0.16" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From e531e1745a9d09011db0e872c63288df2edf47cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:03:59 +0000 Subject: [PATCH 223/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v3.1.1 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index a4a9a51e..e54dffc1 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "3.1.0" }, + { "name": "v", "value": "3.1.1" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 25a0139e16b7617b100b15f9b5206e7c0141124f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 01:40:49 +0000 Subject: [PATCH 224/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.51.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 8255ce6a..2f45b8ef 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.50.1" }, + { "name": "v", "value": "0.51.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 5596049cd2a8f7a39b6a3f521bdb17a94334d230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:26:45 +0000 Subject: [PATCH 225/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.17 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 8819a149..5664e3b5 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.16" }, + { "name": "v", "value": "0.17" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From f8d340cfc9568fb5ada8ae102b117c0e347b2013 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:59:44 +0000 Subject: [PATCH 226/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.51.1 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 2f45b8ef..742de3ef 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.51.0" }, + { "name": "v", "value": "0.51.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From c040016b890bb643882b424e625055de7c0e092b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:59:41 +0000 Subject: [PATCH 227/427] chore(deps): update dependency org.freemarker:freemarker to v2.3.33 --- deeplearning4j-cuda.json | 2 +- deeplearning4j.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deeplearning4j-cuda.json b/deeplearning4j-cuda.json index f8fdbcc5..488b0074 100644 --- a/deeplearning4j-cuda.json +++ b/deeplearning4j-cuda.json @@ -6,7 +6,7 @@ { "name": "cuda", "value": "10.2" }, { "name": "slf4j", "value": "1.7.36" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, - { "name": "freemarker", "value": "2.3.32" }, + { "name": "freemarker", "value": "2.3.33" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } ], "link": "https://github.com/eclipse/deeplearning4j", diff --git a/deeplearning4j.json b/deeplearning4j.json index efffdad5..abaaa1cf 100644 --- a/deeplearning4j.json +++ b/deeplearning4j.json @@ -5,7 +5,7 @@ { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, { "name": "slf4j", "value": "1.7.36" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, - { "name": "freemarker", "value": "2.3.32" }, + { "name": "freemarker", "value": "2.3.33" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } ], "link": "https://github.com/eclipse/deeplearning4j", From e85847de3aaa5ccdfbf5a5b703322580006a4055 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:59:37 +0000 Subject: [PATCH 228/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.12.107 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 30868503..df3c0cdd 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.12.106" }, + { "name": "v", "value": "0.12.107" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From c132ba8688a0110fd99c9837dd1ec433ec3c3a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:23:28 +0000 Subject: [PATCH 229/427] chore(deps): update dependency org.testingisdocumenting.webtau:webtau to v2.4 --- webtau.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtau.json b/webtau.json index dfc7417e..5f50d7d7 100644 --- a/webtau.json +++ b/webtau.json @@ -1,7 +1,7 @@ { "description": "WebTau end-to-end testing across layers", "properties": [ - { "name": "v", "value": "2.3" }, + { "name": "v", "value": "2.4" }, { "name": "v-renovate-hint", "value": "update: package=org.testingisdocumenting.webtau:webtau" } ], "link": "https://github.com/testingisdocumenting/webtau", From 1fd4e87fe44d1a31593dce76a93df9058499092a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:17:53 +0000 Subject: [PATCH 230/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v0.12.109 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index df3c0cdd..e2f5c505 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.12.107" }, + { "name": "v", "value": "0.12.109" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From e5cc06276f68ffa15f85743864e2ee0bdd2ad9a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:49:25 +0000 Subject: [PATCH 231/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.53.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 742de3ef..4c295988 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.51.1" }, + { "name": "v", "value": "0.53.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 53d81d82ce87ed8354c0a00a240f73c6c40b1a45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:59:19 +0000 Subject: [PATCH 232/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.20 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 5664e3b5..6e6d13e7 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.17" }, + { "name": "v", "value": "0.20" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 4fcd8058b89cf3c2a26adbc8f2ef0b435e11edda Mon Sep 17 00:00:00 2001 From: devcrocod Date: Thu, 8 Aug 2024 13:34:06 +0200 Subject: [PATCH 233/427] Remove kotlin-statistics --- kotlin-statistics.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 kotlin-statistics.json diff --git a/kotlin-statistics.json b/kotlin-statistics.json deleted file mode 100644 index ee9134b9..00000000 --- a/kotlin-statistics.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "Idiomatic statistical operators for Kotlin", - "properties": [ - { "name": "v", "value": "-SNAPSHOT" }, - { "name": "v-renovate-hint", "value": "update: package=com.github.thomasnield:kotlin-statistics" } - ], - "link": "https://github.com/thomasnield/kotlin-statistics", - "dependencies": [ - "com.github.thomasnield:kotlin-statistics:$v" - ], - "imports": [ - "org.nield.kotlinstatistics.*" - ] -} From 9656bec59e59e4ffd9ee68d704ae5c500df261d3 Mon Sep 17 00:00:00 2001 From: Manuel Rossetti Date: Thu, 1 Aug 2024 15:10:21 -0500 Subject: [PATCH 234/427] Create ksl.json initial descriptor for the Kotlin Simulation Library, https://github.com/rossetti/KSL --- ksl.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ksl.json diff --git a/ksl.json b/ksl.json new file mode 100644 index 00000000..89806c68 --- /dev/null +++ b/ksl.json @@ -0,0 +1,48 @@ +{ + "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", + "properties": [ + { "name": "v", "value": "R1.1.3" }, + { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } + ], + "link": "https://github.com/rossetti/KSL", + "dependencies": [ + "io.github.rossetti:KSLCore:$v" + ], + "imports": [ + "ksl.utilities.random.rvariable.*", + "ksl.utilities.statistic.*", + "ksl.utilities.random.*", + "ksl.utilities.random.rng.*", + "ksl.utilities.random.robj.*", + "ksl.utilities.math.*", + "ksl.utilities.mcintegration.*", + "ksl.utilities.io.*", + "ksl.utilities.io.dbutil.*", + "ksl.utilities.io.tabularfiles.*", + "ksl.utilities.random.robj.*", + "ksl.utilities.random.*", + "ksl.utilities.KSLArrays", + "ksl.utilities.maps.*", + "ksl.simulation.*", + "ksl.modeling.variable.*", + "ksl.modeling.queue.*", + "ksl.modeling.entity.*", + "ksl.modeling.elements.*", + "ksl.modeling.station.*", + "ksl.modeling.nhpp.*", + "ksl.modeling.spatial.*", + "ksl.utilities.io.plotting.*", + "ksl.utilities.moda.*", + "ksl.utilities.distributions.*", + "ksl.utilities.distributions.fitting.*", + "ksl.utilities.distributions.fitting.estimators.*", + "ksl.utilities.distributions.fitting.scoring.*", + "ksl.observers.*", + "ksl.observers.welch.*", + "ksl.utilities.random.mcmc.*", + "ksl.utilities.random.rvariable.parameters.*", + "ksl.utilities.random.robj.*", + "ksl.controls.*", + "ksl.controls.experiments.*" + ] +} From ee1cd583fdc1f628118678c56923ad38bab2ab9f Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 8 Aug 2024 18:43:00 +0300 Subject: [PATCH 235/427] Fix #390 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index ce57e397..b9f60c3f 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -4,7 +4,7 @@ { "name": "v", "value": "1.0.4" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], - "link": "https://github.com/gciatto/kt-math", + "link": "https://github.com/tuProlog/2p-kt", "dependencies": [ "it.unibo.tuprolog:solve-classic-jvm:$v", "it.unibo.tuprolog:parser-theory-jvm:$v", From 41ab1047375ee6f4745c391fc72821b33c5da650 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 8 Aug 2024 18:47:23 +0300 Subject: [PATCH 236/427] Fix #396 --- kaliningraph.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kaliningraph.json b/kaliningraph.json index 15c63557..463021d7 100644 --- a/kaliningraph.json +++ b/kaliningraph.json @@ -1,8 +1,12 @@ { "link": "https://github.com/breandan/kaliningraph", "description": "Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms", + "properties": [ + { "name": "v", "value": "0.1.4" }, + { "name": "v-renovate-hint", "value": "update: package=com.github.breandan:kaliningraph" } + ], "dependencies": [ - "com.github.breandan:kaliningraph:0.1.4" + "com.github.breandan:kaliningraph:$v" ], "imports": [ "edu.mcgill.kaliningraph.*", From ef6b7b5746ffd26d811385ebd82d8cf70c1033aa Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 8 Aug 2024 18:50:05 +0300 Subject: [PATCH 237/427] Fix #393 --- fuel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuel.json b/fuel.json index 987695df..1718c07b 100644 --- a/fuel.json +++ b/fuel.json @@ -7,7 +7,7 @@ "link": "https://github.com/kittinunf/fuel", "dependencies": [ "com.github.kittinunf.fuel:fuel:$v", - "com.github.kittinunf.fuel:fuel-gson:$v", + "com.github.kittinunf.fuel:fuel-kotlinx-serialization:$v", "com.github.kittinunf.fuel:fuel-rxjava:$v", "com.github.kittinunf.fuel:fuel-coroutines:$v" ], From 4e85778702ccad50ab63e3076ad88f8642b9d1d7 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 8 Aug 2024 20:06:51 +0300 Subject: [PATCH 238/427] Add contributing guide Fixes #391 --- CONTRIBUTING.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..f1ec3964 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,49 @@ +# Contributing Guidelines + +There are two main ways to contribute to the project — submitting issues and submitting +fixes/changes/improvements via pull requests. + +## Issue Submission + +Please file the issues [here](https://github.com/Kotlin/kotlin-jupyter-libraries/issues). + +General types of issues in this project: +- Descriptor for some library needs to be added +- The library is obsolete and needs to be removed +- The library version is out-of-date +- Descriptor is broken and needs to be fixed + +## Submitting Pull Requests + +We welcome Pull Requests. +You can submit them [here](https://github.com/Kotlin/kotlin-jupyter-libraries/pulls). + +Some rules apply to the pull requests: +- If the pull request fixes an issue, please mention it in the pull request title and in the commit message, i.e. +`Fix #123` +- If the pull request adds a new library, please check the following things: + - `description` and `link` are present in the descriptor. We generate the list of libraries using these values + so ensure they are correct + - `properties` property is present in the descriptor. It should include all versions of Maven dependencies that are + used in `dependencies` section. It should also include hints for the auto-update of these dependencies. I.e.: + ```json + { + "properties": [ + { "name": "v", "value": "0.1.2" }, + { "name": "v-renovate-hint", "value": "update: package=:" } + ] + } + ``` + - at least one dependency is present in the `dependencies` list. Version should be a property reference, i.e. + `::$v` + - Other rules and approaches could be found in [this guide](https://github.com/Kotlin/kotlin-jupyter/blob/master/docs/libraries.md) + +## Contacting maintainers + +If you encounter any issues or have questions about the project, there are several ways to contact the maintainers: + +* Submit an [issue](#issue-submission) on GitHub to report a bug or request a new feature. +* Mention the maintainer (@ileasile) on GitHub to draw their attention + to a specific problem or ask a question. +* For general inquiries and discussions, use the `#notebooks` channel on + the [KotlinLang Slack](https://kotl.in/slack). From c5a52313c1a8fb588ccdbd78f5ef0a07e4008d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:44:07 +0000 Subject: [PATCH 239/427] chore(deps): update dependency com.github.breandan:kaliningraph to v0.1.7 --- kaliningraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaliningraph.json b/kaliningraph.json index 463021d7..544915bf 100644 --- a/kaliningraph.json +++ b/kaliningraph.json @@ -2,7 +2,7 @@ "link": "https://github.com/breandan/kaliningraph", "description": "Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms", "properties": [ - { "name": "v", "value": "0.1.4" }, + { "name": "v", "value": "0.1.7" }, { "name": "v-renovate-hint", "value": "update: package=com.github.breandan:kaliningraph" } ], "dependencies": [ From f8439d554bd5c66f15d3d9f22a18b02c75c9889b Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Aug 2024 15:02:51 +0400 Subject: [PATCH 240/427] kandy 0.6.0 -> 0.7.0 --- kandy-echarts.json | 2 +- kandy.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index ca547459..31db4d5b 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.6.0" }, + { "name": "kandyVersion", "value": "0.7.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index 24ea97b3..4cedef15 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.6.0" }, + { "name": "kandyVersion", "value": "0.7.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.2.1" } + { "name": "statsVersion", "value": "0.3.0" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From 09852e21123d9b62167e2fb682dead4cd87d4ca0 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Fri, 9 Aug 2024 13:27:20 +0200 Subject: [PATCH 241/427] Add pull request template --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..05bd532c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Description + +(Briefly describe the changes you made) + +## Type of change + +- [ ] Adding a new library descriptor +- [ ] Fixing an error in an existing descriptor +- [ ] Updating an outdated descriptor +- [ ] Updating the library version + +## Checklist for new descriptors (remove if not applicable): + +- [ ] **Description and link** — Ensure that the `description` field accurately describes the library and that the `link` points to the current repository. +- [ ] **Properties** — The `properties` field contains all versions of Maven dependecies used in the `dependencies` section. +- [ ] **Dependencies** — The dependencies listed in the `dependencies` section use version variables correctly. +- [ ] **Renders (if applicable)** — If the library includes classes for visualization, the `renderers` section has appropriate rendering rules. +- [ ] **Testing** — Ensure that the descriptor works correctly in a Kotlin notebook. + + +> Please note that we reserve the right to decline PRs that add new library descriptors base on considerations of quality, stability, or long-term support. From 9438460d1eac172ac1b6c0315824cc8a9823b3cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:57:18 +0000 Subject: [PATCH 242/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 --- datetime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetime.json b/datetime.json index 50aa6ab2..1e84aa00 100644 --- a/datetime.json +++ b/datetime.json @@ -1,7 +1,7 @@ { "description": "Kotlin date/time library", "properties": [ - { "name": "v", "value": "0.6.0" }, + { "name": "v", "value": "0.6.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-datetime" } ], "link": "https://github.com/Kotlin/kotlinx-datetime", From bc37ddb45f1f55c8759f507b8b3a7f770be45c63 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 20 Aug 2024 20:07:50 +0200 Subject: [PATCH 243/427] Add IntelliJ SDK support --- intellij-sdk.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 intellij-sdk.json diff --git a/intellij-sdk.json b/intellij-sdk.json new file mode 100644 index 00000000..ad8e8896 --- /dev/null +++ b/intellij-sdk.json @@ -0,0 +1,14 @@ +{ + "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", + "properties": [ + { "name": "v", "value": "0.0.1-3" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij" } + ], + "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", + "repositories": [ + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" + ], + "dependencies": [ + "org.jetbrains.kotlinx:kotlin-jupyter-intellij:$v" + ] +} From 72380d73284a7553a5e09a59fd579efe33a62ee1 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Tue, 20 Aug 2024 16:54:23 -0400 Subject: [PATCH 244/427] Upgrade Lets-Plot --> v4.4.0, Lets-Plot Kotlin API --> v4.8.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 4a0c28dc..ade05d18 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.7.3" }, + { "name": "api", "value": "4.8.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index 0d4376c4..60eaf0af 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.7.3" }, + { "name": "api", "value": "4.8.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.3.3" }, + { "name": "lib", "value": "4.4.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.3.3" }, + { "name": "js", "value": "4.4.0" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From 2fcf74dfbbe382f1803d1ab9e4739439e1f5671b Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Tue, 20 Aug 2024 17:15:41 -0400 Subject: [PATCH 245/427] Lets-Plot: fix waterfall import. --- lets-plot.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lets-plot.json b/lets-plot.json index 60eaf0af..c5b88947 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -37,6 +37,7 @@ "org.jetbrains.letsPlot.bistro.qq.*", "org.jetbrains.letsPlot.bistro.joint.*", "org.jetbrains.letsPlot.bistro.residual.*", + "org.jetbrains.letsPlot.bistro.waterfall.*", "org.jetbrains.letsPlot.intern.toSpec", "org.jetbrains.letsPlot.spatial.SpatialDataset" ], From abd424cff8b8d5433b1c03918288e9019eb5bb5e Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Wed, 21 Aug 2024 10:14:25 +0200 Subject: [PATCH 246/427] Remove krangl descriptor Fixes #398 --- krangl.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 krangl.json diff --git a/krangl.json b/krangl.json deleted file mode 100644 index 9748cb5c..00000000 --- a/krangl.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Kotlin DSL for data wrangling", - "properties": [ - { "name": "v", "value": "0.17" }, - { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:krangl" } - ], - "link": "https://github.com/holgerbrandl/krangl", - "dependencies": [ - "com.github.holgerbrandl:krangl:$v" - ] -} From 3546264ebab70075983e771ca48178ae47706bd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:18:23 +0000 Subject: [PATCH 247/427] chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-common to v4.4.1 --- lets-plot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot.json b/lets-plot.json index c5b88947..27272511 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -3,9 +3,9 @@ "properties": [ { "name": "api", "value": "4.8.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.4.0" }, + { "name": "lib", "value": "4.4.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.4.0" }, + { "name": "js", "value": "4.4.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], From f69ffafa71561e38e2b34fd77ec059e1c1bde052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:09:26 +0000 Subject: [PATCH 248/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.21 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 6e6d13e7..e4d8ad2c 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.20" }, + { "name": "v", "value": "0.21" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 093357a2f1d7d725ebedb11ce3d8fc1d5f3a5889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:08:46 +0000 Subject: [PATCH 249/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-18 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index 2d71b6e3..18f091c1 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-11" }, + { "name": "v", "value": "0.2.0-dev-18" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 83b32fda25c27a6dafc561441d8a9684edfdda4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:08:49 +0000 Subject: [PATCH 250/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-18 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 5195d0ff..a40df9c3 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-11" }, + { "name": "v", "value": "0.2.0-dev-18" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 16a66865d846d86399d0673c940ca6e66ac8216f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:36:07 +0000 Subject: [PATCH 251/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-20 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index a40df9c3..f6ee5c3c 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-18" }, + { "name": "v", "value": "0.2.0-dev-20" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 8b0f5a3aca064ca836af37b67b730a806604c6b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:36:01 +0000 Subject: [PATCH 252/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-20 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index 18f091c1..d5152df5 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-18" }, + { "name": "v", "value": "0.2.0-dev-20" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 3e13e15ec9b09b298ee463a56148ae70e373f5df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:51:19 +0000 Subject: [PATCH 253/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij to v0.0.1-4 --- intellij-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-sdk.json b/intellij-sdk.json index ad8e8896..1c2dc4d5 100644 --- a/intellij-sdk.json +++ b/intellij-sdk.json @@ -1,7 +1,7 @@ { "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", "properties": [ - { "name": "v", "value": "0.0.1-3" }, + { "name": "v", "value": "0.0.1-4" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 321a1477a6422bdb97b176ab1fb51ec3603900f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:07:31 +0000 Subject: [PATCH 254/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-22 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index f6ee5c3c..66e779bd 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-20" }, + { "name": "v", "value": "0.2.0-dev-22" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 071931744b591b7027b4f9213ab04b2a26f291c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:07:27 +0000 Subject: [PATCH 255/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-22 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index d5152df5..f7856cb1 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-20" }, + { "name": "v", "value": "0.2.0-dev-22" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From e9d6b3a5339f4e72c929e394d237437ea5031048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:12:53 +0000 Subject: [PATCH 256/427] chore(deps): update dependency com.gabrielfeo:gradle-enterprise-api-kotlin to v2024.2.0 --- gradle-enterprise-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json index fdc27835..d2c49acd 100644 --- a/gradle-enterprise-api-kotlin.json +++ b/gradle-enterprise-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "[Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2024.1.1" }, + { "name": "version", "value": "2024.2.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } ], "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", From 42421d6a66aef4860185d7145e8f623c49a95b65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:12:49 +0000 Subject: [PATCH 257/427] chore(deps): update dependency com.gabrielfeo:develocity-api-kotlin to v2024.2.0 --- develocity-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develocity-api-kotlin.json b/develocity-api-kotlin.json index 7bdd7740..16058d8f 100644 --- a/develocity-api-kotlin.json +++ b/develocity-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Develocity API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2024.1.1" }, + { "name": "version", "value": "2024.2.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" } ], "link": "https://github.com/gabrielfeo/develocity-api-kotlin", From 2f2d63046aba6de61f4943d426f1898a339115e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:03:40 +0000 Subject: [PATCH 258/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.54.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 4c295988..831a894f 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.53.0" }, + { "name": "v", "value": "0.54.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From e186a149f5b78b2b2c3c16c2087d1bb3a6307ad5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:18:50 +0000 Subject: [PATCH 259/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index c022980d..831ed6ec 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.8.1" }, + { "name": "v", "value": "1.9.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From 8bf91eda49a84388af2ca91710be96f8ae29be99 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Mon, 23 Sep 2024 12:28:07 +0200 Subject: [PATCH 260/427] Update dataframe to v0.14 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index d1e1649d..3ca2b8ef 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.13.1" }, + { "name": "v", "value": "0.14.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From ef1737294cb5ffc15dc15c1b0e7eed394593df16 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Wed, 25 Sep 2024 12:39:48 +0200 Subject: [PATCH 261/427] Update dataframe to 0.14.1 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 3ca2b8ef..7419c50d 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.14.0" }, + { "name": "v", "value": "0.14.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From c57bdf155f1c1447824d67f554317ff188240c03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:09:24 +0000 Subject: [PATCH 262/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.55.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 831a894f..58397d2c 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.54.0" }, + { "name": "v", "value": "0.55.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 0cb90b8ef38102bb205debb08570f37fcfae4a8c Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 27 Sep 2024 15:48:09 +0400 Subject: [PATCH 263/427] kandy 0.7.0 -> 0.7.1 --- kandy-echarts.json | 2 +- kandy.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 31db4d5b..09568f4a 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.7.0" }, + { "name": "kandyVersion", "value": "0.7.1" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index 4cedef15..104d67c4 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.7.0" }, + { "name": "kandyVersion", "value": "0.7.1" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.3.0" } + { "name": "statsVersion", "value": "0.3.1" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From 9293fc5c5fcf0a8a1d335351e27c46b64394cc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:49:20 +0000 Subject: [PATCH 264/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-29 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index f7856cb1..05abf21a 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-22" }, + { "name": "v", "value": "0.2.0-dev-29" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 1da0f77d6ae488ebcd36441ab599d9688a29fd95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:49:24 +0000 Subject: [PATCH 265/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-29 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 66e779bd..36a1ce80 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-22" }, + { "name": "v", "value": "0.2.0-dev-29" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 26ef2928f90b6b2d182780e66b19f2f49afec278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:51:14 +0000 Subject: [PATCH 266/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v1 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index e2f5c505..67b94a7e 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "0.12.109" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 11c3a9204d6de456ce82c2a5ea9651377f47affa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:51:20 +0000 Subject: [PATCH 267/427] chore(deps): update dependency com.github.holgerbrandl:kravis to v1 --- kravis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kravis.json b/kravis.json index f68a04e8..919d84e2 100644 --- a/kravis.json +++ b/kravis.json @@ -1,7 +1,7 @@ { "description": "Kotlin grammar for data visualization", "properties": [ - { "name": "v", "value": "0.9.96" }, + { "name": "v", "value": "1.0.1" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kravis" } ], "link": "https://github.com/holgerbrandl/kravis", From 7fc1eaf4a781ef3ba4ead66f8f454be30950f594 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:31:19 +0000 Subject: [PATCH 268/427] chore(deps): update dependency com.github.psambit9791:jdsp to v3.1.0 --- jdsp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdsp.json b/jdsp.json index ef28fec4..90244080 100644 --- a/jdsp.json +++ b/jdsp.json @@ -1,7 +1,7 @@ { "description": "Java library for signal processing", "properties": [ - { "name": "v", "value": "v3.0.0" }, + { "name": "v", "value": "3.1.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.psambit9791:jdsp" } ], "link": "https://github.com/psambit9791/jDSP", From e6583c138e60a3b1ebab503ce82a42da947ca406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:42:07 +0000 Subject: [PATCH 269/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.56.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 58397d2c..d042170f 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.55.0" }, + { "name": "v", "value": "0.56.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 082e21336f7cd3b18e96bc255083269bbbc7179c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:22:26 +0000 Subject: [PATCH 270/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.1.4 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index 89806c68..e657ce91 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.1.3" }, + { "name": "v", "value": "R1.1.4" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From 779f74c8d58cb5b9143b44567d62f06b9cb45641 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Fri, 1 Nov 2024 15:16:44 -0400 Subject: [PATCH 271/427] Upgrade Lets-Plot -> v4.5.1, Lets-Plot-Kotlin -> 4.9.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index ade05d18..36da6ae5 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.8.0" }, + { "name": "api", "value": "4.9.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, { "name": "gt", "value": "[30,)" }, { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } diff --git a/lets-plot.json b/lets-plot.json index c5b88947..6ba45966 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,11 +1,11 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.8.0" }, + { "name": "api", "value": "4.9.0" }, { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.4.0" }, + { "name": "lib", "value": "4.5.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.4.0" }, + { "name": "js", "value": "4.5.1" }, { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], @@ -33,6 +33,7 @@ "org.jetbrains.letsPlot.font.*", "org.jetbrains.letsPlot.coord.*", "org.jetbrains.letsPlot.pos.*", + "org.jetbrains.letsPlot.interact.*", "org.jetbrains.letsPlot.bistro.corr.*", "org.jetbrains.letsPlot.bistro.qq.*", "org.jetbrains.letsPlot.bistro.joint.*", From 53c55ee340260cdf77da344fad55c5e79d36b65f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:05:37 +0000 Subject: [PATCH 272/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe to v0.14.2 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 7419c50d..05b30679 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.14.1" }, + { "name": "v", "value": "0.14.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From d7ead92db788a3ecfe357cd3eefc121845dc151b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:59:53 +0000 Subject: [PATCH 273/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.22 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index e4d8ad2c..051ae472 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.21" }, + { "name": "v", "value": "0.22" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 610f0c98951a33b0b60b3f804297f1b9da07ef4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:41:08 +0000 Subject: [PATCH 274/427] chore(deps): update dependency com.github.holgerbrandl:kravis to v1.0.2 --- kravis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kravis.json b/kravis.json index 919d84e2..4f517d93 100644 --- a/kravis.json +++ b/kravis.json @@ -1,7 +1,7 @@ { "description": "Kotlin grammar for data visualization", "properties": [ - { "name": "v", "value": "1.0.1" }, + { "name": "v", "value": "1.0.2" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kravis" } ], "link": "https://github.com/holgerbrandl/kravis", From 10fefcc39ce80f633d3a0118912b5f3a7a081587 Mon Sep 17 00:00:00 2001 From: Andrei Kislitsyn <49092338+AndreiKingsley@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:09:12 +0400 Subject: [PATCH 275/427] =?UTF-8?q?Remove=20imports/init/renders=20from=20?= =?UTF-8?q?lets-plot=20descriptors=20(move=20to=20Integ=E2=80=A6=20(#421)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove imports/init/renders from lets-plot descriptors (move to Integration) * lets-plot: replace dependencies with single jupyter artifacts --------- Co-authored-by: Igor Alshannikov --- lets-plot-gt.json | 13 ++++------- lets-plot.json | 55 ++++------------------------------------------- 2 files changed, 8 insertions(+), 60 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 36da6ae5..6bca3740 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,19 +2,14 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.9.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, - { "name": "gt", "value": "[30,)" }, - { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } + { "name": "api", "value": "4.8.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }, + { "name": "isolatedFrame", "value": "" } ], "repositories": [ "https://repo.osgeo.org/repository/release" ], "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-geotools:$api", - "org.geotools:gt-geojson:$gt" - ], - "imports": [ - "org.jetbrains.letsPlot.toolkit.geotools.toSpatialDataset" + "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$api" ] } diff --git a/lets-plot.json b/lets-plot.json index 6ba45966..8a11fbd6 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,59 +1,12 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.9.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.5.1" }, - { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.5.1" }, - { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, + { "name": "api", "value": "4.8.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], "link": "https://github.com/JetBrains/lets-plot-kotlin", "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-kernel:$api", - "org.jetbrains.lets-plot:lets-plot-common:$lib", - "org.jetbrains.lets-plot:platf-awt-jvm:$lib", - "org.jetbrains.lets-plot:lets-plot-image-export:$lib", - "io.github.microutils:kotlin-logging-jvm:2.0.5" - ], - "imports": [ - "org.jetbrains.letsPlot.*", - "org.jetbrains.letsPlot.geom.*", - "org.jetbrains.letsPlot.geom.extras.*", - "org.jetbrains.letsPlot.stat.*", - "org.jetbrains.letsPlot.label.*", - "org.jetbrains.letsPlot.scale.*", - "org.jetbrains.letsPlot.facet.*", - "org.jetbrains.letsPlot.sampling.*", - "org.jetbrains.letsPlot.export.*", - "org.jetbrains.letsPlot.tooltips.*", - "org.jetbrains.letsPlot.annotations.*", - "org.jetbrains.letsPlot.themes.*", - "org.jetbrains.letsPlot.font.*", - "org.jetbrains.letsPlot.coord.*", - "org.jetbrains.letsPlot.pos.*", - "org.jetbrains.letsPlot.interact.*", - "org.jetbrains.letsPlot.bistro.corr.*", - "org.jetbrains.letsPlot.bistro.qq.*", - "org.jetbrains.letsPlot.bistro.joint.*", - "org.jetbrains.letsPlot.bistro.residual.*", - "org.jetbrains.letsPlot.bistro.waterfall.*", - "org.jetbrains.letsPlot.intern.toSpec", - "org.jetbrains.letsPlot.spatial.SpatialDataset" - ], - "init": [ - "import org.jetbrains.letsPlot.LetsPlot", - "import org.jetbrains.letsPlot.frontend.NotebookFrontendContext", - "val isolatedFrameParam = if(\"$isolatedFrame\".isNotEmpty()) \"$isolatedFrame\".toBoolean() else null", - "val frontendContext = LetsPlot.setupNotebook(\"$js\", isolatedFrameParam) {DISPLAY(HTML(it))}", - "LetsPlot.apiVersion = \"$api\"", - "// Load library JS", - "DISPLAY(HTML(frontendContext.getConfigureHtml()))" - ], - "renderers": { - "org.jetbrains.letsPlot.intern.Plot": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.Plot))", - "org.jetbrains.letsPlot.intern.figure.SubPlotsFigure": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.figure.SubPlotsFigure))", - "org.jetbrains.letsPlot.GGBunch": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.GGBunch))" - } + "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$api" + ] } From f75e8bf9c5ef2d44d77ad11c68ed1a35f805f5f0 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 18 Nov 2024 17:12:09 -0500 Subject: [PATCH 276/427] Upgrade Lets-Plot-Kotlin -> 4.9.1 (new jupyter integration). --- lets-plot-gt.json | 7 +++---- lets-plot.json | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 6bca3740..817af809 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,14 +2,13 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.8.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }, - { "name": "isolatedFrame", "value": "" } + { "name": "v", "value": "4.9.1" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ "https://repo.osgeo.org/repository/release" ], "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$api" + "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$v" ] } diff --git a/lets-plot.json b/lets-plot.json index 8a11fbd6..f678d829 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,12 +1,12 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.8.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, + { "name": "v", "value": "4.9.1" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], "link": "https://github.com/JetBrains/lets-plot-kotlin", "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$api" + "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$v" ] } From 6211ebc21c30cd7146db1b885e130736e3cdb175 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 18 Nov 2024 18:33:45 -0500 Subject: [PATCH 277/427] Revert "Upgrade Lets-Plot-Kotlin -> 4.9.1 (new jupyter integration)." This reverts commit f75e8bf9c5ef2d44d77ad11c68ed1a35f805f5f0. --- lets-plot-gt.json | 7 ++++--- lets-plot.json | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 817af809..6bca3740 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,13 +2,14 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "4.9.1" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } + { "name": "api", "value": "4.8.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }, + { "name": "isolatedFrame", "value": "" } ], "repositories": [ "https://repo.osgeo.org/repository/release" ], "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$v" + "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$api" ] } diff --git a/lets-plot.json b/lets-plot.json index f678d829..8a11fbd6 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,12 +1,12 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "v", "value": "4.9.1" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, + { "name": "api", "value": "4.8.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], "link": "https://github.com/JetBrains/lets-plot-kotlin", "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$v" + "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$api" ] } From e3df52774e0dc2b34233ecb54f5f050731634f6a Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 18 Nov 2024 18:33:45 -0500 Subject: [PATCH 278/427] =?UTF-8?q?Revert=20"Remove=20imports/init/renders?= =?UTF-8?q?=20from=20lets-plot=20descriptors=20(move=20to=20Integ=E2=80=A6?= =?UTF-8?q?=20(#421)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 10fefcc39ce80f633d3a0118912b5f3a7a081587. --- lets-plot-gt.json | 13 +++++++---- lets-plot.json | 55 +++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 60 insertions(+), 8 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 6bca3740..36da6ae5 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,14 +2,19 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.8.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }, - { "name": "isolatedFrame", "value": "" } + { "name": "api", "value": "4.9.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, + { "name": "gt", "value": "[30,)" }, + { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } ], "repositories": [ "https://repo.osgeo.org/repository/release" ], "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$api" + "org.jetbrains.lets-plot:lets-plot-kotlin-geotools:$api", + "org.geotools:gt-geojson:$gt" + ], + "imports": [ + "org.jetbrains.letsPlot.toolkit.geotools.toSpatialDataset" ] } diff --git a/lets-plot.json b/lets-plot.json index 8a11fbd6..6ba45966 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,12 +1,59 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.8.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, + { "name": "api", "value": "4.9.0" }, + { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, + { "name": "lib", "value": "4.5.1" }, + { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, + { "name": "js", "value": "4.5.1" }, + { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, { "name": "isolatedFrame", "value": "" } ], "link": "https://github.com/JetBrains/lets-plot-kotlin", "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$api" - ] + "org.jetbrains.lets-plot:lets-plot-kotlin-kernel:$api", + "org.jetbrains.lets-plot:lets-plot-common:$lib", + "org.jetbrains.lets-plot:platf-awt-jvm:$lib", + "org.jetbrains.lets-plot:lets-plot-image-export:$lib", + "io.github.microutils:kotlin-logging-jvm:2.0.5" + ], + "imports": [ + "org.jetbrains.letsPlot.*", + "org.jetbrains.letsPlot.geom.*", + "org.jetbrains.letsPlot.geom.extras.*", + "org.jetbrains.letsPlot.stat.*", + "org.jetbrains.letsPlot.label.*", + "org.jetbrains.letsPlot.scale.*", + "org.jetbrains.letsPlot.facet.*", + "org.jetbrains.letsPlot.sampling.*", + "org.jetbrains.letsPlot.export.*", + "org.jetbrains.letsPlot.tooltips.*", + "org.jetbrains.letsPlot.annotations.*", + "org.jetbrains.letsPlot.themes.*", + "org.jetbrains.letsPlot.font.*", + "org.jetbrains.letsPlot.coord.*", + "org.jetbrains.letsPlot.pos.*", + "org.jetbrains.letsPlot.interact.*", + "org.jetbrains.letsPlot.bistro.corr.*", + "org.jetbrains.letsPlot.bistro.qq.*", + "org.jetbrains.letsPlot.bistro.joint.*", + "org.jetbrains.letsPlot.bistro.residual.*", + "org.jetbrains.letsPlot.bistro.waterfall.*", + "org.jetbrains.letsPlot.intern.toSpec", + "org.jetbrains.letsPlot.spatial.SpatialDataset" + ], + "init": [ + "import org.jetbrains.letsPlot.LetsPlot", + "import org.jetbrains.letsPlot.frontend.NotebookFrontendContext", + "val isolatedFrameParam = if(\"$isolatedFrame\".isNotEmpty()) \"$isolatedFrame\".toBoolean() else null", + "val frontendContext = LetsPlot.setupNotebook(\"$js\", isolatedFrameParam) {DISPLAY(HTML(it))}", + "LetsPlot.apiVersion = \"$api\"", + "// Load library JS", + "DISPLAY(HTML(frontendContext.getConfigureHtml()))" + ], + "renderers": { + "org.jetbrains.letsPlot.intern.Plot": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.Plot))", + "org.jetbrains.letsPlot.intern.figure.SubPlotsFigure": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.figure.SubPlotsFigure))", + "org.jetbrains.letsPlot.GGBunch": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.GGBunch))" + } } From f9fa1866feb0cafc737b2e07b1275af0328f89eb Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Tue, 19 Nov 2024 13:39:14 -0500 Subject: [PATCH 279/427] Upgrade Lets-Plot-Kotlin -> 4.9.2 (new jupyter integration). --- lets-plot-gt.json | 12 +++-------- lets-plot.json | 55 ++++------------------------------------------- 2 files changed, 7 insertions(+), 60 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 36da6ae5..924ac326 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,19 +2,13 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "api", "value": "4.9.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" }, - { "name": "gt", "value": "[30,)" }, - { "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" } + { "name": "v", "value": "4.9.2" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ "https://repo.osgeo.org/repository/release" ], "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-geotools:$api", - "org.geotools:gt-geojson:$gt" - ], - "imports": [ - "org.jetbrains.letsPlot.toolkit.geotools.toSpatialDataset" + "org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$v" ] } diff --git a/lets-plot.json b/lets-plot.json index 6ba45966..98a4bdc1 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,59 +1,12 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "api", "value": "4.9.0" }, - { "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" }, - { "name": "lib", "value": "4.5.1" }, - { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, - { "name": "js", "value": "4.5.1" }, - { "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" }, + { "name": "v", "value": "4.9.2" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], "link": "https://github.com/JetBrains/lets-plot-kotlin", "dependencies": [ - "org.jetbrains.lets-plot:lets-plot-kotlin-kernel:$api", - "org.jetbrains.lets-plot:lets-plot-common:$lib", - "org.jetbrains.lets-plot:platf-awt-jvm:$lib", - "org.jetbrains.lets-plot:lets-plot-image-export:$lib", - "io.github.microutils:kotlin-logging-jvm:2.0.5" - ], - "imports": [ - "org.jetbrains.letsPlot.*", - "org.jetbrains.letsPlot.geom.*", - "org.jetbrains.letsPlot.geom.extras.*", - "org.jetbrains.letsPlot.stat.*", - "org.jetbrains.letsPlot.label.*", - "org.jetbrains.letsPlot.scale.*", - "org.jetbrains.letsPlot.facet.*", - "org.jetbrains.letsPlot.sampling.*", - "org.jetbrains.letsPlot.export.*", - "org.jetbrains.letsPlot.tooltips.*", - "org.jetbrains.letsPlot.annotations.*", - "org.jetbrains.letsPlot.themes.*", - "org.jetbrains.letsPlot.font.*", - "org.jetbrains.letsPlot.coord.*", - "org.jetbrains.letsPlot.pos.*", - "org.jetbrains.letsPlot.interact.*", - "org.jetbrains.letsPlot.bistro.corr.*", - "org.jetbrains.letsPlot.bistro.qq.*", - "org.jetbrains.letsPlot.bistro.joint.*", - "org.jetbrains.letsPlot.bistro.residual.*", - "org.jetbrains.letsPlot.bistro.waterfall.*", - "org.jetbrains.letsPlot.intern.toSpec", - "org.jetbrains.letsPlot.spatial.SpatialDataset" - ], - "init": [ - "import org.jetbrains.letsPlot.LetsPlot", - "import org.jetbrains.letsPlot.frontend.NotebookFrontendContext", - "val isolatedFrameParam = if(\"$isolatedFrame\".isNotEmpty()) \"$isolatedFrame\".toBoolean() else null", - "val frontendContext = LetsPlot.setupNotebook(\"$js\", isolatedFrameParam) {DISPLAY(HTML(it))}", - "LetsPlot.apiVersion = \"$api\"", - "// Load library JS", - "DISPLAY(HTML(frontendContext.getConfigureHtml()))" - ], - "renderers": { - "org.jetbrains.letsPlot.intern.Plot": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.Plot))", - "org.jetbrains.letsPlot.intern.figure.SubPlotsFigure": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.intern.figure.SubPlotsFigure))", - "org.jetbrains.letsPlot.GGBunch": "HTML(frontendContext.getHtml($it as org.jetbrains.letsPlot.GGBunch))" - } + "org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$v" + ] } From e7baf6fa1fb0c3dcde9546d5bbccb9d61909a6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:21:07 +0000 Subject: [PATCH 280/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v1.0.2 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 67b94a7e..619d57c6 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "1.0.0" }, + { "name": "v", "value": "1.0.2" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From cc4c686d6643189d0754972c5e9ade9e98826036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:16:35 +0000 Subject: [PATCH 281/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.1.6 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index e657ce91..bae20e56 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.1.4" }, + { "name": "v", "value": "R1.1.6" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From f68b64454e7db157c716684e9a12a336312a325f Mon Sep 17 00:00:00 2001 From: Toldoven Date: Wed, 4 Dec 2024 08:49:02 +0200 Subject: [PATCH 282/427] feat: add aoc-kotlin-notebook Add descriptor for this library: https://github.com/Toldoven/aoc-kotlin-notebook --- adventOfCode.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 adventOfCode.json diff --git a/adventOfCode.json b/adventOfCode.json new file mode 100644 index 00000000..4a04b901 --- /dev/null +++ b/adventOfCode.json @@ -0,0 +1,14 @@ +{ + "description": "Interactive Advent of Code framework for Kotlin Notebook", + "properties": [ + { "name": "v", "value": "1.1.0" }, + { "name": "v-renovate-hint", "value": "update: package=com.toldoven.aoc:aoc-kotlin-notebook" } + ], + "link": "https://github.com/Toldoven/aoc-kotlin-notebook", + "dependencies": [ + "com.toldoven.aoc:aoc-kotlin-notebook:$v" + ], + "imports": [ + "com.toldoven.aoc.notebook.*" + ] +} From f130f946d73a5fcbff732296808aad7cee65b095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:10:56 +0000 Subject: [PATCH 283/427] chore(deps): update dependency com.toldoven.aoc:aoc-kotlin-notebook to v1.1.2 --- adventOfCode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventOfCode.json b/adventOfCode.json index 4a04b901..c537d459 100644 --- a/adventOfCode.json +++ b/adventOfCode.json @@ -1,7 +1,7 @@ { "description": "Interactive Advent of Code framework for Kotlin Notebook", "properties": [ - { "name": "v", "value": "1.1.0" }, + { "name": "v", "value": "1.1.2" }, { "name": "v-renovate-hint", "value": "update: package=com.toldoven.aoc:aoc-kotlin-notebook" } ], "link": "https://github.com/Toldoven/aoc-kotlin-notebook", From 29d5ca9565af2f9420e714b52dcb4b2c21616df7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:46:46 +0000 Subject: [PATCH 284/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.57.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index d042170f..01a8ad8c 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.56.0" }, + { "name": "v", "value": "0.57.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From c8dcb0e5723667af17eabf6da0ad43118e42cacb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:48:11 +0000 Subject: [PATCH 285/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij to v0.0.2-5 --- intellij-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-sdk.json b/intellij-sdk.json index 1c2dc4d5..88a97438 100644 --- a/intellij-sdk.json +++ b/intellij-sdk.json @@ -1,7 +1,7 @@ { "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", "properties": [ - { "name": "v", "value": "0.0.1-4" }, + { "name": "v", "value": "0.0.2-5" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From d4c51010a02fd62cf8f9ab94188db87ef60afb9e Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 6 Dec 2024 14:10:07 +0200 Subject: [PATCH 286/427] Migrate renovate config --- .github/renovate.json5 | 98 ++++++++++++++++++++++++------------------ 1 file changed, 55 insertions(+), 43 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7cb10d23..58a44c14 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,72 +1,84 @@ { - "enabled": true, - "extends": [ - "group:recommended", - "workarounds:all" + enabled: true, + extends: [ + 'group:recommended', + 'workarounds:all', ], - "dependencyDashboard": "true", - "branchConcurrentLimit": 0, - "prConcurrentLimit": 0, - "prHourlyLimit": 0, - "rebaseWhen": "conflicted", - "packageRules": [ + dependencyDashboard: true, + branchConcurrentLimit: 0, + prConcurrentLimit: 0, + prHourlyLimit: 0, + rebaseWhen: 'conflicted', + packageRules: [ // Define repositories { - "matchDatasources": ["maven"], - "registryUrls": [ + matchDatasources: [ + 'maven', + ], + registryUrls: [ // Default kernel repositories - "https://repo.maven.apache.org/maven2/", - "https://jitpack.io/", + 'https://repo.maven.apache.org/maven2/', + 'https://jitpack.io/', // Custom repositories from descriptors must be added here - "https://oss.sonatype.org/service/local/repo_groups/public/content", - "https://repo.osgeo.org/repository/release", - "https://repo.kotlin.link", - "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers", - "https://s01.oss.sonatype.org/content/repositories/snapshots", - "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven", - ] + 'https://oss.sonatype.org/service/local/repo_groups/public/content', + 'https://repo.osgeo.org/repository/release', + 'https://repo.kotlin.link', + 'https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers', + 'https://s01.oss.sonatype.org/content/repositories/snapshots', + 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven', + ], }, // Ignore -dev versions, because in maven 1.0 < 1.0-dev { - "matchPackagePatterns": [".*"], - "allowedVersions": "!/[-.]dev/", + allowedVersions: '!/[-.]dev/', + matchPackageNames: [ + '/.*/', + ], }, // Allow -dev versions if it's already using one { - "matchCurrentValue": "/[-.]dev/", - "allowedVersions": "/.*/", + matchCurrentValue: '/[-.]dev/', + allowedVersions: '/.*/', }, - // Ignore pushed by mistake version + // Ignore pushed by mistake versions { - "matchPackageNames": ["org.jetbrains.kotlinx:dataframe"], - "allowedVersions": "!/[-.]dev|^1548$|^1727$/", + matchPackageNames: [ + 'org.jetbrains.kotlinx:dataframe', + ], + allowedVersions: '!/[-.]dev|^1548$|^1727$/', }, // Ignore pushed by mistake versions { - "matchPackageNames": ["com.github.gabrielfeo:gradle-enterprise-api-kotlin"], - "allowedVersions": "!/^0\\.999.*$/", + matchPackageNames: [ + 'com.github.gabrielfeo:gradle-enterprise-api-kotlin', + ], + allowedVersions: '!/^0\\.999.*$/', }, ], - "regexManagers": [ + customManagers: [ // Matches dependencies with hardcoded versions (no interpolated properties) { - "datasourceTemplate": "maven", - "versioningTemplate": "maven", - "fileMatch": [".*\\.json5"], - "matchStrings": [ - // https://regex101.com/r/mex9HU/1 + customType: 'regex', + datasourceTemplate: 'maven', + versioningTemplate: 'maven', + fileMatch: [ + '.*\\.json5', + ], + matchStrings: [ '^\\s*"(?[^":\\$]+:[^":\\$]+):(?[^":\\$]+)"', - ] + ], }, // Matches properties having a "*-renovate-hint" property below them with value "update: package=group:artifact" { - "datasourceTemplate": "maven", - "versioningTemplate": "maven", - "fileMatch": [".*\\.json"], - "matchStrings": [ - // https://regex101.com/r/7ESmC8/6 + customType: 'regex', + datasourceTemplate: 'maven', + versioningTemplate: 'maven', + fileMatch: [ + '.*\\.json', + ], + matchStrings: [ '(?:{ *"name": *)?".+?"[:,] *(?:"value": *)?"(?.+?)"(?: *})?,\\s*(?:{ *"name": *)?"\\S+-renovate-hint"[:,] *(?:"value": *)?"update: +package=(?\\S+?)"', - ] + ], }, ], } From c9515b3875fc4e9064f7c6b3898128d47be91b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:27:55 +0000 Subject: [PATCH 287/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe to v0.15.0 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 05b30679..514c2155 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.14.2" }, + { "name": "v", "value": "0.15.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From 74f668abaf068439b22207b38468c574d1ae6cb5 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 16 Dec 2024 17:33:06 -0500 Subject: [PATCH 288/427] Upgrade Lets-Plot-Kotlin -> 4.9.3 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 924ac326..b6789a8a 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "4.9.2" }, + { "name": "v", "value": "4.9.3" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index 98a4bdc1..536a989f 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "v", "value": "4.9.2" }, + { "name": "v", "value": "4.9.3" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], From a8db0048bfb274ea86d6f61e32daa2c4b90cc6a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:13:15 +0000 Subject: [PATCH 289/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v1.0.3 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 619d57c6..0e143beb 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "1.0.2" }, + { "name": "v", "value": "1.0.3" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From d5a71469b4b097d17881cbeac495ae2ed98fff9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:13:21 +0000 Subject: [PATCH 290/427] chore(deps): update dependency com.github.holgerbrandl:kravis to v1.0.4 --- kravis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kravis.json b/kravis.json index 4f517d93..b55f769f 100644 --- a/kravis.json +++ b/kravis.json @@ -1,7 +1,7 @@ { "description": "Kotlin grammar for data visualization", "properties": [ - { "name": "v", "value": "1.0.2" }, + { "name": "v", "value": "1.0.4" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kravis" } ], "link": "https://github.com/holgerbrandl/kravis", From e0eac471550df73d268856a84807f9a79fdb4afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:17:47 +0000 Subject: [PATCH 291/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v4 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index e54dffc1..700bd0a6 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "3.1.1" }, + { "name": "v", "value": "4.0.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From f73d0398d4c9dc05c546829c3e46d7dd1a9d54c3 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 3 Feb 2025 01:21:05 +0400 Subject: [PATCH 292/427] kandy: update version 0.7.1 -> 0.8.0 --- kandy-echarts.json | 2 +- kandy.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 09568f4a..d2614f1b 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.7.1" }, + { "name": "kandyVersion", "value": "0.8.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index 104d67c4..107b50cf 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.7.1" }, + { "name": "kandyVersion", "value": "0.8.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.3.1" } + { "name": "statsVersion", "value": "0.4.0" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From 8c199eaf7f1847373a08e32a6e03c31f3dae8130 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 4 Feb 2025 16:44:47 +0200 Subject: [PATCH 293/427] Update MySQL dependency --- mysql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.json b/mysql.json index 729f83b1..5d6d1d33 100644 --- a/mysql.json +++ b/mysql.json @@ -2,10 +2,10 @@ "description": "MySql JDBC Connector", "properties": [ { "name": "v", "value": "8.0.33" }, - { "name": "v-renovate-hint", "value": "update: package=mysql:mysql-connector-java" } + { "name": "v-renovate-hint", "value": "update: package=com.mysql:mysql-connector-j" } ], "link": "https://github.com/mysql/mysql-connector-j", "dependencies": [ - "mysql:mysql-connector-java:$v" + "com.mysql:mysql-connector-j:$v" ] } From d1e01fd2f73d65544d206bd1ed92d04967b5e5c0 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 4 Feb 2025 16:48:46 +0200 Subject: [PATCH 294/427] Remove deprecated gradle-enterprise-api library --- gradle-enterprise-api-kotlin.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gradle-enterprise-api-kotlin.json diff --git a/gradle-enterprise-api-kotlin.json b/gradle-enterprise-api-kotlin.json deleted file mode 100644 index d2c49acd..00000000 --- a/gradle-enterprise-api-kotlin.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "description": "[Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects", - "properties": [ - { "name": "version", "value": "2024.2.0" }, - { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" } - ], - "link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin", - "dependencies": [ - "com.gabrielfeo:gradle-enterprise-api-kotlin:$version" - ], - "imports": [ - "com.gabrielfeo.gradle.enterprise.api.*", - "com.gabrielfeo.gradle.enterprise.api.model.*", - "com.gabrielfeo.gradle.enterprise.api.extension.*" - ] -} From 0228900189361209f6493a4cb55994ebbae5dfd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:19:38 +0000 Subject: [PATCH 295/427] chore(deps): update dependency com.gabrielfeo:develocity-api-kotlin to v2024.3.0 --- develocity-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develocity-api-kotlin.json b/develocity-api-kotlin.json index 16058d8f..3f89356b 100644 --- a/develocity-api-kotlin.json +++ b/develocity-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Develocity API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2024.2.0" }, + { "name": "version", "value": "2024.3.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" } ], "link": "https://github.com/gabrielfeo/develocity-api-kotlin", From 928f447fbf56831cc4a1bcf8478626dfdefc03cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:53:16 +0000 Subject: [PATCH 296/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.58.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 01a8ad8c..81d8f071 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.57.0" }, + { "name": "v", "value": "0.58.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 7b7b72d2166458a3281602d785699b284a1102a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:20:23 +0000 Subject: [PATCH 297/427] chore(deps): update dependency space.kscience:kmath-jupyter to v0.4.2 --- kmath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmath.json b/kmath.json index 50d06d31..954d1d53 100644 --- a/kmath.json +++ b/kmath.json @@ -1,7 +1,7 @@ { "description": "Experimental Kotlin algebra-based mathematical library", "properties": [ - { "name": "v", "value": "0.3.1" }, + { "name": "v", "value": "0.4.2" }, { "name": "v-renovate-hint", "value": "update: package=space.kscience:kmath-jupyter" } ], "link": "https://github.com/mipt-npm/kmath", From d830cd77a659a902cf90a9fe1d7a883083dc5ef0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:02:21 +0000 Subject: [PATCH 298/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v4.2.0 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index 700bd0a6..a26e456c 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "4.0.0" }, + { "name": "v", "value": "4.2.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 963c75fc2431512d6c33de593276e7d7a8200e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:49:19 +0000 Subject: [PATCH 299/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.1.8 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index bae20e56..f9db2b1e 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.1.6" }, + { "name": "v", "value": "R1.1.8" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From 9e33a84c87d0a8807520910f00e46f302b548426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:36:51 +0000 Subject: [PATCH 300/427] chore(deps): update dependency org.freemarker:freemarker to v2.3.34 --- deeplearning4j-cuda.json | 2 +- deeplearning4j.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deeplearning4j-cuda.json b/deeplearning4j-cuda.json index 488b0074..d1317018 100644 --- a/deeplearning4j-cuda.json +++ b/deeplearning4j-cuda.json @@ -6,7 +6,7 @@ { "name": "cuda", "value": "10.2" }, { "name": "slf4j", "value": "1.7.36" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, - { "name": "freemarker", "value": "2.3.33" }, + { "name": "freemarker", "value": "2.3.34" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } ], "link": "https://github.com/eclipse/deeplearning4j", diff --git a/deeplearning4j.json b/deeplearning4j.json index abaaa1cf..ef4e1e4b 100644 --- a/deeplearning4j.json +++ b/deeplearning4j.json @@ -5,7 +5,7 @@ { "name": "v-renovate-hint", "value": "update: package=org.nd4j:nd4j-api" }, { "name": "slf4j", "value": "1.7.36" }, { "name": "slf4j-renovate-hint", "value": "update: package=org.slf4j:slf4j-api" }, - { "name": "freemarker", "value": "2.3.33" }, + { "name": "freemarker", "value": "2.3.34" }, { "name": "freemarker-renovate-hint", "value": "update: package=org.freemarker:freemarker" } ], "link": "https://github.com/eclipse/deeplearning4j", From 01626f7cf6dec587de7c2c787f705170f077ef14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:06:23 +0000 Subject: [PATCH 301/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.1 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index 831ed6ec..64a5d957 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.9.0" }, + { "name": "v", "value": "1.10.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From 6c26faffe851fc6ae16f43dce45aa626b139de74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:28:42 +0000 Subject: [PATCH 302/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.23 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 051ae472..ef6f10f6 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.22" }, + { "name": "v", "value": "0.23" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From ba8a4d0ad130987db78a4f0a1edbe3325de11cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:54:33 +0000 Subject: [PATCH 303/427] chore(deps): update dependency com.mysql:mysql-connector-j to v9 --- mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.json b/mysql.json index 5d6d1d33..010ea2ed 100644 --- a/mysql.json +++ b/mysql.json @@ -1,7 +1,7 @@ { "description": "MySql JDBC Connector", "properties": [ - { "name": "v", "value": "8.0.33" }, + { "name": "v", "value": "9.2.0" }, { "name": "v-renovate-hint", "value": "update: package=com.mysql:mysql-connector-j" } ], "link": "https://github.com/mysql/mysql-connector-j", From 17f661f5583cbbe896f66befbe55b55c09dc786c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:54:30 +0000 Subject: [PATCH 304/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.59.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 81d8f071..9a2d22cd 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.58.0" }, + { "name": "v", "value": "0.59.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 4247228a5925a74453a0ae9e435999a0491a7fc0 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 5 Feb 2025 16:13:32 +0400 Subject: [PATCH 305/427] add kandy-geo --- kandy-geo.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kandy-geo.json diff --git a/kandy-geo.json b/kandy-geo.json new file mode 100644 index 00000000..4a06691f --- /dev/null +++ b/kandy-geo.json @@ -0,0 +1,29 @@ +{ + "description": "Kotlin plotting DSL for Lets-Plot", + "properties": [ + { + "name": "dataframeVersion", + "value": "0.15.0" + }, + { + "name": "dataframeVersion-renovate-hint", + "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" + }, + { + "name": "kandyVersion", + "value": "0.8.0" + }, + { + "name": "kandyVersion-renovate-hint", + "value": "update: package=org.jetbrains.kotlinx:kandy-geo" + } + ], + "link": "https://github.com/Kotlin/kandy", + "repositories": [ + "https://repo.osgeo.org/repository/release" + ], + "dependencies": [ + "org.jetbrains.kotlinx:dataframe-geo:$dataframeVersion", + "org.jetbrains.kotlinx:kandy-geo:$kandyVersion" + ] +} From 279f280740885c845ea6fea1c62f6d5a4e762a43 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 5 Feb 2025 16:16:33 +0400 Subject: [PATCH 306/427] add log4j to kandy-geo --- kandy-geo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kandy-geo.json b/kandy-geo.json index 4a06691f..a02f4cde 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -24,6 +24,7 @@ ], "dependencies": [ "org.jetbrains.kotlinx:dataframe-geo:$dataframeVersion", - "org.jetbrains.kotlinx:kandy-geo:$kandyVersion" + "org.jetbrains.kotlinx:kandy-geo:$kandyVersion", + "org.apache.logging.log4j:log4j-core:2.20.0" ] } From 9c9e6252a621e03e9d5d2788b9e8c05aed6753ed Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 5 Feb 2025 16:21:10 +0400 Subject: [PATCH 307/427] swapped out kandy and dataframe version args in kandy-geo --- kandy-geo.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kandy-geo.json b/kandy-geo.json index a02f4cde..bbd9e476 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -1,14 +1,6 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { - "name": "dataframeVersion", - "value": "0.15.0" - }, - { - "name": "dataframeVersion-renovate-hint", - "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" - }, { "name": "kandyVersion", "value": "0.8.0" @@ -16,6 +8,14 @@ { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" + }, + { + "name": "dataframeVersion", + "value": "0.15.0" + }, + { + "name": "dataframeVersion-renovate-hint", + "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", From a3732946f6a0b6f57d8ba87ac325f73da2eb0de0 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 6 Feb 2025 14:41:17 +0400 Subject: [PATCH 308/427] fix description in kandy-geo --- kandy-geo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy-geo.json b/kandy-geo.json index bbd9e476..5f08cdd8 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -1,5 +1,5 @@ { - "description": "Kotlin plotting DSL for Lets-Plot", + "description": "Geo extensions for Kandy and Kotlin Dataframe", "properties": [ { "name": "kandyVersion", From f7979c97c71e863e18130dccfcc39616b7aaea48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:02:25 +0000 Subject: [PATCH 309/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2 --- datetime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetime.json b/datetime.json index 1e84aa00..5f961de0 100644 --- a/datetime.json +++ b/datetime.json @@ -1,7 +1,7 @@ { "description": "Kotlin date/time library", "properties": [ - { "name": "v", "value": "0.6.1" }, + { "name": "v", "value": "0.6.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-datetime" } ], "link": "https://github.com/Kotlin/kotlinx-datetime", From ad8ca4ba8d5a6e14c39991f7ff75b980432c2f47 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Mon, 24 Feb 2025 13:47:21 +0100 Subject: [PATCH 310/427] Remove obsolete khttp library.Use ktor-client instead --- khttp.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 khttp.json diff --git a/khttp.json b/khttp.json deleted file mode 100644 index 5a677390..00000000 --- a/khttp.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "HTTP networking library", - "properties": [ - { "name": "v", "value": "39f76b4186" }, - { "name": "v-renovate-hint", "value": "update: package=com.github.jkcclemens:khttp" } - ], - "link": "https://github.com/jkcclemens/khttp", - "repositories": [ - "https://jitpack.io" - ], - "dependencies": [ - "com.github.jkcclemens:khttp:$v" - ] -} From 70dec0a26327f4e56dc100cff163dc283bd99f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 23:21:25 +0000 Subject: [PATCH 311/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.1.9 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index f9db2b1e..43c0915f 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.1.8" }, + { "name": "v", "value": "R1.1.9" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From cdc813d3ede4e846a49170700ee5d284f451eff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:13:37 +0000 Subject: [PATCH 312/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v4.3.0 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index a26e456c..9c047305 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "4.2.0" }, + { "name": "v", "value": "4.3.0" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 7abe083a7ddfba5f58d0053ceca9a48638ee5f6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:59:44 +0000 Subject: [PATCH 313/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.60.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index 9a2d22cd..d55849ea 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.59.0" }, + { "name": "v", "value": "0.60.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 81af9ccc52934da0c9bf4f2397b7e93e644fa0be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 03:13:50 +0000 Subject: [PATCH 314/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.25 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index ef6f10f6..061cbff9 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.23" }, + { "name": "v", "value": "0.25" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 0f9f81796474bf816fe04334caadff1c6c3a64e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 21:42:49 +0000 Subject: [PATCH 315/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.2.0 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index 43c0915f..0b3d3695 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.1.9" }, + { "name": "v", "value": "R1.2.0" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From 372add88d87786f5668bee27369c86ec78ecff71 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Fri, 14 Mar 2025 13:22:27 +0100 Subject: [PATCH 316/427] Ready dataframe.json for dataframe-jupyter module at v1.0+ Adds conditional statement to dataframe descriptor, allowing it to handle the integration being in `dataframe` before version 1.0 and in `dataframe-jupyter` after 1.0 --- dataframe.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dataframe.json b/dataframe.json index 514c2155..b3c59f18 100644 --- a/dataframe.json +++ b/dataframe.json @@ -5,6 +5,9 @@ { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", + "init": [ + "if (!\"$v\".startsWith('0')) USE { dependencies(\"org.jetbrains.kotlinx:dataframe-jupyter:$v\") }" + ], "dependencies": [ "org.jetbrains.kotlinx:dataframe:$v" ], From 8c18c4c25827c74f33cc56bc4cc786a67344f039 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Thu, 20 Mar 2025 17:30:16 -0400 Subject: [PATCH 317/427] Upgrade Lets-Plot-Kotlin -> 4.10.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index b6789a8a..4657573d 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "4.9.3" }, + { "name": "v", "value": "4.10.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index 536a989f..56307948 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "v", "value": "4.9.3" }, + { "name": "v", "value": "4.10.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], From 3d033824c7273889ed299c33f17cea6035685b6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:53:52 +0000 Subject: [PATCH 318/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v1.0.4 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 0e143beb..166b5e4e 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "1.0.3" }, + { "name": "v", "value": "1.0.4" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From b770015cbfe2720058ba76f4b40eb949993a4243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:24:36 +0000 Subject: [PATCH 319/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2 --- coroutines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines.json b/coroutines.json index 64a5d957..0d911240 100644 --- a/coroutines.json +++ b/coroutines.json @@ -1,7 +1,7 @@ { "description": "Asynchronous programming and reactive streams support", "properties": [ - { "name": "v", "value": "1.10.1" }, + { "name": "v", "value": "1.10.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlinx-coroutines-core" } ], "link": "https://github.com/Kotlin/kotlinx.coroutines", From a9e0f02c912c80cc2443ffe3892ba905771d413f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:59:46 +0000 Subject: [PATCH 320/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-30 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 36a1ce80..3e57ce0d 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-29" }, + { "name": "v", "value": "0.2.0-dev-30" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 743ae2d5dbbf10d126b9418903df648eb3777391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:59:43 +0000 Subject: [PATCH 321/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-30 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index 05abf21a..11ffb138 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-29" }, + { "name": "v", "value": "0.2.0-dev-30" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 8fece8795e755988a49e9a0d705732cac1959d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:13:41 +0000 Subject: [PATCH 322/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij to v0.0.2-6 --- intellij-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-sdk.json b/intellij-sdk.json index 88a97438..67676a5b 100644 --- a/intellij-sdk.json +++ b/intellij-sdk.json @@ -1,7 +1,7 @@ { "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", "properties": [ - { "name": "v", "value": "0.0.2-5" }, + { "name": "v", "value": "0.0.2-6" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From e6e74583e38c1a8877bba07a97e725ec944003ad Mon Sep 17 00:00:00 2001 From: devcrocod Date: Fri, 11 Apr 2025 17:26:27 +0200 Subject: [PATCH 323/427] add langchain4j descriptor --- langchain4j.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 langchain4j.json diff --git a/langchain4j.json b/langchain4j.json new file mode 100644 index 00000000..96efda47 --- /dev/null +++ b/langchain4j.json @@ -0,0 +1,53 @@ +{ + "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", + "properties": [ + { "name": "v", "value": "1.0.0-beta3" }, + { "name": "model", "value": "openai" }, + { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" } + ], + "link": "https://github.com/langchain4j/langchain4j", + "init": [ + "when(\"$model\") {\n \"bedrock\" -> USE { dependencies(\"dev.langchain4j:langchain4j-bedrock:$v\") }\n \"anthropic\" -> USE { dependencies(\"dev.langchain4j:langchain4j-anthropic:$v\") }\n \"azure\" -> USE { dependencies(\"dev.langchain4j:langchain4j-azure-open-ai:$v\") }\n \"googleai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-google-ai-gemini:$v\") }\n \"vertexai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\") }\n \"huggingface\" -> USE { dependencies(\"dev.langchain4j:langchain4j-hugging-face:$v\") }\n \"ollama\" -> USE { dependencies(\"dev.langchain4j:langchain4j-ollama:$v\") }\n \"openai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai:$v\") }\n \"openaiofficial\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai-official:$v\") }\n else -> error(\"Not recognized dependency '$input'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\")\n}" + ], + "dependencies": [ + "dev.langchain4j:langchain4j:$v" + ], + "imports": [ + "import dev.langchain4j.spi.*", + "import dev.langchain4j.data.document.*", + "import dev.langchain4j.data.message.*", + "import dev.langchain4j.data.embedding.*", + "import dev.langchain4j.data.image.*", + "import dev.langchain4j.data.pdf.*", + "import dev.langchain4j.data.audio.*", + "import dev.langchain4j.data.segment.*", + "import dev.langchain4j.data.text.*", + "import dev.langchain4j.data.video.*", + "import dev.langchain4j.rag.*", + "import dev.langchain4j.rag.query.*", + "import dev.langchain4j.rag.query.transformer.*", + "import dev.langchain4j.rag.query.router.*", + "import dev.langchain4j.rag.content.*", + "import dev.langchain4j.rag.content.injector.*", + "import dev.langchain4j.rag.content.retriever.*", + "import dev.langchain4j.rag.content.aggregator.*", + "import dev.langchain4j.web.search.*", + "import dev.langchain4j.agent.tool.*", + "import dev.langchain4j.store.memory.chat.*", + "import dev.langchain4j.store.embedding.*", + "import dev.langchain4j.model.$model.*", + "import dev.langchain4j.model.embedding.*", + "import dev.langchain4j.model.image.*", + "import dev.langchain4j.model.input.structured.*", + "import dev.langchain4j.model.input.*", + "import dev.langchain4j.model.chat.*", + "import dev.langchain4j.model.language.*", + "import dev.langchain4j.model.moderation.*", + "import dev.langchain4j.model.output.*", + "import dev.langchain4j.model.*", + "import dev.langchain4j.service.tool.*", + "import dev.langchain4j.service.memory.*", + "import dev.langchain4j.service.output.*", + "import dev.langchain4j.service.*" + ] +} From 9bad6bda82e47f01226b454e1381a1500477c7fa Mon Sep 17 00:00:00 2001 From: devcrocod Date: Fri, 11 Apr 2025 18:03:19 +0200 Subject: [PATCH 324/427] fix import for model --- langchain4j.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/langchain4j.json b/langchain4j.json index 96efda47..94ef6897 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -7,7 +7,7 @@ ], "link": "https://github.com/langchain4j/langchain4j", "init": [ - "when(\"$model\") {\n \"bedrock\" -> USE { dependencies(\"dev.langchain4j:langchain4j-bedrock:$v\") }\n \"anthropic\" -> USE { dependencies(\"dev.langchain4j:langchain4j-anthropic:$v\") }\n \"azure\" -> USE { dependencies(\"dev.langchain4j:langchain4j-azure-open-ai:$v\") }\n \"googleai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-google-ai-gemini:$v\") }\n \"vertexai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\") }\n \"huggingface\" -> USE { dependencies(\"dev.langchain4j:langchain4j-hugging-face:$v\") }\n \"ollama\" -> USE { dependencies(\"dev.langchain4j:langchain4j-ollama:$v\") }\n \"openai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai:$v\") }\n \"openaiofficial\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai-official:$v\") }\n else -> error(\"Not recognized dependency '$input'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\")\n}" + "when($model) {\n \"bedrock\" -> USE { dependencies(\"dev.langchain4j:langchain4j-bedrock:$v\"); import(\"dev.langchain4j.model.bedrock.*\") }\n \"anthropic\" -> USE { dependencies(\"dev.langchain4j:langchain4j-anthropic:$v\"); import(\"dev.langchain4j.model.anthropic.*\") }\n \"azure\" -> USE { dependencies(\"dev.langchain4j:langchain4j-azure-open-ai:$v\"); import(\"dev.langchain4j.model.azure.*\") }\n \"googleai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-google-ai-gemini:$v\"); import(\"dev.langchain4j.model.googleai.*\") }\n \"vertexai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\"); import(\"dev.langchain4j.model.vertexai.*\") }\n \"huggingface\" -> USE { dependencies(\"dev.langchain4j:langchain4j-hugging-face:$v\"); import(\"dev.langchain4j.model.huggingface.*\") }\n \"ollama\" -> USE { dependencies(\"dev.langchain4j:langchain4j-ollama:$v\"); import(\"dev.langchain4j.model.ollama.*\") }\n \"openai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai:$v\"); import(\"dev.langchain4j.model.openai.*\") }\n \"openaiofficial\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai-official:$v\"); import(\"dev.langchain4j.model.openaiofficial.*\") }\n else -> error(\"Not recognized dependency '$model'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\")\n}" ], "dependencies": [ "dev.langchain4j:langchain4j:$v" @@ -35,7 +35,6 @@ "import dev.langchain4j.agent.tool.*", "import dev.langchain4j.store.memory.chat.*", "import dev.langchain4j.store.embedding.*", - "import dev.langchain4j.model.$model.*", "import dev.langchain4j.model.embedding.*", "import dev.langchain4j.model.image.*", "import dev.langchain4j.model.input.structured.*", From 9b23c6fddfdf039a784587f3e9647b3a14944a09 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Fri, 11 Apr 2025 18:46:43 +0200 Subject: [PATCH 325/427] fix imports for model and init block --- langchain4j.json | 76 ++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/langchain4j.json b/langchain4j.json index 94ef6897..9fed8054 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -2,51 +2,51 @@ "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ { "name": "v", "value": "1.0.0-beta3" }, - { "name": "model", "value": "openai" }, - { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" } + { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, + { "name": "model", "value": "openai" } ], "link": "https://github.com/langchain4j/langchain4j", "init": [ - "when($model) {\n \"bedrock\" -> USE { dependencies(\"dev.langchain4j:langchain4j-bedrock:$v\"); import(\"dev.langchain4j.model.bedrock.*\") }\n \"anthropic\" -> USE { dependencies(\"dev.langchain4j:langchain4j-anthropic:$v\"); import(\"dev.langchain4j.model.anthropic.*\") }\n \"azure\" -> USE { dependencies(\"dev.langchain4j:langchain4j-azure-open-ai:$v\"); import(\"dev.langchain4j.model.azure.*\") }\n \"googleai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-google-ai-gemini:$v\"); import(\"dev.langchain4j.model.googleai.*\") }\n \"vertexai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\"); import(\"dev.langchain4j.model.vertexai.*\") }\n \"huggingface\" -> USE { dependencies(\"dev.langchain4j:langchain4j-hugging-face:$v\"); import(\"dev.langchain4j.model.huggingface.*\") }\n \"ollama\" -> USE { dependencies(\"dev.langchain4j:langchain4j-ollama:$v\"); import(\"dev.langchain4j.model.ollama.*\") }\n \"openai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai:$v\"); import(\"dev.langchain4j.model.openai.*\") }\n \"openaiofficial\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai-official:$v\"); import(\"dev.langchain4j.model.openaiofficial.*\") }\n else -> error(\"Not recognized dependency '$model'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\")\n}" + "when (\"$model\") {\n\"bedrock\" -> USE { dependencies(\"dev.langchain4j:langchain4j-bedrock:$v\") }\n\"anthropic\" -> USE { dependencies(\"dev.langchain4j:langchain4j-anthropic:$v\") }\n\"azure\" -> USE { dependencies(\"dev.langchain4j:langchain4j-azure-open-ai:$v\") }\n\"googleai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-google-ai-gemini:$v\") }\n\"vertexai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\") }\n\"huggingface\" -> USE { dependencies(\"dev.langchain4j:langchain4j-hugging-face:$v\") }\n\"ollama\" -> USE { dependencies(\"dev.langchain4j:langchain4j-ollama:$v\") }\n\"openai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai:$v\") }\n\"openaiofficial\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai-official:$v\") }\nelse -> error(\"Not recognized dependency '$model'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\")\n}\nUSE { import(\"dev.langchain4j.model.$model.*\") }" ], "dependencies": [ "dev.langchain4j:langchain4j:$v" ], "imports": [ - "import dev.langchain4j.spi.*", - "import dev.langchain4j.data.document.*", - "import dev.langchain4j.data.message.*", - "import dev.langchain4j.data.embedding.*", - "import dev.langchain4j.data.image.*", - "import dev.langchain4j.data.pdf.*", - "import dev.langchain4j.data.audio.*", - "import dev.langchain4j.data.segment.*", - "import dev.langchain4j.data.text.*", - "import dev.langchain4j.data.video.*", - "import dev.langchain4j.rag.*", - "import dev.langchain4j.rag.query.*", - "import dev.langchain4j.rag.query.transformer.*", - "import dev.langchain4j.rag.query.router.*", - "import dev.langchain4j.rag.content.*", - "import dev.langchain4j.rag.content.injector.*", - "import dev.langchain4j.rag.content.retriever.*", - "import dev.langchain4j.rag.content.aggregator.*", - "import dev.langchain4j.web.search.*", - "import dev.langchain4j.agent.tool.*", - "import dev.langchain4j.store.memory.chat.*", - "import dev.langchain4j.store.embedding.*", - "import dev.langchain4j.model.embedding.*", - "import dev.langchain4j.model.image.*", - "import dev.langchain4j.model.input.structured.*", - "import dev.langchain4j.model.input.*", - "import dev.langchain4j.model.chat.*", - "import dev.langchain4j.model.language.*", - "import dev.langchain4j.model.moderation.*", - "import dev.langchain4j.model.output.*", - "import dev.langchain4j.model.*", - "import dev.langchain4j.service.tool.*", - "import dev.langchain4j.service.memory.*", - "import dev.langchain4j.service.output.*", - "import dev.langchain4j.service.*" + "dev.langchain4j.spi.*", + "dev.langchain4j.data.document.*", + "dev.langchain4j.data.message.*", + "dev.langchain4j.data.embedding.*", + "dev.langchain4j.data.image.*", + "dev.langchain4j.data.pdf.*", + "dev.langchain4j.data.audio.*", + "dev.langchain4j.data.segment.*", + "dev.langchain4j.data.text.*", + "dev.langchain4j.data.video.*", + "dev.langchain4j.rag.*", + "dev.langchain4j.rag.query.*", + "dev.langchain4j.rag.query.transformer.*", + "dev.langchain4j.rag.query.router.*", + "dev.langchain4j.rag.content.*", + "dev.langchain4j.rag.content.injector.*", + "dev.langchain4j.rag.content.retriever.*", + "dev.langchain4j.rag.content.aggregator.*", + "dev.langchain4j.web.search.*", + "dev.langchain4j.agent.tool.*", + "dev.langchain4j.store.memory.chat.*", + "dev.langchain4j.store.embedding.*", + "dev.langchain4j.model.embedding.*", + "dev.langchain4j.model.image.*", + "dev.langchain4j.model.input.structured.*", + "dev.langchain4j.model.input.*", + "dev.langchain4j.model.chat.*", + "dev.langchain4j.model.language.*", + "dev.langchain4j.model.moderation.*", + "dev.langchain4j.model.output.*", + "dev.langchain4j.model.*", + "dev.langchain4j.service.tool.*", + "dev.langchain4j.service.memory.*", + "dev.langchain4j.service.output.*", + "dev.langchain4j.service.*" ] } From 0d588e7fbeb7b8010a7a77c076f499bef5d03715 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Thu, 17 Apr 2025 12:48:28 +0200 Subject: [PATCH 326/427] fix init code --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 9fed8054..4af4ef49 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -7,7 +7,7 @@ ], "link": "https://github.com/langchain4j/langchain4j", "init": [ - "when (\"$model\") {\n\"bedrock\" -> USE { dependencies(\"dev.langchain4j:langchain4j-bedrock:$v\") }\n\"anthropic\" -> USE { dependencies(\"dev.langchain4j:langchain4j-anthropic:$v\") }\n\"azure\" -> USE { dependencies(\"dev.langchain4j:langchain4j-azure-open-ai:$v\") }\n\"googleai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-google-ai-gemini:$v\") }\n\"vertexai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\") }\n\"huggingface\" -> USE { dependencies(\"dev.langchain4j:langchain4j-hugging-face:$v\") }\n\"ollama\" -> USE { dependencies(\"dev.langchain4j:langchain4j-ollama:$v\") }\n\"openai\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai:$v\") }\n\"openaiofficial\" -> USE { dependencies(\"dev.langchain4j:langchain4j-open-ai-official:$v\") }\nelse -> error(\"Not recognized dependency '$model'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\")\n}\nUSE { import(\"dev.langchain4j.model.$model.*\") }" + "val langchain4jMap = mapOf(\n \"bedrock\" to \"dev.langchain4j:langchain4j-bedrock:$v\",\n \"anthropic\" to \"dev.langchain4j:langchain4j-anthropic:$v\",\n \"azure\" to \"dev.langchain4j:langchain4j-azure-open-ai:$v\",\n \"googleai\" to \"dev.langchain4j:langchain4j-google-ai-gemini:$v\",\n \"vertexai\" to \"dev.langchain4j:langchain4j-vertex-ai-gemini:$v\",\n \"huggingface\" to \"dev.langchain4j:langchain4j-hugging-face:$v\",\n \"ollama\" to \"dev.langchain4j:langchain4j-ollama:$v\",\n \"openai\" to \"dev.langchain4j:langchain4j-open-ai:$v\",\n \"openaiofficial\" to \"dev.langchain4j:langchain4j-open-ai-official:$v\"\n)\nUSE {\n dependencies(langchain4jMap[\"$model\"] ?: error(\"Not recognized dependency '$model'. Use follow models: `bedrock`, `anthropic`, `azure`, `googleai`, `vertexai`, `huggingface`, `ollama`, `openai`, `openaiofficial`\"))\n import(\"dev.langchain4j.model.$model.*\")\n}" ], "dependencies": [ "dev.langchain4j:langchain4j:$v" From 041f92277e3f23e7c160d894c769f6b55d7a0574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:40:29 +0000 Subject: [PATCH 327/427] chore(deps): update dependency org.jetbrains.exposed:exposed-core to v0.61.0 --- exposed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed.json b/exposed.json index d55849ea..7d1368f5 100644 --- a/exposed.json +++ b/exposed.json @@ -1,7 +1,7 @@ { "description": "Kotlin SQL framework", "properties": [ - { "name": "v", "value": "0.60.0" }, + { "name": "v", "value": "0.61.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" } ], "link": "https://github.com/JetBrains/Exposed", From 659b07c005be95c117442d59114e6ec8c8a93554 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 19 Apr 2025 12:09:47 +0200 Subject: [PATCH 328/427] Ignore snapshot versions --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 58a44c14..ae8ab0ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -28,6 +28,13 @@ 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven', ], }, + // Ignore -SNAPSHOT versions + { + allowedVersions: '!/[-.]SNAPSHOT/', + matchPackageNames: [ + '/.*/', + ], + }, // Ignore -dev versions, because in maven 1.0 < 1.0-dev { allowedVersions: '!/[-.]dev/', From 8a972ef70b3914430375ce5eba81ca7525e94fc9 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 19 Apr 2025 12:16:59 +0200 Subject: [PATCH 329/427] Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ae8ab0ce..86a028f3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,7 +30,7 @@ }, // Ignore -SNAPSHOT versions { - allowedVersions: '!/[-.]SNAPSHOT/', + allowedVersions: '!/[-.](SNAPSHOT|snapshot)/', matchPackageNames: [ '/.*/', ], From 13cb9d50534208aad9a31c5dce00018ed6918dc7 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 19 Apr 2025 12:22:50 +0200 Subject: [PATCH 330/427] Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 86a028f3..1df95d1a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,7 +30,7 @@ }, // Ignore -SNAPSHOT versions { - allowedVersions: '!/[-.](SNAPSHOT|snapshot)/', + allowedVersions: '!/.*[-.]((SNAPSHOT)|(snapshot))$/', matchPackageNames: [ '/.*/', ], From 2d44e72b46ac0f0141df2907418c6321f8e3da7f Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 19 Apr 2025 13:19:44 +0200 Subject: [PATCH 331/427] Update renovate.json5 --- .github/renovate.json5 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1df95d1a..0eb58194 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -28,16 +28,9 @@ 'https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven', ], }, - // Ignore -SNAPSHOT versions + // Ignore -dev and -snapshot versions, because in maven 1.0 < 1.0-dev { - allowedVersions: '!/.*[-.]((SNAPSHOT)|(snapshot))$/', - matchPackageNames: [ - '/.*/', - ], - }, - // Ignore -dev versions, because in maven 1.0 < 1.0-dev - { - allowedVersions: '!/[-.]dev/', + allowedVersions: '!/[-.]((dev)|(SNAPSHOT)|(snapshot))/', matchPackageNames: [ '/.*/', ], From b2841a4dc5bd883cf8342c714a6f8f07d13d2041 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Sat, 19 Apr 2025 14:25:50 +0200 Subject: [PATCH 332/427] Update lib-ext.json Specify supported functionality in the description of lib-ext library --- lib-ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-ext.json b/lib-ext.json index 431e2614..62fb22b5 100644 --- a/lib-ext.json +++ b/lib-ext.json @@ -1,5 +1,5 @@ { - "description": "Extended functionality for Jupyter kernel", + "description": "Extended functionality for Jupyter kernel: LaTeX outputs, web-based images, graphs API", "properties": [ { "name": "v", "value": "$kernelMavenVersion" } ], From e0576fa234fd1bec10c0e30a7fcb9c8bc5c22d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 07:57:06 +0000 Subject: [PATCH 333/427] chore(deps): update dependency com.mysql:mysql-connector-j to v9.3.0 --- mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.json b/mysql.json index 010ea2ed..10fc7aa2 100644 --- a/mysql.json +++ b/mysql.json @@ -1,7 +1,7 @@ { "description": "MySql JDBC Connector", "properties": [ - { "name": "v", "value": "9.2.0" }, + { "name": "v", "value": "9.3.0" }, { "name": "v-renovate-hint", "value": "update: package=com.mysql:mysql-connector-j" } ], "link": "https://github.com/mysql/mysql-connector-j", From 5536378327e6548d5f2dcd0095474e645995176e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 00:42:02 +0000 Subject: [PATCH 334/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-serialization to v0.2.0-dev-32 --- serialization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization.json b/serialization.json index 3e57ce0d..561636a8 100644 --- a/serialization.json +++ b/serialization.json @@ -1,7 +1,7 @@ { "description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it", "properties": [ - { "name": "v", "value": "0.2.0-dev-30" }, + { "name": "v", "value": "0.2.0-dev-32" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From d26bf1e43b42698d77899f907fccfb9ddb02e959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 00:41:58 +0000 Subject: [PATCH 335/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-ktor-client to v0.2.0-dev-32 --- ktor-client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-client.json b/ktor-client.json index 11ffb138..b11c9c2a 100644 --- a/ktor-client.json +++ b/ktor-client.json @@ -1,7 +1,7 @@ { "description": "Asynchronous HTTP client", "properties": [ - { "name": "v", "value": "0.2.0-dev-30" }, + { "name": "v", "value": "0.2.0-dev-32" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-http-util", From 12824b2d2aa78a5c1b73c542ee1fbb7fef441918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 15:23:25 +0000 Subject: [PATCH 336/427] chore(deps): update dependency dev.langchain4j:langchain4j to v1.0.0-rc1 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 4af4ef49..f0594e85 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.0.0-beta3" }, + { "name": "v", "value": "1.0.0-rc1" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ], From 714547646771eb5bec57bcce36c300fae2d674dc Mon Sep 17 00:00:00 2001 From: devcrocod Date: Sun, 11 May 2025 20:05:48 +0200 Subject: [PATCH 337/427] add Spring AI descriptors for OpenAI, Anthropic, and Ollama models --- spring-ai-anthropic.json | 28 ++++++++++++++++++++++++++++ spring-ai-ollama.json | 28 ++++++++++++++++++++++++++++ spring-ai-openai.json | 29 +++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 spring-ai-anthropic.json create mode 100644 spring-ai-ollama.json create mode 100644 spring-ai-openai.json diff --git a/spring-ai-anthropic.json b/spring-ai-anthropic.json new file mode 100644 index 00000000..e4526681 --- /dev/null +++ b/spring-ai-anthropic.json @@ -0,0 +1,28 @@ +{ + "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with Anthropic models.", + "properties": [ + { "name": "v", "value": "1.0.0-M8" }, + { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } + ], + "link": "https://github.com/spring-projects/spring-ai", + "dependencies": [ + "org.springframework.ai:spring-ai-starter-model-anthropic:$v" + ], + "imports": [ + "org.springframework.ai.anthropic.*", + "org.springframework.ai.anthropic.api.*", + "org.springframework.ai.chat.client.*", + "org.springframework.ai.chat.prompt.*", + "org.springframework.ai.chat.model.*", + "org.springframework.ai.chat.messages.*", + "org.springframework.ai.tool.*", + "org.springframework.ai.tool.function.*", + "org.springframework.ai.tool.annotation.*", + "org.springframework.ai.tool.method.*", + "org.springframework.ai.chat.client.advisor.*", + "org.springframework.ai.chat.memory.*", + "org.springframework.ai.document.*", + "org.springframework.ai.image.*", + "org.springframework.ai.audio.transcription.*" + ] +} diff --git a/spring-ai-ollama.json b/spring-ai-ollama.json new file mode 100644 index 00000000..24f67c33 --- /dev/null +++ b/spring-ai-ollama.json @@ -0,0 +1,28 @@ +{ + "description": "Spring AI is a specialized application framework designed for AI engineering, providing seamless integration with local models powered by Ollama.", + "properties": [ + { "name": "v", "value": "1.0.0-M8" }, + { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } + ], + "link": "https://github.com/spring-projects/spring-ai", + "dependencies": [ + "org.springframework.ai:spring-ai-starter-model-ollama:$v" + ], + "imports": [ + "org.springframework.ai.ollama.*", + "org.springframework.ai.ollama.api.*", + "org.springframework.ai.chat.client.*", + "org.springframework.ai.chat.prompt.*", + "org.springframework.ai.chat.model.*", + "org.springframework.ai.chat.messages.*", + "org.springframework.ai.tool.*", + "org.springframework.ai.tool.function.*", + "org.springframework.ai.tool.annotation.*", + "org.springframework.ai.tool.method.*", + "org.springframework.ai.chat.client.advisor.*", + "org.springframework.ai.chat.memory.*", + "org.springframework.ai.document.*", + "org.springframework.ai.image.*", + "org.springframework.ai.audio.transcription.*" + ] +} diff --git a/spring-ai-openai.json b/spring-ai-openai.json new file mode 100644 index 00000000..adcb6aa7 --- /dev/null +++ b/spring-ai-openai.json @@ -0,0 +1,29 @@ +{ + "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with OpenAI models.", + "properties": [ + { "name": "v", "value": "1.0.0-M8" }, + { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } + ], + "link": "https://github.com/spring-projects/spring-ai", + "dependencies": [ + "org.springframework.ai:spring-ai-starter-model-openai:$v" + ], + "imports": [ + "org.springframework.ai.openai.*", + "org.springframework.ai.openai.audio.speech.*", + "org.springframework.ai.openai.api.*", + "org.springframework.ai.chat.client.*", + "org.springframework.ai.chat.prompt.*", + "org.springframework.ai.chat.model.*", + "org.springframework.ai.chat.messages.*", + "org.springframework.ai.tool.*", + "org.springframework.ai.tool.function.*", + "org.springframework.ai.tool.annotation.*", + "org.springframework.ai.tool.method.*", + "org.springframework.ai.chat.client.advisor.*", + "org.springframework.ai.chat.memory.*", + "org.springframework.ai.document.*", + "org.springframework.ai.image.*", + "org.springframework.ai.audio.transcription.*" + ] +} From cbd42f298f30b86ed8c8a44c2d448a45c8aacf42 Mon Sep 17 00:00:00 2001 From: devcrocod Date: Sun, 11 May 2025 20:09:28 +0200 Subject: [PATCH 338/427] refine description in Ollama descriptor --- spring-ai-ollama.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-ollama.json b/spring-ai-ollama.json index 24f67c33..a2c19b7b 100644 --- a/spring-ai-ollama.json +++ b/spring-ai-ollama.json @@ -1,5 +1,5 @@ { - "description": "Spring AI is a specialized application framework designed for AI engineering, providing seamless integration with local models powered by Ollama.", + "description": "Spring AI is a specialized application framework designed specifically for AI engineering, providing seamless integration with local models powered by Ollama.", "properties": [ { "name": "v", "value": "1.0.0-M8" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } From f184f97c374b59054f8d875a83dd2a273d85883d Mon Sep 17 00:00:00 2001 From: devcrocod Date: Sun, 11 May 2025 20:59:40 +0200 Subject: [PATCH 339/427] remove unused text import from langchain4j descriptor --- langchain4j.json | 1 - 1 file changed, 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index f0594e85..ed7f1934 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -21,7 +21,6 @@ "dev.langchain4j.data.pdf.*", "dev.langchain4j.data.audio.*", "dev.langchain4j.data.segment.*", - "dev.langchain4j.data.text.*", "dev.langchain4j.data.video.*", "dev.langchain4j.rag.*", "dev.langchain4j.rag.query.*", From b788e0ac9f11b05fd51caf2bbc44f9741dbe394d Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Mon, 12 May 2025 22:29:26 +0200 Subject: [PATCH 340/427] Update dataframe to 1.0.0-Beta1 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index b3c59f18..ea5ece0f 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "0.15.0" }, + { "name": "v", "value": "1.0.0-Beta1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From b8af249831ea53f8ee506955a9b28b1806fc92b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 20:30:02 +0000 Subject: [PATCH 341/427] chore(deps): update dependency org.springframework.ai:spring-ai-bom to v1.0.0-rc1 --- spring-ai-anthropic.json | 2 +- spring-ai-ollama.json | 2 +- spring-ai-openai.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-ai-anthropic.json b/spring-ai-anthropic.json index e4526681..733a8fb4 100644 --- a/spring-ai-anthropic.json +++ b/spring-ai-anthropic.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with Anthropic models.", "properties": [ - { "name": "v", "value": "1.0.0-M8" }, + { "name": "v", "value": "1.0.0-RC1" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-ollama.json b/spring-ai-ollama.json index a2c19b7b..9dde355d 100644 --- a/spring-ai-ollama.json +++ b/spring-ai-ollama.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a specialized application framework designed specifically for AI engineering, providing seamless integration with local models powered by Ollama.", "properties": [ - { "name": "v", "value": "1.0.0-M8" }, + { "name": "v", "value": "1.0.0-RC1" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-openai.json b/spring-ai-openai.json index adcb6aa7..1d8e7122 100644 --- a/spring-ai-openai.json +++ b/spring-ai-openai.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with OpenAI models.", "properties": [ - { "name": "v", "value": "1.0.0-M8" }, + { "name": "v", "value": "1.0.0-RC1" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", From b1ac7dd8ef4022f5ec77d5d084460908e124718b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 11:18:44 +0000 Subject: [PATCH 342/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v1.0.5 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 166b5e4e..5e6945db 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "1.0.4" }, + { "name": "v", "value": "1.0.5" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From 4d5f2b88004c4a4194c147b4fb8b9078ef66c1ce Mon Sep 17 00:00:00 2001 From: Nikolay Egorov Date: Wed, 7 May 2025 12:49:45 +0300 Subject: [PATCH 343/427] Descriptor for the official OpenAI java integration #399 --- openai-java.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openai-java.json diff --git a/openai-java.json b/openai-java.json new file mode 100644 index 00000000..4de865b8 --- /dev/null +++ b/openai-java.json @@ -0,0 +1,11 @@ +{ + "description": "OpenAI official Java API", + "properties": [ + { "name": "v", "value": "1.6.0" }, + { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } + ], + "link": "https://github.com/openai/openai-java", + "dependencies": [ + "com.openai:openai-java:$v" + ] +} \ No newline at end of file From 266d3318a0d547354f81d7a483e40e979ba67a9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:08:40 +0000 Subject: [PATCH 344/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.26 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 061cbff9..903e58f5 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.25" }, + { "name": "v", "value": "0.26" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 1608f6deb7f92fde8bd9da4197fe3dec05cb4768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 20:49:10 +0000 Subject: [PATCH 345/427] chore(deps): update dependency com.openai:openai-java to v1.6.1 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 4de865b8..260e67a7 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "1.6.0" }, + { "name": "v", "value": "1.6.1" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From 9e3df8a1a83aaa804eff9cabcc6f9ac0b4d8a297 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 12:48:57 +0000 Subject: [PATCH 346/427] chore(deps): update dependency dev.langchain4j:langchain4j to v1.0.0 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index ed7f1934..618bd2e5 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.0.0-rc1" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ], From 1be5bf7561d88582f963e49a5e0eb9d7adbfec5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 19:22:54 +0000 Subject: [PATCH 347/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe to v1.0.0-beta2 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index ea5ece0f..2ca6419f 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "1.0.0-Beta1" }, + { "name": "v", "value": "1.0.0-Beta2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From 541be0ecb477ef479ed0069774e1fa65ef2b579a Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 16 May 2025 02:12:47 +0200 Subject: [PATCH 348/427] Update kandy-geo.json --- kandy-geo.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/kandy-geo.json b/kandy-geo.json index 5f08cdd8..935f1147 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -1,22 +1,10 @@ { "description": "Geo extensions for Kandy and Kotlin Dataframe", "properties": [ - { - "name": "kandyVersion", - "value": "0.8.0" - }, - { - "name": "kandyVersion-renovate-hint", - "value": "update: package=org.jetbrains.kotlinx:kandy-geo" - }, - { - "name": "dataframeVersion", - "value": "0.15.0" - }, - { - "name": "dataframeVersion-renovate-hint", - "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" - } + { "name": "kandyVersion", "value": "0.8.0" }, + { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, + { "name": "dataframeVersion", "value": "0.15.0" }, + { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From 01b6b9f63abb720b63ca7c41bdb3f2fb3c62f0ff Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 16 May 2025 02:30:38 +0200 Subject: [PATCH 349/427] Update renovate.json5 --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0eb58194..abef8296 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -34,6 +34,7 @@ matchPackageNames: [ '/.*/', ], + updateTypes: ["major", "minor", "patch"] }, // Allow -dev versions if it's already using one { From 31b21d19d21d565eacd16df60fe7d383bf9f0580 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 16 May 2025 02:33:38 +0200 Subject: [PATCH 350/427] Update renovate.json5 --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index abef8296..6d62e660 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,8 +33,7 @@ allowedVersions: '!/[-.]((dev)|(SNAPSHOT)|(snapshot))/', matchPackageNames: [ '/.*/', - ], - updateTypes: ["major", "minor", "patch"] + ] }, // Allow -dev versions if it's already using one { From e79b6645270218914b675201c1ddcd3f50921783 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 16 May 2025 03:18:32 +0200 Subject: [PATCH 351/427] Update renovate.json5 --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6d62e660..82155625 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,6 +9,7 @@ prConcurrentLimit: 0, prHourlyLimit: 0, rebaseWhen: 'conflicted', + ignoreUnstable: false, packageRules: [ // Define repositories { From 2fcce2fbefa585dc85df816671615031d535343c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 01:19:27 +0000 Subject: [PATCH 352/427] chore(deps): update dependency org.jetbrains.kotlinx:dataframe-geo to v1 --- kandy-geo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy-geo.json b/kandy-geo.json index 935f1147..f2eac24d 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -3,7 +3,7 @@ "properties": [ { "name": "kandyVersion", "value": "0.8.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, - { "name": "dataframeVersion", "value": "0.15.0" }, + { "name": "dataframeVersion", "value": "1.0.0-Beta2" }, { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", From 475868937544086c7f959f143bdb9839c8300c92 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 16 May 2025 03:22:37 +0200 Subject: [PATCH 353/427] Update renovate.json5 --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 82155625..de68bd40 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,6 +10,7 @@ prHourlyLimit: 0, rebaseWhen: 'conflicted', ignoreUnstable: false, + respectLatest: false, packageRules: [ // Define repositories { From 0c8c99db4a05778b65c24bc2aae5cf9ec81b9a80 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Fri, 16 May 2025 12:21:23 +0200 Subject: [PATCH 354/427] temporary revert of kandy-geo to df 0.15.0 --- kandy-geo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandy-geo.json b/kandy-geo.json index f2eac24d..935f1147 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -3,7 +3,7 @@ "properties": [ { "name": "kandyVersion", "value": "0.8.0" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, - { "name": "dataframeVersion", "value": "1.0.0-Beta2" }, + { "name": "dataframeVersion", "value": "0.15.0" }, { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", From 4e12cc110587c38b558b2eeca3c2aaf5556415fe Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Sun, 18 May 2025 13:46:41 +0200 Subject: [PATCH 355/427] setting default version for dataframe and kandy for KotlinConf 2025. This is on par with DF 1.0.0-Beta2 but takes https://github.com/Kotlin/dataframe/issues/1116 into account --- dataframe.json | 2 +- kandy-echarts.json | 2 +- kandy-geo.json | 4 ++-- kandy.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dataframe.json b/dataframe.json index 2ca6419f..b7f4d6b4 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "1.0.0-Beta2" }, + { "name": "v", "value": "1.0.0-dev-7089" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", diff --git a/kandy-echarts.json b/kandy-echarts.json index d2614f1b..71cb8d85 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.8.0" }, + { "name": "kandyVersion", "value": "0.8.1-dev-67" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy-geo.json b/kandy-geo.json index 935f1147..4efb5e26 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -1,9 +1,9 @@ { "description": "Geo extensions for Kandy and Kotlin Dataframe", "properties": [ - { "name": "kandyVersion", "value": "0.8.0" }, + { "name": "kandyVersion", "value": "0.8.1-dev-67" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, - { "name": "dataframeVersion", "value": "0.15.0" }, + { "name": "dataframeVersion", "value": "1.0.0-dev-7089" }, { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy.json b/kandy.json index 107b50cf..800aea49 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.8.0" }, + { "name": "kandyVersion", "value": "0.8.1-dev-67" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.4.0" } + { "name": "statsVersion", "value": "0.4.2-dev-2" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From 000775fe5c6486d49dfa9eb5b95e92c5e536b830 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:08:01 +0000 Subject: [PATCH 356/427] chore(deps): update dependency org.springframework.ai:spring-ai-bom to v1.0.0 --- spring-ai-anthropic.json | 2 +- spring-ai-ollama.json | 2 +- spring-ai-openai.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-ai-anthropic.json b/spring-ai-anthropic.json index 733a8fb4..6e386882 100644 --- a/spring-ai-anthropic.json +++ b/spring-ai-anthropic.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with Anthropic models.", "properties": [ - { "name": "v", "value": "1.0.0-RC1" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-ollama.json b/spring-ai-ollama.json index 9dde355d..3ffac6a5 100644 --- a/spring-ai-ollama.json +++ b/spring-ai-ollama.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a specialized application framework designed specifically for AI engineering, providing seamless integration with local models powered by Ollama.", "properties": [ - { "name": "v", "value": "1.0.0-RC1" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-openai.json b/spring-ai-openai.json index 1d8e7122..21e839cc 100644 --- a/spring-ai-openai.json +++ b/spring-ai-openai.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with OpenAI models.", "properties": [ - { "name": "v", "value": "1.0.0-RC1" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", From 0becf907aff5d78d15d890d6490937e8141055d0 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Wed, 21 May 2025 22:13:25 +0200 Subject: [PATCH 357/427] Downgrading dataframe.json back to 0.15.0 --- dataframe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataframe.json b/dataframe.json index 2ca6419f..b3c59f18 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "1.0.0-Beta2" }, + { "name": "v", "value": "0.15.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", From 1994c763f382e7b5ce668cb71bbe6b254eb6d98f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 04:13:43 +0000 Subject: [PATCH 358/427] chore(deps): update dependency org.biokotlin:biokotlin to v0.27.0 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 903e58f5..9cf021b6 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.26" }, + { "name": "v", "value": "0.27.0" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From 09362c968872ed4d6945700119c220c795fb6823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 04:51:46 +0000 Subject: [PATCH 359/427] chore(deps): update dependency org.biokotlin:biokotlin to v1 --- biokotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biokotlin.json b/biokotlin.json index 9cf021b6..e0298e59 100644 --- a/biokotlin.json +++ b/biokotlin.json @@ -1,7 +1,7 @@ { "description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.", "properties": [ - { "name": "v", "value": "0.27.0" }, + { "name": "v", "value": "1.0.0" }, { "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" } ], "link": "https://github.com/maize-genetics/BioKotlin", From d88db047fed0b3040cc981d0f06e5fbf9adf8386 Mon Sep 17 00:00:00 2001 From: Pavel Gorgulov Date: Tue, 17 Jun 2025 14:10:30 +0200 Subject: [PATCH 360/427] add koog framework (#514) * add koog framework * refine koog descriptor --- koog.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 koog.json diff --git a/koog.json b/koog.json new file mode 100644 index 00000000..13a3b1a5 --- /dev/null +++ b/koog.json @@ -0,0 +1,39 @@ +{ + "description": "Koog is a Kotlin-based framework designed to build and run AI agents entirely in idiomatic Kotlin.", + "properties": [ + { "name": "v", "value": "0.1.0" }, + { "name": "v-renovate-hint", "value": "update: package=ai.koog:koog-agents-jvm" } + ], + "link": "https://github.com/JetBrains/koog", + "dependencies": [ + "ai.koog:koog-agents-jvm:$v" + ], + "imports": [ + "ai.koog.agents.core.agent.*", + "ai.koog.agents.core.agent.config.*", + "ai.koog.agents.core.dsl.builder.*", + "ai.koog.agents.core.dsl.extension.*", + "ai.koog.agents.core.feature.*", + "ai.koog.agents.core.feature.handler.*", + "ai.koog.agents.core.tools.*", + "ai.koog.agents.core.tools.annotations.*", + "ai.koog.agents.core.tools.reflect.*", + "ai.koog.agents.ext.agent.*", + "ai.koog.agents.ext.tool.*", + "ai.koog.agents.mcp.*", + "ai.koog.prompt.dsl.*", + "ai.koog.prompt.executor.clients.anthropic.*", + "ai.koog.prompt.executor.clients.google.*", + "ai.koog.prompt.executor.clients.openai.*", + "ai.koog.prompt.executor.clients.openrouter.*", + "ai.koog.prompt.executor.llms.*", + "ai.koog.prompt.executor.llms.all.*", + "ai.koog.prompt.executor.model.*", + "ai.koog.prompt.executor.ollama.client.*", + "ai.koog.prompt.executor.ollama.client.dto.*", + "ai.koog.prompt.llm.*", + "ai.koog.prompt.message.*", + "ai.koog.prompt.params.*", + "ai.koog.prompt.structure.json.*" + ] +} \ No newline at end of file From 1483e8e2027eb7979d1623a588d48b752f2de151 Mon Sep 17 00:00:00 2001 From: Pavel Gorgulov Date: Tue, 17 Jun 2025 14:38:48 +0200 Subject: [PATCH 361/427] update koog version to 0.2.1 (#518) --- koog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koog.json b/koog.json index 13a3b1a5..d916d97d 100644 --- a/koog.json +++ b/koog.json @@ -1,7 +1,7 @@ { "description": "Koog is a Kotlin-based framework designed to build and run AI agents entirely in idiomatic Kotlin.", "properties": [ - { "name": "v", "value": "0.1.0" }, + { "name": "v", "value": "0.2.1" }, { "name": "v-renovate-hint", "value": "update: package=ai.koog:koog-agents-jvm" } ], "link": "https://github.com/JetBrains/koog", From 5889bdfd875fa4ecf7744fadfcd2e2e8e237b26e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:51:37 +0000 Subject: [PATCH 362/427] chore(deps): update dependency com.github.holgerbrandl:kalasim to v1.0.6 --- kalasim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalasim.json b/kalasim.json index 5e6945db..0fe63c9c 100644 --- a/kalasim.json +++ b/kalasim.json @@ -1,7 +1,7 @@ { "description": "Discrete event simulator", "properties": [ - { "name": "v", "value": "1.0.5" }, + { "name": "v", "value": "1.0.6" }, { "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" } ], "link": "https://www.kalasim.org", From e4074ff019e42fb44c3f8154318792cc446c8cfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:38:22 +0000 Subject: [PATCH 363/427] chore(deps): update dependency com.openai:openai-java to v2 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 260e67a7..e64ae09d 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "1.6.1" }, + { "name": "v", "value": "2.9.0" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From 910f4c7b4ea8862928d8cbdd52cb500a249020b3 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 24 Jun 2025 22:39:46 +0200 Subject: [PATCH 364/427] Update intellij-sdk.json --- intellij-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-sdk.json b/intellij-sdk.json index 67676a5b..f7d53d5f 100644 --- a/intellij-sdk.json +++ b/intellij-sdk.json @@ -9,6 +9,6 @@ "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" ], "dependencies": [ - "org.jetbrains.kotlinx:kotlin-jupyter-intellij:$v" + "org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform:$v" ] } From a67937bca834ef3ad440ec52d266d24c55da7b5c Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 24 Jun 2025 22:42:31 +0200 Subject: [PATCH 365/427] Update intellij-sdk.json --- intellij-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-sdk.json b/intellij-sdk.json index f7d53d5f..e99c2be2 100644 --- a/intellij-sdk.json +++ b/intellij-sdk.json @@ -2,7 +2,7 @@ "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", "properties": [ { "name": "v", "value": "0.0.2-6" }, - { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij" } + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", "repositories": [ From eddbf5b0f816284059e3ad953e66f4ea3b510e66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:15:27 +0000 Subject: [PATCH 366/427] chore(deps): update dependency dev.langchain4j:langchain4j to v1.1.0 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 618bd2e5..4548d466 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.0.0" }, + { "name": "v", "value": "1.1.0" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ], From 74477f800fad433842186bf5fa840bb2147857e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:43:21 +0000 Subject: [PATCH 367/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-8 --- intellij-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-sdk.json b/intellij-sdk.json index e99c2be2..79a1a0ea 100644 --- a/intellij-sdk.json +++ b/intellij-sdk.json @@ -1,7 +1,7 @@ { "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", "properties": [ - { "name": "v", "value": "0.0.2-6" }, + { "name": "v", "value": "0.0.2-8" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 7a5e3d558c8630c2add13ca545bb81d65e84f9a5 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 24 Jun 2025 23:06:24 +0200 Subject: [PATCH 368/427] Update and rename intellij-sdk.json to intellij-platform.json --- intellij-sdk.json => intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename intellij-sdk.json => intellij-platform.json (68%) diff --git a/intellij-sdk.json b/intellij-platform.json similarity index 68% rename from intellij-sdk.json rename to intellij-platform.json index 79a1a0ea..7d1812d3 100644 --- a/intellij-sdk.json +++ b/intellij-platform.json @@ -1,5 +1,5 @@ { - "description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook", + "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ { "name": "v", "value": "0.0.2-8" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } From 876877e8ef60fe4f42d0f115feda317911efb4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:04:15 +0000 Subject: [PATCH 369/427] chore(deps): update dependency com.openai:openai-java to v2.10.0 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index e64ae09d..c5d13e7a 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.9.0" }, + { "name": "v", "value": "2.10.0" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From bd084410a406df492812a6dced5dcf328a8209ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 21:27:44 +0000 Subject: [PATCH 370/427] chore(deps): update dependency com.openai:openai-java to v2.11.0 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index c5d13e7a..e469d268 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.10.0" }, + { "name": "v", "value": "2.11.0" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From e33de9f5153bc9a0d74a48f0356e0757670e2575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:10:03 +0000 Subject: [PATCH 371/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-9 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index 7d1812d3..a2db9bd8 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-8" }, + { "name": "v", "value": "0.0.2-9" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 693179c726e23b55bd1e8406ded47558cb3413de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:10:06 +0000 Subject: [PATCH 372/427] chore(deps): update dependency com.openai:openai-java to v2.12.0 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index e469d268..7d8f1a07 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.11.0" }, + { "name": "v", "value": "2.12.0" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From 3d8f54b01da70783cddcd2e08e791fad459c1800 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:25:07 +0000 Subject: [PATCH 373/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-10 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index a2db9bd8..d1de607f 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-9" }, + { "name": "v", "value": "0.0.2-10" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From e69801e781bdb7f19b07ad878661ee0815989c5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:59:51 +0000 Subject: [PATCH 374/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-11 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index d1de607f..1509a97d 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-10" }, + { "name": "v", "value": "0.0.2-11" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 10d7b155666fdec879b48d506fe5ea67415aa3f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:29:27 +0000 Subject: [PATCH 375/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-12 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index 1509a97d..a9b6c670 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-11" }, + { "name": "v", "value": "0.0.2-12" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From f682285a2db928b7e4cc9c6431831e3a2fb3b734 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 11 Jul 2025 04:00:14 +0200 Subject: [PATCH 376/427] Update lib-ext.json: add kotlin bootstrap repo to resolve dependencies correctly --- lib-ext.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib-ext.json b/lib-ext.json index 62fb22b5..155ddcd9 100644 --- a/lib-ext.json +++ b/lib-ext.json @@ -6,5 +6,8 @@ "link": "https://github.com/Kotlin/kotlin-jupyter", "dependencies": [ "org.jetbrains.kotlinx:kotlin-jupyter-lib-ext:$v" + ], + "repositories": [ + "https://redirector.kotlinlang.org/maven/bootstrap" ] } From d9de8895989ae406951ea49b3b4cd604ba9559d5 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Mon, 14 Jul 2025 02:27:21 +0200 Subject: [PATCH 377/427] Fix plotly descriptor --- plotly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly.json b/plotly.json index 11e1f807..fc0dc913 100644 --- a/plotly.json +++ b/plotly.json @@ -10,6 +10,6 @@ "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers" ], "dependencies": [ - "space.kscience:plotlykt-jupyter:$v" + "space.kscience:plotlykt-jupyter-jvm:$v" ] } From c1ce820fc876c994d6f5c28a2d238a40849194f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:49:58 +0000 Subject: [PATCH 378/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-17 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index a9b6c670..aabc3483 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-12" }, + { "name": "v", "value": "0.0.2-17" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 1414355c84b41ca8a48761d2c08abf5395e18afa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:08:46 +0000 Subject: [PATCH 379/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-18 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index aabc3483..fcdfd22d 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-17" }, + { "name": "v", "value": "0.0.2-18" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 4fba5d4b514fb879a16b88d20a504c1879baeb9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:08:50 +0000 Subject: [PATCH 380/427] chore(deps): update dependency ai.koog:koog-agents-jvm to v0.3.0 --- koog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koog.json b/koog.json index d916d97d..7abebc9d 100644 --- a/koog.json +++ b/koog.json @@ -1,7 +1,7 @@ { "description": "Koog is a Kotlin-based framework designed to build and run AI agents entirely in idiomatic Kotlin.", "properties": [ - { "name": "v", "value": "0.2.1" }, + { "name": "v", "value": "0.3.0" }, { "name": "v-renovate-hint", "value": "update: package=ai.koog:koog-agents-jvm" } ], "link": "https://github.com/JetBrains/koog", From e9518325e778fe65cb5c6001bf459873b176e6c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:08:56 +0000 Subject: [PATCH 381/427] chore(deps): update dependency com.openai:openai-java to v2.13.1 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 7d8f1a07..f2c97517 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.12.0" }, + { "name": "v", "value": "2.13.1" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From 589f2213a2aa06c50019c0690b2d9a7bdaee4e2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:45:06 +0000 Subject: [PATCH 382/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.2.2 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index 0b3d3695..a8962aa3 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.2.0" }, + { "name": "v", "value": "R1.2.2" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From cb9d34e264503362578b725a88d23e059658ee4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:12:41 +0000 Subject: [PATCH 383/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-26 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index fcdfd22d..f02646a4 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-18" }, + { "name": "v", "value": "0.0.2-26" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 1a5e0b1f3aae446d1c0f7482893cb7a4fb851c58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:39:02 +0000 Subject: [PATCH 384/427] chore(deps): update dependency com.openai:openai-java to v2.18.2 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index f2c97517..7b5585b6 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.13.1" }, + { "name": "v", "value": "2.18.2" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From a464c5ee4a5939a0663fd5c84cbeedef178be10a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 22:36:42 +0000 Subject: [PATCH 385/427] chore(deps): update dependency com.openai:openai-java to v2.19.0 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 7b5585b6..b69f7ff1 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.18.2" }, + { "name": "v", "value": "2.19.0" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From e1a8ac760406200706803779b3840a958dcf733d Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Fri, 25 Jul 2025 16:27:27 -0400 Subject: [PATCH 386/427] Upgrade Lets-Plot Kotlin version 4.10.0 --> 4.11.0 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index 4657573d..ce2aa0f2 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "4.10.0" }, + { "name": "v", "value": "4.11.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index 56307948..2702e953 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "v", "value": "4.10.0" }, + { "name": "v", "value": "4.11.0" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], From fdef5e071b3501d0b277b3ad395a546a4d97588e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:51:27 +0000 Subject: [PATCH 387/427] chore(deps): update dependency com.openai:openai-java to v2.19.1 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index b69f7ff1..6b3e251a 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.19.0" }, + { "name": "v", "value": "2.19.1" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From 65b77d2ff9d80365788513bc958ad3ffa7cc2a0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:55:55 +0000 Subject: [PATCH 388/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-27 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index f02646a4..f8623fa5 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-26" }, + { "name": "v", "value": "0.0.2-27" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From db9a9b9d97b5ba117d3493368beb6efe92ebddc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:25:48 +0000 Subject: [PATCH 389/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-29 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index f8623fa5..b3f72df1 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-27" }, + { "name": "v", "value": "0.0.2-29" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 2ba3ce7cd7ad2cef2fc91df84deea99f209f04a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:06:45 +0000 Subject: [PATCH 390/427] chore(deps): update dependency com.openai:openai-java to v2.19.2 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 6b3e251a..9df4e0a8 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.19.1" }, + { "name": "v", "value": "2.19.2" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From fa8a0c22d5485d5705d48be8ff6c05cda9166265 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:58:26 +0000 Subject: [PATCH 391/427] chore(deps): update dependency dev.langchain4j:langchain4j to v1.2.0 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 4548d466..9a257b15 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.1.0" }, + { "name": "v", "value": "1.2.0" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ], From ae2d36a148ad3593ad29f4ca3a8e73d54aeb3579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:47:32 +0000 Subject: [PATCH 392/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.2-30 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index b3f72df1..6d8ae136 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-29" }, + { "name": "v", "value": "0.0.2-30" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 191474316617cf56acc85ff438e593a38e2a6794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:21:02 +0000 Subject: [PATCH 393/427] chore(deps): update dependency com.openai:openai-java to v2.20.1 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 9df4e0a8..6ba6ea4d 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.19.2" }, + { "name": "v", "value": "2.20.1" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From 5ce6473beee37bc1c58158a3e5f4e50acd315324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:31:53 +0000 Subject: [PATCH 394/427] chore(deps): update dependency com.mysql:mysql-connector-j to v9.4.0 --- mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.json b/mysql.json index 10fc7aa2..8686735b 100644 --- a/mysql.json +++ b/mysql.json @@ -1,7 +1,7 @@ { "description": "MySql JDBC Connector", "properties": [ - { "name": "v", "value": "9.3.0" }, + { "name": "v", "value": "9.4.0" }, { "name": "v-renovate-hint", "value": "update: package=com.mysql:mysql-connector-j" } ], "link": "https://github.com/mysql/mysql-connector-j", From 8c95d6eab8c0ae58a3123a980ad12c3e1800fbd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:53:47 +0000 Subject: [PATCH 395/427] chore(deps): update dependency org.springframework.ai:spring-ai-bom to v1.0.1 --- spring-ai-anthropic.json | 2 +- spring-ai-ollama.json | 2 +- spring-ai-openai.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-ai-anthropic.json b/spring-ai-anthropic.json index 6e386882..87d44f30 100644 --- a/spring-ai-anthropic.json +++ b/spring-ai-anthropic.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with Anthropic models.", "properties": [ - { "name": "v", "value": "1.0.0" }, + { "name": "v", "value": "1.0.1" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-ollama.json b/spring-ai-ollama.json index 3ffac6a5..c65f9ba8 100644 --- a/spring-ai-ollama.json +++ b/spring-ai-ollama.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a specialized application framework designed specifically for AI engineering, providing seamless integration with local models powered by Ollama.", "properties": [ - { "name": "v", "value": "1.0.0" }, + { "name": "v", "value": "1.0.1" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-openai.json b/spring-ai-openai.json index 21e839cc..1767b78c 100644 --- a/spring-ai-openai.json +++ b/spring-ai-openai.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with OpenAI models.", "properties": [ - { "name": "v", "value": "1.0.0" }, + { "name": "v", "value": "1.0.1" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", From 6db4d6ca959f41110e09ef366ec768d942bf6a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:02:25 +0000 Subject: [PATCH 396/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.3-31 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index 6d8ae136..a0e1001c 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.2-30" }, + { "name": "v", "value": "0.0.3-31" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 1686f4f640ab27afdd1747d1abf1a27a05be3dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 01:07:30 +0000 Subject: [PATCH 397/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.3-32 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index a0e1001c..8e5aefa9 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.3-31" }, + { "name": "v", "value": "0.0.3-32" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From de958d3365bb218aa650e2cd8a549b8c88ed7ca1 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Thu, 7 Aug 2025 12:42:56 +0200 Subject: [PATCH 398/427] Update Graphvis integration - Make it work in embedded mode and with not installed local graphvis - Make it render pure SVG, not HTML - Workaround current codegen bug (backticks) --- kraphviz.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/kraphviz.json b/kraphviz.json index 62375f85..19c7c643 100644 --- a/kraphviz.json +++ b/kraphviz.json @@ -2,7 +2,13 @@ "link": "https://github.com/nidi3/graphviz-java", "description": "Graphviz wrapper for JVM", "dependencies": [ - "guru.nidi:graphviz-kotlin:0.18.1" + "guru.nidi:graphviz-kotlin:$v", + "guru.nidi:graphviz-java-all-j2v8:$v", + "org.graalvm.js:js:21.3.12" + ], + "properties": [ + { "name": "v", "value": "0.18.1" }, + { "name": "v-renovate-hint", "value": "update: package=guru.nidi:graphviz-kotlin" } ], "imports": [ "guru.nidi.graphviz.*", @@ -11,7 +17,7 @@ "guru.nidi.graphviz.attribute.*" ], "renderers": { - "guru.nidi.graphviz.model.MutableGraph": "HTML($it.toGraphviz().render(guru.nidi.graphviz.engine.Format.SVG).toString())", - "guru.nidi.graphviz.engine.Graphviz": "HTML($it.render(guru.nidi.graphviz.engine.Format.SVG).toString())" + "guru.nidi.graphviz.model.MutableGraph": "MIME(\"image/svg+xml\" to `$it`.toGraphviz().render(guru.nidi.graphviz.engine.Format.SVG).toString())", + "guru.nidi.graphviz.engine.Graphviz": "MIME(\"image/svg+xml\" to `$it`.render(guru.nidi.graphviz.engine.Format.SVG).toString())" } } From fe3ec15776907f9657683f07418998b65c9aba49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:55:59 +0000 Subject: [PATCH 399/427] chore(deps): update dependency ai.koog:koog-agents-jvm to v0.4.0 --- koog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koog.json b/koog.json index 7abebc9d..7c8e9443 100644 --- a/koog.json +++ b/koog.json @@ -1,7 +1,7 @@ { "description": "Koog is a Kotlin-based framework designed to build and run AI agents entirely in idiomatic Kotlin.", "properties": [ - { "name": "v", "value": "0.3.0" }, + { "name": "v", "value": "0.4.0" }, { "name": "v-renovate-hint", "value": "update: package=ai.koog:koog-agents-jvm" } ], "link": "https://github.com/JetBrains/koog", From 5b3de94472e8d692f37e1de229b3ae5d21cb9b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:34:46 +0000 Subject: [PATCH 400/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.3-37 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index 8e5aefa9..f48702d6 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.3-32" }, + { "name": "v", "value": "0.0.3-37" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From f6f5f43d196cb48d04c01e98be8449ba4372573f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:33:03 +0000 Subject: [PATCH 401/427] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.3-39 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index f48702d6..3875fd15 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.3-37" }, + { "name": "v", "value": "0.0.3-39" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html", From 17578cdc1455d16ea2c43c964d0a4122aa993d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:46:25 +0000 Subject: [PATCH 402/427] chore(deps): update dependency ai.koog:koog-agents-jvm to v0.4.1 --- koog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koog.json b/koog.json index 7c8e9443..781dd879 100644 --- a/koog.json +++ b/koog.json @@ -1,7 +1,7 @@ { "description": "Koog is a Kotlin-based framework designed to build and run AI agents entirely in idiomatic Kotlin.", "properties": [ - { "name": "v", "value": "0.4.0" }, + { "name": "v", "value": "0.4.1" }, { "name": "v-renovate-hint", "value": "update: package=ai.koog:koog-agents-jvm" } ], "link": "https://github.com/JetBrains/koog", From ffba7fe3f1dab2bec9f1dd47cb436aa9378941bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:57:11 +0000 Subject: [PATCH 403/427] chore(deps): update dependency com.openai:openai-java to v3 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 6ba6ea4d..664bea0e 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "2.20.1" }, + { "name": "v", "value": "3.1.2" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From fa308a9ba702fa2091ace8722b898271f0638737 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Tue, 2 Sep 2025 17:25:34 -0400 Subject: [PATCH 404/427] Upgrade Lets-Plot Kotlin version 4.11.0 --> 4.11.1 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index ce2aa0f2..c4b15dcc 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "4.11.0" }, + { "name": "v", "value": "4.11.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index 2702e953..a69cfc66 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "v", "value": "4.11.0" }, + { "name": "v", "value": "4.11.1" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], From dc2775e7a650c0bcd55c04f91773cb5e57aeaa26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:41:03 +0000 Subject: [PATCH 405/427] chore(deps): update dependency com.gabrielfeo:develocity-api-kotlin to v2025 --- develocity-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develocity-api-kotlin.json b/develocity-api-kotlin.json index 3f89356b..a5469c8e 100644 --- a/develocity-api-kotlin.json +++ b/develocity-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Develocity API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2024.3.0" }, + { "name": "version", "value": "2025.1.0" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" } ], "link": "https://github.com/gabrielfeo/develocity-api-kotlin", From 0d69a80e2cbecc7d19aa3ae914b57bfaddb27394 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 11 Sep 2025 11:34:22 +0200 Subject: [PATCH 406/427] setting Beta3 candidate versions for DataFrame and Kandy, compatible with notebooks --- dataframe.json | 2 +- kandy-echarts.json | 2 +- kandy-geo.json | 5 +++-- kandy.json | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dataframe.json b/dataframe.json index b7f4d6b4..3b792bd8 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "1.0.0-dev-7089" }, + { "name": "v", "value": "1.0.0-dev-8407" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", diff --git a/kandy-echarts.json b/kandy-echarts.json index 71cb8d85..579619d0 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.8.1-dev-67" }, + { "name": "kandyVersion", "value": "0.9.0-dev-84" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy-geo.json b/kandy-geo.json index 4efb5e26..abbf4ace 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -1,9 +1,9 @@ { "description": "Geo extensions for Kandy and Kotlin Dataframe", "properties": [ - { "name": "kandyVersion", "value": "0.8.1-dev-67" }, + { "name": "kandyVersion", "value": "0.9.0-dev-84" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, - { "name": "dataframeVersion", "value": "1.0.0-dev-7089" }, + { "name": "dataframeVersion", "value": "1.0.0-dev-8407" }, { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", @@ -11,6 +11,7 @@ "https://repo.osgeo.org/repository/release" ], "dependencies": [ + "org.jetbrains.kotlinx:dataframe-geo-jupyter:$dataframeVersion", "org.jetbrains.kotlinx:dataframe-geo:$dataframeVersion", "org.jetbrains.kotlinx:kandy-geo:$kandyVersion", "org.apache.logging.log4j:log4j-core:2.20.0" diff --git a/kandy.json b/kandy.json index 800aea49..e59a6722 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.8.1-dev-67" }, + { "name": "kandyVersion", "value": "0.9.0-dev-84" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.4.2-dev-2" } + { "name": "statsVersion", "value": "0.5.0-dev-8" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From feee622fc48a33139a619e84a41485bd663f5bb6 Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 11 Sep 2025 19:38:24 +0200 Subject: [PATCH 407/427] bumping DataFrame to 1.0.0-Beta3n --- dataframe.json | 2 +- kandy-geo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dataframe.json b/dataframe.json index 3b792bd8..5fe253c9 100644 --- a/dataframe.json +++ b/dataframe.json @@ -1,7 +1,7 @@ { "description": "Kotlin framework for structured data processing", "properties": [ - { "name": "v", "value": "1.0.0-dev-8407" }, + { "name": "v", "value": "1.0.0-Beta3n" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" } ], "link": "https://github.com/Kotlin/dataframe", diff --git a/kandy-geo.json b/kandy-geo.json index abbf4ace..6ac86a79 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -3,7 +3,7 @@ "properties": [ { "name": "kandyVersion", "value": "0.9.0-dev-84" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, - { "name": "dataframeVersion", "value": "1.0.0-dev-8407" }, + { "name": "dataframeVersion", "value": "1.0.0-Beta3n" }, { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } ], "link": "https://github.com/Kotlin/kandy", From 6eb6f1e10684d9a5cfc710b978f86d4b99df67e3 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Fri, 12 Sep 2025 17:04:48 -0400 Subject: [PATCH 408/427] Upgrade Lets-Plot Kotlin version 4.11.1 --> 4.11.2 --- lets-plot-gt.json | 2 +- lets-plot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-plot-gt.json b/lets-plot-gt.json index c4b15dcc..1f503670 100644 --- a/lets-plot-gt.json +++ b/lets-plot-gt.json @@ -2,7 +2,7 @@ "description": "Lets-Plot visualisation for GeoTools toolkit", "link": "https://github.com/JetBrains/lets-plot-kotlin", "properties": [ - { "name": "v", "value": "4.11.1" }, + { "name": "v", "value": "4.11.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" } ], "repositories": [ diff --git a/lets-plot.json b/lets-plot.json index a69cfc66..fbf82ed7 100644 --- a/lets-plot.json +++ b/lets-plot.json @@ -1,7 +1,7 @@ { "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics", "properties": [ - { "name": "v", "value": "4.11.1" }, + { "name": "v", "value": "4.11.2" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" }, { "name": "isolatedFrame", "value": "" } ], From 22e6787f098403aa185289e20462150735af1bae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:28:27 +0000 Subject: [PATCH 409/427] chore(deps): update dependency com.gabrielfeo:develocity-api-kotlin to v2025.1.1 --- develocity-api-kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develocity-api-kotlin.json b/develocity-api-kotlin.json index a5469c8e..b0b58eb4 100644 --- a/develocity-api-kotlin.json +++ b/develocity-api-kotlin.json @@ -1,7 +1,7 @@ { "description": "A library to use the Develocity API in Kotlin scripts or projects", "properties": [ - { "name": "version", "value": "2025.1.0" }, + { "name": "version", "value": "2025.1.1" }, { "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" } ], "link": "https://github.com/gabrielfeo/develocity-api-kotlin", From 1b33977cd539f464db6fd1326f7f151bfdeb8b25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:29:25 +0000 Subject: [PATCH 410/427] chore(deps): update dependency com.openai:openai-java to v3.5.2 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 664bea0e..6bc6611b 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "3.1.2" }, + { "name": "v", "value": "3.5.2" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From afb28e3970f531af6cce725525bb165fd7168a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:46:57 +0000 Subject: [PATCH 411/427] chore(deps): update dependency dev.langchain4j:langchain4j to v1.4.0 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 9a257b15..673079c0 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.2.0" }, + { "name": "v", "value": "1.4.0" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ], From 4a91055fcf0645dc412c4d0095a88a5b218ca5bb Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Mon, 15 Sep 2025 12:14:41 +0200 Subject: [PATCH 412/427] bumping Kandy to 0.8.1n/0.5.0n --- kandy-echarts.json | 2 +- kandy-geo.json | 2 +- kandy.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kandy-echarts.json b/kandy-echarts.json index 579619d0..1574cc76 100644 --- a/kandy-echarts.json +++ b/kandy-echarts.json @@ -1,7 +1,7 @@ { "description": "Kotlin plotting DSL for Apache ECharts", "properties": [ - { "name": "kandyVersion", "value": "0.9.0-dev-84" }, + { "name": "kandyVersion", "value": "0.8.1n" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" } ], "link": "https://github.com/Kotlin/kandy", diff --git a/kandy-geo.json b/kandy-geo.json index 6ac86a79..1de5c50d 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -1,7 +1,7 @@ { "description": "Geo extensions for Kandy and Kotlin Dataframe", "properties": [ - { "name": "kandyVersion", "value": "0.9.0-dev-84" }, + { "name": "kandyVersion", "value": "0.8.1n" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-geo" }, { "name": "dataframeVersion", "value": "1.0.0-Beta3n" }, { "name": "dataframeVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe-geo" } diff --git a/kandy.json b/kandy.json index e59a6722..f90b9d96 100644 --- a/kandy.json +++ b/kandy.json @@ -1,9 +1,9 @@ { "description": "Kotlin plotting DSL for Lets-Plot", "properties": [ - { "name": "kandyVersion", "value": "0.9.0-dev-84" }, + { "name": "kandyVersion", "value": "0.8.1n" }, { "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }, - { "name": "statsVersion", "value": "0.5.0-dev-8" } + { "name": "statsVersion", "value": "0.5.0n" } ], "link": "https://github.com/Kotlin/kandy", "repositories": [ From ac67d4fb4cf7e09733a5e895dc83084cdbe044a2 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Mon, 15 Sep 2025 19:08:35 +0200 Subject: [PATCH 413/427] Add support for Database Helper API's --- database.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 database.json diff --git a/database.json b/database.json new file mode 100644 index 00000000..ed26293a --- /dev/null +++ b/database.json @@ -0,0 +1,14 @@ +{ + "description": "Database Connection Helper Functions", + "properties": [ + { "name": "v", "value": "0.0.3-10" }, + { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" } + ], + "link": "https://github.com/Kotlin/kotlin-jupyter-database", + "repositories": [ + "https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven" + ], + "dependencies": [ + "org.jetbrains.kotlinx:kotlin-jupyter-database:$v" + ] +} From 428751b590b1371736ee9f69b13a52139d8f039b Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Tue, 16 Sep 2025 17:31:22 +0200 Subject: [PATCH 414/427] Add default imports to the database integration --- database.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/database.json b/database.json index ed26293a..4e2ffff0 100644 --- a/database.json +++ b/database.json @@ -1,7 +1,7 @@ { "description": "Database Connection Helper Functions", "properties": [ - { "name": "v", "value": "0.0.3-10" }, + { "name": "v", "value": "0.0.3-12" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-database", @@ -10,5 +10,10 @@ ], "dependencies": [ "org.jetbrains.kotlinx:kotlin-jupyter-database:$v" + ], + "imports": [ + "java.sql.*", + "javax.sql.*", + "org.jetbrains.kotlinx.jupyter.database.*" ] } From 4233a24f79af9e49c551101679a84511d4c96626 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Tue, 23 Sep 2025 23:59:15 +0200 Subject: [PATCH 415/427] Update database.json: add imports directly to the integration --- database.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/database.json b/database.json index 4e2ffff0..49872612 100644 --- a/database.json +++ b/database.json @@ -1,7 +1,7 @@ { "description": "Database Connection Helper Functions", "properties": [ - { "name": "v", "value": "0.0.3-12" }, + { "name": "v", "value": "0.0.3-16" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-database", @@ -10,10 +10,5 @@ ], "dependencies": [ "org.jetbrains.kotlinx:kotlin-jupyter-database:$v" - ], - "imports": [ - "java.sql.*", - "javax.sql.*", - "org.jetbrains.kotlinx.jupyter.database.*" ] } From 3f49ea7accdf44d32a5ae68011484d6b1775a26b Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 26 Sep 2025 09:34:08 +0200 Subject: [PATCH 416/427] Create default-test.json to test %useLatestDescriptors --- default-test.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 default-test.json diff --git a/default-test.json b/default-test.json new file mode 100644 index 00000000..04b4d6d6 --- /dev/null +++ b/default-test.json @@ -0,0 +1,6 @@ +{ + "description": "Default imports: dataframe and Kandy libraries", + "init": [ + "%use dataframe, kandy" + ] +} From a857f6af3a39a883fcdaab2adc8c0d8bdc173055 Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Fri, 26 Sep 2025 09:36:42 +0200 Subject: [PATCH 417/427] Revert "Create default-test.json to test %useLatestDescriptors" This reverts commit 3f49ea7accdf44d32a5ae68011484d6b1775a26b. --- default-test.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 default-test.json diff --git a/default-test.json b/default-test.json deleted file mode 100644 index 04b4d6d6..00000000 --- a/default-test.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "description": "Default imports: dataframe and Kandy libraries", - "init": [ - "%use dataframe, kandy" - ] -} From a700328a909a02b549115b0471b9402c56c63215 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Tue, 30 Sep 2025 11:18:19 +0200 Subject: [PATCH 418/427] Update Database integration to 0.0.3-17 --- database.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.json b/database.json index 49872612..bd0a9fc1 100644 --- a/database.json +++ b/database.json @@ -1,7 +1,7 @@ { "description": "Database Connection Helper Functions", "properties": [ - { "name": "v", "value": "0.0.3-16" }, + { "name": "v", "value": "0.0.3-17" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" } ], "link": "https://github.com/Kotlin/kotlin-jupyter-database", From 737c9744b7d8597a603da5657cb75bb5a1fa5899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:52:07 +0000 Subject: [PATCH 419/427] chore(deps): update dependency com.openai:openai-java to v4 --- openai-java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-java.json b/openai-java.json index 6bc6611b..006ca9d4 100644 --- a/openai-java.json +++ b/openai-java.json @@ -1,7 +1,7 @@ { "description": "OpenAI official Java API", "properties": [ - { "name": "v", "value": "3.5.2" }, + { "name": "v", "value": "4.3.0" }, { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" } ], "link": "https://github.com/openai/openai-java", From fb9f431d8ef2f01a2d83772e607451a852f383a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:40:12 +0000 Subject: [PATCH 420/427] chore(deps): update dependency it.unibo.tuprolog:full to v1.1.4 --- 2p-kt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2p-kt.json b/2p-kt.json index b9f60c3f..b6427f92 100644 --- a/2p-kt.json +++ b/2p-kt.json @@ -1,7 +1,7 @@ { "description": "Kotlin Multi-Platform ecosystem for symbolic AI", "properties": [ - { "name": "v", "value": "1.0.4" }, + { "name": "v", "value": "1.1.4" }, { "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" } ], "link": "https://github.com/tuProlog/2p-kt", From dad6ad5d746541b871a75fb82bb8ec436f687c62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 10:45:16 +0000 Subject: [PATCH 421/427] chore(deps): update dependency com.github.haifengl:smile-kotlin to v4.4.2 --- smile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smile.json b/smile.json index 9c047305..652693b7 100644 --- a/smile.json +++ b/smile.json @@ -1,7 +1,7 @@ { "description": "Statistical Machine Intelligence and Learning Engine", "properties": [ - { "name": "v", "value": "4.3.0" }, + { "name": "v", "value": "4.4.2" }, { "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" } ], "link": "https://github.com/haifengl/smile", From 4ee8980f2baf30df2b7cbdac7a346a37f4932496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 13:00:10 +0000 Subject: [PATCH 422/427] chore(deps): update dependency io.github.rossetti:kslcore to r1.2.5 --- ksl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksl.json b/ksl.json index a8962aa3..c978d2ea 100644 --- a/ksl.json +++ b/ksl.json @@ -1,7 +1,7 @@ { "description": "KSL - Kotlin Simulation Library for Monte Carlo and Discrete-Event Simulation", "properties": [ - { "name": "v", "value": "R1.2.2" }, + { "name": "v", "value": "R1.2.5" }, { "name": "v-renovate-hint", "value": "update: package=io.github.rossetti:KSLCore" } ], "link": "https://github.com/rossetti/KSL", From f226674b3052bf9214257c6349d1a7c8792d4524 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 10:45:00 +0000 Subject: [PATCH 423/427] chore(deps): update dependency io.github.gciatto:kt-math to v0.10.2 --- kt-math.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kt-math.json b/kt-math.json index 29c1837a..202ec4a4 100644 --- a/kt-math.json +++ b/kt-math.json @@ -1,7 +1,7 @@ { "description": "Kotlin multi-platform port of java.math.*", "properties": [ - { "name": "v", "value": "0.10.0" }, + { "name": "v", "value": "0.10.2" }, { "name": "v-renovate-hint", "value": "update: package=io.github.gciatto:kt-math" } ], "link": "https://github.com/gciatto/kt-math", From 9b4bb4fbf0b88c22789fd5d39b402885bb19a5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:28:12 +0000 Subject: [PATCH 424/427] chore(deps): update dependency dev.langchain4j:langchain4j to v1.7.1 --- langchain4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain4j.json b/langchain4j.json index 673079c0..5fa2a2c6 100644 --- a/langchain4j.json +++ b/langchain4j.json @@ -1,7 +1,7 @@ { "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools", "properties": [ - { "name": "v", "value": "1.4.0" }, + { "name": "v", "value": "1.7.1" }, { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" }, { "name": "model", "value": "openai" } ], From 0a552db2fb1f2f3d2b3e75f3fcea830a0f8bd946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:34:33 +0000 Subject: [PATCH 425/427] chore(deps): update dependency ai.koog:koog-agents-jvm to v0.5.0 --- koog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koog.json b/koog.json index 781dd879..6e1e1b5f 100644 --- a/koog.json +++ b/koog.json @@ -1,7 +1,7 @@ { "description": "Koog is a Kotlin-based framework designed to build and run AI agents entirely in idiomatic Kotlin.", "properties": [ - { "name": "v", "value": "0.4.1" }, + { "name": "v", "value": "0.5.0" }, { "name": "v-renovate-hint", "value": "update: package=ai.koog:koog-agents-jvm" } ], "link": "https://github.com/JetBrains/koog", From 6fa29eafbc95094204c06b515e1bc8ae4fa8359a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:42:29 +0000 Subject: [PATCH 426/427] chore(deps): update dependency org.springframework.ai:spring-ai-bom to v1.1.0-m3 --- spring-ai-anthropic.json | 2 +- spring-ai-ollama.json | 2 +- spring-ai-openai.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-ai-anthropic.json b/spring-ai-anthropic.json index 87d44f30..af9577d9 100644 --- a/spring-ai-anthropic.json +++ b/spring-ai-anthropic.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with Anthropic models.", "properties": [ - { "name": "v", "value": "1.0.1" }, + { "name": "v", "value": "1.1.0-M3" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-ollama.json b/spring-ai-ollama.json index c65f9ba8..9467fd04 100644 --- a/spring-ai-ollama.json +++ b/spring-ai-ollama.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a specialized application framework designed specifically for AI engineering, providing seamless integration with local models powered by Ollama.", "properties": [ - { "name": "v", "value": "1.0.1" }, + { "name": "v", "value": "1.1.0-M3" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", diff --git a/spring-ai-openai.json b/spring-ai-openai.json index 1767b78c..36dda567 100644 --- a/spring-ai-openai.json +++ b/spring-ai-openai.json @@ -1,7 +1,7 @@ { "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with OpenAI models.", "properties": [ - { "name": "v", "value": "1.0.1" }, + { "name": "v", "value": "1.1.0-M3" }, { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" } ], "link": "https://github.com/spring-projects/spring-ai", From 732d25541967202e6a86e01d33912169b2e4f97e Mon Sep 17 00:00:00 2001 From: "andrei.kislitsyn" Date: Thu, 16 Oct 2025 15:49:31 +0400 Subject: [PATCH 427/427] remove log4j from geo descriptor --- kandy-geo.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kandy-geo.json b/kandy-geo.json index 1de5c50d..fa43b66b 100644 --- a/kandy-geo.json +++ b/kandy-geo.json @@ -13,7 +13,6 @@ "dependencies": [ "org.jetbrains.kotlinx:dataframe-geo-jupyter:$dataframeVersion", "org.jetbrains.kotlinx:dataframe-geo:$dataframeVersion", - "org.jetbrains.kotlinx:kandy-geo:$kandyVersion", - "org.apache.logging.log4j:log4j-core:2.20.0" + "org.jetbrains.kotlinx:kandy-geo:$kandyVersion" ] }