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/apps/vscode-extension/package.json b/apps/vscode-extension/package.json
index 0a3c074d57..cbb1087a23 100644
--- a/apps/vscode-extension/package.json
+++ b/apps/vscode-extension/package.json
@@ -372,6 +372,7 @@
"@types/node": "^20.0.0",
"@types/vscode": "^1.67.0",
"@typescript-eslint/parser": "~8.19.0",
+ "@typescript-eslint/utils": "~8.19.0",
"@vscode/vsce": "^2.16.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
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
diff --git a/yarn.lock b/yarn.lock
index 7312a0885f..2757e3dd4d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -29961,6 +29961,7 @@ __metadata:
"@types/node": "npm:^20.0.0"
"@types/vscode": "npm:^1.67.0"
"@typescript-eslint/parser": "npm:~8.19.0"
+ "@typescript-eslint/utils": "npm:~8.19.0"
"@vscode/vsce": "npm:^2.16.0"
angular-eslint: "npm:~18.4.0"
cpy-cli: "npm:^5.0.0"