@backstage/plugin-catalog-unprocessed-entities 0.2.8-next.1 → 0.2.9-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 +26 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities
|
|
2
2
|
|
|
3
|
+
## 0.2.9-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.15.1-next.0
|
|
9
|
+
- @backstage/core-plugin-api@1.10.0-next.0
|
|
10
|
+
- @backstage/catalog-model@1.7.0
|
|
11
|
+
- @backstage/errors@1.2.4
|
|
12
|
+
|
|
13
|
+
## 0.2.8
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
|
18
|
+
- 4f08c85: Show additional info on DevTools unprocessed entities table
|
|
19
|
+
|
|
20
|
+
- Location path (so that it's easier to search the failed entity from the YAML URL)
|
|
21
|
+
- Time info of last discovery and next refresh time so that users can be aware of it and can sort the errors based on the time.
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/core-components@0.15.0
|
|
25
|
+
- @backstage/catalog-model@1.7.0
|
|
26
|
+
- @backstage/core-plugin-api@1.9.4
|
|
27
|
+
- @backstage/errors@1.2.4
|
|
28
|
+
|
|
3
29
|
## 0.2.8-next.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "catalog-unprocessed-entities",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/catalog-model": "^1.
|
|
41
|
-
"@backstage/core-components": "^0.
|
|
42
|
-
"@backstage/core-plugin-api": "^1.
|
|
40
|
+
"@backstage/catalog-model": "^1.7.0",
|
|
41
|
+
"@backstage/core-components": "^0.15.1-next.0",
|
|
42
|
+
"@backstage/core-plugin-api": "^1.10.0-next.0",
|
|
43
43
|
"@backstage/errors": "^1.2.4",
|
|
44
44
|
"@material-ui/core": "^4.9.13",
|
|
45
45
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"react-use": "^17.2.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/cli": "^0.
|
|
53
|
-
"@backstage/dev-utils": "^1.1.
|
|
52
|
+
"@backstage/cli": "^0.28.0-next.0",
|
|
53
|
+
"@backstage/dev-utils": "^1.1.1-next.0",
|
|
54
54
|
"@testing-library/jest-dom": "^6.0.0",
|
|
55
55
|
"@testing-library/react": "^16.0.0"
|
|
56
56
|
},
|