diff --git a/clients/algoliasearch-client-java/.java-version b/clients/algoliasearch-client-java/.java-version index 6a24e5df07b..5e5d5c43256 100644 --- a/clients/algoliasearch-client-java/.java-version +++ b/clients/algoliasearch-client-java/.java-version @@ -1 +1 @@ -21.0.11+10 +21.0.11 diff --git a/clients/algoliasearch-client-javascript/package.json b/clients/algoliasearch-client-javascript/package.json index e128f3b7f9c..eead10ea2d7 100644 --- a/clients/algoliasearch-client-javascript/package.json +++ b/clients/algoliasearch-client-javascript/package.json @@ -16,11 +16,11 @@ "test:bundle": "lerna run test:bundle --verbose --include-dependencies" }, "devDependencies": { - "@types/node": "24.12.2", + "@types/node": "24.12.4", "bundlewatch": "0.4.2", "execa": "9.6.1", "lerna": "9.0.7", - "rollup": "4.60.3", + "rollup": "4.60.4", "typescript": "5.9.3" }, "bundlewatch": { diff --git a/clients/algoliasearch-client-javascript/packages/abtesting/package.json b/clients/algoliasearch-client-javascript/packages/abtesting/package.json index 19ff630522e..906d32251a3 100644 --- a/clients/algoliasearch-client-javascript/packages/abtesting/package.json +++ b/clients/algoliasearch-client-javascript/packages/abtesting/package.json @@ -61,9 +61,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "25.1.0", - "publint": "0.3.20", - "rollup": "4.60.3", + "@types/node": "25.8.0", + "publint": "0.3.21", + "rollup": "4.60.4", "tsup": "8.5.1", "typescript": "5.9.3" }, diff --git a/clients/algoliasearch-client-javascript/packages/advanced-personalization/package.json b/clients/algoliasearch-client-javascript/packages/advanced-personalization/package.json index 88733aa748e..08023966dbd 100644 --- a/clients/algoliasearch-client-javascript/packages/advanced-personalization/package.json +++ b/clients/algoliasearch-client-javascript/packages/advanced-personalization/package.json @@ -61,9 +61,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "25.1.0", - "publint": "0.3.20", - "rollup": "4.60.3", + "@types/node": "25.8.0", + "publint": "0.3.21", + "rollup": "4.60.4", "tsup": "8.5.1", "typescript": "5.9.3" }, diff --git a/clients/algoliasearch-client-javascript/packages/client-common/package.json b/clients/algoliasearch-client-javascript/packages/client-common/package.json index 71429f9535c..9ed4be23f61 100644 --- a/clients/algoliasearch-client-javascript/packages/client-common/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-common/package.json @@ -36,9 +36,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "24.12.2", + "@types/node": "24.12.4", "jsdom": "29.1.1", - "publint": "0.3.20", + "publint": "0.3.21", "ts-node": "10.9.2", "tsup": "8.5.1", "typescript": "5.9.3", diff --git a/clients/algoliasearch-client-javascript/packages/composition/package.json b/clients/algoliasearch-client-javascript/packages/composition/package.json index 00353813803..e9b705e8c6d 100644 --- a/clients/algoliasearch-client-javascript/packages/composition/package.json +++ b/clients/algoliasearch-client-javascript/packages/composition/package.json @@ -61,9 +61,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "25.1.0", - "publint": "0.3.20", - "rollup": "4.60.3", + "@types/node": "25.8.0", + "publint": "0.3.21", + "rollup": "4.60.4", "tsup": "8.5.1", "typescript": "5.9.3" }, diff --git a/clients/algoliasearch-client-javascript/packages/logger-console/package.json b/clients/algoliasearch-client-javascript/packages/logger-console/package.json index 09059bc191d..78f4c49ff53 100644 --- a/clients/algoliasearch-client-javascript/packages/logger-console/package.json +++ b/clients/algoliasearch-client-javascript/packages/logger-console/package.json @@ -36,9 +36,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "24.12.2", + "@types/node": "24.12.4", "jsdom": "29.1.1", - "publint": "0.3.20", + "publint": "0.3.21", "ts-node": "10.9.2", "tsup": "8.5.1", "typescript": "5.9.3", diff --git a/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json b/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json index 03e1fcc64d3..7c2e6a141f4 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json @@ -36,9 +36,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "24.12.2", + "@types/node": "24.12.4", "jsdom": "29.1.1", - "publint": "0.3.20", + "publint": "0.3.21", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.6", diff --git a/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json b/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json index 6156321b871..97b355561d1 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json @@ -52,10 +52,10 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "24.12.2", + "@types/node": "24.12.4", "cross-fetch": "4.1.0", "nock": "14.0.15", - "publint": "0.3.20", + "publint": "0.3.21", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.6" diff --git a/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json b/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json index 5e5effe4642..76dbb4d5082 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json @@ -39,9 +39,9 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "24.12.2", + "@types/node": "24.12.4", "nock": "14.0.15", - "publint": "0.3.20", + "publint": "0.3.21", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.6" diff --git a/clients/algoliasearch-client-javascript/packages/requester-testing/package.json b/clients/algoliasearch-client-javascript/packages/requester-testing/package.json index 223c0ce570e..22e5cc66305 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-testing/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-testing/package.json @@ -50,8 +50,8 @@ }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", - "@types/node": "24.12.2", - "publint": "0.3.20", + "@types/node": "24.12.4", + "publint": "0.3.21", "tsup": "8.5.1", "typescript": "5.9.3" }, diff --git a/clients/algoliasearch-client-javascript/yarn.lock b/clients/algoliasearch-client-javascript/yarn.lock index 1f39cf88cf3..6ad813dad1c 100644 --- a/clients/algoliasearch-client-javascript/yarn.lock +++ b/clients/algoliasearch-client-javascript/yarn.lock @@ -15,7 +15,7 @@ __metadata: "@algolia/requester-node-http": "npm:5.52.1" "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:25.1.0" - publint: "npm:0.3.20" + publint: "npm:0.3.21" rollup: "npm:4.60.3" tsup: "npm:8.5.1" typescript: "npm:5.9.3" @@ -32,7 +32,7 @@ __metadata: "@algolia/requester-node-http": "npm:5.52.1" "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:25.1.0" - publint: "npm:0.3.20" + publint: "npm:0.3.21" rollup: "npm:4.60.3" tsup: "npm:8.5.1" typescript: "npm:5.9.3" @@ -80,7 +80,7 @@ __metadata: "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:24.12.2" jsdom: "npm:29.1.1" - publint: "npm:0.3.20" + publint: "npm:0.3.21" ts-node: "npm:10.9.2" tsup: "npm:8.5.1" typescript: "npm:5.9.3" @@ -166,7 +166,7 @@ __metadata: "@algolia/requester-node-http": "npm:5.52.1" "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:25.1.0" - publint: "npm:0.3.20" + publint: "npm:0.3.21" rollup: "npm:4.60.3" tsup: "npm:8.5.1" typescript: "npm:5.9.3" @@ -198,7 +198,7 @@ __metadata: "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:24.12.2" jsdom: "npm:29.1.1" - publint: "npm:0.3.20" + publint: "npm:0.3.21" ts-node: "npm:10.9.2" tsup: "npm:8.5.1" typescript: "npm:5.9.3" @@ -248,7 +248,7 @@ __metadata: "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:24.12.2" jsdom: "npm:29.1.1" - publint: "npm:0.3.20" + publint: "npm:0.3.21" tsup: "npm:8.5.1" typescript: "npm:5.9.3" vitest: "npm:4.1.6" @@ -265,7 +265,7 @@ __metadata: "@types/node": "npm:24.12.2" cross-fetch: "npm:4.1.0" nock: "npm:14.0.15" - publint: "npm:0.3.20" + publint: "npm:0.3.21" tsup: "npm:8.5.1" typescript: "npm:5.9.3" vitest: "npm:4.1.6" @@ -280,7 +280,7 @@ __metadata: "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:24.12.2" nock: "npm:14.0.15" - publint: "npm:0.3.20" + publint: "npm:0.3.21" tsup: "npm:8.5.1" typescript: "npm:5.9.3" vitest: "npm:4.1.6" @@ -297,7 +297,7 @@ __metadata: "@algolia/requester-node-http": "npm:5.52.1" "@arethetypeswrong/cli": "npm:0.18.2" "@types/node": "npm:24.12.2" - publint: "npm:0.3.20" + publint: "npm:0.3.21" tsup: "npm:8.5.1" typescript: "npm:5.9.3" languageName: unknown @@ -7505,6 +7505,20 @@ __metadata: languageName: node linkType: hard +"publint@npm:0.3.21": + version: 0.3.21 + resolution: "publint@npm:0.3.21" + dependencies: + "@publint/pack": "npm:^0.1.4" + package-manager-detector: "npm:^1.6.0" + picocolors: "npm:^1.1.1" + sade: "npm:^1.8.1" + bin: + publint: src/cli.js + checksum: 10/d56d80212f2cdeec054ee850dd698673b4aff4abd90edc4b1b0cc14c26ca136893e9e4474cda3cb96290bf3a8500c0d8c9e61d54d684e12d108cf55edbeea46c + languageName: node + linkType: hard + "punycode@npm:^1.4.1": version: 1.4.1 resolution: "punycode@npm:1.4.1" diff --git a/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml b/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml index d5836e6c518..275becbf978 100644 --- a/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml +++ b/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.3.21" -ktor = "3.4.3" +ktor = "3.5.0" [libraries] # Kotlin @@ -31,4 +31,4 @@ kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" } maven-publish = { id = "com.vanniktech.maven.publish", version = "0.36.0" } -spotless = { id = "com.diffplug.gradle.spotless", version = "8.4.0" } +spotless = { id = "com.diffplug.gradle.spotless", version = "8.5.0" } diff --git a/clients/algoliasearch-client-scala/build.sbt b/clients/algoliasearch-client-scala/build.sbt index 90fa94b68f4..f2e1a1d7dbd 100644 --- a/clients/algoliasearch-client-scala/build.sbt +++ b/clients/algoliasearch-client-scala/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "com.squareup.okhttp3" % "okhttp" % "5.3.2" % "compile", "io.github.json4s" %% "json4s-native" % "4.1.0" % "compile", "com.squareup.okhttp3" % "logging-interceptor" % "5.3.2", - "org.slf4j" % "slf4j-api" % "2.0.17" + "org.slf4j" % "slf4j-api" % "2.0.18" ) scalacOptions := Seq( diff --git a/config/.csharp-version b/config/.csharp-version index be821fb099c..84b576b3572 100644 --- a/config/.csharp-version +++ b/config/.csharp-version @@ -1 +1 @@ -10.0.203 +10.0.300 diff --git a/docs/guides/csharp/src/src.csproj b/docs/guides/csharp/src/src.csproj index f2d8b6beb35..3b34fb2e9ae 100644 --- a/docs/guides/csharp/src/src.csproj +++ b/docs/guides/csharp/src/src.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/docs/snippets/csharp/src/src.csproj b/docs/snippets/csharp/src/src.csproj index f2d8b6beb35..3b34fb2e9ae 100644 --- a/docs/snippets/csharp/src/src.csproj +++ b/docs/snippets/csharp/src/src.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/docs/snippets/ruby/Gemfile.lock b/docs/snippets/ruby/Gemfile.lock index 8f095f0bc22..176c5156569 100644 --- a/docs/snippets/ruby/Gemfile.lock +++ b/docs/snippets/ruby/Gemfile.lock @@ -13,7 +13,7 @@ GEM base64 (0.2.0) connection_pool (2.4.1) dotenv (3.1.4) - faraday (2.14.1) + faraday (2.14.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -22,7 +22,7 @@ GEM faraday-net_http_persistent (2.3.0) faraday (~> 2.5) net-http-persistent (>= 4.0.4, < 5) - json (2.19.2) + json (2.19.5) logger (1.7.0) net-http (0.9.1) uri (>= 0.11.1) diff --git a/eslint/package.json b/eslint/package.json index fb9c29a11f5..95249d059b0 100644 --- a/eslint/package.json +++ b/eslint/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/eslint": "9.6.1", "esbuild": "0.28.0", - "eslint": "10.3.0", + "eslint": "10.4.0", "eslint-plugin-yml": "3.3.2", "eslint-vitest-rule-tester": "3.1.0", "typescript": "5.9.3", diff --git a/generators/build.gradle b/generators/build.gradle index b00e49c8ab1..71314d722cc 100644 --- a/generators/build.gradle +++ b/generators/build.gradle @@ -11,7 +11,7 @@ repositories { } dependencies { - compileOnly 'org.openapitools:openapi-generator:7.16.0' + compileOnly 'org.openapitools:openapi-generator:7.22.0' } tasks.withType(JavaCompile) { diff --git a/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java b/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java index 882546cc0f5..27148a3aefb 100644 --- a/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java +++ b/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java @@ -68,7 +68,8 @@ public void processOpts() { file.getTemplateFile().equals("configuration_spec.mustache") || file.getTemplateFile().equals("gitlab-ci.mustache") || file.getTemplateFile().equals("spec_helper.mustache") || - file.getTemplateFile().equals("rubocop.mustache") + file.getTemplateFile().equals("rubocop.mustache") || + file.getTemplateFile().equals("api_model_base.mustache") ); } diff --git a/generators/src/main/java/com/algolia/codegen/AlgoliaScalaGenerator.java b/generators/src/main/java/com/algolia/codegen/AlgoliaScalaGenerator.java index 03ca579ce6f..ad1ba153cfc 100644 --- a/generators/src/main/java/com/algolia/codegen/AlgoliaScalaGenerator.java +++ b/generators/src/main/java/com/algolia/codegen/AlgoliaScalaGenerator.java @@ -105,6 +105,7 @@ public void processOpts() { additionalProperties.put("is" + Helpers.capitalize(Helpers.camelize((String) additionalProperties.get("client"))) + "Client", true); typeMapping.put("AnyType", "Any"); + typeMapping.put("object", "Any"); try { additionalProperties.put("packageVersion", Helpers.getClientConfigField("scala", "packageVersion")); @@ -245,7 +246,11 @@ public String toEnumVarName(String value, String datatype) { @Override public Map postProcessAllModels(Map objs) { + Map allModels = new HashMap<>(objs); Map models = super.postProcessAllModels(objs); + for (Map.Entry entry : allModels.entrySet()) { + models.putIfAbsent(entry.getKey(), entry.getValue()); + } GenericPropagator.propagateGenericsToModels(models, true); OneOf.updateModelsOneOf(models, modelPackage); OneOf.addOneOfMetadata(models); diff --git a/package.json b/package.json index 4d45de34329..da67c4dd299 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ }, "devDependencies": { "@eslint/json": "1.2.0", - "@openapitools/openapi-generator-cli": "2.25.0", + "@openapitools/openapi-generator-cli": "2.32.0", "@redocly/cli": "2.27.0", - "eslint": "10.3.0", + "eslint": "10.4.0", "eslint-plugin-automation-custom": "1.0.0", "eslint-plugin-yml": "3.3.2", "husky": "9.1.7", "lint-staged": "17.0.4", - "oxlint": "1.62.0", + "oxlint": "1.64.0", "prettier": "3.8.3", "prettier-plugin-java": "2.8.1", "prettier-plugin-organize-imports": "4.3.0", diff --git a/playground/csharp/Playground/Playground.csproj b/playground/csharp/Playground/Playground.csproj index 12d608857f5..d481f4bf20f 100644 --- a/playground/csharp/Playground/Playground.csproj +++ b/playground/csharp/Playground/Playground.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/playground/javascript/browser/package.json b/playground/javascript/browser/package.json index 4c616d28a3c..ff8bc999fb8 100644 --- a/playground/javascript/browser/package.json +++ b/playground/javascript/browser/package.json @@ -14,19 +14,19 @@ "instantsearch.css": "8.16.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-instantsearch": "7.32.2" + "react-instantsearch": "7.32.3" }, "devDependencies": { "@eslint/js": "10.0.1", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@vitejs/plugin-react-swc": "4.3.0", - "eslint": "10.3.0", + "@vitejs/plugin-react-swc": "4.3.1", + "eslint": "10.4.0", "eslint-plugin-react-hooks": "7.1.1", "eslint-plugin-react-refresh": "0.5.2", "globals": "17.6.0", "typescript": "5.9.3", - "typescript-eslint": "8.59.1", - "vite": "8.0.12" + "typescript-eslint": "8.59.3", + "vite": "8.0.13" } } diff --git a/playground/kotlin/build.gradle.kts b/playground/kotlin/build.gradle.kts index 80c8f51c19f..70965f679ea 100644 --- a/playground/kotlin/build.gradle.kts +++ b/playground/kotlin/build.gradle.kts @@ -10,7 +10,7 @@ repositories { dependencies { implementation("com.algolia:algoliasearch-client-kotlin") - implementation("io.ktor:ktor-client-okhttp:3.4.3") + implementation("io.ktor:ktor-client-okhttp:3.5.0") implementation("ch.qos.logback:logback-classic:1.5.32") implementation("io.github.cdimascio:dotenv-kotlin:6.5.1") } diff --git a/scripts/common.ts b/scripts/common.ts index 647b4b05d39..33ae865cbf5 100644 --- a/scripts/common.ts +++ b/scripts/common.ts @@ -318,6 +318,12 @@ export async function setupAndGen( await generateOpenapitools(generators, mode, additionalProperties); await buildCustomGenerators(); + // Ensure the standard openapi-generator JAR is downloaded before generation. + // Since v2.31.1, openapi-generator-cli skips downloading it when --custom-generator + // is present, then falls back to `java -jar custom.jar` which fails because our + // custom generator is a library JAR without a Main-Class manifest attribute. + await run('yarn openapi-generator-cli version', { language: 'java' }); + for (const gen of generators) { const spinner = createSpinner(`generating ${mode} for ${gen.key}`); await fn(gen); diff --git a/scripts/package.json b/scripts/package.json index 66c81d41e6c..8f6e78abc9b 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -30,7 +30,7 @@ "@types/folder-hash": "4.0.4", "@types/fs-extra": "11.0.4", "@types/js-yaml": "4.0.9", - "@types/node": "24.12.2", + "@types/node": "24.12.4", "@types/semver": "7.7.1", "@types/spinnies": "0.5.3", "algoliasearch": "5.52.1", diff --git a/scripts/pre-gen/generateOpenapitools.ts b/scripts/pre-gen/generateOpenapitools.ts index 2bc1f916455..164fd81b713 100644 --- a/scripts/pre-gen/generateOpenapitools.ts +++ b/scripts/pre-gen/generateOpenapitools.ts @@ -39,6 +39,9 @@ export async function generateOpenapitools( 'openapi-normalizer': { // if this is set to true, it causes a breaking change on PlatformWithNone, this can be removed in the next major SIMPLIFY_ONEOF_ANYOF_ENUM: false, + // defaulted to true in 7.17.0 (PR #22180), restructures allOf schemas with properties + // which breaks model hierarchies and oneOf member resolution across all languages + REFACTOR_ALLOF_WITH_PROPERTIES_ONLY: false, }, }; } @@ -48,7 +51,7 @@ export async function generateOpenapitools( JSON.stringify( { 'generator-cli': { - version: '7.16.0', + version: '7.22.0', generators, }, }, diff --git a/specs/bundled/algoliasearch.yml b/specs/bundled/algoliasearch.yml index 4c83522094d..ceaea1b85dc 100644 --- a/specs/bundled/algoliasearch.yml +++ b/specs/bundled/algoliasearch.yml @@ -3989,10 +3989,6 @@ components: properties: order: $ref: '#/components/schemas/order' - properties-reRankingApplyFilter: - oneOf: - - $ref: '#/components/schemas/reRankingApplyFilter' - - type: 'null' baseRecommendIndexSettings: type: object additionalProperties: false @@ -4072,7 +4068,9 @@ components: enableReRanking: $ref: '#/components/schemas/enableReRanking' reRankingApplyFilter: - $ref: '#/components/schemas/properties-reRankingApplyFilter' + oneOf: + - $ref: '#/components/schemas/reRankingApplyFilter' + - type: 'null' recommendIndexSettings: description: Index settings. allOf: diff --git a/specs/bundled/recommend.yml b/specs/bundled/recommend.yml index 3acf4e5fe31..353a0216cdc 100644 --- a/specs/bundled/recommend.yml +++ b/specs/bundled/recommend.yml @@ -2787,10 +2787,6 @@ components: - type: string x-categories: - Filtering - properties-reRankingApplyFilter: - oneOf: - - $ref: '#/components/schemas/reRankingApplyFilter' - - type: 'null' baseRecommendIndexSettings: type: object additionalProperties: false @@ -2870,7 +2866,9 @@ components: enableReRanking: $ref: '#/components/schemas/enableReRanking' reRankingApplyFilter: - $ref: '#/components/schemas/properties-reRankingApplyFilter' + oneOf: + - $ref: '#/components/schemas/reRankingApplyFilter' + - type: 'null' recommendIndexSettings: description: Index settings. allOf: diff --git a/specs/recommend/common/schemas/IndexSettings.yml b/specs/recommend/common/schemas/IndexSettings.yml index 83147692a46..5d3742ac5e6 100644 --- a/specs/recommend/common/schemas/IndexSettings.yml +++ b/specs/recommend/common/schemas/IndexSettings.yml @@ -83,4 +83,6 @@ baseRecommendIndexSettings: enableReRanking: $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/enableReRanking' reRankingApplyFilter: - $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/reRankingApplyFilter' + oneOf: + - $ref: '../../../common/schemas/IndexSettings.yml#/reRankingApplyFilter' + - type: 'null' diff --git a/templates/csharp/snippets/src.csproj.mustache b/templates/csharp/snippets/src.csproj.mustache index b19045d4d79..08290d99754 100644 --- a/templates/csharp/snippets/src.csproj.mustache +++ b/templates/csharp/snippets/src.csproj.mustache @@ -14,8 +14,8 @@ - - + + diff --git a/templates/csharp/tests/Algolia.Search.Tests.csproj.mustache b/templates/csharp/tests/Algolia.Search.Tests.csproj.mustache index 5c2a9da8476..d04d13e0de0 100644 --- a/templates/csharp/tests/Algolia.Search.Tests.csproj.mustache +++ b/templates/csharp/tests/Algolia.Search.Tests.csproj.mustache @@ -15,7 +15,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/templates/javascript/clients/package.mustache b/templates/javascript/clients/package.mustache index 489b0467f5a..d64911db5d8 100644 --- a/templates/javascript/clients/package.mustache +++ b/templates/javascript/clients/package.mustache @@ -148,14 +148,14 @@ {{#isAlgoliasearchClient}} "@algolia/requester-testing": "{{utilsPackageVersion}}", "@cloudflare/vitest-pool-workers": "0.16.3", - "@cloudflare/workers-types": "4.20260511.1", + "@cloudflare/workers-types": "4.20260515.1", "jsdom": "29.1.1", "vitest": "4.1.6", {{/isAlgoliasearchClient}} "@arethetypeswrong/cli": "0.18.2", - "@types/node": "25.1.0", - "publint": "0.3.20", - "rollup": "4.60.3", + "@types/node": "25.8.0", + "publint": "0.3.21", + "rollup": "4.60.4", "tsup": "8.5.1", "typescript": "5.9.3" }, diff --git a/templates/javascript/tests/package.mustache b/templates/javascript/tests/package.mustache index e64eeb9cfa1..ed2df816bd4 100644 --- a/templates/javascript/tests/package.mustache +++ b/templates/javascript/tests/package.mustache @@ -11,7 +11,7 @@ "@algolia/requester-testing": "link:../../../clients/algoliasearch-client-javascript/packages/requester-testing" }, "devDependencies": { - "@types/node": "25.1.0", + "@types/node": "25.8.0", "typescript": "5.9.3", "vitest": "4.1.6" } diff --git a/tests/output/csharp/src/Algolia.Search.Tests.csproj b/tests/output/csharp/src/Algolia.Search.Tests.csproj index 51298f83c91..c89a3cf543b 100644 --- a/tests/output/csharp/src/Algolia.Search.Tests.csproj +++ b/tests/output/csharp/src/Algolia.Search.Tests.csproj @@ -15,7 +15,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/output/javascript/yarn.lock b/tests/output/javascript/yarn.lock index 7a7d1ac0030..2f0c6a47f8f 100644 --- a/tests/output/javascript/yarn.lock +++ b/tests/output/javascript/yarn.lock @@ -264,25 +264,25 @@ __metadata: languageName: node linkType: hard -"@vitest/expect@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/expect@npm:4.1.2" +"@vitest/expect@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/expect@npm:4.1.6" dependencies: "@standard-schema/spec": "npm:^1.1.0" "@types/chai": "npm:^5.2.2" - "@vitest/spy": "npm:4.1.2" - "@vitest/utils": "npm:4.1.2" + "@vitest/spy": "npm:4.1.6" + "@vitest/utils": "npm:4.1.6" chai: "npm:^6.2.2" tinyrainbow: "npm:^3.1.0" - checksum: 10/536c5a8903927e324bbb66967be4e0ec2ec4ff6234f0b8fe20987841b0705c931c7e3ce2e61c7665f4ded65ba736de6cda8d2d37ee114efeedb187ca5d597ea1 + checksum: 10/20de26292c543f7f5076b59fd50a5fa89217755402de89b62e5d8c104c90441413b87b5c1d310a682a310418c76c0d4bd309dd1faf13b1b2dec79dc3bb90fef0 languageName: node linkType: hard -"@vitest/mocker@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/mocker@npm:4.1.2" +"@vitest/mocker@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/mocker@npm:4.1.6" dependencies: - "@vitest/spy": "npm:4.1.2" + "@vitest/spy": "npm:4.1.6" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.21" peerDependencies: @@ -293,56 +293,56 @@ __metadata: optional: true vite: optional: true - checksum: 10/1d7976e19ef168357aba2ca41cd8db86236a98dfb2209bd3152a3a20e9a5b8cbfd8f73356c43a934b384d3b4c7a63835fb1037d3f56a7824faa838331eaa214e + checksum: 10/d0669d0b1a8822ec3bc83b5261ead6b05a7e5d8c2077d1f8b9eb0c8507967e54347f16027894be28ca26cf8993e544b8269230a3b78c4eb50c8feb780cb4c688 languageName: node linkType: hard -"@vitest/pretty-format@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/pretty-format@npm:4.1.2" +"@vitest/pretty-format@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/pretty-format@npm:4.1.6" dependencies: tinyrainbow: "npm:^3.1.0" - checksum: 10/a07a6023c52b25be5c75fc05bb3317629390cc1b50eae6cbea91ba4c13193ec88e54abaa56b46b40ddb8a6a4558d667f2ba0e1cf2ee2d0e32b463244f3002aa7 + checksum: 10/28dc121181fdf619e4a9ea4a3279a63974e54567fc59f82462d3b11d4b72d893cd7966f8a7c1a9365c62eae6dee4c6fb08353074486f708aee50b80462d0bd37 languageName: node linkType: hard -"@vitest/runner@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/runner@npm:4.1.2" +"@vitest/runner@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/runner@npm:4.1.6" dependencies: - "@vitest/utils": "npm:4.1.2" + "@vitest/utils": "npm:4.1.6" pathe: "npm:^2.0.3" - checksum: 10/13fd019a63ee3225420474cbd1ca0ae7c5c2dcdd241f2a958ca45731c10de36131f15303ae8ab1196133ec4e955b7c6de658c7b5e19736d550f310c8195fa9b2 + checksum: 10/0e175bb61b10ca6cb79a0734a45b3d8b1570806078d53b4f2aa7dbfabd10307c9566460ee8f263a34ac909e8481da614551eee28eaff834fbecd86b4902b845b languageName: node linkType: hard -"@vitest/snapshot@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/snapshot@npm:4.1.2" +"@vitest/snapshot@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/snapshot@npm:4.1.6" dependencies: - "@vitest/pretty-format": "npm:4.1.2" - "@vitest/utils": "npm:4.1.2" + "@vitest/pretty-format": "npm:4.1.6" + "@vitest/utils": "npm:4.1.6" magic-string: "npm:^0.30.21" pathe: "npm:^2.0.3" - checksum: 10/9d124412dbe44db43ca5277180bf5fe5dad7373218a177830bba631b53d225f7d4de368a20d6f5740ec07402e9e4dd179609db2b2f691d2d8b02f1bdbfd8c1a3 + checksum: 10/167b96971ae6e31a8a7c42063abf3d48590908bdea8ae24d9e5035cd08690e47e15a12ab96cc017e5ddd6324a994b8096c901c8e87ac6e5e617910a2814717fd languageName: node linkType: hard -"@vitest/spy@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/spy@npm:4.1.2" - checksum: 10/e20e417ac430fee34e4be58802b2eb31e1c1163296a8921c0878be14e1ae77c7a7cae1b9b515d56fe623e05ee21b092aff7eb5e0d412f656650b72ecd02bb30a +"@vitest/spy@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/spy@npm:4.1.6" + checksum: 10/6c1bddbf1eaae42af96d66e31f8c14837203707552f60e7a0f512dc2513d285e3de1fdcf057a79a5588fd20ee382ce5a53c1a69430b2a79eb623fd3517d54878 languageName: node linkType: hard -"@vitest/utils@npm:4.1.2": - version: 4.1.2 - resolution: "@vitest/utils@npm:4.1.2" +"@vitest/utils@npm:4.1.6": + version: 4.1.6 + resolution: "@vitest/utils@npm:4.1.6" dependencies: - "@vitest/pretty-format": "npm:4.1.2" + "@vitest/pretty-format": "npm:4.1.6" convert-source-map: "npm:^2.0.0" tinyrainbow: "npm:^3.1.0" - checksum: 10/854decf0eb639758d012c9aa53c3d7aed547e37c05ece6704d5f53035be77f704a24973ed95089926e1768c0b55902d42c4438660788e7a0f0e80d0fda1c713b + checksum: 10/a81506e9f167389e771503ba5bee91a61cd4f09ac386867815b65c12c9c236051fab6450d686c69b41e3fd028461d0195ee4c4ae47fd22ead649716ddb7777b3 languageName: node linkType: hard @@ -381,11 +381,11 @@ __metadata: linkType: hard "brace-expansion@npm:^5.0.2": - version: 5.0.5 - resolution: "brace-expansion@npm:5.0.5" + version: 5.0.6 + resolution: "brace-expansion@npm:5.0.6" dependencies: balanced-match: "npm:^4.0.2" - checksum: 10/f259b2ddf04489da9512ad637ba6b4ef2d77abd4445d20f7f1714585f153435200a53fa6a2e4a5ee974df14ddad4cd16421f6f803e96e8b452bd48598878d0ee + checksum: 10/a7acf120fefa79e9d7c9c92898114f57c07596a3920197f3c5917e6a628b04220a5f7f9618c30bdd973a6576a32113b99f9c3f1c8245ccc399dd2a9a718d81d8 languageName: node linkType: hard @@ -625,7 +625,7 @@ __metadata: "@types/node": "npm:25.1.0" algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch" typescript: "npm:5.9.3" - vitest: "npm:4.1.2" + vitest: "npm:4.1.6" languageName: unknown linkType: soft @@ -1295,17 +1295,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:4.1.2": - version: 4.1.2 - resolution: "vitest@npm:4.1.2" +"vitest@npm:4.1.6": + version: 4.1.6 + resolution: "vitest@npm:4.1.6" dependencies: - "@vitest/expect": "npm:4.1.2" - "@vitest/mocker": "npm:4.1.2" - "@vitest/pretty-format": "npm:4.1.2" - "@vitest/runner": "npm:4.1.2" - "@vitest/snapshot": "npm:4.1.2" - "@vitest/spy": "npm:4.1.2" - "@vitest/utils": "npm:4.1.2" + "@vitest/expect": "npm:4.1.6" + "@vitest/mocker": "npm:4.1.6" + "@vitest/pretty-format": "npm:4.1.6" + "@vitest/runner": "npm:4.1.6" + "@vitest/snapshot": "npm:4.1.6" + "@vitest/spy": "npm:4.1.6" + "@vitest/utils": "npm:4.1.6" es-module-lexer: "npm:^2.0.0" expect-type: "npm:^1.3.0" magic-string: "npm:^0.30.21" @@ -1323,10 +1323,12 @@ __metadata: "@edge-runtime/vm": "*" "@opentelemetry/api": ^1.9.0 "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 - "@vitest/browser-playwright": 4.1.2 - "@vitest/browser-preview": 4.1.2 - "@vitest/browser-webdriverio": 4.1.2 - "@vitest/ui": 4.1.2 + "@vitest/browser-playwright": 4.1.6 + "@vitest/browser-preview": 4.1.6 + "@vitest/browser-webdriverio": 4.1.6 + "@vitest/coverage-istanbul": 4.1.6 + "@vitest/coverage-v8": 4.1.6 + "@vitest/ui": 4.1.6 happy-dom: "*" jsdom: "*" vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1343,6 +1345,10 @@ __metadata: optional: true "@vitest/browser-webdriverio": optional: true + "@vitest/coverage-istanbul": + optional: true + "@vitest/coverage-v8": + optional: true "@vitest/ui": optional: true happy-dom: @@ -1353,7 +1359,7 @@ __metadata: optional: false bin: vitest: vitest.mjs - checksum: 10/6b037387e59d403f6570f887f6ac96b81ff6e768dbd02d32a812ddff5bdebef022dd6d9f20b84fb9535866e0c5dbdf80e6705cc428b6a8f8a8e67e1335235848 + checksum: 10/3816121537930455e5338b5b3305179fa6c68d6cbba50e5d8ca8dcb2c0410887ed38aca61e0d2da9f673af1cc1f20278eef941fc4756644e6f8f96366822b8e6 languageName: node linkType: hard diff --git a/tests/output/kotlin/gradle/libs.versions.toml b/tests/output/kotlin/gradle/libs.versions.toml index 7bd40fa6801..6916601adcf 100644 --- a/tests/output/kotlin/gradle/libs.versions.toml +++ b/tests/output/kotlin/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.3.21" coroutines = "1.11.0" serialization = "1.5.0" -ktor = "3.4.3" +ktor = "3.5.0" [libraries] coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" } @@ -13,4 +13,4 @@ ktor-client-darwin = { group = "io.ktor", name = "ktor-client-darwin", version.r [plugins] kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -spotless = { id = "com.diffplug.spotless", version = "8.4.0" } +spotless = { id = "com.diffplug.spotless", version = "8.5.0" } diff --git a/website/yarn.lock b/website/yarn.lock index 6b80cac7b69..47addc833c7 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -18410,8 +18410,8 @@ __metadata: linkType: hard "webpack-dev-server@npm:^5.2.2": - version: 5.2.3 - resolution: "webpack-dev-server@npm:5.2.3" + version: 5.2.4 + resolution: "webpack-dev-server@npm:5.2.4" dependencies: "@types/bonjour": "npm:^3.5.13" "@types/connect-history-api-fallback": "npm:^1.5.4" @@ -18450,7 +18450,7 @@ __metadata: optional: true bin: webpack-dev-server: bin/webpack-dev-server.js - checksum: 10/6a3d55c5d84d10b5e23a0638e0031ef85b262947fdacc86d96b7392538ad5894ac14aebef1e2b877f8d27302c71247215b7aa6713e01b1c37d31342415b1a150 + checksum: 10/5e5382f8cc7a73e2957542de0c755769548cbca8e7c6d17ed6b526364f11af35025be74f03827afa6723ccbdcc93730b0a0a59882d332fb3c6694a6d290c41e7 languageName: node linkType: hard diff --git a/yarn.lock b/yarn.lock index 1f7ca392b7e..ee46044e3dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,14 +127,14 @@ __metadata: resolution: "@algolia/api-client-automation@workspace:." dependencies: "@eslint/json": "npm:1.2.0" - "@openapitools/openapi-generator-cli": "npm:2.25.0" + "@openapitools/openapi-generator-cli": "npm:2.32.0" "@redocly/cli": "npm:2.27.0" - eslint: "npm:10.3.0" + eslint: "npm:10.4.0" eslint-plugin-automation-custom: "npm:1.0.0" eslint-plugin-yml: "npm:3.3.2" husky: "npm:9.1.7" lint-staged: "npm:17.0.4" - oxlint: "npm:1.62.0" + oxlint: "npm:1.64.0" prettier: "npm:3.8.3" prettier-plugin-java: "npm:2.8.1" prettier-plugin-organize-imports: "npm:4.3.0" @@ -1119,12 +1119,12 @@ __metadata: languageName: node linkType: hard -"@eslint/config-helpers@npm:^0.5.5": - version: 0.5.5 - resolution: "@eslint/config-helpers@npm:0.5.5" +"@eslint/config-helpers@npm:^0.6.0": + version: 0.6.0 + resolution: "@eslint/config-helpers@npm:0.6.0" dependencies: "@eslint/core": "npm:^1.2.1" - checksum: 10/19072449502b928a716df87b2d9b13c7befb21974b0f93fdbea705ddba098792142808105170ef2183c28ce13ac9fa1713ef0599749f8469434ac2b914fc8f4d + checksum: 10/2daa66b0c3821313a6239beed2236ad7f3a45540050b5ce69527206ba7e58e9c17aff2f68be6d3f0f95d6294a911da86aa50863a1aeadd607faa943c11677a46 languageName: node linkType: hard @@ -1304,34 +1304,47 @@ __metadata: languageName: node linkType: hard -"@inquirer/external-editor@npm:^1.0.0": - version: 1.0.3 - resolution: "@inquirer/external-editor@npm:1.0.3" +"@inquirer/core@npm:^6.0.0": + version: 6.0.0 + resolution: "@inquirer/core@npm:6.0.0" dependencies: - chardet: "npm:^2.1.1" - iconv-lite: "npm:^0.7.0" - peerDependencies: - "@types/node": ">=18" - peerDependenciesMeta: - "@types/node": - optional: true - checksum: 10/c95d7237a885b32031715089f92820525731d4d3c2bd7afdb826307dc296cc2b39e7a644b0bb265441963348cca42e7785feb29c3aaf18fd2b63131769bf6587 + "@inquirer/type": "npm:^1.1.6" + "@types/mute-stream": "npm:^0.0.4" + "@types/node": "npm:^20.10.7" + "@types/wrap-ansi": "npm:^3.0.0" + ansi-escapes: "npm:^4.3.2" + chalk: "npm:^4.1.2" + cli-spinners: "npm:^2.9.2" + cli-width: "npm:^4.1.0" + figures: "npm:^3.2.0" + mute-stream: "npm:^1.0.0" + run-async: "npm:^3.0.0" + signal-exit: "npm:^4.1.0" + strip-ansi: "npm:^6.0.1" + wrap-ansi: "npm:^6.2.0" + checksum: 10/a9f79fe538deab439afc845e16fa8832872b4562be6e39a5de8b50eca3e2b27be0e470fc4ee014f202a750213adc8a06068402d51d6d7b34b118b12b08200f85 languageName: node linkType: hard -"@isaacs/balanced-match@npm:^4.0.1": - version: 4.0.1 - resolution: "@isaacs/balanced-match@npm:4.0.1" - checksum: 10/102fbc6d2c0d5edf8f6dbf2b3feb21695a21bc850f11bc47c4f06aa83bd8884fde3fe9d6d797d619901d96865fdcb4569ac2a54c937992c48885c5e3d9967fe8 +"@inquirer/select@npm:1.3.3": + version: 1.3.3 + resolution: "@inquirer/select@npm:1.3.3" + dependencies: + "@inquirer/core": "npm:^6.0.0" + "@inquirer/type": "npm:^1.1.6" + ansi-escapes: "npm:^4.3.2" + chalk: "npm:^4.1.2" + figures: "npm:^3.2.0" + checksum: 10/0f33c51ab69c156b96092bfb107d08dd0f4227274917b9406aa23877e3ba94fd6738800fb973c44c051aaebdba72d07dc328df4b76e6e1285f68aa01a7ed0ed8 languageName: node linkType: hard -"@isaacs/brace-expansion@npm:^5.0.0": - version: 5.0.0 - resolution: "@isaacs/brace-expansion@npm:5.0.0" +"@inquirer/type@npm:^1.1.6": + version: 1.5.5 + resolution: "@inquirer/type@npm:1.5.5" dependencies: - "@isaacs/balanced-match": "npm:^4.0.1" - checksum: 10/cf3b7f206aff12128214a1df764ac8cdbc517c110db85249b945282407e3dfc5c6e66286383a7c9391a059fc8e6e6a8ca82262fc9d2590bd615376141fbebd2d + mute-stream: "npm:^1.0.0" + checksum: 10/bd3f3d7510785af4ad599e042e99e4be6380f52f79f3db140fe6fed0a605acf27b1a0a20fb5cc688eaf7b8aa0c36dacb1d89c7bba4586f38cbf58ba9f159e7b5 languageName: node linkType: hard @@ -1462,13 +1475,13 @@ __metadata: languageName: node linkType: hard -"@nestjs/common@npm:11.1.6": - version: 11.1.6 - resolution: "@nestjs/common@npm:11.1.6" +"@nestjs/common@npm:11.1.17": + version: 11.1.17 + resolution: "@nestjs/common@npm:11.1.17" dependencies: - file-type: "npm:21.0.0" + file-type: "npm:21.3.2" iterare: "npm:1.2.1" - load-esm: "npm:1.0.2" + load-esm: "npm:1.0.3" tslib: "npm:2.8.1" uid: "npm:2.0.2" peerDependencies: @@ -1481,7 +1494,7 @@ __metadata: optional: true class-validator: optional: true - checksum: 10/bb8a8f040ecaad5ea4938d166afa5e077060372001def3694999bdd8695dd6d69845c4569ade94aecb4f6b625198d3e848270ecc29be7ba5d73aefe5edd76984 + checksum: 10/5cf09b83373ac1090a3f81ffcf34b91237f062b7e48ff37453e7c2d0cb4373e2e8dc33ed13636ff0e944a900ab19508436a76c8a5e73702d57f930ed5a0cc9c2 languageName: node linkType: hard @@ -1703,30 +1716,30 @@ __metadata: languageName: node linkType: hard -"@openapitools/openapi-generator-cli@npm:2.25.0": - version: 2.25.0 - resolution: "@openapitools/openapi-generator-cli@npm:2.25.0" +"@openapitools/openapi-generator-cli@npm:2.32.0": + version: 2.32.0 + resolution: "@openapitools/openapi-generator-cli@npm:2.32.0" dependencies: + "@inquirer/select": "npm:1.3.3" "@nestjs/axios": "npm:4.0.1" - "@nestjs/common": "npm:11.1.6" - "@nestjs/core": "npm:11.1.6" + "@nestjs/common": "npm:11.1.17" + "@nestjs/core": "npm:11.1.18" "@nuxtjs/opencollective": "npm:0.3.2" - axios: "npm:1.12.2" + axios: "npm:^1.15.0" chalk: "npm:4.1.2" commander: "npm:8.3.0" compare-versions: "npm:6.1.1" concurrently: "npm:9.2.1" console.table: "npm:0.10.0" - fs-extra: "npm:11.3.2" - glob: "npm:11.0.3" - inquirer: "npm:8.2.7" + fs-extra: "npm:11.3.4" + glob: "npm:13.0.6" proxy-agent: "npm:6.5.0" reflect-metadata: "npm:0.2.2" rxjs: "npm:7.8.2" tslib: "npm:2.8.1" bin: openapi-generator-cli: main.js - checksum: 10/6456debc95accaded1a85517634fc9cc61bd517ebe45d45f6a138de8d1fe11e100ec5a09c1e3607acb7469398625169fe52035550f8e32e61893cd9c537b402c + checksum: 10/5f39d3c72ce7f13b28ed7261df92cd6f40e223cf853f02b5847a154b574ebaf9acbf2c994a565a62f524cf45e0472d3b20a2174621d6bde1068be6d59eee4de5 languageName: node linkType: hard @@ -2194,135 +2207,135 @@ __metadata: languageName: node linkType: hard -"@oxlint/binding-android-arm-eabi@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-android-arm-eabi@npm:1.62.0" +"@oxlint/binding-android-arm-eabi@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-android-arm-eabi@npm:1.64.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxlint/binding-android-arm64@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-android-arm64@npm:1.62.0" +"@oxlint/binding-android-arm64@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-android-arm64@npm:1.64.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-arm64@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-darwin-arm64@npm:1.62.0" +"@oxlint/binding-darwin-arm64@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-darwin-arm64@npm:1.64.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-x64@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-darwin-x64@npm:1.62.0" +"@oxlint/binding-darwin-x64@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-darwin-x64@npm:1.64.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-freebsd-x64@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-freebsd-x64@npm:1.62.0" +"@oxlint/binding-freebsd-x64@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-freebsd-x64@npm:1.64.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-linux-arm-gnueabihf@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.62.0" +"@oxlint/binding-linux-arm-gnueabihf@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.64.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm-musleabihf@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.62.0" +"@oxlint/binding-linux-arm-musleabihf@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.64.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm64-gnu@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.62.0" +"@oxlint/binding-linux-arm64-gnu@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.64.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-arm64-musl@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-arm64-musl@npm:1.62.0" +"@oxlint/binding-linux-arm64-musl@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-arm64-musl@npm:1.64.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-ppc64-gnu@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.62.0" +"@oxlint/binding-linux-ppc64-gnu@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.64.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-gnu@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.62.0" +"@oxlint/binding-linux-riscv64-gnu@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.64.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-musl@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.62.0" +"@oxlint/binding-linux-riscv64-musl@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.64.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-s390x-gnu@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.62.0" +"@oxlint/binding-linux-s390x-gnu@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.64.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-gnu@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-x64-gnu@npm:1.62.0" +"@oxlint/binding-linux-x64-gnu@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-x64-gnu@npm:1.64.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-musl@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-linux-x64-musl@npm:1.62.0" +"@oxlint/binding-linux-x64-musl@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-linux-x64-musl@npm:1.64.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-openharmony-arm64@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-openharmony-arm64@npm:1.62.0" +"@oxlint/binding-openharmony-arm64@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-openharmony-arm64@npm:1.64.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-arm64-msvc@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.62.0" +"@oxlint/binding-win32-arm64-msvc@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.64.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-ia32-msvc@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.62.0" +"@oxlint/binding-win32-ia32-msvc@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.64.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxlint/binding-win32-x64-msvc@npm:1.62.0": - version: 1.62.0 - resolution: "@oxlint/binding-win32-x64-msvc@npm:1.62.0" +"@oxlint/binding-win32-x64-msvc@npm:1.64.0": + version: 1.64.0 + resolution: "@oxlint/binding-win32-x64-msvc@npm:1.64.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -2390,10 +2403,10 @@ __metadata: languageName: node linkType: hard -"@protobufjs/codegen@npm:^2.0.4": - version: 2.0.4 - resolution: "@protobufjs/codegen@npm:2.0.4" - checksum: 10/c6ee5fa172a8464f5253174d3c2353ea520c2573ad7b6476983d9b1346f4d8f2b44aa29feb17a949b83c1816bc35286a5ea265ed9d8fdd2865acfa09668c0447 +"@protobufjs/codegen@npm:^2.0.5": + version: 2.0.5 + resolution: "@protobufjs/codegen@npm:2.0.5" + checksum: 10/290335fa114f26202abc0695f279d53e2fd516b01cfd8298923591e0bda011295ff40e3582a1cda0a0f27cbc5039a0292082d5ad08872bb5d6243a614ac15c88 languageName: node linkType: hard @@ -2428,6 +2441,13 @@ __metadata: languageName: node linkType: hard +"@protobufjs/inquire@npm:^1.1.1": + version: 1.1.1 + resolution: "@protobufjs/inquire@npm:1.1.1" + checksum: 10/504740e8ac348f70b33bcf6a20c83d5b9679901654c1a96b18c0491ec2f2f7ac580e74019b6d1bce16113bfb9746bc6e7dfd4e12a717deed699675b7f230ce9e + languageName: node + linkType: hard + "@protobufjs/path@npm:^1.1.2": version: 1.1.2 resolution: "@protobufjs/path@npm:1.1.2" @@ -2442,10 +2462,10 @@ __metadata: languageName: node linkType: hard -"@protobufjs/utf8@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/utf8@npm:1.1.0" - checksum: 10/131e289c57534c1d73a0e55782d6751dd821db1583cb2f7f7e017c9d6747addaebe79f28120b2e0185395d990aad347fb14ffa73ef4096fa38508d61a0e64602 +"@protobufjs/utf8@npm:^1.1.1": + version: 1.1.1 + resolution: "@protobufjs/utf8@npm:1.1.1" + checksum: 10/ed0c3f9ff1afd602a0aed54c4c03a0b8f641686a5587d8949e088dcac653fb2019d15691ed92eef23dfdf9f4293249532d0508ecd15cef810acf026917719a19 languageName: node linkType: hard @@ -2720,10 +2740,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/pluginutils@npm:1.0.0-rc.7": - version: 1.0.0-rc.7 - resolution: "@rolldown/pluginutils@npm:1.0.0-rc.7" - checksum: 10/92853a53b75d665da0b4cc3f855c87e606dda6b8d55e929fd08b4428b68ea833afbb140ba25c6c1f9856a739e419fd2929ef15ac0fd05b44e904705be34efe1f +"@rolldown/pluginutils@npm:^1.0.0": + version: 1.0.1 + resolution: "@rolldown/pluginutils@npm:1.0.1" + checksum: 10/4e95cf9ce23d75e5aa03ea0249cd86f7d1e21f83fbf6f8520e4edd8a251ba1b82c4ba9bc13cd24b6c4661daec6225b06e6d35c64c604e731b230b2a49af47d05 languageName: node linkType: hard @@ -2889,14 +2909,13 @@ __metadata: languageName: node linkType: hard -"@tokenizer/inflate@npm:^0.2.7": - version: 0.2.7 - resolution: "@tokenizer/inflate@npm:0.2.7" +"@tokenizer/inflate@npm:^0.4.1": + version: 0.4.1 + resolution: "@tokenizer/inflate@npm:0.4.1" dependencies: - debug: "npm:^4.4.0" - fflate: "npm:^0.8.2" - token-types: "npm:^6.0.0" - checksum: 10/6cee1857e47ca0fc053d6cd87773b7c21857ab84cb847c7d9437a76d923e265c88f8e99a4ac9643c2f989f4b9791259ca17128f0480191449e2b412821a1b9a7 + debug: "npm:^4.4.3" + token-types: "npm:^6.1.1" + checksum: 10/27d58757e1a6c004e86f8a5f1a40fe47cb48aa6891864d03de6eab27d42fafc1456f396bc8bc300e16913b0a85f42034d011db0213d17e544ed201a7fc24244e languageName: node linkType: hard @@ -3074,6 +3093,15 @@ __metadata: languageName: node linkType: hard +"@types/mute-stream@npm:^0.0.4": + version: 0.0.4 + resolution: "@types/mute-stream@npm:0.0.4" + dependencies: + "@types/node": "npm:*" + checksum: 10/af8d83ad7b68ea05d9357985daf81b6c9b73af4feacb2f5c2693c7fd3e13e5135ef1bd083ce8d5bdc8e97acd28563b61bb32dec4e4508a8067fcd31b8a098632 + languageName: node + linkType: hard + "@types/node@npm:*, @types/node@npm:>=13.7.0": version: 25.0.6 resolution: "@types/node@npm:25.0.6" @@ -3083,12 +3111,21 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:24.12.2": - version: 24.12.2 - resolution: "@types/node@npm:24.12.2" +"@types/node@npm:24.12.4": + version: 24.12.4 + resolution: "@types/node@npm:24.12.4" dependencies: undici-types: "npm:~7.16.0" - checksum: 10/99b9f15e67a4b3c39b39ad83ee0febad7f0b4709c004863104d7acfa4146dd7e58c12a08a9a7ff2be8c2eefd0063bf991fade0879d7c4a370a0ee7fd4c799e8a + checksum: 10/4e5ce6faaf0e6f291114d6ac14fe546d491812b306107620802d5bef00ca36fb290637e79ec4fc24f33214f78f58c9b63254bd0ce94788bebfec03f26d45f2ea + languageName: node + linkType: hard + +"@types/node@npm:^20.10.7": + version: 20.19.41 + resolution: "@types/node@npm:20.19.41" + dependencies: + undici-types: "npm:~6.21.0" + checksum: 10/5eb38cabe687130093681fe35e2ee2230c0717ee44a784881229c8ea9ecfb3626be87edb3940c9b60886dc93b5cb5c66a58a4ff44f1de3936e6af92b65a029b2 languageName: node linkType: hard @@ -3171,39 +3208,46 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/eslint-plugin@npm:8.59.1" +"@types/wrap-ansi@npm:^3.0.0": + version: 3.0.0 + resolution: "@types/wrap-ansi@npm:3.0.0" + checksum: 10/8aa644946ca4e859668c36b8e2bcf2ac4bdee59dac760414730ea57be8a93ae9166ebd40a088f2ab714843aaea2a2a67f0e6e6ec11cfc9c8701b2466ca1c4089 + languageName: node + linkType: hard + +"@typescript-eslint/eslint-plugin@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/eslint-plugin@npm:8.59.3" dependencies: "@eslint-community/regexpp": "npm:^4.12.2" - "@typescript-eslint/scope-manager": "npm:8.59.1" - "@typescript-eslint/type-utils": "npm:8.59.1" - "@typescript-eslint/utils": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" + "@typescript-eslint/scope-manager": "npm:8.59.3" + "@typescript-eslint/type-utils": "npm:8.59.3" + "@typescript-eslint/utils": "npm:8.59.3" + "@typescript-eslint/visitor-keys": "npm:8.59.3" ignore: "npm:^7.0.5" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.5.0" peerDependencies: - "@typescript-eslint/parser": ^8.59.1 + "@typescript-eslint/parser": ^8.59.3 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/c736ee32211a3751e31151b51dacc8cfa5bf18e086f2a87aba7ee325f7e2fa96d8b9febdbaf4dfa70d14954312b7b9740fbe5d5886b3f8561c4a94a9c7ff7688 + checksum: 10/85a0dcd6c1b5ece73bbea9171e1ad25a2480b89a8f039057beaa82a000bc49b3909489dd0d68097011192fa878c30d91198ab49641dac165248b071ca220e2d1 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/parser@npm:8.59.1" +"@typescript-eslint/parser@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/parser@npm:8.59.3" dependencies: - "@typescript-eslint/scope-manager": "npm:8.59.1" - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" + "@typescript-eslint/scope-manager": "npm:8.59.3" + "@typescript-eslint/types": "npm:8.59.3" + "@typescript-eslint/typescript-estree": "npm:8.59.3" + "@typescript-eslint/visitor-keys": "npm:8.59.3" debug: "npm:^4.4.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/b014b485e5ec9c7430a87117271836b86fd80083fe6b1d216167313518f26222f45c0ee3f4cbc0616dbd6335cbde50336d8953ca5ffefecc55b2d896ac7645f9 + checksum: 10/2bf8a3e868391c89178a975f6edf6ed3d07d87ce15c4c8c77bacd5851f9091598c5f4637bd6921febb190c59b337724674eccd9b04d4f213b1ae3a30990895d8 languageName: node linkType: hard @@ -3220,16 +3264,16 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/project-service@npm:8.59.1" +"@typescript-eslint/project-service@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/project-service@npm:8.59.3" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.59.1" - "@typescript-eslint/types": "npm:^8.59.1" + "@typescript-eslint/tsconfig-utils": "npm:^8.59.3" + "@typescript-eslint/types": "npm:^8.59.3" debug: "npm:^4.4.3" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/dd98f49a407cb21999d31ec527a0f8c2c34422dde9fdb21210d66c3cc3d498d9d3678d95c99d76450af68ce3392692902d9ba044718d6c99122655df7afdc0a7 + checksum: 10/19af9dbd61f5c307d15f8814a74170952aef06c59775e5f5abbce14c8f3752dd61b99e7bb0d25332c5aed141e43f3c7f00fae55ccc99a22610685418ffcfee31 languageName: node linkType: hard @@ -3243,13 +3287,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/scope-manager@npm:8.59.1" +"@typescript-eslint/scope-manager@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/scope-manager@npm:8.59.3" dependencies: - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" - checksum: 10/50c941d1af470d3e67a9bd2247c541a676ae6bb2931440a44458682d61382ba1194ce29d0388dd1e538c5a35d7a542febd9519d8170abe758692d1b6cd196eab + "@typescript-eslint/types": "npm:8.59.3" + "@typescript-eslint/visitor-keys": "npm:8.59.3" + checksum: 10/d7be76f9bbd33c1d762493d2c6e9c7cfd87aa6d6ae778e6d8cb3fcfdf669941791d8e5f6207011e8bdc64476ca46954d880863c4125957ee0521fe0bb861b7cd languageName: node linkType: hard @@ -3262,28 +3306,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.59.1, @typescript-eslint/tsconfig-utils@npm:^8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.1" +"@typescript-eslint/tsconfig-utils@npm:8.59.3, @typescript-eslint/tsconfig-utils@npm:^8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.3" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/9e3351bb182bb02f6f140759472f08ce334c7c96f4ebfeec8e9e404fe60b8fe1865e1a6d1b50526f83f41e7224301485e46459df6c3675923f3b657177415cd7 + checksum: 10/a6f230d66dc5cadfbc789a8468ff7bdf8f3100254eb68657007398feb4d46688c4ef3fb35784332ae9af65d52e6c4eabab0a47ed54a0ceac0cb025ae778dadf2 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/type-utils@npm:8.59.1" +"@typescript-eslint/type-utils@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/type-utils@npm:8.59.3" dependencies: - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" - "@typescript-eslint/utils": "npm:8.59.1" + "@typescript-eslint/types": "npm:8.59.3" + "@typescript-eslint/typescript-estree": "npm:8.59.3" + "@typescript-eslint/utils": "npm:8.59.3" debug: "npm:^4.4.3" ts-api-utils: "npm:^2.5.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/8a8a71656f8fab446024e55b24f6f6c4b3ee4d4cdcb593ff68ec0ca10530fcb4d451628c03898c929e91445a999cbe980c0cfaec1b53a7c5ddc8ac899ad665fa + checksum: 10/864628416bad1c4bb4d46c796c86d799e1f57e23d4c81ccd2edc7446244156f2c8f08a8556878cb71e119ebb0c8089044c0f76fa4487f5ccea871a2c2d0e42a9 languageName: node linkType: hard @@ -3294,10 +3338,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.59.1, @typescript-eslint/types@npm:^8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/types@npm:8.59.1" - checksum: 10/4d324a01c2314d8e196b43b9dc5fe9a4d82c1b65f4915cd2f965879c5565d4453603b6f7b6bcdc436fb629135f07ad0f9d274e4697b02ce8bc1c0310916f7ace +"@typescript-eslint/types@npm:8.59.3, @typescript-eslint/types@npm:^8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/types@npm:8.59.3" + checksum: 10/71c2128b5744ef99d084d1d42f85625f7b8c4de8eaeec393e4e64838aacac0da126b31670247629dca3432cd8994ca509ee1c7c59393e9f56518a933af50c1c2 languageName: node linkType: hard @@ -3320,14 +3364,14 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/typescript-estree@npm:8.59.1" +"@typescript-eslint/typescript-estree@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/typescript-estree@npm:8.59.3" dependencies: - "@typescript-eslint/project-service": "npm:8.59.1" - "@typescript-eslint/tsconfig-utils": "npm:8.59.1" - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" + "@typescript-eslint/project-service": "npm:8.59.3" + "@typescript-eslint/tsconfig-utils": "npm:8.59.3" + "@typescript-eslint/types": "npm:8.59.3" + "@typescript-eslint/visitor-keys": "npm:8.59.3" debug: "npm:^4.4.3" minimatch: "npm:^10.2.2" semver: "npm:^7.7.3" @@ -3335,22 +3379,22 @@ __metadata: ts-api-utils: "npm:^2.5.0" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/8ede99640ac8b08ac73905bbc66dd06b2c4dc211240a4a9cb532b0fcf5c36ec9e7639ed7e1c17f86a948499279ff93e9dbcdf9170661d9f8347fcb53e8266772 + checksum: 10/acd4e71c087f2f1a1b6a8670d390642e68f12d63512ef7d1eaf0472b846c49f9a5dddfc271cfa03d6e8917ea01f3b3a81119195daa97e083244f083a5a6ee5a6 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/utils@npm:8.59.1" +"@typescript-eslint/utils@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/utils@npm:8.59.3" dependencies: "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.59.1" - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" + "@typescript-eslint/scope-manager": "npm:8.59.3" + "@typescript-eslint/types": "npm:8.59.3" + "@typescript-eslint/typescript-estree": "npm:8.59.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/26ae39a574e56d92b6fc406113e797c354fce8b377721cc5dd50579a0e9f8c3efe23c7693826ce2c16be96490520dd6ce7e145c4c39c22d8d00f2614791603ba + checksum: 10/24b0e91051d0aff8ef30b1262b2d0b88954ba9f73ced0d17c0bcf305361fc27d11849b501532761cef76fd45873d4907254240e8ae1b4dcfa2e5252f77e1e7fa languageName: node linkType: hard @@ -3379,13 +3423,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/visitor-keys@npm:8.59.1" +"@typescript-eslint/visitor-keys@npm:8.59.3": + version: 8.59.3 + resolution: "@typescript-eslint/visitor-keys@npm:8.59.3" dependencies: - "@typescript-eslint/types": "npm:8.59.1" + "@typescript-eslint/types": "npm:8.59.3" eslint-visitor-keys: "npm:^5.0.0" - checksum: 10/5343f3424cafdcaf2550fade29eca6b86ad3f6ac953aef6ba1dccd39789a1c38520634fbbc0814419d9227f508789053c1c9f59c2841d72e56431c3fdd93ac65 + checksum: 10/66241bdcf6679ae784cf0ae5581ca009cdb7d589656da6df8ef1d8b3ffca6717f55718776d13af35d28a49b124ab5f5533f7631b51878f08f1070e0407e5a4a4 languageName: node linkType: hard @@ -3411,15 +3455,15 @@ __metadata: languageName: node linkType: hard -"@vitejs/plugin-react-swc@npm:4.3.0": - version: 4.3.0 - resolution: "@vitejs/plugin-react-swc@npm:4.3.0" +"@vitejs/plugin-react-swc@npm:4.3.1": + version: 4.3.1 + resolution: "@vitejs/plugin-react-swc@npm:4.3.1" dependencies: - "@rolldown/pluginutils": "npm:1.0.0-rc.7" + "@rolldown/pluginutils": "npm:^1.0.0" "@swc/core": "npm:^1.15.11" peerDependencies: vite: ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10/a4b010ec9f93fe8e3dd2172a8712812592c7ad271dcf9f5887685ac74673448ecd82772ba3f8595a0a09d358789b3425a509cf80c92454ba09d164c9472c5248 + checksum: 10/e314513f4cd5d4595da8a9c0b6625730bca924f98e893f556fa59898dacc3307bb6dfc9d9928d85889d83c9a4947197da69b312c48d0c85ea0a483cae7b6218e languageName: node linkType: hard @@ -3658,7 +3702,7 @@ __metadata: languageName: node linkType: hard -"ansi-escapes@npm:^4.2.1": +"ansi-escapes@npm:^4.3.2": version: 4.3.2 resolution: "ansi-escapes@npm:4.3.2" dependencies: @@ -3907,17 +3951,6 @@ __metadata: languageName: node linkType: hard -"bl@npm:^4.1.0": - version: 4.1.0 - resolution: "bl@npm:4.1.0" - dependencies: - buffer: "npm:^5.5.0" - inherits: "npm:^2.0.4" - readable-stream: "npm:^3.4.0" - checksum: 10/b7904e66ed0bdfc813c06ea6c3e35eafecb104369dbf5356d0f416af90c1546de3b74e5b63506f0629acf5e16a6f87c3798f16233dcff086e9129383aa02ab55 - languageName: node - linkType: hard - "body-parser@npm:^2.2.1": version: 2.2.2 resolution: "body-parser@npm:2.2.2" @@ -3960,6 +3993,15 @@ __metadata: languageName: node linkType: hard +"brace-expansion@npm:^5.0.5": + version: 5.0.6 + resolution: "brace-expansion@npm:5.0.6" + dependencies: + balanced-match: "npm:^4.0.2" + checksum: 10/a7acf120fefa79e9d7c9c92898114f57c07596a3920197f3c5917e6a628b04220a5f7f9618c30bdd973a6576a32113b99f9c3f1c8245ccc399dd2a9a718d81d8 + languageName: node + linkType: hard + "braces@npm:^3.0.3": version: 3.0.3 resolution: "braces@npm:3.0.3" @@ -3991,16 +4033,6 @@ __metadata: languageName: node linkType: hard -"buffer@npm:^5.5.0": - version: 5.7.1 - resolution: "buffer@npm:5.7.1" - dependencies: - base64-js: "npm:^1.3.1" - ieee754: "npm:^1.1.13" - checksum: 10/997434d3c6e3b39e0be479a80288875f71cd1c07d75a3855e6f08ef848a3c966023f79534e22e415ff3a5112708ce06127277ab20e527146d55c84566405c7c6 - languageName: node - linkType: hard - "buffer@npm:^6.0.3": version: 6.0.3 resolution: "buffer@npm:6.0.3" @@ -4101,7 +4133,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:4.1.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": +"chalk@npm:4.1.2, chalk@npm:^4.1.0, chalk@npm:^4.1.2": version: 4.1.2 resolution: "chalk@npm:4.1.2" dependencies: @@ -4129,13 +4161,6 @@ __metadata: languageName: node linkType: hard -"chardet@npm:^2.1.1": - version: 2.1.1 - resolution: "chardet@npm:2.1.1" - checksum: 10/d56913b65e45c5c86f331988e2ef6264c131bfeadaae098ee719bf6610546c77740e37221ffec802dde56b5e4466613a4c754786f4da6b5f6c5477243454d324 - languageName: node - linkType: hard - "chevrotain-allstar@npm:0.3.1": version: 0.3.1 resolution: "chevrotain-allstar@npm:0.3.1" @@ -4175,7 +4200,7 @@ __metadata: languageName: node linkType: hard -"cli-cursor@npm:^3.0.0, cli-cursor@npm:^3.1.0": +"cli-cursor@npm:^3.0.0": version: 3.1.0 resolution: "cli-cursor@npm:3.1.0" dependencies: @@ -4193,7 +4218,7 @@ __metadata: languageName: node linkType: hard -"cli-spinners@npm:^2.5.0": +"cli-spinners@npm:^2.9.2": version: 2.9.2 resolution: "cli-spinners@npm:2.9.2" checksum: 10/a0a863f442df35ed7294424f5491fa1756bd8d2e4ff0c8736531d886cec0ece4d85e8663b77a5afaf1d296e3cbbebff92e2e99f52bbea89b667cbe789b994794 @@ -4210,10 +4235,10 @@ __metadata: languageName: node linkType: hard -"cli-width@npm:^3.0.0": - version: 3.0.0 - resolution: "cli-width@npm:3.0.0" - checksum: 10/8730848b04fb189666ab037a35888d191c8f05b630b1d770b0b0e4c920b47bb5cc14bddf6b8ffe5bfc66cee97c8211d4d18e756c1ffcc75d7dbe7e1186cd7826 +"cli-width@npm:^4.1.0": + version: 4.1.0 + resolution: "cli-width@npm:4.1.0" + checksum: 10/b58876fbf0310a8a35c79b72ecfcf579b354e18ad04e6b20588724ea2b522799a758507a37dfe132fafaf93a9922cafd9514d9e1598e6b2cd46694853aed099f languageName: node linkType: hard @@ -4909,7 +4934,7 @@ __metadata: dependencies: "@types/eslint": "npm:9.6.1" esbuild: "npm:0.28.0" - eslint: "npm:10.3.0" + eslint: "npm:10.4.0" eslint-plugin-yml: "npm:3.3.2" eslint-vitest-rule-tester: "npm:3.1.0" typescript: "npm:5.9.3" @@ -5011,14 +5036,14 @@ __metadata: languageName: node linkType: hard -"eslint@npm:10.3.0": - version: 10.3.0 - resolution: "eslint@npm:10.3.0" +"eslint@npm:10.4.0": + version: 10.4.0 + resolution: "eslint@npm:10.4.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.8.0" "@eslint-community/regexpp": "npm:^4.12.2" "@eslint/config-array": "npm:^0.23.5" - "@eslint/config-helpers": "npm:^0.5.5" + "@eslint/config-helpers": "npm:^0.6.0" "@eslint/core": "npm:^1.2.1" "@eslint/plugin-kit": "npm:^0.7.1" "@humanfs/node": "npm:^0.16.6" @@ -5052,7 +5077,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10/7d8131e5ef65754f61afd807d875377403f1c89b5f5529f23506776c2df504ba0d53d378b8aeec1996c66c6d428ea3e2ea5c04b226474ce89b6e28443fd3b7b6 + checksum: 10/ab20a8fd250ee7c31a162d35a71e534a4f959736a7198661e5c963069b12880a53acfb349f3dc94fa82c91c74dd0594accbd878576bf65c33fa4225342ad7df6 languageName: node linkType: hard @@ -5325,14 +5350,7 @@ __metadata: languageName: node linkType: hard -"fflate@npm:^0.8.2": - version: 0.8.2 - resolution: "fflate@npm:0.8.2" - checksum: 10/2bd26ba6d235d428de793c6a0cd1aaa96a06269ebd4e21b46c8fd1bd136abc631acf27e188d47c3936db090bf3e1ede11d15ce9eae9bffdc4bfe1b9dc66ca9cb - languageName: node - linkType: hard - -"figures@npm:^3.0.0": +"figures@npm:^3.2.0": version: 3.2.0 resolution: "figures@npm:3.2.0" dependencies: @@ -5359,15 +5377,15 @@ __metadata: languageName: node linkType: hard -"file-type@npm:21.0.0": - version: 21.0.0 - resolution: "file-type@npm:21.0.0" +"file-type@npm:21.3.2": + version: 21.3.2 + resolution: "file-type@npm:21.3.2" dependencies: - "@tokenizer/inflate": "npm:^0.2.7" - strtok3: "npm:^10.2.2" - token-types: "npm:^6.0.0" + "@tokenizer/inflate": "npm:^0.4.1" + strtok3: "npm:^10.3.4" + token-types: "npm:^6.1.1" uint8array-extras: "npm:^1.4.0" - checksum: 10/6980e8b0ef870a98b51ab2eac5db94a1884de8476fe49dc02d2f7e0c1d1d7d44d42b6c59e67867ae90f321ddf4edd00fcfda01821591e2fa05385d0e438a9dc1 + checksum: 10/3912271811e0c745d43ff1f6c97e66d4b0d890c68d1041de4ef0c8068ede46f725ef3ed0f92c97d0cd2a261f84c3b51881d60ab797e47fa9a15e7ed227f04c85 languageName: node linkType: hard @@ -5450,7 +5468,7 @@ __metadata: languageName: node linkType: hard -"foreground-child@npm:^3.1.0, foreground-child@npm:^3.3.1": +"foreground-child@npm:^3.1.0": version: 3.3.1 resolution: "foreground-child@npm:3.3.1" dependencies: @@ -5498,14 +5516,14 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:11.3.2": - version: 11.3.2 - resolution: "fs-extra@npm:11.3.2" +"fs-extra@npm:11.3.4": + version: 11.3.4 + resolution: "fs-extra@npm:11.3.4" dependencies: graceful-fs: "npm:^4.2.0" jsonfile: "npm:^6.0.1" universalify: "npm:^2.0.0" - checksum: 10/d559545c73fda69c75aa786f345c2f738b623b42aea850200b1582e006a35278f63787179e3194ba19413c26a280441758952b0c7e88dd96762d497e365a6c3e + checksum: 10/1b8deea9c540a2efe63c750bc9e1ba6238115579d1571d67fe8fb58e3fb6df19aba29fd4ebb81217cf0bf5bce0df30ca68dbc3e06f6652b856edd385ce0ff649 languageName: node linkType: hard @@ -5667,19 +5685,14 @@ __metadata: languageName: node linkType: hard -"glob@npm:11.0.3": - version: 11.0.3 - resolution: "glob@npm:11.0.3" +"glob@npm:13.0.6, glob@npm:^13.0.5": + version: 13.0.6 + resolution: "glob@npm:13.0.6" dependencies: - foreground-child: "npm:^3.3.1" - jackspeak: "npm:^4.1.1" - minimatch: "npm:^10.0.3" - minipass: "npm:^7.1.2" - package-json-from-dist: "npm:^1.0.0" - path-scurry: "npm:^2.0.0" - bin: - glob: dist/esm/bin.mjs - checksum: 10/2ae536c1360c0266b523b2bfa6aadc10144a8b7e08869b088e37ac3c27cd30774f82e4bfb291cde796776e878f9e13200c7ff44010eb7054e00f46f649397893 + minimatch: "npm:^10.2.2" + minipass: "npm:^7.1.3" + path-scurry: "npm:^2.0.2" + checksum: 10/201ad69e5f0aa74e1d8c00a481581f8b8c804b6a4fbfabeeb8541f5d756932800331daeba99b58fb9e4cd67e12ba5a7eba5b82fb476691588418060b84353214 languageName: node linkType: hard @@ -5710,17 +5723,6 @@ __metadata: languageName: node linkType: hard -"glob@npm:^13.0.5": - version: 13.0.6 - resolution: "glob@npm:13.0.6" - dependencies: - minimatch: "npm:^10.2.2" - minipass: "npm:^7.1.3" - path-scurry: "npm:^2.0.2" - checksum: 10/201ad69e5f0aa74e1d8c00a481581f8b8c804b6a4fbfabeeb8541f5d756932800331daeba99b58fb9e4cd67e12ba5a7eba5b82fb476691588418060b84353214 - languageName: node - linkType: hard - "globals@npm:17.6.0": version: 17.6.0 resolution: "globals@npm:17.6.0" @@ -5915,7 +5917,7 @@ __metadata: languageName: node linkType: hard -"ieee754@npm:^1.1.13, ieee754@npm:^1.2.1": +"ieee754@npm:^1.2.1": version: 1.2.1 resolution: "ieee754@npm:1.2.1" checksum: 10/d9f2557a59036f16c282aaeb107832dc957a93d73397d89bbad4eb1130560560eb695060145e8e6b3b498b15ab95510226649a0b8f52ae06583575419fe10fc4 @@ -5943,36 +5945,13 @@ __metadata: languageName: node linkType: hard -"inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4": +"inherits@npm:^2.0.3, inherits@npm:~2.0.3, inherits@npm:~2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521 languageName: node linkType: hard -"inquirer@npm:8.2.7": - version: 8.2.7 - resolution: "inquirer@npm:8.2.7" - dependencies: - "@inquirer/external-editor": "npm:^1.0.0" - ansi-escapes: "npm:^4.2.1" - chalk: "npm:^4.1.1" - cli-cursor: "npm:^3.1.0" - cli-width: "npm:^3.0.0" - figures: "npm:^3.0.0" - lodash: "npm:^4.17.21" - mute-stream: "npm:0.0.8" - ora: "npm:^5.4.1" - run-async: "npm:^2.4.0" - rxjs: "npm:^7.5.5" - string-width: "npm:^4.1.0" - strip-ansi: "npm:^6.0.0" - through: "npm:^2.3.6" - wrap-ansi: "npm:^6.0.1" - checksum: 10/526fb5ca55a29decda9b67c7b2bd437730152104c6e7c5f0d7ade90af6dc999371e1602ce86eb4a39ee3d91993501cddec32e4fe3f599723f2b653b02b685e3b - languageName: node - linkType: hard - "instantsearch-ui-components@npm:0.26.1": version: 0.26.1 resolution: "instantsearch-ui-components@npm:0.26.1" @@ -5994,9 +5973,9 @@ __metadata: languageName: node linkType: hard -"instantsearch.js@npm:4.96.2": - version: 4.96.2 - resolution: "instantsearch.js@npm:4.96.2" +"instantsearch.js@npm:4.97.0": + version: 4.97.0 + resolution: "instantsearch.js@npm:4.97.0" dependencies: "@algolia/events": "npm:^4.0.1" "@swc/helpers": "npm:0.5.18" @@ -6016,7 +5995,7 @@ __metadata: zod-to-json-schema: "npm:3.24.6" peerDependencies: algoliasearch: ">= 3.1 < 6" - checksum: 10/ac23c8681b62fc64530a2fd0738fb1711e94a92bc8a8ec8df1d2732cf75029786623a9780d935be17cd7207792b32076abc365a8b77d44607c3ba18774c46e74 + checksum: 10/7a01721e91b2cfec3929182d54dd117c608be60bf7d8584609983a5787cca92cee1374006447c7d7e3832e9099fba22cc9350a0c816d54a0f447b1d6abef1dc7 languageName: node linkType: hard @@ -6066,13 +6045,6 @@ __metadata: languageName: node linkType: hard -"is-interactive@npm:^1.0.0": - version: 1.0.0 - resolution: "is-interactive@npm:1.0.0" - checksum: 10/824808776e2d468b2916cdd6c16acacebce060d844c35ca6d82267da692e92c3a16fdba624c50b54a63f38bdc4016055b6f443ce57d7147240de4f8cdabaf6f9 - languageName: node - linkType: hard - "is-number@npm:^7.0.0": version: 7.0.0 resolution: "is-number@npm:7.0.0" @@ -6122,13 +6094,6 @@ __metadata: languageName: node linkType: hard -"is-unicode-supported@npm:^0.1.0": - version: 0.1.0 - resolution: "is-unicode-supported@npm:0.1.0" - checksum: 10/a2aab86ee7712f5c2f999180daaba5f361bdad1efadc9610ff5b8ab5495b86e4f627839d085c6530363c6d6d4ecbde340fb8e54bdb83da4ba8e0865ed5513c52 - languageName: node - linkType: hard - "is-unicode-supported@npm:^2.0.0": version: 2.1.0 resolution: "is-unicode-supported@npm:2.1.0" @@ -6177,15 +6142,6 @@ __metadata: languageName: node linkType: hard -"jackspeak@npm:^4.1.1": - version: 4.1.1 - resolution: "jackspeak@npm:4.1.1" - dependencies: - "@isaacs/cliui": "npm:^8.0.2" - checksum: 10/ffceb270ec286841f48413bfb4a50b188662dfd599378ce142b6540f3f0a66821dc9dcb1e9ebc55c6c3b24dc2226c96e5819ba9bd7a241bd29031b61911718c7 - languageName: node - linkType: hard - "java-parser@npm:3.0.1": version: 3.0.1 resolution: "java-parser@npm:3.0.1" @@ -6215,19 +6171,19 @@ __metadata: "@eslint/js": "npm:10.0.1" "@types/react": "npm:19.2.14" "@types/react-dom": "npm:19.2.3" - "@vitejs/plugin-react-swc": "npm:4.3.0" + "@vitejs/plugin-react-swc": "npm:4.3.1" algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch" - eslint: "npm:10.3.0" + eslint: "npm:10.4.0" eslint-plugin-react-hooks: "npm:7.1.1" eslint-plugin-react-refresh: "npm:0.5.2" globals: "npm:17.6.0" instantsearch.css: "npm:8.16.1" react: "npm:^19.0.0" react-dom: "npm:^19.0.0" - react-instantsearch: "npm:7.32.2" + react-instantsearch: "npm:7.32.3" typescript: "npm:5.9.3" - typescript-eslint: "npm:8.59.1" - vite: "npm:8.0.12" + typescript-eslint: "npm:8.59.3" + vite: "npm:8.0.13" languageName: unknown linkType: soft @@ -6617,10 +6573,10 @@ __metadata: languageName: node linkType: hard -"load-esm@npm:1.0.2": - version: 1.0.2 - resolution: "load-esm@npm:1.0.2" - checksum: 10/1b4adb40c28c6fdbd4ca8c97942c04debddb3c93ae91413540ff5a21ca3511a651988c835cb80cad7288d1ecb869c4794b8a787ab02e09cc07ec951ad1eefcf9 +"load-esm@npm:1.0.3": + version: 1.0.3 + resolution: "load-esm@npm:1.0.3" + checksum: 10/6949e8c253dddccca2a0ded1e9e0bbbc81924439d99e3a7d0f946ba6cdcd16de22c3cef28d997fd950befda0826ca65c3f913d9ba893d50e9cfc0bbd9a2a1e90 languageName: node linkType: hard @@ -6647,16 +6603,6 @@ __metadata: languageName: node linkType: hard -"log-symbols@npm:^4.1.0": - version: 4.1.0 - resolution: "log-symbols@npm:4.1.0" - dependencies: - chalk: "npm:^4.1.0" - is-unicode-supported: "npm:^0.1.0" - checksum: 10/fce1497b3135a0198803f9f07464165e9eb83ed02ceb2273930a6f8a508951178d8cf4f0378e9d28300a2ed2bc49050995d2bd5f53ab716bb15ac84d58c6ef74 - languageName: node - linkType: hard - "log-update@npm:^6.1.0": version: 6.1.0 resolution: "log-update@npm:6.1.0" @@ -6867,12 +6813,12 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1": - version: 10.1.1 - resolution: "minimatch@npm:10.1.1" +"minimatch@npm:^10.1.1": + version: 10.2.5 + resolution: "minimatch@npm:10.2.5" dependencies: - "@isaacs/brace-expansion": "npm:^5.0.0" - checksum: 10/110f38921ea527022e90f7a5f43721838ac740d0a0c26881c03b57c261354fb9a0430e40b2c56dfcea2ef3c773768f27210d1106f1f2be19cde3eea93f26f45e + brace-expansion: "npm:^5.0.5" + checksum: 10/19e87a931aff60ee7b9d80f39f817b8bfc54f61f8356ee3549fbf636dbccacacfec8d803eac73293955c4527cd085247dfc064bce4a5e349f8f3b85e2bf5da0f languageName: node linkType: hard @@ -7059,10 +7005,10 @@ __metadata: languageName: node linkType: hard -"mute-stream@npm:0.0.8": - version: 0.0.8 - resolution: "mute-stream@npm:0.0.8" - checksum: 10/a2d2e79dde87e3424ffc8c334472c7f3d17b072137734ca46e6f221131f1b014201cc593b69a38062e974fb2394d3d1cb4349f80f012bbf8b8ac1b28033e515f +"mute-stream@npm:^1.0.0": + version: 1.0.0 + resolution: "mute-stream@npm:1.0.0" + checksum: 10/36fc968b0e9c9c63029d4f9dc63911950a3bdf55c9a87f58d3a266289b67180201cade911e7699f8b2fa596b34c9db43dad37649e3f7fdd13c3bb9edb0017ee7 languageName: node linkType: hard @@ -7359,23 +7305,6 @@ __metadata: languageName: node linkType: hard -"ora@npm:^5.4.1": - version: 5.4.1 - resolution: "ora@npm:5.4.1" - dependencies: - bl: "npm:^4.1.0" - chalk: "npm:^4.1.0" - cli-cursor: "npm:^3.1.0" - cli-spinners: "npm:^2.5.0" - is-interactive: "npm:^1.0.0" - is-unicode-supported: "npm:^0.1.0" - log-symbols: "npm:^4.1.0" - strip-ansi: "npm:^6.0.0" - wcwidth: "npm:^1.0.1" - checksum: 10/8d071828f40090a8e1c6e8f350c6eb065808e9ab2b3e57fa37e0d5ae78cb46dac00117c8f12c3c8b8da2923454afbd8265e08c10b69881170c5b269f451e7fef - languageName: node - linkType: hard - "outdent@npm:^0.8.0": version: 0.8.0 resolution: "outdent@npm:0.8.0" @@ -7522,31 +7451,31 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:1.62.0": - version: 1.62.0 - resolution: "oxlint@npm:1.62.0" - dependencies: - "@oxlint/binding-android-arm-eabi": "npm:1.62.0" - "@oxlint/binding-android-arm64": "npm:1.62.0" - "@oxlint/binding-darwin-arm64": "npm:1.62.0" - "@oxlint/binding-darwin-x64": "npm:1.62.0" - "@oxlint/binding-freebsd-x64": "npm:1.62.0" - "@oxlint/binding-linux-arm-gnueabihf": "npm:1.62.0" - "@oxlint/binding-linux-arm-musleabihf": "npm:1.62.0" - "@oxlint/binding-linux-arm64-gnu": "npm:1.62.0" - "@oxlint/binding-linux-arm64-musl": "npm:1.62.0" - "@oxlint/binding-linux-ppc64-gnu": "npm:1.62.0" - "@oxlint/binding-linux-riscv64-gnu": "npm:1.62.0" - "@oxlint/binding-linux-riscv64-musl": "npm:1.62.0" - "@oxlint/binding-linux-s390x-gnu": "npm:1.62.0" - "@oxlint/binding-linux-x64-gnu": "npm:1.62.0" - "@oxlint/binding-linux-x64-musl": "npm:1.62.0" - "@oxlint/binding-openharmony-arm64": "npm:1.62.0" - "@oxlint/binding-win32-arm64-msvc": "npm:1.62.0" - "@oxlint/binding-win32-ia32-msvc": "npm:1.62.0" - "@oxlint/binding-win32-x64-msvc": "npm:1.62.0" +"oxlint@npm:1.64.0": + version: 1.64.0 + resolution: "oxlint@npm:1.64.0" + dependencies: + "@oxlint/binding-android-arm-eabi": "npm:1.64.0" + "@oxlint/binding-android-arm64": "npm:1.64.0" + "@oxlint/binding-darwin-arm64": "npm:1.64.0" + "@oxlint/binding-darwin-x64": "npm:1.64.0" + "@oxlint/binding-freebsd-x64": "npm:1.64.0" + "@oxlint/binding-linux-arm-gnueabihf": "npm:1.64.0" + "@oxlint/binding-linux-arm-musleabihf": "npm:1.64.0" + "@oxlint/binding-linux-arm64-gnu": "npm:1.64.0" + "@oxlint/binding-linux-arm64-musl": "npm:1.64.0" + "@oxlint/binding-linux-ppc64-gnu": "npm:1.64.0" + "@oxlint/binding-linux-riscv64-gnu": "npm:1.64.0" + "@oxlint/binding-linux-riscv64-musl": "npm:1.64.0" + "@oxlint/binding-linux-s390x-gnu": "npm:1.64.0" + "@oxlint/binding-linux-x64-gnu": "npm:1.64.0" + "@oxlint/binding-linux-x64-musl": "npm:1.64.0" + "@oxlint/binding-openharmony-arm64": "npm:1.64.0" + "@oxlint/binding-win32-arm64-msvc": "npm:1.64.0" + "@oxlint/binding-win32-ia32-msvc": "npm:1.64.0" + "@oxlint/binding-win32-x64-msvc": "npm:1.64.0" peerDependencies: - oxlint-tsgolint: ">=0.18.0" + oxlint-tsgolint: ">=0.22.1" dependenciesMeta: "@oxlint/binding-android-arm-eabi": optional: true @@ -7591,7 +7520,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10/47549f05027456573277b96e3ce5a6427c926b5f5160d24263254566a5d88f6363099232be3641ec844e6d69ca8ec913b60d2194850ae2f3d9c852aff2bebe24 + checksum: 10/86989e52eb927ae60bd915c134820d9b022a84ca4c639499705cd6991cea1dd128bf63839b82ba7a29bdff70d97df7f2170f841b3fb0ef909fd3257d7845bb99 languageName: node linkType: hard @@ -7940,22 +7869,22 @@ __metadata: linkType: hard "protobufjs@npm:^7.3.0": - version: 7.5.5 - resolution: "protobufjs@npm:7.5.5" + version: 7.5.8 + resolution: "protobufjs@npm:7.5.8" dependencies: "@protobufjs/aspromise": "npm:^1.1.2" "@protobufjs/base64": "npm:^1.1.2" - "@protobufjs/codegen": "npm:^2.0.4" + "@protobufjs/codegen": "npm:^2.0.5" "@protobufjs/eventemitter": "npm:^1.1.0" "@protobufjs/fetch": "npm:^1.1.0" "@protobufjs/float": "npm:^1.0.2" - "@protobufjs/inquire": "npm:^1.1.0" + "@protobufjs/inquire": "npm:^1.1.1" "@protobufjs/path": "npm:^1.1.2" "@protobufjs/pool": "npm:^1.1.0" - "@protobufjs/utf8": "npm:^1.1.0" + "@protobufjs/utf8": "npm:^1.1.1" "@types/node": "npm:>=13.7.0" long: "npm:^5.0.0" - checksum: 10/048898023a38d22f5fc9a1bcf0dcce5cfbcd37fb00753bd72283720eee7e2cb6055b23957542e5bcdc136379af66203a2ddb8d8c39d11f73169bacf07885fedd + checksum: 10/2beb69b88a5c0a8420d0d5934f2358d417ecd6446f4c0d7c8a9ba5fc0e62ec1631938c0ab083258c14f15b87d39d559b49b398779638df57b2f3a3238cc0be1c languageName: node linkType: hard @@ -8080,36 +8009,36 @@ __metadata: languageName: node linkType: hard -"react-instantsearch-core@npm:7.32.2": - version: 7.32.2 - resolution: "react-instantsearch-core@npm:7.32.2" +"react-instantsearch-core@npm:7.32.3": + version: 7.32.3 + resolution: "react-instantsearch-core@npm:7.32.3" dependencies: "@swc/helpers": "npm:0.5.18" algoliasearch-helper: "npm:3.29.1" - instantsearch.js: "npm:4.96.2" + instantsearch.js: "npm:4.97.0" use-sync-external-store: "npm:^1.0.0" zod: "npm:^3.25.76 || ^4" zod-to-json-schema: "npm:3.24.6" peerDependencies: algoliasearch: ">= 3.1 < 6" react: ">= 16.8.0 < 20" - checksum: 10/30309d0e72b12bc15c822c3c700591b8dffc9afa288d28b2db49d79e2ccd8a3ef8edd9865319ec03521b5bd522685bbb5a588fe4795dc2992a19adfb7fa936c7 + checksum: 10/651f4213526832659d120db8d4313f0a0741b1db44545ecd270ce1ba8289feaf87efe507647f363e67056149f59ccac6236dd6eb1a914993b328361058cab7ca languageName: node linkType: hard -"react-instantsearch@npm:7.32.2": - version: 7.32.2 - resolution: "react-instantsearch@npm:7.32.2" +"react-instantsearch@npm:7.32.3": + version: 7.32.3 + resolution: "react-instantsearch@npm:7.32.3" dependencies: "@swc/helpers": "npm:0.5.18" instantsearch-ui-components: "npm:0.26.1" - instantsearch.js: "npm:4.96.2" - react-instantsearch-core: "npm:7.32.2" + instantsearch.js: "npm:4.97.0" + react-instantsearch-core: "npm:7.32.3" peerDependencies: algoliasearch: ">= 3.1 < 6" react: ">= 16.8.0 < 20" react-dom: ">= 16.8.0 < 20" - checksum: 10/f0ba8afcea80a8d4a506eba464989ada78372e36708c21ced7a8af061cc39d76e38bf2f2c33cbaeaff0e0decdd61ed07d1092cba966f3e84c1dffc10044a14ed + checksum: 10/09da1f28a4f78fea1f9222b562bd1f90f81a5c25a9eaa2d6621d30ede9f9c38cb9076f954b683656d5f5862c94b79d1eee273d4727343d853bf3b5094d2ceed6 languageName: node linkType: hard @@ -8154,7 +8083,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0": +"readable-stream@npm:^3.6.0": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" dependencies: @@ -8376,14 +8305,14 @@ __metadata: languageName: node linkType: hard -"run-async@npm:^2.4.0": - version: 2.4.1 - resolution: "run-async@npm:2.4.1" - checksum: 10/c79551224dafa26ecc281cb1efad3510c82c79116aaf681f8a931ce70fdf4ca880d58f97d3b930a38992c7aad7955a08e065b32ec194e1dd49d7790c874ece50 +"run-async@npm:^3.0.0": + version: 3.0.0 + resolution: "run-async@npm:3.0.0" + checksum: 10/97fb8747f7765b77ebcd311d3a33548099336f04c6434e0763039b98c1de0f1b4421000695aff8751f309c0b995d8dfd620c1f1e4c35572da38c101488165305 languageName: node linkType: hard -"rxjs@npm:7.8.2, rxjs@npm:^7.5.5": +"rxjs@npm:7.8.2": version: 7.8.2 resolution: "rxjs@npm:7.8.2" dependencies: @@ -8436,7 +8365,7 @@ __metadata: "@types/folder-hash": "npm:4.0.4" "@types/fs-extra": "npm:11.0.4" "@types/js-yaml": "npm:4.0.9" - "@types/node": "npm:24.12.2" + "@types/node": "npm:24.12.4" "@types/semver": "npm:7.7.1" "@types/spinnies": "npm:0.5.3" algoliasearch: "npm:5.52.1" @@ -8977,12 +8906,12 @@ __metadata: languageName: node linkType: hard -"strtok3@npm:^10.2.2": - version: 10.3.4 - resolution: "strtok3@npm:10.3.4" +"strtok3@npm:^10.3.4": + version: 10.3.5 + resolution: "strtok3@npm:10.3.5" dependencies: "@tokenizer/token": "npm:^0.3.0" - checksum: 10/53be14a567dca149be56cb072eaa3c0fffd70d066acf800cf588b91558c6d475364ff8d550524ce0499fc4873a4b0d42ad8c542bfdb9fb39cba520ef2e2e9818 + checksum: 10/7279dc97a7207a5664ea07cf5304b94968db4f02d64d2732be8e7a3a31a876375126749cd36a00d0bd54c891875f3e47175f8194d40c64118f3265dbc241aaca languageName: node linkType: hard @@ -9106,13 +9035,6 @@ __metadata: languageName: node linkType: hard -"through@npm:^2.3.6": - version: 2.3.8 - resolution: "through@npm:2.3.8" - checksum: 10/5da78346f70139a7d213b65a0106f3c398d6bc5301f9248b5275f420abc2c4b1e77c2abc72d218dedc28c41efb2e7c312cb76a7730d04f9c2d37d247da3f4198 - languageName: node - linkType: hard - "tinybench@npm:^2.9.0": version: 2.9.0 resolution: "tinybench@npm:2.9.0" @@ -9177,7 +9099,7 @@ __metadata: languageName: node linkType: hard -"token-types@npm:^6.0.0": +"token-types@npm:^6.1.1": version: 6.1.2 resolution: "token-types@npm:6.1.2" dependencies: @@ -9293,18 +9215,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:8.59.1": - version: 8.59.1 - resolution: "typescript-eslint@npm:8.59.1" +"typescript-eslint@npm:8.59.3": + version: 8.59.3 + resolution: "typescript-eslint@npm:8.59.3" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.59.1" - "@typescript-eslint/parser": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" - "@typescript-eslint/utils": "npm:8.59.1" + "@typescript-eslint/eslint-plugin": "npm:8.59.3" + "@typescript-eslint/parser": "npm:8.59.3" + "@typescript-eslint/typescript-estree": "npm:8.59.3" + "@typescript-eslint/utils": "npm:8.59.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/d35d30bdcff5b9644c9bf500d3ad74cebbd41612bf2669c3e3208cd74ee43302941666336acfca65bc44352b9b58c0455afe0a9e7106f12e54789b8c1f16dc11 + checksum: 10/01cfffb7340e0479558d327e680233febaf0eb1b0150d7c07a41edc98d6351e31e2ffe6e0a5eceef82a785644e242376e05913372c9e81f0f07c585609612921 languageName: node linkType: hard @@ -9418,6 +9340,13 @@ __metadata: languageName: node linkType: hard +"undici-types@npm:~6.21.0": + version: 6.21.0 + resolution: "undici-types@npm:6.21.0" + checksum: 10/ec8f41aa4359d50f9b59fa61fe3efce3477cc681908c8f84354d8567bb3701fafdddf36ef6bff307024d3feb42c837cf6f670314ba37fc8145e219560e473d14 + languageName: node + linkType: hard + "undici-types@npm:~7.16.0": version: 7.16.0 resolution: "undici-types@npm:7.16.0" @@ -9680,7 +9609,7 @@ __metadata: languageName: node linkType: hard -"wcwidth@npm:>=1.0.1, wcwidth@npm:^1.0.1": +"wcwidth@npm:>=1.0.1": version: 1.0.1 resolution: "wcwidth@npm:1.0.1" dependencies: @@ -9776,7 +9705,7 @@ __metadata: languageName: node linkType: hard -"wrap-ansi@npm:^6.0.1": +"wrap-ansi@npm:^6.2.0": version: 6.2.0 resolution: "wrap-ansi@npm:6.2.0" dependencies: