Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): dependencies 2024-10-14 #3944

Merged
merged 21 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
72e9b39
chore: automatic empty commit
algolia-bot Oct 11, 2024
58465f4
chore(deps): update dependency @types/node to v22.7.5 (#3947)
renovate[bot] Oct 14, 2024
8832991
chore(deps): update plugin maven-publish to v0.30.0 (#3960)
renovate[bot] Oct 14, 2024
85790c0
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plug…
renovate[bot] Oct 14, 2024
3b2a1d2
fix(deps): update dependency com.algolia:algoliasearch to v4.5.1 (#3962)
renovate[bot] Oct 14, 2024
221fe64
chore(deps): update dependency com.github.sbt:sbt-pgp to v2.3.0 (#3957)
renovate[bot] Oct 14, 2024
e25d255
chore(deps): update dependency vitest-environment-miniflare to v2.14.…
renovate[bot] Oct 14, 2024
223123c
chore(deps): update plugin me.champeau.gradle.japicmp to v0.4.4 (#3955)
renovate[bot] Oct 14, 2024
3a1d011
chore(deps): update dependency typescript to v5.6.3 (#3951)
renovate[bot] Oct 14, 2024
1a63d05
chore(deps): update dependency oxlint to v0.9.10 (#3950)
renovate[bot] Oct 14, 2024
2747f24
chore(deps): update dependency express to v4.21.1 (#3949)
renovate[bot] Oct 14, 2024
ee796c2
chore(deps): update dependency dart to v3.5.3 (#3948)
renovate[bot] Oct 14, 2024
0978743
chore(deps): update dependency @actions/artifact to v2.1.11 (#3946)
renovate[bot] Oct 14, 2024
80e9ae9
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1…
renovate[bot] Oct 14, 2024
014252c
fix(deps): update algolia-instantsearch monorepo (#3961)
renovate[bot] Oct 14, 2024
415cd6a
chore(deps): update kotlin monorepo to v2.0.21 (#3954)
renovate[bot] Oct 14, 2024
1f4e46d
chore(deps): update dotnet monorepo (#3953)
renovate[bot] Oct 14, 2024
fcd74b3
chore(deps): update dependency org.xerial.sbt:sbt-sonatype to v3.12.2…
renovate[bot] Oct 14, 2024
c81e3fb
revert dart because the docker image doesnt exists
millotp Oct 14, 2024
eca627f
Merge branch 'main' into chore/renovateBaseBranch
millotp Oct 15, 2024
2467d85
fix(deps): update ktor monorepo to v3 (major) (#3965)
renovate[bot] Oct 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-csharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.402",
"version": "8.0.403",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import me.champeau.gradle.japicmp.JapicmpTask

plugins {
id 'java-library'
id 'me.champeau.gradle.japicmp' version '0.4.3'
id 'me.champeau.gradle.japicmp' version '0.4.4'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.29.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.30.0'
}
}
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.4.0",
"lerna": "8.1.8",
"rollup": "4.24.0",
"semver": "7.6.3",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"jsdom": "25.0.1",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
34 changes: 17 additions & 17 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ __metadata:
resolution: "@algolia/client-common@workspace:packages/client-common"
dependencies:
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
jsdom: "npm:25.0.1"
publint: "npm:0.2.11"
ts-node: "npm:10.9.2"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
vitest: "npm:2.1.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -145,12 +145,12 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.8.1"
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
jsdom: "npm:25.0.1"
publint: "npm:0.2.11"
ts-node: "npm:10.9.2"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
vitest: "npm:2.1.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -195,11 +195,11 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.8.1"
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
jsdom: "npm:25.0.1"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
vitest: "npm:2.1.2"
xhr-mock: "npm:2.5.1"
languageName: unknown
Expand All @@ -211,12 +211,12 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.8.1"
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
cross-fetch: "npm:4.0.0"
nock: "npm:13.5.5"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
vitest: "npm:2.1.2"
languageName: unknown
linkType: soft
Expand All @@ -227,11 +227,11 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.8.1"
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
nock: "npm:13.5.5"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
vitest: "npm:2.1.2"
languageName: unknown
linkType: soft
Expand All @@ -245,10 +245,10 @@ __metadata:
"@algolia/requester-fetch": "npm:5.8.1"
"@algolia/requester-node-http": "npm:5.8.1"
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1861,7 +1861,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
dependencies:
Expand Down Expand Up @@ -2070,14 +2070,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "algoliasearch-client-javascript@workspace:."
dependencies:
"@types/node": "npm:22.7.4"
"@types/node": "npm:22.7.5"
"@types/semver": "npm:7.5.8"
bundlesize: "npm:0.18.2"
execa: "npm:9.4.0"
lerna: "npm:8.1.8"
rollup: "npm:4.24.0"
semver: "npm:7.6.3"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8320,7 +8320,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:>=3 < 6":
"typescript@npm:5.6.3, typescript@npm:>=3 < 6":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
Expand Down Expand Up @@ -8350,7 +8350,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=b45daf"
bin:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.20"
ktor = "2.3.12"
kotlin = "2.0.21"
ktor = "3.0.0"

[libraries]
# Kotlin
Expand Down Expand Up @@ -30,5 +30,5 @@ ktor-client-darwin = { group = "io.ktor", name = "ktor-client-darwin", version.r
kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.23.3" }
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2 changes: 1 addition & 1 deletion config/.csharp-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.402
8.0.403
2 changes: 1 addition & 1 deletion docs/guides/csharp/src/src.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@algolia/recommend": "link:../../../clients/algoliasearch-client-javascript/packages/recommend",
"@algolia/requester-node-http": "link:../../../clients/algoliasearch-client-javascript/packages/requester-node-http",
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions docs/guides/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.diffplug.gradle.spotless.SpotlessExtension

plugins {
kotlin("jvm") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
alias(libs.plugins.spotless)
}

Expand All @@ -12,8 +12,8 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.12")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("io.ktor:ktor-client-okhttp:3.0.0")
implementation("ch.qos.logback:logback-classic:1.5.10")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "2.0.20"
kotlin = "2.0.21"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.12"
ktor = "3.0.0"

[libraries]
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/csharp/src/src.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@algolia/recommend": "link:../../../clients/algoliasearch-client-javascript/packages/recommend",
"@algolia/requester-node-http": "link:../../../clients/algoliasearch-client-javascript/packages/requester-node-http",
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions docs/snippets/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.diffplug.gradle.spotless.SpotlessExtension

plugins {
kotlin("jvm") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
alias(libs.plugins.spotless)
}

Expand All @@ -12,8 +12,8 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.12")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("io.ktor:ktor-client-okhttp:3.0.0")
implementation("ch.qos.logback:logback-classic:1.5.10")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "2.0.20"
kotlin = "2.0.21"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.12"
ktor = "3.0.0"

[libraries]
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }
Expand Down
Loading
Loading