@backstage/plugin-techdocs-backend 1.9.0-next.2 → 1.9.1-next.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,48 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.9.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.0-next.0
9
+ - @backstage/integration@1.8.0-next.0
10
+ - @backstage/plugin-techdocs-node@1.11.0-next.0
11
+ - @backstage/plugin-search-backend-module-techdocs@0.1.12-next.0
12
+ - @backstage/backend-plugin-api@0.6.8-next.0
13
+ - @backstage/catalog-client@1.4.6
14
+ - @backstage/catalog-model@1.4.3
15
+ - @backstage/config@1.1.1
16
+ - @backstage/errors@1.2.3
17
+ - @backstage/plugin-catalog-common@1.0.18
18
+ - @backstage/plugin-permission-common@0.7.10
19
+ - @backstage/plugin-search-common@1.2.8
20
+
21
+ ## 1.9.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 67cff7b06f: Expose an extension point to set a custom build strategy. Also move `DocsBuildStrategy` type to `@backstage/plugin-techdocs-node` and deprecate `ShouldBuildParameters` type.
26
+
27
+ ### Patch Changes
28
+
29
+ - c3c5c7e514: Add info about the entity when tech docs fail to build
30
+ - 48a61bfdca: Fix potential memory leak by not creating a build log transport if not given via `RouterOptions`.
31
+ - 013611b42e: `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
32
+ - Updated dependencies
33
+ - @backstage/plugin-techdocs-node@1.10.0
34
+ - @backstage/integration@1.7.2
35
+ - @backstage/backend-common@0.19.9
36
+ - @backstage/backend-plugin-api@0.6.7
37
+ - @backstage/plugin-search-backend-module-techdocs@0.1.11
38
+ - @backstage/catalog-client@1.4.6
39
+ - @backstage/plugin-permission-common@0.7.10
40
+ - @backstage/catalog-model@1.4.3
41
+ - @backstage/config@1.1.1
42
+ - @backstage/errors@1.2.3
43
+ - @backstage/plugin-catalog-common@1.0.18
44
+ - @backstage/plugin-search-common@1.2.8
45
+
3
46
  ## 1.9.0-next.2
4
47
 
5
48
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.9.0-next.2",
3
+ "version": "1.9.1-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
3
  "description": "The Backstage backend plugin that renders technical documentation for your components",
4
- "version": "1.9.0-next.2",
4
+ "version": "1.9.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,18 +44,18 @@
44
44
  "clean": "backstage-cli package clean"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-common": "^0.19.9-next.2",
48
- "@backstage/backend-plugin-api": "^0.6.7-next.2",
49
- "@backstage/catalog-client": "^1.4.5",
47
+ "@backstage/backend-common": "^0.20.0-next.0",
48
+ "@backstage/backend-plugin-api": "^0.6.8-next.0",
49
+ "@backstage/catalog-client": "^1.4.6",
50
50
  "@backstage/catalog-model": "^1.4.3",
51
51
  "@backstage/config": "^1.1.1",
52
52
  "@backstage/errors": "^1.2.3",
53
- "@backstage/integration": "^1.7.2-next.0",
54
- "@backstage/plugin-catalog-common": "^1.0.17",
55
- "@backstage/plugin-permission-common": "^0.7.9",
56
- "@backstage/plugin-search-backend-module-techdocs": "^0.1.11-next.2",
57
- "@backstage/plugin-search-common": "^1.2.7",
58
- "@backstage/plugin-techdocs-node": "^1.10.0-next.2",
53
+ "@backstage/integration": "^1.8.0-next.0",
54
+ "@backstage/plugin-catalog-common": "^1.0.18",
55
+ "@backstage/plugin-permission-common": "^0.7.10",
56
+ "@backstage/plugin-search-backend-module-techdocs": "^0.1.12-next.0",
57
+ "@backstage/plugin-search-common": "^1.2.8",
58
+ "@backstage/plugin-techdocs-node": "^1.11.0-next.0",
59
59
  "@types/express": "^4.17.6",
60
60
  "dockerode": "^3.3.1",
61
61
  "express": "^4.17.1",
@@ -68,9 +68,9 @@
68
68
  "winston": "^3.2.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "^0.2.8-next.2",
72
- "@backstage/cli": "^0.24.0-next.1",
73
- "@backstage/plugin-search-backend-node": "^1.2.11-next.2",
71
+ "@backstage/backend-test-utils": "^0.2.9-next.0",
72
+ "@backstage/cli": "^0.24.1-next.0",
73
+ "@backstage/plugin-search-backend-node": "^1.2.12-next.0",
74
74
  "@types/dockerode": "^3.3.0",
75
75
  "msw": "^1.0.0",
76
76
  "supertest": "^6.1.3"