Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3a2356b
chore: automatic empty commit
algolia-bot Jul 11, 2025
272216e
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Jul 12, 2025
920e454
fix(deps): update dependency com.algolia:algoliasearch to v4.21.2 (#5…
renovate[bot] Jul 12, 2025
edaa1d6
chore(deps): update dependency vite to v7.0.4 (#5098)
renovate[bot] Jul 12, 2025
b4f0d12
chore(deps): update dotnet monorepo (#5099)
renovate[bot] Jul 12, 2025
018f0be
chore(deps): update plugin kotlinx-binary-validator to v0.18.1 (#5100)
renovate[bot] Jul 12, 2025
2dd0af4
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime t…
renovate[bot] Jul 12, 2025
0d6214c
chore(deps): update dependency esbuild to v0.25.6 (#5097)
renovate[bot] Jul 12, 2025
a732c05
chore(deps): update plugin spotless to v7.1.0 (#5105)
renovate[bot] Jul 12, 2025
87e0a5f
chore(deps): update dependency @types/node to v22.16.3 (#5094)
renovate[bot] Jul 12, 2025
300e137
chore(deps): update dependency oxlint to v1.6.0 (#5104)
renovate[bot] Jul 12, 2025
6c67097
chore(deps): update dependency google/google-java-format to v1.28.0 (…
renovate[bot] Jul 12, 2025
65625d9
chore(deps): update dependency chai to v5.2.1 (#5095)
renovate[bot] Jul 12, 2025
f016e1c
chore(deps): update plugin spotless to v7.1.0 (#5106)
renovate[bot] Jul 13, 2025
0fc1009
chore(deps): update dependency csharpier to 1.0.3 (#5096)
renovate[bot] Jul 15, 2025
961a43d
chore(deps): update dependency dotenv.net to v4 (#5108)
renovate[bot] Jul 15, 2025
d192d23
chore(deps): update dependency wiremock.net to 1.8.14 (#5110)
renovate[bot] Jul 15, 2025
a9e9577
chore(deps): update dependency xunit.runner.visualstudio to 3.1.2 (#5…
renovate[bot] Jul 15, 2025
c33d4cb
fix(deps): update ktor monorepo to v3.2.2 (#5112)
renovate[bot] Jul 15, 2025
fc3aefd
chore(deps): update eslint monorepo to v9.31.0 (#5114)
renovate[bot] Jul 15, 2025
dbb77cd
chore(deps): update plugin maven-publish to v0.34.0 (#5116)
renovate[bot] Jul 15, 2025
f8ad44c
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plug…
renovate[bot] Jul 15, 2025
dfaacae
chore: lock
shortcuts Jul 15, 2025
73d5c77
chore: actions
shortcuts Jul 15, 2025
66563f6
chore(deps): update ghcr.io/nicklockwood/swiftformat docker tag to v0…
renovate[bot] Jul 15, 2025
a95c420
chore(deps): update dependency nicklockwood/swiftformat to v0.57.2 (#…
renovate[bot] Jul 15, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
- name: Download Java formatter
if: inputs.type != 'minimal'
shell: bash
run: curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.27.0/google-java-format-1.27.0-all-deps.jar" > /tmp/java-formatter.jar
run: curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.28.0/google-java-format-1.28.0-all-deps.jar" > /tmp/java-formatter.jar

# JavaScript for monorepo and tooling
- name: Install Node
Expand Down Expand Up @@ -202,7 +202,7 @@ runs:
if: ${{ inputs.language == 'swift' }}
id: swiftformat-version
shell: bash
run: echo "SWIFTFORMAT_VERSION=0.56.4" >> $GITHUB_OUTPUT
run: echo "SWIFTFORMAT_VERSION=0.57.2" >> $GITHUB_OUTPUT

- name: Checkout swiftformat
if: ${{ inputs.language == 'swift' }}
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": "9.0.301",
"version": "9.0.302",
"rollForward": "latestMinor"
}
}
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.33.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.34.0'
}
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"bundlewatch": "0.4.1",
"execa": "9.6.0",
"lerna": "8.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"jsdom": "26.1.0",
"publint": "0.3.12",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"cross-fetch": "4.1.0",
"nock": "14.0.5",
"publint": "0.3.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"nock": "14.0.5",
"publint": "0.3.12",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3"
Expand Down
31 changes: 20 additions & 11 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.32.0"
"@algolia/requester-node-http": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand All @@ -31,7 +31,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.32.0"
"@algolia/requester-node-http": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand Down Expand Up @@ -78,7 +78,7 @@ __metadata:
resolution: "@algolia/client-common@workspace:packages/client-common"
dependencies:
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
ts-node: "npm:10.9.2"
Expand All @@ -97,7 +97,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.32.0"
"@algolia/requester-node-http": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand Down Expand Up @@ -182,7 +182,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.32.0"
"@algolia/requester-node-http": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand Down Expand Up @@ -213,7 +213,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -263,7 +263,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
Expand All @@ -279,7 +279,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
cross-fetch: "npm:4.1.0"
nock: "npm:14.0.5"
publint: "npm:0.3.12"
Expand All @@ -295,7 +295,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
nock: "npm:14.0.5"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
Expand All @@ -313,7 +313,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.32.0"
"@algolia/requester-node-http": "npm:5.32.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.8.3"
Expand Down Expand Up @@ -2270,6 +2270,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.16.3":
version: 22.16.3
resolution: "@types/node@npm:22.16.3"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/b71fe7abf242091e2f303b400b27f677c311b03a3125bf5532e06aff8a4cd41944bcc6f70a0666834e4352228607e676bc8082fa38d3739d3e1460a20d5c51d2
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -2476,7 +2485,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "algoliasearch-client-javascript@workspace:."
dependencies:
"@types/node": "npm:22.16.0"
"@types/node": "npm:22.16.3"
bundlewatch: "npm:0.4.1"
execa: "npm:9.6.0"
lerna: "npm:8.2.3"
Expand Down
10 changes: 5 additions & 5 deletions clients/algoliasearch-client-kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
kotlin = "2.1.21"
ktor = "3.2.1"
ktor = "3.2.2"

[libraries]
# Kotlin
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common" }
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.1" }
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.0-0.6.x-compat" }
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1-0.6.x-compat" }

# Ktor
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
Expand All @@ -29,6 +29,6 @@ ktor-client-darwin = { group = "io.ktor", name = "ktor-client-darwin", version.r
[plugins]
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.18.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.33.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "7.0.4" }
kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "7.1.0" }
2 changes: 1 addition & 1 deletion config/.csharp-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.301
9.0.302
2 changes: 1 addition & 1 deletion docs/guides/csharp/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.0.2",
"version": "1.0.3",
"commands": [
"csharpier"
]
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/csharp/src/src.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ProjectReference Include="..\..\..\..\clients\algoliasearch-client-csharp\algoliasearch\Algolia.Search.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/csharp/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.0.2",
"version": "1.0.3",
"commands": [
"csharpier"
]
Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/csharp/src/src.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ProjectReference Include="..\..\..\..\clients\algoliasearch-client-csharp\algoliasearch\Algolia.Search.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
Expand Down
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/eslint": "9.6.1",
"esbuild": "0.25.5",
"esbuild": "0.25.6",
"eslint": "8.57.1",
"eslint-plugin-yml": "1.18.0",
"eslint-vitest-rule-tester": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-yml": "1.18.0",
"husky": "9.1.7",
"lint-staged": "16.1.2",
"oxlint": "1.5.0",
"oxlint": "1.6.0",
"prettier": "3.6.2",
"prettier-plugin-java": "2.7.1",
"prettier-plugin-organize-imports": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/csharp/Performances/Performances.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WireMock.Net" Version="1.8.13" />
<PackageReference Include="WireMock.Net" Version="1.8.14" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions playground/csharp/Playground/Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="dotenv.net" Version="3.2.1"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6"/>
<PackageReference Include="dotenv.net" Version="4.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.7"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion playground/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation 'io.github.cdimascio:dotenv-java:3.0.1'
implementation 'com.algolia:algoliasearch:4.20.0'
implementation 'com.algolia:algoliasearch:4.21.2'
}

group = 'com.algolia'
Expand Down
6 changes: 3 additions & 3 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"react-instantsearch": "^7.15.3"
},
"devDependencies": {
"@eslint/js": "9.30.1",
"@eslint/js": "9.31.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react-swc": "3.10.2",
"eslint": "9.30.1",
"eslint": "9.31.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.1.0",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0",
"vite": "7.0.2"
"vite": "7.0.4"
},
"packageManager": "yarn@4.9.2"
}
2 changes: 1 addition & 1 deletion playground/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:3.2.1")
implementation("io.ktor:ktor-client-okhttp:3.2.2")
implementation("ch.qos.logback:logback-classic:1.5.18")
implementation("io.github.cdimascio:dotenv-kotlin:6.5.1")
}
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci/actions/restore-artifacts/builddir/index.cjs

Large diffs are not rendered by default.

Loading