From ef01afdbd049ca120d68a19e0a476db857e45d5f Mon Sep 17 00:00:00 2001 From: matthieu-crouzet Date: Tue, 7 Jan 2025 17:06:58 +0100 Subject: [PATCH] fix(ama-sdk): fallback open api generator version to 7.9.0 --- .renovaterc.json5 | 4 +++- packages/@ama-sdk/schematics/package.json | 2 +- .../typescript/core/openapi-codegen-typescript/pom.xml | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 0040e8401d..1d85b1d8b3 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -104,7 +104,9 @@ "org.openapitools:openapi-generator" ], "groupName": "Open API updates", - "groupSlug": "openapi" + "groupSlug": "openapi", + // TODO wait for https://github.com/OpenAPITools/openapi-generator/issues/20135 to be fixed before upgrading to 7.10.0 + "enabled": false }, { // We don't want to update this dep as we are still targeting a fork diff --git a/packages/@ama-sdk/schematics/package.json b/packages/@ama-sdk/schematics/package.json index 32c7b35cec..c0544a1549 100644 --- a/packages/@ama-sdk/schematics/package.json +++ b/packages/@ama-sdk/schematics/package.json @@ -153,7 +153,7 @@ "tsc-watch": "^6.0.4", "yaml-eslint-parser": "^1.2.2" }, - "openApiSupportedVersion": "~7.10.0", + "openApiSupportedVersion": "~7.9.0", "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } diff --git a/packages/@ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript/pom.xml b/packages/@ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript/pom.xml index 0c0cc4c74e..6ef8006faa 100644 --- a/packages/@ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript/pom.xml +++ b/packages/@ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript/pom.xml @@ -95,7 +95,9 @@ org.openapitools openapi-generator - 7.10.0 + + + 7.9.0 provided