Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a8e5206
chore: automatic empty commit
algolia-bot Aug 1, 2025
224c572
fix(deps): update dependency com.algolia:algoliasearch to v4.23.0 (#5…
renovate[bot] Aug 3, 2025
fed9795
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Aug 3, 2025
e1372b3
fix(deps): update ktor monorepo to v3.2.3 (#5196)
renovate[bot] Aug 3, 2025
d2cc4a0
chore(deps): update dependency prettier-plugin-java to v2.7.4 (#5193)
renovate[bot] Aug 3, 2025
361c60e
chore(deps): update dependency eslint-vitest-rule-tester to v2.2.1 (#…
renovate[bot] Aug 3, 2025
47090f9
chore(deps): update dependency nock to v14.0.8 (#5192)
renovate[bot] Aug 3, 2025
c0addd2
chore(deps): update dependency scala to v3.7.2 (#5194)
renovate[bot] Aug 3, 2025
f1db0c0
fix(deps): update react monorepo (#5197)
renovate[bot] Aug 3, 2025
7580c4b
chore(deps): update dependency oxlint to v1.9.0 (#5199)
renovate[bot] Aug 3, 2025
ad7dc09
chore(deps): update dependency typescript to v5.9.2 (#5201)
renovate[bot] Aug 3, 2025
10e2eb6
chore(deps): update node.js to v22.18.0 (#5202)
renovate[bot] Aug 3, 2025
e3cc708
chore(deps): update dependency csharpier to 1.1.1 (#5189)
renovate[bot] Aug 4, 2025
6eca7e6
chore(deps): update dependency lint-staged to v16.1.4 (#5206)
renovate[bot] Aug 4, 2025
ab38a46
chore(deps): update dependency chalk to v5.5.0 (#5208)
renovate[bot] Aug 4, 2025
0242257
chore(deps): update dotnet monorepo to 9.0.7 (#5195)
renovate[bot] Aug 4, 2025
c430659
chore(deps): update okhttp monorepo to v5 (major) (#5221)
renovate[bot] Aug 4, 2025
9ddfa58
chore(deps): update dependency gradle to v9 (#5204)
renovate[bot] Aug 4, 2025
a0faa66
update template
millotp Aug 4, 2025
32f4d8c
lock yarn
millotp Aug 5, 2025
7810987
build
millotp Aug 5, 2025
ded773c
Merge branch 'main' into chore/renovateBaseBranch
millotp Aug 5, 2025
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 @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.0.3",
"version": "1.1.1",
"commands": [
"csharpier"
]
Expand Down
12 changes: 4 additions & 8 deletions clients/algoliasearch-client-java/algoliasearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,20 @@ repositories {
mavenCentral()
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0'
api 'com.squareup.okhttp3:okhttp:5.1.0'
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
api 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
}

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

javadoc {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/gradlew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright © 2015-2021 the original authors.
# Copyright © 2015 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"bundlewatch": "0.4.1",
"execa": "9.6.0",
"lerna": "8.2.3",
"rollup": "4.41.0",
"typescript": "5.8.3"
"typescript": "5.9.2"
},
"bundlewatch": {
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
"typescript": "5.8.3"
"typescript": "5.9.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
"typescript": "5.8.3"
"typescript": "5.9.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
"tsup": "8.5.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"vitest": "3.2.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
"typescript": "5.8.3"
"typescript": "5.9.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
"typescript": "5.8.3"
"typescript": "5.9.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
"tsup": "8.5.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"vitest": "3.2.4"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"jsdom": "26.1.0",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"vitest": "3.2.4",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"cross-fetch": "4.1.0",
"nock": "14.0.7",
"nock": "14.0.8",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"vitest": "3.2.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"nock": "14.0.7",
"@types/node": "22.17.0",
"nock": "14.0.8",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"vitest": "3.2.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"@types/node": "22.17.0",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3"
"typescript": "5.9.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading