Skip to content

chore(deps): dependencies 2025-08-11 #5225

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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.303",
"version": "9.0.304",
"rollForward": "latestMinor"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.17.0",
"cross-fetch": "4.1.0",
"nock": "14.0.8",
"nock": "14.0.9",
"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 @@ -40,7 +40,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.17.0",
"nock": "14.0.8",
"nock": "14.0.9",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.9.2",
Expand Down
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
cross-fetch: "npm:4.1.0"
nock: "npm:14.0.8"
nock: "npm:14.0.9"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand All @@ -296,7 +296,7 @@ __metadata:
"@algolia/client-common": "npm:5.35.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.17.0"
nock: "npm:14.0.8"
nock: "npm:14.0.9"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand Down Expand Up @@ -6114,14 +6114,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.9":
version: 14.0.9
resolution: "nock@npm:14.0.9"
dependencies:
"@mswjs/interceptors": "npm:^0.39.5"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 10/47d6e3b13a524fdac6947c2b268577ac5a3962b9b768a7ff0c4c56adf48453974e1f80b57cb0418aa401236bb75a064f3e7bb4519f31e811ac8e360938624398
checksum: 10/f8ddbb5deb91f3d55e6939e49ee36759e2feabe256efad3981174fe102bd0a7843ccad4b8ab3067b482a057cf30ca8d60d2c139a2a61996d2b68a44570ae9705
languageName: node
linkType: hard

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.6

- 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.4
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.8.3
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
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
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.4",
"oxlint": "1.9.0",
"oxlint": "1.11.1",
"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.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>

</Project>
4 changes: 2 additions & 2 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"react-instantsearch": "^7.15.3"
},
"devDependencies": {
"@eslint/js": "9.32.0",
"@eslint/js": "9.33.0",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react-swc": "3.11.0",
"eslint": "9.32.0",
"eslint": "9.33.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.3
sbt.version=1.11.4
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"execa": "9.6.0",
"express": "5.1.0",
"folder-hash": "4.1.1",
"fs-extra": "11.3.0",
"fs-extra": "11.3.1",
"httpsnippet": "3.0.1",
"js-yaml": "4.1.0",
"knip": "5.62.0",
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 @@ -132,7 +132,7 @@
"devDependencies": {
{{#isAlgoliasearchClient}}
"@algolia/requester-testing": "{{utilsPackageVersion}}",
"@cloudflare/vitest-pool-workers": "0.8.59",
"@cloudflare/vitest-pool-workers": "0.8.61",
"@cloudflare/workers-types": "4.20250428.0",
"jsdom": "26.1.0",
"vitest": "3.2.4",
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.303",
"version": "9.0.304",
"rollForward": "latestMinor"
}
}
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.7" />
<PackageReference Include="System.Text.Json" Version="9.0.8" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/output/scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.3
sbt.version=1.11.4
Loading