@backstage/repo-tools 0.14.0-next.2 → 0.14.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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bf9a173: Add support for caching the per-package output from the `package-docs` command.
8
+
9
+ ### Patch Changes
10
+
11
+ - 4bff5d0: Fixed a bug where linting would fail with the generated clients when defining top-level `enum` schema values.
12
+ - 2d20024: Fix an issue where errors were not printed to console when running `backstage-repo-tools schema openapi generate` without the `--watch` flag.
13
+ - e643ee4: Add missing highlight language for the `package-docs` command.
14
+ - c83cd8b: Fixed some circular or otherwise unclear imports
15
+ - a372bf1: Updated dependency `@electric-sql/pglite` to `^0.3.0`.
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@1.4.0
18
+ - @backstage/catalog-model@1.7.4
19
+ - @backstage/cli-common@0.1.15
20
+ - @backstage/cli-node@0.2.13
21
+ - @backstage/config-loader@1.10.1
22
+ - @backstage/errors@1.2.7
23
+
3
24
  ## 0.14.0-next.2
4
25
 
5
26
  ### Patch Changes
@@ -35,7 +35,7 @@ async function generateSpecFile() {
35
35
  // * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. *
36
36
  // ******************************************************************
37
37
  import {createValidatedOpenApiRouterFromGeneratedEndpointMap} from '@backstage/backend-openapi-utils';
38
- import {EndpointMap} from './';
38
+ import {EndpointMap} from './apis';
39
39
  export const spec = ${JSON.stringify(yaml, null, 2)} as const;
40
40
  export const createOpenApiRouter = async (
41
41
  options?: Parameters<typeof createValidatedOpenApiRouterFromGeneratedEndpointMap>['1'],
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.14.0-next.2";
3
+ var version = "0.14.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
- "version": "0.14.0-next.2",
3
+ "version": "0.14.0",
4
4
  "description": "CLI for Backstage repo tooling ",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -43,13 +43,13 @@
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.4.0-next.1",
47
- "@backstage/catalog-model": "1.7.4",
48
- "@backstage/cli-common": "0.1.15",
49
- "@backstage/cli-node": "0.2.13",
50
- "@backstage/config-loader": "1.10.1",
51
- "@backstage/errors": "1.2.7",
52
- "@electric-sql/pglite": "^0.2.15",
46
+ "@backstage/backend-plugin-api": "^1.4.0",
47
+ "@backstage/catalog-model": "^1.7.4",
48
+ "@backstage/cli-common": "^0.1.15",
49
+ "@backstage/cli-node": "^0.2.13",
50
+ "@backstage/config-loader": "^1.10.1",
51
+ "@backstage/errors": "^1.2.7",
52
+ "@electric-sql/pglite": "^0.3.0",
53
53
  "@manypkg/get-packages": "^1.1.3",
54
54
  "@microsoft/api-documenter": "^7.25.7",
55
55
  "@microsoft/api-extractor": "^7.47.2",
@@ -86,9 +86,9 @@
86
86
  "zod": "^3.22.4"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-test-utils": "1.6.0-next.2",
90
- "@backstage/cli": "0.33.0-next.1",
91
- "@backstage/types": "1.2.1",
89
+ "@backstage/backend-test-utils": "^1.6.0",
90
+ "@backstage/cli": "^0.33.0",
91
+ "@backstage/types": "^1.2.1",
92
92
  "@types/is-glob": "^4.0.2",
93
93
  "@types/node": "^20.16.0",
94
94
  "@types/prettier": "^2.0.0",