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

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,10 +1,21 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.2.28
3
+ ## 0.2.29-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e9dd933: 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`:
7
+ - Updated dependencies
8
+ - @backstage/ui@0.14.0-next.1
9
+ - @backstage/frontend-plugin-api@0.16.0-next.1
10
+ - @backstage/core-compat-api@0.5.10-next.1
11
+ - @backstage/core-components@0.18.9-next.0
12
+ - @backstage/core-plugin-api@1.12.5-next.1
13
+
14
+ ## 0.2.29-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 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`:
8
19
 
9
20
  ```yaml
10
21
  app:
@@ -13,8 +24,13 @@
13
24
  ```
14
25
 
15
26
  - Updated dependencies
16
- - @backstage/ui@0.13.1
17
- - @backstage/frontend-plugin-api@0.15.1
27
+ - @backstage/ui@0.14.0-next.0
28
+ - @backstage/core-components@0.18.9-next.0
29
+ - @backstage/frontend-plugin-api@0.15.2-next.0
30
+ - @backstage/core-compat-api@0.5.10-next.0
31
+ - @backstage/core-plugin-api@1.12.5-next.0
32
+ - @backstage/errors@1.2.7
33
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.13
18
34
 
19
35
  ## 0.2.27
20
36
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
3
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
4
- import { CatalogUnprocessedEntitiesApiResponse as CatalogUnprocessedEntitiesApiResponse$1, CatalogUnprocessedEntitiesApi as CatalogUnprocessedEntitiesApi$1, UnprocessedEntity as UnprocessedEntity$1, UnprocessedEntityCache as UnprocessedEntityCache$1, UnprocessedEntityError as UnprocessedEntityError$1 } from '@backstage/plugin-catalog-unprocessed-entities-common';
4
+ import { CatalogUnprocessedEntitiesApi as CatalogUnprocessedEntitiesApi$1, CatalogUnprocessedEntitiesApiResponse as CatalogUnprocessedEntitiesApiResponse$1, UnprocessedEntity as UnprocessedEntity$1, UnprocessedEntityCache as UnprocessedEntityCache$1, UnprocessedEntityError as UnprocessedEntityError$1 } from '@backstage/plugin-catalog-unprocessed-entities-common';
5
5
 
6
6
  /**
7
7
  * Plugin entry point
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-unprocessed-entities";
2
- var version = "0.2.28";
2
+ var version = "0.2.29-next.1";
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.28",
3
+ "version": "0.2.29-next.1",
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.9",
66
- "@backstage/core-components": "^0.18.8",
67
- "@backstage/core-plugin-api": "^1.12.4",
68
- "@backstage/errors": "^1.2.7",
69
- "@backstage/frontend-plugin-api": "^0.15.1",
70
- "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.13",
71
- "@backstage/ui": "^0.13.1",
65
+ "@backstage/core-compat-api": "0.5.10-next.1",
66
+ "@backstage/core-components": "0.18.9-next.0",
67
+ "@backstage/core-plugin-api": "1.12.5-next.1",
68
+ "@backstage/errors": "1.2.7",
69
+ "@backstage/frontend-plugin-api": "0.16.0-next.1",
70
+ "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.13",
71
+ "@backstage/ui": "0.14.0-next.1",
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.0",
80
- "@backstage/dev-utils": "^1.1.21",
79
+ "@backstage/cli": "0.36.1-next.1",
80
+ "@backstage/dev-utils": "1.1.22-next.1",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^16.0.0",
83
83
  "@types/react": "^18.0.0",