@backstage/plugin-catalog-react 0.0.0-nightly-20220707025354 → 0.0.0-nightly-20220710025142

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,9 +1,10 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20220707025354
3
+ ## 0.0.0-nightly-20220710025142
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
7
8
  - be26d95141: Added new `EntityProcessingStatusPicker` that will filter for entities with orphans and/or errors.
8
9
 
9
10
  If you are using the default Catalog page this picker will be added automatically. For those who have customized their Catalog page you'll need to add this manually by doing something like this:
@@ -44,16 +45,16 @@
44
45
  ```
45
46
 
46
47
  - Updated dependencies
47
- - @backstage/core-components@0.0.0-nightly-20220707025354
48
- - @backstage/catalog-model@0.0.0-nightly-20220707025354
49
- - @backstage/catalog-client@0.0.0-nightly-20220707025354
50
- - @backstage/core-plugin-api@0.0.0-nightly-20220707025354
51
- - @backstage/integration@0.0.0-nightly-20220707025354
52
- - @backstage/plugin-permission-common@0.0.0-nightly-20220707025354
53
- - @backstage/theme@0.0.0-nightly-20220707025354
54
- - @backstage/errors@0.0.0-nightly-20220707025354
55
- - @backstage/plugin-catalog-common@0.0.0-nightly-20220707025354
56
- - @backstage/plugin-permission-react@0.0.0-nightly-20220707025354
48
+ - @backstage/core-components@0.0.0-nightly-20220710025142
49
+ - @backstage/catalog-model@0.0.0-nightly-20220710025142
50
+ - @backstage/catalog-client@0.0.0-nightly-20220710025142
51
+ - @backstage/core-plugin-api@0.0.0-nightly-20220710025142
52
+ - @backstage/integration@0.0.0-nightly-20220710025142
53
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220710025142
54
+ - @backstage/theme@0.0.0-nightly-20220710025142
55
+ - @backstage/errors@0.0.0-nightly-20220710025142
56
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20220710025142
57
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220710025142
57
58
 
58
59
  ## 1.1.2-next.2
59
60
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20220707025354",
3
+ "version": "0.0.0-nightly-20220710025142",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
4
- "version": "0.0.0-nightly-20220707025354",
4
+ "version": "0.0.0-nightly-20220710025142",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  "start": "backstage-cli package start"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-client": "^0.0.0-nightly-20220707025354",
38
- "@backstage/catalog-model": "^0.0.0-nightly-20220707025354",
39
- "@backstage/core-components": "^0.0.0-nightly-20220707025354",
40
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220707025354",
41
- "@backstage/errors": "^0.0.0-nightly-20220707025354",
42
- "@backstage/integration": "^0.0.0-nightly-20220707025354",
43
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220707025354",
44
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220707025354",
45
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20220707025354",
46
- "@backstage/theme": "^0.0.0-nightly-20220707025354",
37
+ "@backstage/catalog-client": "0.0.0-nightly-20220710025142",
38
+ "@backstage/catalog-model": "0.0.0-nightly-20220710025142",
39
+ "@backstage/core-components": "0.0.0-nightly-20220710025142",
40
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220710025142",
41
+ "@backstage/errors": "0.0.0-nightly-20220710025142",
42
+ "@backstage/integration": "0.0.0-nightly-20220710025142",
43
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20220710025142",
44
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20220710025142",
45
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20220710025142",
46
+ "@backstage/theme": "0.0.0-nightly-20220710025142",
47
47
  "@backstage/types": "^1.0.0",
48
48
  "@backstage/version-bridge": "^1.0.1",
49
49
  "@material-ui/core": "^4.12.2",
@@ -55,7 +55,7 @@
55
55
  "qs": "^6.9.4",
56
56
  "react-router": "6.0.0-beta.0",
57
57
  "react-use": "^17.2.4",
58
- "yaml": "^1.10.0",
58
+ "yaml": "^2.0.0",
59
59
  "zen-observable": "^0.8.15"
60
60
  },
61
61
  "peerDependencies": {
@@ -63,11 +63,11 @@
63
63
  "react": "^16.13.1 || ^17.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/cli": "^0.0.0-nightly-20220707025354",
67
- "@backstage/core-app-api": "^0.0.0-nightly-20220707025354",
68
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220707025354",
69
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220707025354",
70
- "@backstage/test-utils": "^0.0.0-nightly-20220707025354",
66
+ "@backstage/cli": "0.0.0-nightly-20220710025142",
67
+ "@backstage/core-app-api": "0.0.0-nightly-20220710025142",
68
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20220710025142",
69
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220710025142",
70
+ "@backstage/test-utils": "0.0.0-nightly-20220710025142",
71
71
  "@testing-library/jest-dom": "^5.10.1",
72
72
  "@testing-library/react": "^12.1.3",
73
73
  "@testing-library/react-hooks": "^8.0.0",