@backstage/plugin-techdocs-addons-test-utils 1.0.12-next.0 → 1.0.12-next.2
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 +33 -0
- package/dist/index.d.ts +2 -2
- package/package.json +15 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-addons-test-utils
|
|
2
2
|
|
|
3
|
+
## 1.0.12-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.12.6-next.2
|
|
9
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
10
|
+
- @backstage/plugin-techdocs@1.6.1-next.2
|
|
11
|
+
- @backstage/core-app-api@1.7.0-next.2
|
|
12
|
+
- @backstage/integration-react@1.1.12-next.2
|
|
13
|
+
- @backstage/test-utils@1.3.0-next.2
|
|
14
|
+
- @backstage/theme@0.2.19-next.0
|
|
15
|
+
- @backstage/plugin-catalog@1.10.0-next.2
|
|
16
|
+
- @backstage/plugin-search-react@1.5.2-next.2
|
|
17
|
+
- @backstage/plugin-techdocs-react@1.1.5-next.2
|
|
18
|
+
|
|
19
|
+
## 1.0.12-next.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/core-components@0.12.6-next.1
|
|
26
|
+
- @backstage/plugin-techdocs@1.6.1-next.1
|
|
27
|
+
- @backstage/core-app-api@1.7.0-next.1
|
|
28
|
+
- @backstage/integration-react@1.1.12-next.1
|
|
29
|
+
- @backstage/core-plugin-api@1.5.1-next.0
|
|
30
|
+
- @backstage/plugin-techdocs-react@1.1.5-next.1
|
|
31
|
+
- @backstage/plugin-search-react@1.5.2-next.1
|
|
32
|
+
- @backstage/test-utils@1.3.0-next.1
|
|
33
|
+
- @backstage/plugin-catalog@1.10.0-next.1
|
|
34
|
+
- @backstage/theme@0.2.19-next.0
|
|
35
|
+
|
|
3
36
|
## 1.0.12-next.0
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ import { ApiRef } from '@backstage/core-plugin-api';
|
|
|
4
4
|
import { TechDocsMetadata, TechDocsEntityMetadata } from '@backstage/plugin-techdocs-react';
|
|
5
5
|
|
|
6
6
|
/** @ignore */
|
|
7
|
-
|
|
7
|
+
type TechDocsAddonTesterTestApiPair<TApi> = TApi extends infer TImpl ? readonly [ApiRef<TApi>, Partial<TImpl>] : never;
|
|
8
8
|
/** @ignore */
|
|
9
|
-
|
|
9
|
+
type TechdocsAddonTesterApis<TApiPairs> = {
|
|
10
10
|
[TIndex in keyof TApiPairs]: TechDocsAddonTesterTestApiPair<TApiPairs[TIndex]>;
|
|
11
11
|
};
|
|
12
12
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-addons-test-utils",
|
|
3
|
-
"version": "1.0.12-next.
|
|
3
|
+
"version": "1.0.12-next.2",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,32 +32,33 @@
|
|
|
32
32
|
"postpack": "backstage-cli package postpack"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/core-app-api": "^1.7.0-next.
|
|
36
|
-
"@backstage/core-components": "^0.12.6-next.
|
|
37
|
-
"@backstage/core-plugin-api": "^1.5.
|
|
38
|
-
"@backstage/integration-react": "^1.1.12-next.
|
|
39
|
-
"@backstage/plugin-catalog": "^1.10.0-next.
|
|
40
|
-
"@backstage/plugin-search-react": "^1.5.2-next.
|
|
41
|
-
"@backstage/plugin-techdocs": "^1.6.1-next.
|
|
42
|
-
"@backstage/plugin-techdocs-react": "^1.1.5-next.
|
|
43
|
-
"@backstage/test-utils": "^1.3.0-next.
|
|
44
|
-
"@backstage/theme": "^0.2.
|
|
35
|
+
"@backstage/core-app-api": "^1.7.0-next.2",
|
|
36
|
+
"@backstage/core-components": "^0.12.6-next.2",
|
|
37
|
+
"@backstage/core-plugin-api": "^1.5.1-next.1",
|
|
38
|
+
"@backstage/integration-react": "^1.1.12-next.2",
|
|
39
|
+
"@backstage/plugin-catalog": "^1.10.0-next.2",
|
|
40
|
+
"@backstage/plugin-search-react": "^1.5.2-next.2",
|
|
41
|
+
"@backstage/plugin-techdocs": "^1.6.1-next.2",
|
|
42
|
+
"@backstage/plugin-techdocs-react": "^1.1.5-next.2",
|
|
43
|
+
"@backstage/test-utils": "^1.3.0-next.2",
|
|
44
|
+
"@backstage/theme": "^0.2.19-next.0",
|
|
45
45
|
"@material-ui/core": "^4.12.2",
|
|
46
46
|
"@material-ui/icons": "^4.9.1",
|
|
47
47
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
48
48
|
"@testing-library/react": "^12.1.3",
|
|
49
|
+
"@types/react": "^16.13.1 || ^17.0.0",
|
|
49
50
|
"react-use": "^17.2.4",
|
|
50
51
|
"testing-library__dom": "^7.29.4-beta.1"
|
|
51
52
|
},
|
|
52
53
|
"peerDependencies": {
|
|
53
|
-
"@types/react": "^16.13.1 || ^17.0.0",
|
|
54
54
|
"react": "^16.13.1 || ^17.0.0",
|
|
55
55
|
"react-dom": "^16.13.1 || ^17.0.0",
|
|
56
56
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/cli": "^0.22.6-next.
|
|
60
|
-
"@backstage/dev-utils": "^1.0.14-next.
|
|
59
|
+
"@backstage/cli": "^0.22.6-next.2",
|
|
60
|
+
"@backstage/dev-utils": "^1.0.14-next.2",
|
|
61
|
+
"@testing-library/dom": "^8.0.0",
|
|
61
62
|
"@testing-library/jest-dom": "^5.10.1",
|
|
62
63
|
"@testing-library/react": "^12.1.3",
|
|
63
64
|
"@testing-library/user-event": "^14.0.0",
|