@backstage/repo-tools 0.11.0-next.3 → 0.11.0
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/CHANGELOG.md +22 -0
- package/dist/lib/openapi/optic/helpers.cjs.js +1 -4
- package/dist/package.json.cjs.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/repo-tools
|
|
2
2
|
|
|
3
|
+
## 0.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1440232: `backstage-repo-tools package schema openapi generate --server` now generates complete TS interfaces for all request/response objects in your OpenAPI schema. This fixes an edge case around recursive schemas and standardizes both the generated client and server to have similar generated types.
|
|
8
|
+
- 47fdbb4: Adds a `--watch` mode to the `schema openapi generate` command for a better local schema writing experience.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 95401a8: The `generate-patch` command now properly includes newly created files in the patch.
|
|
13
|
+
- 23f1da2: Updated dependency `ts-morph` to `^24.0.0`.
|
|
14
|
+
- 3f1fb21: The `generate-patch` command will now fall back to always adding a `resolutions` entry, even if no matching descriptors are found.
|
|
15
|
+
- dde85ee: Added a new `generate-patch` command that can be used to generate patches for current changes in a source workspace to be installed it a target workspace.
|
|
16
|
+
- 702f41d: Bumped dev dependencies `@types/node`
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/config-loader@1.9.2
|
|
19
|
+
- @backstage/backend-plugin-api@1.0.2
|
|
20
|
+
- @backstage/cli-common@0.1.15
|
|
21
|
+
- @backstage/catalog-model@1.7.1
|
|
22
|
+
- @backstage/cli-node@0.2.10
|
|
23
|
+
- @backstage/errors@1.2.5
|
|
24
|
+
|
|
3
25
|
## 0.11.0-next.3
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -104,10 +104,7 @@ ${s.apiName}
|
|
|
104
104
|
</td>
|
|
105
105
|
<td>
|
|
106
106
|
${getOperationsText(s.comparison.groupedDiffs, {
|
|
107
|
-
webUrl: s.opticWebUrl
|
|
108
|
-
verbose: options.verbose,
|
|
109
|
-
labelJoiner: ",\n"
|
|
110
|
-
})}
|
|
107
|
+
webUrl: s.opticWebUrl})}
|
|
111
108
|
</td>
|
|
112
109
|
<td>
|
|
113
110
|
${getChecksLabel(s.comparison.results, results.severity)}
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/repo-tools",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "CLI for Backstage repo tooling ",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
45
45
|
"@apisyouwonthate/style-guide": "^1.4.0",
|
|
46
|
-
"@backstage/backend-plugin-api": "1.0.2
|
|
47
|
-
"@backstage/catalog-model": "1.7.
|
|
48
|
-
"@backstage/cli-common": "0.1.15
|
|
49
|
-
"@backstage/cli-node": "0.2.10
|
|
50
|
-
"@backstage/config-loader": "1.9.2
|
|
51
|
-
"@backstage/errors": "1.2.
|
|
46
|
+
"@backstage/backend-plugin-api": "^1.0.2",
|
|
47
|
+
"@backstage/catalog-model": "^1.7.1",
|
|
48
|
+
"@backstage/cli-common": "^0.1.15",
|
|
49
|
+
"@backstage/cli-node": "^0.2.10",
|
|
50
|
+
"@backstage/config-loader": "^1.9.2",
|
|
51
|
+
"@backstage/errors": "^1.2.5",
|
|
52
52
|
"@manypkg/get-packages": "^1.1.3",
|
|
53
53
|
"@microsoft/api-documenter": "^7.25.7",
|
|
54
54
|
"@microsoft/api-extractor": "^7.47.2",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"yaml-diff-patch": "^2.0.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-test-utils": "1.1.0
|
|
83
|
-
"@backstage/cli": "0.29.0
|
|
84
|
-
"@backstage/types": "1.
|
|
82
|
+
"@backstage/backend-test-utils": "^1.1.0",
|
|
83
|
+
"@backstage/cli": "^0.29.0",
|
|
84
|
+
"@backstage/types": "^1.2.0",
|
|
85
85
|
"@types/is-glob": "^4.0.2",
|
|
86
86
|
"@types/node": "^20.16.0",
|
|
87
87
|
"@types/prettier": "^2.0.0"
|