@backstage/plugin-techdocs 1.10.0-next.1 → 1.10.0-next.3
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 +44 -0
- package/alpha/package.json +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.10.0-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3631fb4: Updated dependency `dompurify` to `^3.0.0`.
|
|
8
|
+
Updated dependency `@types/dompurify` to `^3.0.0`.
|
|
9
|
+
- 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/theme@0.5.1-next.1
|
|
12
|
+
- @backstage/integration@1.9.0-next.1
|
|
13
|
+
- @backstage/core-components@0.14.0-next.2
|
|
14
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
15
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
16
|
+
- @backstage/config@1.1.1
|
|
17
|
+
- @backstage/core-compat-api@0.2.0-next.3
|
|
18
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
19
|
+
- @backstage/errors@1.2.3
|
|
20
|
+
- @backstage/frontend-plugin-api@0.6.0-next.3
|
|
21
|
+
- @backstage/integration-react@1.1.24-next.2
|
|
22
|
+
- @backstage/plugin-search-common@1.2.10
|
|
23
|
+
- @backstage/plugin-search-react@1.7.6-next.3
|
|
24
|
+
- @backstage/plugin-techdocs-react@1.1.16-next.2
|
|
25
|
+
|
|
26
|
+
## 1.10.0-next.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @backstage/core-components@0.14.0-next.1
|
|
33
|
+
- @backstage/plugin-techdocs-react@1.1.16-next.1
|
|
34
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
35
|
+
- @backstage/frontend-plugin-api@0.6.0-next.2
|
|
36
|
+
- @backstage/plugin-catalog-react@1.10.0-next.2
|
|
37
|
+
- @backstage/plugin-search-react@1.7.6-next.2
|
|
38
|
+
- @backstage/theme@0.5.1-next.0
|
|
39
|
+
- @backstage/integration-react@1.1.24-next.1
|
|
40
|
+
- @backstage/core-compat-api@0.2.0-next.2
|
|
41
|
+
- @backstage/config@1.1.1
|
|
42
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
43
|
+
- @backstage/errors@1.2.3
|
|
44
|
+
- @backstage/integration@1.9.0-next.0
|
|
45
|
+
- @backstage/plugin-search-common@1.2.10
|
|
46
|
+
|
|
3
47
|
## 1.10.0-next.1
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
3
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
4
|
-
"version": "1.10.0-next.
|
|
4
|
+
"version": "1.10.0-next.3",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -47,26 +47,26 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@backstage/catalog-model": "^1.4.4-next.0",
|
|
49
49
|
"@backstage/config": "^1.1.1",
|
|
50
|
-
"@backstage/core-compat-api": "^0.2.0-next.
|
|
51
|
-
"@backstage/core-components": "^0.14.0-next.
|
|
52
|
-
"@backstage/core-plugin-api": "^1.
|
|
50
|
+
"@backstage/core-compat-api": "^0.2.0-next.3",
|
|
51
|
+
"@backstage/core-components": "^0.14.0-next.2",
|
|
52
|
+
"@backstage/core-plugin-api": "^1.9.0-next.1",
|
|
53
53
|
"@backstage/errors": "^1.2.3",
|
|
54
|
-
"@backstage/frontend-plugin-api": "^0.6.0-next.
|
|
55
|
-
"@backstage/integration": "^1.9.0-next.
|
|
56
|
-
"@backstage/integration-react": "^1.1.24-next.
|
|
57
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
54
|
+
"@backstage/frontend-plugin-api": "^0.6.0-next.3",
|
|
55
|
+
"@backstage/integration": "^1.9.0-next.1",
|
|
56
|
+
"@backstage/integration-react": "^1.1.24-next.2",
|
|
57
|
+
"@backstage/plugin-catalog-react": "^1.10.0-next.3",
|
|
58
58
|
"@backstage/plugin-search-common": "^1.2.10",
|
|
59
|
-
"@backstage/plugin-search-react": "^1.7.6-next.
|
|
60
|
-
"@backstage/plugin-techdocs-react": "^1.1.16-next.
|
|
61
|
-
"@backstage/theme": "^0.5.
|
|
59
|
+
"@backstage/plugin-search-react": "^1.7.6-next.3",
|
|
60
|
+
"@backstage/plugin-techdocs-react": "^1.1.16-next.2",
|
|
61
|
+
"@backstage/theme": "^0.5.1-next.1",
|
|
62
62
|
"@material-ui/core": "^4.12.2",
|
|
63
63
|
"@material-ui/icons": "^4.9.1",
|
|
64
64
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
65
65
|
"@material-ui/styles": "^4.10.0",
|
|
66
|
-
"@types/react": "^16.13.1 || ^17.0.0",
|
|
67
|
-
"dompurify": "^
|
|
66
|
+
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
67
|
+
"dompurify": "^3.0.0",
|
|
68
68
|
"event-source-polyfill": "1.0.25",
|
|
69
|
-
"git-url-parse": "^
|
|
69
|
+
"git-url-parse": "^14.0.0",
|
|
70
70
|
"jss": "~10.10.0",
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
72
|
"react-helmet": "6.1.0",
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@backstage/cli": "^0.25.2-next.
|
|
82
|
-
"@backstage/core-app-api": "^1.
|
|
83
|
-
"@backstage/dev-utils": "^1.0.27-next.
|
|
84
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.5-next.
|
|
85
|
-
"@backstage/test-utils": "^1.5.0-next.
|
|
81
|
+
"@backstage/cli": "^0.25.2-next.3",
|
|
82
|
+
"@backstage/core-app-api": "^1.12.0-next.1",
|
|
83
|
+
"@backstage/dev-utils": "^1.0.27-next.3",
|
|
84
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.5-next.3",
|
|
85
|
+
"@backstage/test-utils": "^1.5.0-next.3",
|
|
86
86
|
"@testing-library/dom": "^9.0.0",
|
|
87
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
88
88
|
"@testing-library/react": "^14.0.0",
|
|
89
89
|
"@testing-library/user-event": "^14.0.0",
|
|
90
|
-
"@types/dompurify": "^
|
|
90
|
+
"@types/dompurify": "^3.0.0",
|
|
91
91
|
"@types/event-source-polyfill": "^1.0.0",
|
|
92
92
|
"canvas": "^2.10.2"
|
|
93
93
|
},
|