Skip to content

Commit ecd6bc4

Browse files
algolia-botrenovate[bot]shortcuts
authored
chore(deps): dependencies 2025-02-17 (#4459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: shortcuts <vannicattec@gmail.com>
1 parent 9036889 commit ecd6bc4

File tree

33 files changed

+341
-205
lines changed

33 files changed

+341
-205
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.102",
3+
"version": "9.0.200",
44
"rollForward": "latestMinor"
55
}
66
}

clients/algoliasearch-client-go/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/algolia/algoliasearch-client-go/v4
22

33
go 1.21.11
44

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

77
require (
88
github.com/gabriel-vasile/mimetype v1.4.8 // indirect

clients/algoliasearch-client-go/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
88
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
99
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
1010
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
11-
github.com/go-playground/validator/v10 v10.24.0 h1:KHQckvo8G6hlWnrPX4NJJ+aBfWNAE/HH+qdL2cBpCmg=
12-
github.com/go-playground/validator/v10 v10.24.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
11+
github.com/go-playground/validator/v10 v10.25.0 h1:5Dh7cjvzR7BRZadnsVOzPhWsrwUr0nmsZJxEAnFLNO8=
12+
github.com/go-playground/validator/v10 v10.25.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
1313
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
1414
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
1515
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

clients/algoliasearch-client-java/api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import me.champeau.gradle.japicmp.JapicmpTask
55

66
plugins {
77
id 'java-library'
8-
id 'me.champeau.gradle.japicmp' version '0.4.5'
8+
id 'me.champeau.gradle.japicmp' version '0.4.6'
99
}
1010

1111
repositories {

clients/algoliasearch-client-javascript/packages/client-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@arethetypeswrong/cli": "0.17.3",
3939
"@types/node": "22.13.1",
4040
"jsdom": "26.0.0",
41-
"publint": "0.3.4",
41+
"publint": "0.3.5",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.3.6",
4444
"typescript": "5.7.3",

clients/algoliasearch-client-javascript/packages/client-composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.3",
5959
"@types/node": "22.13.1",
60-
"publint": "0.3.4",
60+
"publint": "0.3.5",
6161
"rollup": "4.34.6",
6262
"tsup": "8.3.6",
6363
"typescript": "5.7.3"

clients/algoliasearch-client-javascript/packages/composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.3",
5959
"@types/node": "22.13.1",
60-
"publint": "0.3.4",
60+
"publint": "0.3.5",
6161
"rollup": "4.34.6",
6262
"tsup": "8.3.6",
6363
"typescript": "5.7.3"

clients/algoliasearch-client-javascript/packages/logger-console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@arethetypeswrong/cli": "0.17.3",
3939
"@types/node": "22.13.1",
4040
"jsdom": "26.0.0",
41-
"publint": "0.3.4",
41+
"publint": "0.3.5",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.3.6",
4444
"typescript": "5.7.3",

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@arethetypeswrong/cli": "0.17.3",
3939
"@types/node": "22.13.1",
4040
"jsdom": "26.0.0",
41-
"publint": "0.3.4",
41+
"publint": "0.3.5",
4242
"tsup": "8.3.6",
4343
"typescript": "5.7.3",
4444
"vitest": "3.0.5",

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/node": "22.13.1",
5656
"cross-fetch": "4.1.0",
5757
"nock": "14.0.1",
58-
"publint": "0.3.4",
58+
"publint": "0.3.5",
5959
"tsup": "8.3.6",
6060
"typescript": "5.7.3",
6161
"vitest": "3.0.5"

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@arethetypeswrong/cli": "0.17.3",
4242
"@types/node": "22.13.1",
4343
"nock": "14.0.1",
44-
"publint": "0.3.4",
44+
"publint": "0.3.5",
4545
"tsup": "8.3.6",
4646
"typescript": "5.7.3",
4747
"vitest": "3.0.5"

clients/algoliasearch-client-javascript/packages/requester-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.17.3",
5353
"@types/node": "22.13.1",
54-
"publint": "0.3.4",
54+
"publint": "0.3.5",
5555
"tsup": "8.3.6",
5656
"typescript": "5.7.3"
5757
},

clients/algoliasearch-client-javascript/yarn.lock

+22-8
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ __metadata:
4646
"@arethetypeswrong/cli": "npm:0.17.3"
4747
"@types/node": "npm:22.13.1"
4848
jsdom: "npm:26.0.0"
49-
publint: "npm:0.3.4"
49+
publint: "npm:0.3.5"
5050
ts-node: "npm:10.9.2"
5151
tsup: "npm:8.3.6"
5252
typescript: "npm:5.7.3"
@@ -64,7 +64,7 @@ __metadata:
6464
"@algolia/requester-node-http": "npm:5.20.2"
6565
"@arethetypeswrong/cli": "npm:0.17.3"
6666
"@types/node": "npm:22.13.1"
67-
publint: "npm:0.3.4"
67+
publint: "npm:0.3.5"
6868
rollup: "npm:4.34.6"
6969
tsup: "npm:8.3.6"
7070
typescript: "npm:5.7.3"
@@ -149,7 +149,7 @@ __metadata:
149149
"@algolia/requester-node-http": "npm:5.20.2"
150150
"@arethetypeswrong/cli": "npm:0.17.3"
151151
"@types/node": "npm:22.13.1"
152-
publint: "npm:0.3.4"
152+
publint: "npm:0.3.5"
153153
rollup: "npm:4.34.6"
154154
tsup: "npm:8.3.6"
155155
typescript: "npm:5.7.3"
@@ -181,7 +181,7 @@ __metadata:
181181
"@arethetypeswrong/cli": "npm:0.17.3"
182182
"@types/node": "npm:22.13.1"
183183
jsdom: "npm:26.0.0"
184-
publint: "npm:0.3.4"
184+
publint: "npm:0.3.5"
185185
ts-node: "npm:10.9.2"
186186
tsup: "npm:8.3.6"
187187
typescript: "npm:5.7.3"
@@ -231,7 +231,7 @@ __metadata:
231231
"@arethetypeswrong/cli": "npm:0.17.3"
232232
"@types/node": "npm:22.13.1"
233233
jsdom: "npm:26.0.0"
234-
publint: "npm:0.3.4"
234+
publint: "npm:0.3.5"
235235
tsup: "npm:8.3.6"
236236
typescript: "npm:5.7.3"
237237
vitest: "npm:3.0.5"
@@ -248,7 +248,7 @@ __metadata:
248248
"@types/node": "npm:22.13.1"
249249
cross-fetch: "npm:4.1.0"
250250
nock: "npm:14.0.1"
251-
publint: "npm:0.3.4"
251+
publint: "npm:0.3.5"
252252
tsup: "npm:8.3.6"
253253
typescript: "npm:5.7.3"
254254
vitest: "npm:3.0.5"
@@ -263,7 +263,7 @@ __metadata:
263263
"@arethetypeswrong/cli": "npm:0.17.3"
264264
"@types/node": "npm:22.13.1"
265265
nock: "npm:14.0.1"
266-
publint: "npm:0.3.4"
266+
publint: "npm:0.3.5"
267267
tsup: "npm:8.3.6"
268268
typescript: "npm:5.7.3"
269269
vitest: "npm:3.0.5"
@@ -280,7 +280,7 @@ __metadata:
280280
"@algolia/requester-node-http": "npm:5.20.2"
281281
"@arethetypeswrong/cli": "npm:0.17.3"
282282
"@types/node": "npm:22.13.1"
283-
publint: "npm:0.3.4"
283+
publint: "npm:0.3.5"
284284
tsup: "npm:8.3.6"
285285
typescript: "npm:5.7.3"
286286
languageName: unknown
@@ -6611,6 +6611,20 @@ __metadata:
66116611
languageName: node
66126612
linkType: hard
66136613

6614+
"publint@npm:0.3.5":
6615+
version: 0.3.5
6616+
resolution: "publint@npm:0.3.5"
6617+
dependencies:
6618+
"@publint/pack": "npm:^0.1.1"
6619+
package-manager-detector: "npm:^0.2.9"
6620+
picocolors: "npm:^1.1.1"
6621+
sade: "npm:^1.8.1"
6622+
bin:
6623+
publint: src/cli.js
6624+
checksum: 10/71b366e9c33a3be570519c370a44fbfc63c9000d21555e02470d2a2f871b24a8428b9c66bcd8992fcda90afbde267787f7b9fa9f79bbfd846cef20730c067266
6625+
languageName: node
6626+
linkType: hard
6627+
66146628
"punycode@npm:^1.4.1":
66156629
version: 1.4.1
66166630
resolution: "punycode@npm:1.4.1"

clients/algoliasearch-client-kotlin/gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
kotlin = "2.1.10"
3-
ktor = "3.0.3"
3+
ktor = "3.1.0"
44

55
[libraries]
66
# Kotlin
77
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common" }
88
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common" }
99
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
1010
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.0" }
11-
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
11+
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.2" }
1212

1313
# Ktor
1414
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }

clients/algoliasearch-client-ruby/.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 3.4.1
24+
ruby-version: 3.4.2
2525
bundler-cache: true
2626

2727
- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32

config/.csharp-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.102
1+
9.0.200

config/.dart-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.2
1+
3.7.0

config/.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

docs/guides/csharp/src/src.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
18-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
18+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

docs/snippets/csharp/src/src.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
18-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
18+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@openapitools/openapi-generator-cli": "2.16.3",
35-
"@redocly/cli": "1.28.5",
35+
"@redocly/cli": "1.29.0",
3636
"eslint": "8.57.1",
3737
"eslint-plugin-automation-custom": "1.0.0",
3838
"eslint-plugin-json": "4.0.1",

playground/csharp/Playground/Playground.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="dotenv.net" Version="3.2.1"/>
18-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1"/>
19-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1"/>
18+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2"/>
19+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/>
2020
</ItemGroup>
2121

2222
</Project>

playground/go/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
1414
github.com/go-playground/locales v0.14.1 // indirect
1515
github.com/go-playground/universal-translator v0.18.1 // indirect
16-
github.com/go-playground/validator/v10 v10.24.0 // indirect
16+
github.com/go-playground/validator/v10 v10.25.0 // indirect
1717
github.com/leodido/go-urn v1.4.0 // indirect
1818
golang.org/x/crypto v0.32.0 // indirect
1919
golang.org/x/net v0.34.0 // indirect

playground/go/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
88
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
99
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
1010
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
11-
github.com/go-playground/validator/v10 v10.24.0 h1:KHQckvo8G6hlWnrPX4NJJ+aBfWNAE/HH+qdL2cBpCmg=
12-
github.com/go-playground/validator/v10 v10.24.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
11+
github.com/go-playground/validator/v10 v10.25.0 h1:5Dh7cjvzR7BRZadnsVOzPhWsrwUr0nmsZJxEAnFLNO8=
12+
github.com/go-playground/validator/v10 v10.25.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
1313
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
1414
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
1515
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=

playground/javascript/browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@types/react": "18.3.18",
2222
"@types/react-dom": "18.3.5",
2323
"@vitejs/plugin-react-swc": "3.8.0",
24-
"eslint": "9.20.0",
24+
"eslint": "9.20.1",
2525
"eslint-plugin-react-hooks": "5.1.0",
2626
"eslint-plugin-react-refresh": "0.4.19",
27-
"globals": "15.14.0",
27+
"globals": "15.15.0",
2828
"typescript": "5.7.3",
29-
"typescript-eslint": "8.23.0",
29+
"typescript-eslint": "8.24.0",
3030
"vite": "6.1.0"
3131
},
3232
"packageManager": "yarn@4.6.0"

playground/kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

1111
dependencies {
1212
implementation("com.algolia:algoliasearch-client-kotlin")
13-
implementation("io.ktor:ktor-client-okhttp:3.0.3")
13+
implementation("io.ktor:ktor-client-okhttp:3.1.0")
1414
implementation("ch.qos.logback:logback-classic:1.5.16")
1515
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
1616
}

scripts/ci/actions/restore-artifacts/builddir/index.cjs

+89-89
Large diffs are not rendered by default.

scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@actions/exec": "1.1.1",
2424
"@actions/io": "1.1.3",
2525
"@har-sdk/oas": "2.10.0",
26-
"@octokit/rest": "21.1.0",
26+
"@octokit/rest": "21.1.1",
2727
"@types/express": "5.0.0",
2828
"@types/folder-hash": "4.0.4",
2929
"@types/fs-extra": "11.0.4",
3030
"@types/js-yaml": "4.0.9",
3131
"@types/node": "22.13.1",
3232
"@types/semver": "7.5.8",
3333
"@types/spinnies": "0.5.3",
34-
"chai": "5.1.2",
34+
"chai": "5.2.0",
3535
"chalk": "5.4.1",
3636
"commander": "13.1.0",
3737
"crc": "4.3.2",

templates/javascript/clients/package.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
{{/isAlgoliasearchClient}}
139139
"@arethetypeswrong/cli": "0.17.3",
140140
"@types/node": "22.13.1",
141-
"publint": "0.3.4",
141+
"publint": "0.3.5",
142142
"rollup": "4.34.6",
143143
"tsup": "8.3.6",
144144
"typescript": "5.7.3"

tests/output/csharp/global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.102",
3+
"version": "9.0.200",
44
"rollForward": "latestMinor"
55
}
66
}

tests/output/csharp/src/Algolia.Search.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="dotenv.net" Version="3.2.1" />
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2121
<PackageReference Include="Moq" Version="4.20.72" />
2222
<PackageReference Include="Quibble.Xunit" Version="0.3.1" />
23-
<PackageReference Include="System.Text.Json" Version="9.0.1" />
23+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
2424
<PackageReference Include="xunit" Version="2.9.3" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/output/kotlin/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.1.10"
33
coroutines = "1.10.1"
44
serialization = "1.5.0"
5-
ktor = "3.0.3"
5+
ktor = "3.1.0"
66

77
[libraries]
88
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }

0 commit comments

Comments
 (0)