Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a3b161c
chore: automatic empty commit
algolia-bot Sep 12, 2025
d76bec4
chore(deps): update dependency vite to v7.1.5 [security] (#5342)
renovate[bot] Sep 12, 2025
0d44500
chore(deps): update dependency dart to v3.9.3 (#5348)
renovate[bot] Sep 14, 2025
266edee
chore(deps): update dependency chalk to v5.6.2 (#5345)
renovate[bot] Sep 14, 2025
a173819
chore(deps): update kotlin monorepo to v2.2.20 (#5353)
renovate[bot] Sep 14, 2025
2d43458
chore(deps): update dependency scala to v3.7.3 (#5350)
renovate[bot] Sep 14, 2025
fd768a2
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Sep 14, 2025
c68f3ce
chore(deps): update dependency @types/react to v19.1.13 (#5344)
renovate[bot] Sep 14, 2025
ab7d52a
fix(deps): update ktor monorepo to v3.3.0 (#5356)
renovate[bot] Sep 14, 2025
70ecd43
chore(deps): update dependency commander to v14.0.1 (#5346)
renovate[bot] Sep 14, 2025
72de156
chore(deps): update dependency oxlint to v1.15.0 (#5355)
renovate[bot] Sep 14, 2025
9311cfa
chore(deps): update dependency @types/node to v22.18.3 (#5362)
renovate[bot] Sep 16, 2025
275d8b2
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Sep 16, 2025
f8b7fbd
chore(deps): update dependency jsdom to v27 (#5360)
renovate[bot] Sep 16, 2025
b92562c
chore(deps): update gradle/actions action to v4.4.3 (#5352)
renovate[bot] Sep 17, 2025
49eb50d
chore(deps): update actions/github-script action to v8
Fluf22 Sep 17, 2025
03760f3
chore(deps): update dotnet monorepo
Fluf22 Sep 17, 2025
3846718
chore(deps): update bc message
Fluf22 Sep 18, 2025
b849935
chore(deps): update dependency csharpier to v1.1.2
Fluf22 Sep 18, 2025
4e3f37f
Merge branch 'main' into chore/renovateBaseBranch
Fluf22 Sep 18, 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/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
uses: gradle/actions/[email protected].3
with:
validate-wrappers: true
add-job-summary: 'on-failure'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ jobs:
echo 'BREAKING_CHANGES_SECTION<<EOF'
echo "# 💥 Breaking changes detected !!"
echo "Either this PR or a previous PR not released yet introduced breaking changes, be careful when merging."
echo "You can find the details in the 'client java@17' CI job."
echo "You can find the details in the 'client java@21' CI job."
echo 'EOF'
} >> "$GITHUB_OUTPUT"

Expand Down
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/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
uses: gradle/actions/[email protected].3

- name: Upload Artifacts
run: ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
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/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
uses: gradle/actions/[email protected].3

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

[libraries]
# Kotlin
Expand Down
2 changes: 1 addition & 1 deletion config/.csharp-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.304
9.0.305
2 changes: 1 addition & 1 deletion config/.dart-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.2
3.9.3
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.6",
"oxlint": "1.14.0",
"oxlint": "1.15.0",
"prettier": "3.6.2",
"prettier-plugin-java": "2.7.4",
"prettier-plugin-organize-imports": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/csharp/Playground/Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="dotenv.net" Version="4.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@eslint/js": "9.35.0",
"@types/react": "19.1.12",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react-swc": "3.11.0",
"eslint": "9.35.0",
Expand All @@ -27,7 +27,7 @@
"globals": "16.1.0",
"typescript": "5.9.2",
"typescript-eslint": "8.33.0",
"vite": "7.1.4"
"vite": "7.1.5"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions playground/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.2.10"
kotlin("plugin.serialization") version "2.2.10"
kotlin("jvm") version "2.2.20"
kotlin("plugin.serialization") version "2.2.20"
id("application")
}

Expand All @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:3.2.3")
implementation("io.ktor:ktor-client-okhttp:3.3.0")
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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/semver": "7.7.1",
"@types/spinnies": "0.5.3",
"chai": "6.0.1",
"chalk": "5.6.0",
"commander": "14.0.0",
"chalk": "5.6.2",
"commander": "14.0.1",
"crc": "4.3.2",
"esbuild": "0.25.9",
"execa": "9.6.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/csharp/snippets/dotnet-tools.mustache
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 templates/csharp/snippets/src.csproj.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
6 changes: 3 additions & 3 deletions templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
"devDependencies": {
{{#isAlgoliasearchClient}}
"@algolia/requester-testing": "{{utilsPackageVersion}}",
"@cloudflare/vitest-pool-workers": "0.8.70",
"@cloudflare/vitest-pool-workers": "0.9.1",
"@cloudflare/workers-types": "4.20250428.0",
"jsdom": "26.1.0",
"jsdom": "27.0.0",
"vitest": "3.2.4",
{{/isAlgoliasearchClient}}
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.1",
"@types/node": "22.18.3",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/output/csharp/src/Algolia.Search.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Quibble.Xunit" Version="0.3.1" />
<PackageReference Include="System.Text.Json" Version="9.0.8" />
<PackageReference Include="System.Text.Json" Version="9.0.9" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions tests/output/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "2.2.10"
kotlin = "2.2.20"
coroutines = "1.10.2"
serialization = "1.5.0"
ktor = "3.2.3"
ktor = "3.3.0"

[libraries]
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }
Expand Down
2 changes: 1 addition & 1 deletion tests/output/scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / scalaVersion := "3.7.2"
ThisBuild / scalaVersion := "3.7.3"

lazy val root = (project in file("."))
.settings(name := "scala-tests")
Expand Down
Loading
Loading