@ama-sdk/schematics 10.4.0-rc.3 → 10.4.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/schematics/java/client-core/swagger-codegen-java-client/target/javaClient-swagger-codegen-tests.jar +0 -0
- package/schematics/java/client-core/swagger-codegen-java-client/target/javaClient-swagger-codegen.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator-tests.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator.jar +0 -0
- package/schematics/typescript/shell/templates/base/.renovaterc.json.template +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "10.4.0-rc.
|
|
3
|
+
"version": "10.4.0-rc.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@ama-sdk/core": "^10.4.0-rc.
|
|
51
|
+
"@ama-sdk/core": "^10.4.0-rc.4",
|
|
52
52
|
"@angular-devkit/core": "~17.3.0",
|
|
53
53
|
"@angular-devkit/schematics": "~17.3.0",
|
|
54
54
|
"@angular-devkit/schematics-cli": "^17.0.1",
|
|
55
55
|
"@angular/cli": "^17.0.1",
|
|
56
|
-
"@o3r/schematics": "^10.4.0-rc.
|
|
56
|
+
"@o3r/schematics": "^10.4.0-rc.4",
|
|
57
57
|
"@openapitools/openapi-generator-cli": "~2.13.0",
|
|
58
58
|
"@schematics/angular": "~17.3.0"
|
|
59
59
|
},
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@ama-sdk/core": "^10.4.0-rc.
|
|
70
|
+
"@ama-sdk/core": "^10.4.0-rc.4",
|
|
71
71
|
"@angular-devkit/schematics-cli": "~17.3.0",
|
|
72
72
|
"@angular-eslint/eslint-plugin": "~17.5.0",
|
|
73
73
|
"@angular/cli": "~17.3.0",
|
|
74
74
|
"@nx/eslint-plugin": "~18.3.0",
|
|
75
75
|
"@nx/jest": "~18.3.0",
|
|
76
|
-
"@o3r/build-helpers": "^10.4.0-rc.
|
|
77
|
-
"@o3r/eslint-plugin": "^10.4.0-rc.
|
|
78
|
-
"@o3r/schematics": "^10.4.0-rc.
|
|
79
|
-
"@o3r/test-helpers": "^10.4.0-rc.
|
|
76
|
+
"@o3r/build-helpers": "^10.4.0-rc.4",
|
|
77
|
+
"@o3r/eslint-plugin": "^10.4.0-rc.4",
|
|
78
|
+
"@o3r/schematics": "^10.4.0-rc.4",
|
|
79
|
+
"@o3r/test-helpers": "^10.4.0-rc.4",
|
|
80
80
|
"@openapitools/openapi-generator-cli": "~2.13.0",
|
|
81
81
|
"@schematics/angular": "~17.3.0",
|
|
82
82
|
"@stylistic/eslint-plugin-ts": "^1.5.4",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
3
|
"extends": [
|
|
4
|
-
"github>AmadeusITGroup/otter//tools/renovate/base"
|
|
5
|
-
"github>AmadeusITGroup/otter//tools/renovate/sdk"
|
|
6
|
-
"github>AmadeusITGroup/otter//tools/renovate/sdk-spec-upgrade(
|
|
4
|
+
"github>AmadeusITGroup/otter//tools/renovate/base",<% if (packageManager === 'yarn') { %>
|
|
5
|
+
"github>AmadeusITGroup/otter//tools/renovate/sdk"<% if (specPackageName) { %>,
|
|
6
|
+
"github>AmadeusITGroup/otter//tools/renovate/sdk-spec-upgrade(<%= specPackageName %>)"<% } %><% } else { %>
|
|
7
|
+
"github>AmadeusITGroup/otter//tools/renovate/group/otter",
|
|
8
|
+
"github>AmadeusITGroup/otter//tools/renovate/tasks/base",
|
|
9
|
+
"github>AmadeusITGroup/otter//tools/renovate/tasks/sdk-regenerate(npm)"<% if (specPackageName) { %>,
|
|
10
|
+
"github>AmadeusITGroup/otter//tools/renovate/group/sdk-spec(<%= specPackageName %>)",
|
|
11
|
+
"github>AmadeusITGroup/otter//tools/renovate/tasks/sdk-spec-regenerate(npm, <%= specPackageName %>)"<% } %><% } %>
|
|
7
12
|
],
|
|
8
13
|
"prConcurrentLimit": 0,
|
|
9
14
|
"prHourlyLimit": 0,
|