@backstage/plugin-techdocs-backend 1.9.0-next.1 → 1.9.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 +37 -0
- package/alpha/package.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-backend
|
|
2
2
|
|
|
3
|
+
## 1.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 67cff7b06f: Expose an extension point to set a custom build strategy. Also move `DocsBuildStrategy` type to `@backstage/plugin-techdocs-node` and deprecate `ShouldBuildParameters` type.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- c3c5c7e514: Add info about the entity when tech docs fail to build
|
|
12
|
+
- 48a61bfdca: Fix potential memory leak by not creating a build log transport if not given via `RouterOptions`.
|
|
13
|
+
- 013611b42e: `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/plugin-techdocs-node@1.10.0
|
|
16
|
+
- @backstage/integration@1.7.2
|
|
17
|
+
- @backstage/backend-common@0.19.9
|
|
18
|
+
- @backstage/backend-plugin-api@0.6.7
|
|
19
|
+
- @backstage/plugin-search-backend-module-techdocs@0.1.11
|
|
20
|
+
- @backstage/catalog-client@1.4.6
|
|
21
|
+
- @backstage/plugin-permission-common@0.7.10
|
|
22
|
+
- @backstage/catalog-model@1.4.3
|
|
23
|
+
- @backstage/config@1.1.1
|
|
24
|
+
- @backstage/errors@1.2.3
|
|
25
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
26
|
+
- @backstage/plugin-search-common@1.2.8
|
|
27
|
+
|
|
28
|
+
## 1.9.0-next.2
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- [#20570](https://github.com/backstage/backstage/pull/20570) [`013611b42e`](https://github.com/backstage/backstage/commit/013611b42ed457fefa9bb85fddf416cf5e0c1f76) Thanks [@freben](https://github.com/freben)! - `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
|
33
|
+
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
- @backstage/backend-plugin-api@0.6.7-next.2
|
|
36
|
+
- @backstage/backend-common@0.19.9-next.2
|
|
37
|
+
- @backstage/plugin-search-backend-module-techdocs@0.1.11-next.2
|
|
38
|
+
- @backstage/plugin-techdocs-node@1.10.0-next.2
|
|
39
|
+
|
|
3
40
|
## 1.9.0-next.1
|
|
4
41
|
|
|
5
42
|
### Minor Changes
|
package/alpha/package.json
CHANGED
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
|
|
4
|
+
"version": "1.9.0",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,33 +44,33 @@
|
|
|
44
44
|
"clean": "backstage-cli package clean"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-common": "^0.19.9
|
|
48
|
-
"@backstage/backend-plugin-api": "^0.6.7
|
|
49
|
-
"@backstage/catalog-client": "^1.4.
|
|
47
|
+
"@backstage/backend-common": "^0.19.9",
|
|
48
|
+
"@backstage/backend-plugin-api": "^0.6.7",
|
|
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
|
|
54
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
55
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
56
|
-
"@backstage/plugin-search-backend-module-techdocs": "^0.1.11
|
|
57
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
58
|
-
"@backstage/plugin-techdocs-node": "^1.10.0
|
|
53
|
+
"@backstage/integration": "^1.7.2",
|
|
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.11",
|
|
57
|
+
"@backstage/plugin-search-common": "^1.2.8",
|
|
58
|
+
"@backstage/plugin-techdocs-node": "^1.10.0",
|
|
59
59
|
"@types/express": "^4.17.6",
|
|
60
60
|
"dockerode": "^3.3.1",
|
|
61
61
|
"express": "^4.17.1",
|
|
62
62
|
"express-promise-router": "^4.1.0",
|
|
63
63
|
"fs-extra": "10.1.0",
|
|
64
|
-
"knex": "^
|
|
64
|
+
"knex": "^3.0.0",
|
|
65
65
|
"lodash": "^4.17.21",
|
|
66
66
|
"node-fetch": "^2.6.7",
|
|
67
67
|
"p-limit": "^3.1.0",
|
|
68
68
|
"winston": "^3.2.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@backstage/backend-test-utils": "^0.2.8
|
|
72
|
-
"@backstage/cli": "^0.24.0
|
|
73
|
-
"@backstage/plugin-search-backend-node": "^1.2.11
|
|
71
|
+
"@backstage/backend-test-utils": "^0.2.8",
|
|
72
|
+
"@backstage/cli": "^0.24.0",
|
|
73
|
+
"@backstage/plugin-search-backend-node": "^1.2.11",
|
|
74
74
|
"@types/dockerode": "^3.3.0",
|
|
75
75
|
"msw": "^1.0.0",
|
|
76
76
|
"supertest": "^6.1.3"
|