@backstage/plugin-catalog-react 1.14.0-next.2 → 1.14.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,34 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0801db6: Add catalog service mocks under the `/testUtils` subpath export.
8
+
9
+ You can now use e.g. `const catalog = catalogApiMock.mock()` in your test and then do assertions on `catalog.getEntities` without awkward type casting.
10
+
11
+ - 6812980: Added a new prop, `disableTooltip` to the `EntityRefLink` component
12
+
13
+ ### Patch Changes
14
+
15
+ - e969dc7: Move `@types/react` to a peer dependency.
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.15.1
18
+ - @backstage/frontend-plugin-api@0.9.0
19
+ - @backstage/frontend-test-utils@0.2.1
20
+ - @backstage/integration-react@1.2.0
21
+ - @backstage/core-compat-api@0.3.1
22
+ - @backstage/core-plugin-api@1.10.0
23
+ - @backstage/plugin-permission-react@0.4.27
24
+ - @backstage/version-bridge@1.0.10
25
+ - @backstage/catalog-client@1.7.1
26
+ - @backstage/catalog-model@1.7.0
27
+ - @backstage/errors@1.2.4
28
+ - @backstage/types@1.1.1
29
+ - @backstage/plugin-catalog-common@1.1.0
30
+ - @backstage/plugin-permission-common@0.8.1
31
+
3
32
  ## 1.14.0-next.2
4
33
 
5
34
  ### 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.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.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",
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",
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",
74
- "@backstage/plugin-catalog-common": "1.1.0",
75
- "@backstage/plugin-permission-common": "0.8.1",
76
- "@backstage/plugin-permission-react": "0.4.27-next.1",
77
- "@backstage/types": "1.1.1",
78
- "@backstage/version-bridge": "1.0.10-next.0",
65
+ "@backstage/catalog-client": "^1.7.1",
66
+ "@backstage/catalog-model": "^1.7.0",
67
+ "@backstage/core-compat-api": "^0.3.1",
68
+ "@backstage/core-components": "^0.15.1",
69
+ "@backstage/core-plugin-api": "^1.10.0",
70
+ "@backstage/errors": "^1.2.4",
71
+ "@backstage/frontend-plugin-api": "^0.9.0",
72
+ "@backstage/frontend-test-utils": "^0.2.1",
73
+ "@backstage/integration-react": "^1.2.0",
74
+ "@backstage/plugin-catalog-common": "^1.1.0",
75
+ "@backstage/plugin-permission-common": "^0.8.1",
76
+ "@backstage/plugin-permission-react": "^0.4.27",
77
+ "@backstage/types": "^1.1.1",
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",
94
- "@backstage/plugin-catalog-common": "1.1.0",
95
- "@backstage/plugin-scaffolder-common": "1.5.6",
96
- "@backstage/test-utils": "1.6.1-next.2",
92
+ "@backstage/cli": "^0.28.0",
93
+ "@backstage/core-app-api": "^1.15.1",
94
+ "@backstage/plugin-catalog-common": "^1.1.0",
95
+ "@backstage/plugin-scaffolder-common": "^1.5.6",
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.0",
4
4
  "main": "../dist/testUtils.esm.js",
5
5
  "module": "../dist/testUtils.esm.js",
6
6
  "types": "../dist/testUtils.d.ts"