@backstage/plugin-catalog-unprocessed-entities 0.2.34-next.1 → 0.2.34

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,17 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 531495a: Migrated the Unprocessed Entities UI to the Backstage UI component library. The page, dialogs, and action buttons now use the new design system, and the raw entity definition and delete confirmation dialogs have an updated look and feel. The pending entities tab now also has a search box, matching the failed entities tab.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.18.13
10
+ - @backstage/core-plugin-api@1.12.9
11
+ - @backstage/ui@0.17.1
12
+ - @backstage/frontend-plugin-api@0.18.0
13
+ - @backstage/core-compat-api@0.5.14
14
+
3
15
  ## 0.2.34-next.1
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-unprocessed-entities";
2
- var version = "0.2.34-next.1";
2
+ var version = "0.2.34";
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.34-next.1",
3
+ "version": "0.2.34",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -62,24 +62,24 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/core-compat-api": "0.5.14-next.1",
66
- "@backstage/core-components": "0.18.13-next.2",
67
- "@backstage/core-plugin-api": "1.12.9-next.0",
68
- "@backstage/errors": "1.3.1",
69
- "@backstage/frontend-plugin-api": "0.18.0-next.0",
70
- "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.16",
71
- "@backstage/ui": "0.17.1-next.0",
65
+ "@backstage/core-compat-api": "^0.5.14",
66
+ "@backstage/core-components": "^0.18.13",
67
+ "@backstage/core-plugin-api": "^1.12.9",
68
+ "@backstage/errors": "^1.3.1",
69
+ "@backstage/frontend-plugin-api": "^0.18.0",
70
+ "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.16",
71
+ "@backstage/ui": "^0.17.1",
72
72
  "@remixicon/react": ">=4.6.0 <4.9.0",
73
73
  "luxon": "^3.5.0",
74
74
  "react-use": "^17.2.4"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "0.36.5-next.1",
78
- "@backstage/dev-utils": "1.1.26-next.2",
79
- "@backstage/frontend-test-utils": "0.6.3-next.1",
80
- "@backstage/plugin-catalog": "2.0.8-next.2",
81
- "@backstage/plugin-org": "0.7.7-next.1",
82
- "@backstage/test-utils": "1.7.21-next.1",
77
+ "@backstage/cli": "^0.36.5",
78
+ "@backstage/dev-utils": "^1.1.26",
79
+ "@backstage/frontend-test-utils": "^0.6.3",
80
+ "@backstage/plugin-catalog": "^2.0.8",
81
+ "@backstage/plugin-org": "^0.7.7",
82
+ "@backstage/test-utils": "^1.7.21",
83
83
  "@testing-library/jest-dom": "^6.0.0",
84
84
  "@testing-library/react": "^16.0.0",
85
85
  "@testing-library/user-event": "^14.0.0",