Skip to content

Commit 5cbd251

Browse files
algolia-botrenovate[bot]millotp
authored
chore(deps): dependencies 2025-08-04 (#5187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 42dc6ae commit 5cbd251

File tree

53 files changed

+1672
-1624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1672
-1624
lines changed

clients/algoliasearch-client-csharp/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "1.0.3",
6+
"version": "1.1.1",
77
"commands": [
88
"csharpier"
99
]

clients/algoliasearch-client-java/algoliasearch/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,20 @@ repositories {
88
mavenCentral()
99
}
1010

11-
java {
12-
sourceCompatibility = JavaVersion.VERSION_1_8
13-
targetCompatibility = JavaVersion.VERSION_1_8
14-
}
15-
1611
dependencies {
1712
implementation 'com.google.code.findbugs:jsr305:3.0.2'
18-
api 'com.squareup.okhttp3:okhttp:4.11.0'
19-
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0'
13+
api 'com.squareup.okhttp3:okhttp:5.1.0'
14+
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
2015
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
2116
api 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
2217
api 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
2318
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
2419
}
2520

26-
tasks.withType(JavaCompile) {
21+
tasks.withType(JavaCompile).configureEach {
2722
options.encoding = 'UTF-8'
2823
options.compilerArgs += ['-Xlint:deprecation', '-Xlint:unchecked', '-Xlint:cast', '-Xlint:rawtypes']
24+
options.release = 8
2925
}
3026

3127
javadoc {
Binary file not shown.

clients/algoliasearch-client-java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

clients/algoliasearch-client-java/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

clients/algoliasearch-client-javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
1616
},
1717
"devDependencies": {
18-
"@types/node": "22.16.5",
18+
"@types/node": "22.17.0",
1919
"bundlewatch": "0.4.1",
2020
"execa": "9.6.0",
2121
"lerna": "8.2.3",
2222
"rollup": "4.41.0",
23-
"typescript": "5.8.3"
23+
"typescript": "5.9.2"
2424
},
2525
"bundlewatch": {
2626
"files": [

clients/algoliasearch-client-javascript/packages/abtesting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",
59-
"@types/node": "22.16.5",
59+
"@types/node": "22.17.0",
6060
"publint": "0.3.12",
6161
"rollup": "4.41.0",
6262
"tsup": "8.5.0",
63-
"typescript": "5.8.3"
63+
"typescript": "5.9.2"
6464
},
6565
"engines": {
6666
"node": ">= 14.0.0"

clients/algoliasearch-client-javascript/packages/advanced-personalization/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",
59-
"@types/node": "22.16.5",
59+
"@types/node": "22.17.0",
6060
"publint": "0.3.12",
6161
"rollup": "4.41.0",
6262
"tsup": "8.5.0",
63-
"typescript": "5.8.3"
63+
"typescript": "5.9.2"
6464
},
6565
"engines": {
6666
"node": ">= 14.0.0"

clients/algoliasearch-client-javascript/packages/client-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.18.2",
39-
"@types/node": "22.16.5",
39+
"@types/node": "22.17.0",
4040
"jsdom": "26.1.0",
4141
"publint": "0.3.12",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.5.0",
44-
"typescript": "5.8.3",
44+
"typescript": "5.9.2",
4545
"vitest": "3.2.4"
4646
},
4747
"engines": {

clients/algoliasearch-client-javascript/packages/client-composition/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",
59-
"@types/node": "22.16.5",
59+
"@types/node": "22.17.0",
6060
"publint": "0.3.12",
6161
"rollup": "4.41.0",
6262
"tsup": "8.5.0",
63-
"typescript": "5.8.3"
63+
"typescript": "5.9.2"
6464
},
6565
"engines": {
6666
"node": ">= 14.0.0"

0 commit comments

Comments
 (0)