Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
9c3f4d1
chore(deps): update dependency oxlint to v1.11.1 (#5226)
renovate[bot] Aug 9, 2025
74b9513
chore(deps): update dependency dart to v3.8.3 (#5230)
renovate[bot] Aug 10, 2025
784590f
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Aug 10, 2025
7f254b0
chore(deps): update dependency python to v3.13.6 (#5234)
renovate[bot] Aug 10, 2025
18b989b
chore(deps): update dotnet monorepo (#5236)
renovate[bot] Aug 10, 2025
da9ae7c
chore(deps): update dependency nock to v14.0.9 (#5233)
renovate[bot] Aug 10, 2025
7477c6a
chore(deps): update dependency fs-extra to v11.3.1 (#5231)
renovate[bot] Aug 11, 2025
7ba16fd
chore(deps): update dependency sbt/sbt to v1.11.4 (#5235)
renovate[bot] Aug 11, 2025
c43585f
chore(deps): update eslint monorepo to v9.33.0 (#5239)
renovate[bot] Aug 11, 2025
bc5b454
chore(deps): update dependency wiremock.net to 1.9.0 (#5240)
renovate[bot] Aug 15, 2025
2fc73b4
chore(deps): update dependency vite to v7.1.2 (#5238)
renovate[bot] Aug 15, 2025
3e15b66
chore(deps): update dependency lint-staged to v16.1.5 (#5232)
renovate[bot] Aug 15, 2025
6a58143
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Aug 16, 2025
63d4d5b
chore(deps): update dependency nock to v14.0.10 (#5246)
renovate[bot] Aug 16, 2025
ad0513b
chore(deps): update dependency @types/react to v19.1.10 (#5244)
renovate[bot] Aug 16, 2025
358c477
chore(deps): update dependency oxlint to v1.11.2 (#5247)
renovate[bot] Aug 16, 2025
28f2035
chore(deps): update dependency dart to v3.9.0 (#5250)
renovate[bot] Aug 17, 2025
7455b85
chore(deps): update dependency python to v3.13.7 (#5248)
renovate[bot] Aug 17, 2025
b192257
chore(deps): update dependency @openapitools/openapi-generator-cli to…
renovate[bot] Aug 17, 2025
f7d1860
chore(deps): update dependency csharpier to 1.1.2 (#5256)
renovate[bot] Aug 22, 2025
048bd38
chore(deps): update dependency xunit.runner.visualstudio to 3.1.4 (#5…
renovate[bot] Aug 22, 2025
bdaa606
chore(deps): update dependency com.github.sbt:sbt-ci-release to v1.11…
renovate[bot] Aug 22, 2025
7e40d43
chore(deps): update dependency chalk to v5.6.0 (#5258)
renovate[bot] Aug 22, 2025
1038e06
chore(deps): update dependency oxlint to v1.12.0 (#5259)
renovate[bot] Aug 22, 2025
8893046
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Aug 23, 2025
5ba9428
chore(deps): update dependency @types/react to v19.1.11 (#5261)
renovate[bot] Aug 23, 2025
0456c88
chore(deps): update dependency dart to v3.9.1 (#5262)
renovate[bot] Aug 23, 2025
b587cbb
chore(deps): update dependency vite to v7.1.3 (#5263)
renovate[bot] Aug 23, 2025
d8b30d0
chore(deps): update yarn to v4.9.3 (#5264)
renovate[bot] Aug 23, 2025
5446a44
chore(deps): update dependency chai to v5.3.3 (#5265)
renovate[bot] Aug 23, 2025
98f7502
chore(deps): update dependency knip to v5.63.0 (#5266)
renovate[bot] Aug 23, 2025
5cf5177
chore(deps): update dependency wiremock.net to 1.10.1 (#5270)
renovate[bot] Aug 24, 2025
a9808ee
chore(deps): update eslint monorepo to v9.34.0 (#5271)
renovate[bot] Aug 24, 2025
f574a20
chore: update Gradle action to version 4.4.1 in workflow files
Fluf22 Aug 25, 2025
6a1d5c2
chore: downgrade Gradle version to 8.14.3 in wrapper properties
Fluf22 Aug 25, 2025
63e0587
chore: set Java source and target compatibility to version 1.8
Fluf22 Aug 25, 2025
24aa563
chore(deps): update dependency esbuild to v0.25.9 (#5245)
renovate[bot] Aug 25, 2025
4c942b5
chore(deps): update dependency sbt/sbt to v1.11.5 (#5272)
renovate[bot] Aug 25, 2025
af50006
fix(deps): update module github.com/stretchr/testify to v1.11.0 (#5273)
renovate[bot] Aug 25, 2025
e14766c
chore(deps): update node.js to v22.18.0 (#5228)
renovate[bot] Aug 25, 2025
6c707d8
chore: pin Gradle action to v4.4.1 commit hash
Fluf22 Aug 25, 2025
ee3e1ad
chore(deps): update dependency chai to v6 (#5269)
renovate[bot] Aug 25, 2025
a449477
chore: rollback Gradle action to v4.4.1 tag instead of commit hash
Fluf22 Aug 25, 2025
82acae7
chore(deps): update kotlin monorepo to v2.2.10 (#5251)
renovate[bot] Aug 25, 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
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:

- name: Setup gradle
if: inputs.type != 'minimal'
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v4.4.1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
with:
validate-wrappers: true
add-job-summary: 'on-failure'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.17.1
22.18.0
714 changes: 357 additions & 357 deletions .yarn/releases/yarn-4.9.2.cjs → .yarn/releases/yarn-4.9.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.9.2.cjs
yarnPath: .yarn/releases/yarn-4.9.3.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.1.1",
"version": "1.1.2",
"commands": [
"csharpier"
]
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.303",
"version": "9.0.304",
"rollForward": "latestMinor"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version-file: .java-version

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v4.4.1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17

- name: Upload Artifacts
run: ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ 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:5.1.0'
Expand Down
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-9.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.17.1
22.18.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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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.17.0",
"@types/node": "22.18.0",
"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,9 +52,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.17.0",
"@types/node": "22.18.0",
"cross-fetch": "4.1.0",
"nock": "14.0.8",
"nock": "14.0.10",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.17.0",
"nock": "14.0.8",
"@types/node": "22.18.0",
"nock": "14.0.10",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.9.2",
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.17.0",
"@types/node": "22.18.0",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.9.2"
Expand Down
43 changes: 26 additions & 17 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.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
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.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
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.17.0"
"@types/node": "npm:22.18.0"
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.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
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.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
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.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
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.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
Expand All @@ -279,9 +279,9 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
cross-fetch: "npm:4.1.0"
nock: "npm:14.0.8"
nock: "npm:14.0.10"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand All @@ -295,8 +295,8 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
nock: "npm:14.0.8"
"@types/node": "npm:22.18.0"
nock: "npm:14.0.10"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand All @@ -313,7 +313,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.35.0"
"@algolia/requester-node-http": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand Down Expand Up @@ -2303,6 +2303,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.18.0":
version: 22.18.0
resolution: "@types/node@npm:22.18.0"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/c4e4cdac52aae71e120fb4a02a08f774366e8bd6654de9376fb1113fb66cfa2706176b72f188069cdecdb40e5cdde2befa031dc720a0cc0b1e349af9e38492ad
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 @@ -2509,7 +2518,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "algoliasearch-client-javascript@workspace:."
dependencies:
"@types/node": "npm:22.17.0"
"@types/node": "npm:22.18.0"
bundlewatch: "npm:0.4.1"
execa: "npm:9.6.0"
lerna: "npm:8.2.3"
Expand Down Expand Up @@ -6114,14 +6123,14 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:14.0.8":
version: 14.0.8
resolution: "nock@npm:14.0.8"
"nock@npm:14.0.10":
version: 14.0.10
resolution: "nock@npm:14.0.10"
dependencies:
"@mswjs/interceptors": "npm:^0.39.5"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 10/47d6e3b13a524fdac6947c2b268577ac5a3962b9b768a7ff0c4c56adf48453974e1f80b57cb0418aa401236bb75a064f3e7bb4519f31e811ac8e360938624398
checksum: 10/89195d798117a371d0146008f1d32eb3951035cc7ccaf12fe93c7ffce6316172094c7ca0a7746b507397aeb06635904af235bbae8b645f95f24b5e8a812b07ab
languageName: node
linkType: hard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: 11

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v4.4.1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17

- name: Upload Artifacts
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.21"
kotlin = "2.2.10"
ktor = "3.2.3"

[libraries]
Expand Down
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-9.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.13.5
python-version: 3.13.7

- name: install poetry
shell: bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.3
sbt.version=1.11.5
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
2 changes: 1 addition & 1 deletion config/.csharp-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.303
9.0.304
2 changes: 1 addition & 1 deletion config/.dart-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.2
3.9.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about this one if it breaks something on the consumer side 🤔

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.1.1",
"version": "1.1.2",
"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.7" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
</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.1.1",
"version": "1.1.2",
"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.7" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
Expand Down
Loading