Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5f7c6fa
chore: automatic empty commit
algolia-bot Aug 29, 2025
02d7b15
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Sep 1, 2025
6ff017a
chore(deps): update dependency csharpier to v1.1.2 (#5287)
renovate[bot] Sep 1, 2025
cf9ef9e
chore(deps): update dotnet monorepo to 9.0.8 (#5289)
renovate[bot] Sep 1, 2025
19032ec
chore(deps): update dependency dart to v3.9.2 (#5288)
renovate[bot] Sep 1, 2025
01705ac
chore(deps): update react monorepo (#5291)
renovate[bot] Sep 1, 2025
16fedce
chore(deps): update yarn to v4.9.4 (#5292)
renovate[bot] Sep 1, 2025
12b9ca7
fix(deps): update dependency @mdx-js/react to v3.1.1 (#5293)
renovate[bot] Sep 1, 2025
f09f19f
fix(deps): update module github.com/stretchr/testify to v1.11.1 (#5294)
renovate[bot] Sep 1, 2025
3b2e44e
chore(deps): update dependency com.fasterxml.jackson.core:jackson-cor…
renovate[bot] Sep 1, 2025
b99cd27
chore(deps): update dependency json_serializable to <6.12.0 (#5296)
renovate[bot] Sep 1, 2025
1317e67
chore(deps): update dependency oxlint to v1.14.0 (#5297)
renovate[bot] Sep 1, 2025
896e89c
chore(deps): update dependency platformdirs to v4.4.0 (#5299)
renovate[bot] Sep 1, 2025
aff5866
chore(deps): update dependency wiremock.net to 1.12.0 (#5300)
renovate[bot] Sep 1, 2025
4cab3a0
chore(deps): update node.js to v22.19.0 (#5301)
renovate[bot] Sep 1, 2025
37848bf
fix(deps): update dependency com.algolia:algoliasearch to v4.24.0 (#5…
renovate[bot] Sep 1, 2025
99ae997
chore(deps): update dependency php/php-src to v8.4.12 (#5298)
renovate[bot] Sep 2, 2025
b22db80
Merge branch 'main' into chore/renovateBaseBranch
Fluf22 Sep 2, 2025
afe06a2
chore(deps): review
Fluf22 Sep 2, 2025
571bb9f
chore(deps): csharp lib in docker
Fluf22 Sep 2, 2025
2f39878
chore(deps): update json_serializable version constraint to match our…
Fluf22 Sep 2, 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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.18.0
22.19.0
342 changes: 171 additions & 171 deletions .yarn/releases/yarn-4.9.3.cjs → .yarn/releases/yarn-4.9.4.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.3.cjs
yarnPath: .yarn/releases/yarn-4.9.4.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 @@ -91,21 +91,21 @@ JsonSerializerOptions options
switch (type)
{
case JsonTokenType.String:
{
var stringValue = reader.GetString();
if (stringValue != null && _stringToEnum.TryGetValue(stringValue, out var enumValue))
{
var stringValue = reader.GetString();
if (stringValue != null && _stringToEnum.TryGetValue(stringValue, out var enumValue))
{
return enumValue;
}

break;
}
case JsonTokenType.Number:
{
var numValue = reader.GetInt32();
_numberToEnum.TryGetValue(numValue, out var enumValue);
return enumValue;
}

break;
}
case JsonTokenType.Number:
{
var numValue = reader.GetInt32();
_numberToEnum.TryGetValue(numValue, out var enumValue);
return enumValue;
}
}

return default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ public static string ParameterToString(object obj)
case bool boolean:
return boolean ? "true" : "false";
case ICollection collection:
{
var entries = new List<string>();
foreach (var entry in collection)
entries.Add(ParameterToString(entry));
return string.Join(",", entries);
}
{
var entries = new List<string>();
foreach (var entry in collection)
entries.Add(ParameterToString(entry));
return string.Join(",", entries);
}
case Enum when HasEnumMemberAttrValue(obj):
return GetEnumMemberAttrValue(obj);
case AbstractSchema schema when obj.GetType().IsClass:
{
return ParameterToString(schema.ActualInstance);
}
{
return ParameterToString(schema.ActualInstance);
}
default:
return Convert.ToString(obj, CultureInfo.InvariantCulture);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.7
json_serializable: '>=6.0.0 <6.7.0'
json_serializable: '<6.12.0'
lints: ^6.0.0
logging: ^1.2.0
test: ^1.25.8
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.7
json_serializable: '>=6.0.0 <6.7.0'
json_serializable: '<6.12.0'
lints: ^6.0.0
logging: ^1.2.0
test: ^1.25.8
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.7
json_serializable: '>=6.0.0 <6.7.0'
json_serializable: '<6.12.0'
lints: ^6.0.0
logging: ^1.2.0
test: ^1.25.8
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.18.0
22.19.0
Loading