Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): dependencies 2025-02-17 #4459

Merged
merged 18 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f414c9e
chore: automatic empty commit
algolia-bot Feb 14, 2025
3e9d016
chore(deps): update dependency publint to v0.3.5 (#4462)
renovate[bot] Feb 15, 2025
e8c2cc4
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime t…
renovate[bot] Feb 15, 2025
3bee655
chore(deps): update dependency eslint to v9.20.1 (#4461)
renovate[bot] Feb 15, 2025
e8f7153
chore(deps): update dotnet monorepo (#4463)
renovate[bot] Feb 15, 2025
5da4457
chore(deps): update dependency chai to v5.2.0 (#4467)
renovate[bot] Feb 15, 2025
411c02b
chore(deps): update dependency @redocly/cli to v1.29.0 (#4466)
renovate[bot] Feb 15, 2025
4a6bc3b
chore(deps): update plugin me.champeau.gradle.japicmp to v0.4.6 (#4464)
renovate[bot] Feb 15, 2025
3ef50cb
chore(deps): update dependency globals to v15.15.0 (#4469)
renovate[bot] Feb 15, 2025
72ca6f2
chore(deps): update dependency typescript-eslint to v8.24.0 (#4472)
renovate[bot] Feb 15, 2025
8c08224
chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 (#4470)
renovate[bot] Feb 15, 2025
46229b5
chore(deps): update dependency dart to v3.7.0 (#4468)
renovate[bot] Feb 15, 2025
41fa4db
fix(deps): update ktor monorepo to v3.1.0 (#4473)
renovate[bot] Feb 15, 2025
c9fc9ce
chore(deps): update dependency ruby to v3.4.2 (#4475)
renovate[bot] Feb 17, 2025
b13ad18
fix(deps): update module github.com/go-playground/validator/v10 to v1…
renovate[bot] Feb 17, 2025
3b02d2c
chore(deps): update dependency @octokit/rest to v21.1.1 (#4474)
renovate[bot] Feb 17, 2025
1d09cac
Merge branch 'main' into chore/renovateBaseBranch
shortcuts Feb 17, 2025
8815c8c
Merge branch 'main' into chore/renovateBaseBranch
shortcuts Feb 17, 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 clients/algoliasearch-client-csharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.102",
"version": "9.0.200",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/algolia/algoliasearch-client-go/v4

go 1.21.11

require github.com/go-playground/validator/v10 v10.24.0
require github.com/go-playground/validator/v10 v10.25.0

require (
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.24.0 h1:KHQckvo8G6hlWnrPX4NJJ+aBfWNAE/HH+qdL2cBpCmg=
github.com/go-playground/validator/v10 v10.24.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
github.com/go-playground/validator/v10 v10.25.0 h1:5Dh7cjvzR7BRZadnsVOzPhWsrwUr0nmsZJxEAnFLNO8=
github.com/go-playground/validator/v10 v10.25.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import me.champeau.gradle.japicmp.JapicmpTask

plugins {
id 'java-library'
id 'me.champeau.gradle.japicmp' version '0.4.5'
id 'me.champeau.gradle.japicmp' version '0.4.6'
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"jsdom": "26.0.0",
"publint": "0.3.4",
"publint": "0.3.5",
"ts-node": "10.9.2",
"tsup": "8.3.6",
"typescript": "5.7.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"publint": "0.3.4",
"publint": "0.3.5",
"rollup": "4.34.6",
"tsup": "8.3.6",
"typescript": "5.7.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"publint": "0.3.4",
"publint": "0.3.5",
"rollup": "4.34.6",
"tsup": "8.3.6",
"typescript": "5.7.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"jsdom": "26.0.0",
"publint": "0.3.4",
"publint": "0.3.5",
"ts-node": "10.9.2",
"tsup": "8.3.6",
"typescript": "5.7.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"jsdom": "26.0.0",
"publint": "0.3.4",
"publint": "0.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3",
"vitest": "3.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "22.13.1",
"cross-fetch": "4.1.0",
"nock": "14.0.1",
"publint": "0.3.4",
"publint": "0.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3",
"vitest": "3.0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"nock": "14.0.1",
"publint": "0.3.4",
"publint": "0.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3",
"vitest": "3.0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"publint": "0.3.4",
"publint": "0.3.5",
"tsup": "8.3.6",
"typescript": "5.7.3"
},
Expand Down
30 changes: 22 additions & 8 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
jsdom: "npm:26.0.0"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
ts-node: "npm:10.9.2"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
Expand All @@ -64,7 +64,7 @@ __metadata:
"@algolia/requester-node-http": "npm:5.20.2"
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
rollup: "npm:4.34.6"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
Expand Down Expand Up @@ -149,7 +149,7 @@ __metadata:
"@algolia/requester-node-http": "npm:5.20.2"
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
rollup: "npm:4.34.6"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
Expand Down Expand Up @@ -181,7 +181,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
jsdom: "npm:26.0.0"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
ts-node: "npm:10.9.2"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
Expand Down Expand Up @@ -231,7 +231,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
jsdom: "npm:26.0.0"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
vitest: "npm:3.0.5"
Expand All @@ -248,7 +248,7 @@ __metadata:
"@types/node": "npm:22.13.1"
cross-fetch: "npm:4.1.0"
nock: "npm:14.0.1"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
vitest: "npm:3.0.5"
Expand All @@ -263,7 +263,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
nock: "npm:14.0.1"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
vitest: "npm:3.0.5"
Expand All @@ -280,7 +280,7 @@ __metadata:
"@algolia/requester-node-http": "npm:5.20.2"
"@arethetypeswrong/cli": "npm:0.17.3"
"@types/node": "npm:22.13.1"
publint: "npm:0.3.4"
publint: "npm:0.3.5"
tsup: "npm:8.3.6"
typescript: "npm:5.7.3"
languageName: unknown
Expand Down Expand Up @@ -6611,6 +6611,20 @@ __metadata:
languageName: node
linkType: hard

"publint@npm:0.3.5":
version: 0.3.5
resolution: "publint@npm:0.3.5"
dependencies:
"@publint/pack": "npm:^0.1.1"
package-manager-detector: "npm:^0.2.9"
picocolors: "npm:^1.1.1"
sade: "npm:^1.8.1"
bin:
publint: src/cli.js
checksum: 10/71b366e9c33a3be570519c370a44fbfc63c9000d21555e02470d2a2f871b24a8428b9c66bcd8992fcda90afbde267787f7b9fa9f79bbfd846cef20730c067266
languageName: node
linkType: hard

"punycode@npm:^1.4.1":
version: 1.4.1
resolution: "punycode@npm:1.4.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
kotlin = "2.1.10"
ktor = "3.0.3"
ktor = "3.1.0"

[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.0" }
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.2" }

# Ktor
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.1
ruby-version: 3.4.2
bundler-cache: true

- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32
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.102
9.0.200
2 changes: 1 addition & 1 deletion config/.dart-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.2
3.7.0
2 changes: 1 addition & 1 deletion config/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.1
3.4.2
4 changes: 2 additions & 2 deletions docs/guides/csharp/src/src.csproj
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.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
</ItemGroup>

<ItemGroup>
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 @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.16.3",
"@redocly/cli": "1.28.5",
"@redocly/cli": "1.29.0",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
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="3.2.1"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion playground/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.24.0 // indirect
github.com/go-playground/validator/v10 v10.25.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions playground/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.24.0 h1:KHQckvo8G6hlWnrPX4NJJ+aBfWNAE/HH+qdL2cBpCmg=
github.com/go-playground/validator/v10 v10.24.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
github.com/go-playground/validator/v10 v10.25.0 h1:5Dh7cjvzR7BRZadnsVOzPhWsrwUr0nmsZJxEAnFLNO8=
github.com/go-playground/validator/v10 v10.25.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
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 @@ -21,12 +21,12 @@
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react-swc": "3.8.0",
"eslint": "9.20.0",
"eslint": "9.20.1",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.14.0",
"globals": "15.15.0",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0",
"typescript-eslint": "8.24.0",
"vite": "6.1.0"
},
"packageManager": "yarn@4.6.0"
Expand Down
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.0.3")
implementation("io.ktor:ktor-client-okhttp:3.1.0")
implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}
Expand Down
178 changes: 89 additions & 89 deletions scripts/ci/actions/restore-artifacts/builddir/index.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
"@har-sdk/oas": "2.10.0",
"@octokit/rest": "21.1.0",
"@octokit/rest": "21.1.1",
"@types/express": "5.0.0",
"@types/folder-hash": "4.0.4",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.9",
"@types/node": "22.13.1",
"@types/semver": "7.5.8",
"@types/spinnies": "0.5.3",
"chai": "5.1.2",
"chai": "5.2.0",
"chalk": "5.4.1",
"commander": "13.1.0",
"crc": "4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{{/isAlgoliasearchClient}}
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.13.1",
"publint": "0.3.4",
"publint": "0.3.5",
"rollup": "4.34.6",
"tsup": "8.3.6",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/output/csharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.102",
"version": "9.0.200",
"rollForward": "latestMinor"
}
}
4 changes: 2 additions & 2 deletions tests/output/csharp/src/Algolia.Search.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

<ItemGroup>
<PackageReference Include="dotenv.net" Version="3.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Quibble.Xunit" Version="0.3.1" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="9.0.2" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/output/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.1.10"
coroutines = "1.10.1"
serialization = "1.5.0"
ktor = "3.0.3"
ktor = "3.1.0"

[libraries]
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }
Expand Down
Loading
Loading