@backstage/plugin-catalog-unprocessed-entities 0.2.29-next.2 → 0.2.29

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,27 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 482ceed: Migrated from `assertError` to `toError` for error handling.
8
+ - b6f1fae: The unprocessed entities view is now primarily intended for use as a tab within the DevTools plugin. The standalone page is still available but disabled by default. To re-enable it, add the following to your `app-config.yaml`:
9
+
10
+ ```yaml
11
+ app:
12
+ extensions:
13
+ - page:catalog-unprocessed-entities
14
+ ```
15
+
16
+ - Updated dependencies
17
+ - @backstage/ui@0.14.0
18
+ - @backstage/errors@1.3.0
19
+ - @backstage/frontend-plugin-api@0.16.0
20
+ - @backstage/core-components@0.18.9
21
+ - @backstage/core-compat-api@0.5.10
22
+ - @backstage/core-plugin-api@1.12.5
23
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.14
24
+
3
25
  ## 0.2.29-next.2
4
26
 
5
27
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-unprocessed-entities";
2
- var version = "0.2.29-next.2";
2
+ var version = "0.2.29";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-unprocessed-entities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.2.29-next.2",
3
+ "version": "0.2.29",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -62,13 +62,13 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/core-compat-api": "0.5.10-next.2",
66
- "@backstage/core-components": "0.18.9-next.1",
67
- "@backstage/core-plugin-api": "1.12.5-next.2",
68
- "@backstage/errors": "1.3.0-next.0",
69
- "@backstage/frontend-plugin-api": "0.16.0-next.2",
70
- "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.14-next.0",
71
- "@backstage/ui": "0.14.0-next.2",
65
+ "@backstage/core-compat-api": "^0.5.10",
66
+ "@backstage/core-components": "^0.18.9",
67
+ "@backstage/core-plugin-api": "^1.12.5",
68
+ "@backstage/errors": "^1.3.0",
69
+ "@backstage/frontend-plugin-api": "^0.16.0",
70
+ "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.14",
71
+ "@backstage/ui": "^0.14.0",
72
72
  "@material-ui/core": "^4.9.13",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -76,8 +76,8 @@
76
76
  "react-use": "^17.2.4"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "0.36.1-next.2",
80
- "@backstage/dev-utils": "1.1.22-next.2",
79
+ "@backstage/cli": "^0.36.1",
80
+ "@backstage/dev-utils": "^1.1.22",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^16.0.0",
83
83
  "@types/react": "^18.0.0",