@backstage/plugin-catalog-react 1.14.0-next.2 → 1.14.1-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 CHANGED
@@ -1,5 +1,54 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.14.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.16.0-next.0
9
+ - @backstage/catalog-client@1.8.0-next.0
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/core-compat-api@0.3.2-next.0
12
+ - @backstage/core-plugin-api@1.10.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/frontend-plugin-api@0.9.1-next.0
15
+ - @backstage/frontend-test-utils@0.2.2-next.0
16
+ - @backstage/integration-react@1.2.0
17
+ - @backstage/types@1.1.1
18
+ - @backstage/version-bridge@1.0.10
19
+ - @backstage/plugin-catalog-common@1.1.0
20
+ - @backstage/plugin-permission-common@0.8.1
21
+ - @backstage/plugin-permission-react@0.4.27
22
+
23
+ ## 1.14.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 0801db6: Add catalog service mocks under the `/testUtils` subpath export.
28
+
29
+ You can now use e.g. `const catalog = catalogApiMock.mock()` in your test and then do assertions on `catalog.getEntities` without awkward type casting.
30
+
31
+ - 6812980: Added a new prop, `disableTooltip` to the `EntityRefLink` component
32
+
33
+ ### Patch Changes
34
+
35
+ - e969dc7: Move `@types/react` to a peer dependency.
36
+ - Updated dependencies
37
+ - @backstage/core-components@0.15.1
38
+ - @backstage/frontend-plugin-api@0.9.0
39
+ - @backstage/frontend-test-utils@0.2.1
40
+ - @backstage/integration-react@1.2.0
41
+ - @backstage/core-compat-api@0.3.1
42
+ - @backstage/core-plugin-api@1.10.0
43
+ - @backstage/plugin-permission-react@0.4.27
44
+ - @backstage/version-bridge@1.0.10
45
+ - @backstage/catalog-client@1.7.1
46
+ - @backstage/catalog-model@1.7.0
47
+ - @backstage/errors@1.2.4
48
+ - @backstage/types@1.1.1
49
+ - @backstage/plugin-catalog-common@1.1.0
50
+ - @backstage/plugin-permission-common@0.8.1
51
+
3
52
  ## 1.14.0-next.2
4
53
 
5
54
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "1.14.0-next.2",
3
+ "version": "1.14.1-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.14.0-next.2",
3
+ "version": "1.14.1-next.0",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -62,20 +62,20 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-client": "1.7.1-next.0",
65
+ "@backstage/catalog-client": "1.8.0-next.0",
66
66
  "@backstage/catalog-model": "1.7.0",
67
- "@backstage/core-compat-api": "0.3.1-next.2",
68
- "@backstage/core-components": "0.15.1-next.2",
69
- "@backstage/core-plugin-api": "1.10.0-next.1",
67
+ "@backstage/core-compat-api": "0.3.2-next.0",
68
+ "@backstage/core-components": "0.16.0-next.0",
69
+ "@backstage/core-plugin-api": "1.10.0",
70
70
  "@backstage/errors": "1.2.4",
71
- "@backstage/frontend-plugin-api": "0.9.0-next.2",
72
- "@backstage/frontend-test-utils": "0.2.1-next.2",
73
- "@backstage/integration-react": "1.2.0-next.2",
71
+ "@backstage/frontend-plugin-api": "0.9.1-next.0",
72
+ "@backstage/frontend-test-utils": "0.2.2-next.0",
73
+ "@backstage/integration-react": "1.2.0",
74
74
  "@backstage/plugin-catalog-common": "1.1.0",
75
75
  "@backstage/plugin-permission-common": "0.8.1",
76
- "@backstage/plugin-permission-react": "0.4.27-next.1",
76
+ "@backstage/plugin-permission-react": "0.4.27",
77
77
  "@backstage/types": "1.1.1",
78
- "@backstage/version-bridge": "1.0.10-next.0",
78
+ "@backstage/version-bridge": "1.0.10",
79
79
  "@material-ui/core": "^4.12.2",
80
80
  "@material-ui/icons": "^4.9.1",
81
81
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -89,11 +89,11 @@
89
89
  "zen-observable": "^0.10.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@backstage/cli": "0.28.0-next.2",
93
- "@backstage/core-app-api": "1.15.1-next.1",
92
+ "@backstage/cli": "0.29.0-next.0",
93
+ "@backstage/core-app-api": "1.15.1",
94
94
  "@backstage/plugin-catalog-common": "1.1.0",
95
95
  "@backstage/plugin-scaffolder-common": "1.5.6",
96
- "@backstage/test-utils": "1.6.1-next.2",
96
+ "@backstage/test-utils": "1.7.0",
97
97
  "@testing-library/dom": "^10.0.0",
98
98
  "@testing-library/jest-dom": "^6.0.0",
99
99
  "@testing-library/react": "^16.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__testutils",
3
- "version": "1.14.0-next.2",
3
+ "version": "1.14.1-next.0",
4
4
  "main": "../dist/testUtils.esm.js",
5
5
  "module": "../dist/testUtils.esm.js",
6
6
  "types": "../dist/testUtils.d.ts"