@backstage/plugin-catalog-react 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250123022835

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +54 -14
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,26 +1,66 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250123022835
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250123022835
9
+ - @backstage/catalog-client@1.9.1
10
+ - @backstage/catalog-model@1.7.3
11
+ - @backstage/core-compat-api@0.0.0-nightly-20250123022835
12
+ - @backstage/core-components@0.16.3
13
+ - @backstage/core-plugin-api@1.10.3
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/frontend-test-utils@0.0.0-nightly-20250123022835
16
+ - @backstage/integration-react@1.2.3
17
+ - @backstage/types@1.2.1
18
+ - @backstage/version-bridge@1.0.10
19
+ - @backstage/plugin-catalog-common@1.1.3
20
+ - @backstage/plugin-permission-common@0.8.4
21
+ - @backstage/plugin-permission-react@0.4.30
22
+
23
+ ## 1.15.2-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/frontend-plugin-api@0.9.5-next.0
29
+ - @backstage/catalog-client@1.9.1
30
+ - @backstage/catalog-model@1.7.3
31
+ - @backstage/core-compat-api@0.3.6-next.0
32
+ - @backstage/core-components@0.16.3
33
+ - @backstage/core-plugin-api@1.10.3
34
+ - @backstage/errors@1.2.7
35
+ - @backstage/frontend-test-utils@0.2.6-next.0
36
+ - @backstage/integration-react@1.2.3
37
+ - @backstage/types@1.2.1
38
+ - @backstage/version-bridge@1.0.10
39
+ - @backstage/plugin-catalog-common@1.1.3
40
+ - @backstage/plugin-permission-common@0.8.4
41
+ - @backstage/plugin-permission-react@0.4.30
42
+
43
+ ## 1.15.1
4
44
 
5
45
  ### Patch Changes
6
46
 
7
47
  - aaf6508: Creates new CatalogAutocomplete component in catalog-react that aligns with Select component UI for consistent a dropdown UI for all catalog filters.
8
48
  - cbfc0a4: Fixed an issue where the `<EntityListProvider />` in `offset` mode would unnecessarily re-fetch data when the filter didn't change, causing a flicker effect.
9
49
  - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250114022708
11
- - @backstage/core-plugin-api@0.0.0-nightly-20250114022708
12
- - @backstage/types@0.0.0-nightly-20250114022708
13
- - @backstage/catalog-client@0.0.0-nightly-20250114022708
14
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
15
- - @backstage/core-compat-api@0.0.0-nightly-20250114022708
16
- - @backstage/core-components@0.0.0-nightly-20250114022708
17
- - @backstage/errors@0.0.0-nightly-20250114022708
18
- - @backstage/frontend-test-utils@0.0.0-nightly-20250114022708
19
- - @backstage/integration-react@0.0.0-nightly-20250114022708
50
+ - @backstage/frontend-plugin-api@0.9.4
51
+ - @backstage/core-plugin-api@1.10.3
52
+ - @backstage/types@1.2.1
53
+ - @backstage/core-components@0.16.3
54
+ - @backstage/catalog-client@1.9.1
55
+ - @backstage/catalog-model@1.7.3
56
+ - @backstage/core-compat-api@0.3.5
57
+ - @backstage/errors@1.2.7
58
+ - @backstage/frontend-test-utils@0.2.5
59
+ - @backstage/integration-react@1.2.3
20
60
  - @backstage/version-bridge@1.0.10
21
- - @backstage/plugin-catalog-common@0.0.0-nightly-20250114022708
22
- - @backstage/plugin-permission-common@0.0.0-nightly-20250114022708
23
- - @backstage/plugin-permission-react@0.0.0-nightly-20250114022708
61
+ - @backstage/plugin-catalog-common@1.1.3
62
+ - @backstage/plugin-permission-common@0.8.4
63
+ - @backstage/plugin-permission-react@0.4.30
24
64
 
25
65
  ## 1.15.1-next.1
26
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250123022835",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,19 +73,19 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "0.0.0-nightly-20250114022708",
77
- "@backstage/catalog-model": "0.0.0-nightly-20250114022708",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20250114022708",
79
- "@backstage/core-components": "0.0.0-nightly-20250114022708",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20250114022708",
81
- "@backstage/errors": "0.0.0-nightly-20250114022708",
82
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250114022708",
83
- "@backstage/frontend-test-utils": "0.0.0-nightly-20250114022708",
84
- "@backstage/integration-react": "0.0.0-nightly-20250114022708",
85
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20250114022708",
86
- "@backstage/plugin-permission-common": "0.0.0-nightly-20250114022708",
87
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250114022708",
88
- "@backstage/types": "0.0.0-nightly-20250114022708",
76
+ "@backstage/catalog-client": "1.9.1",
77
+ "@backstage/catalog-model": "1.7.3",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20250123022835",
79
+ "@backstage/core-components": "0.16.3",
80
+ "@backstage/core-plugin-api": "1.10.3",
81
+ "@backstage/errors": "1.2.7",
82
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250123022835",
83
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20250123022835",
84
+ "@backstage/integration-react": "1.2.3",
85
+ "@backstage/plugin-catalog-common": "1.1.3",
86
+ "@backstage/plugin-permission-common": "0.8.4",
87
+ "@backstage/plugin-permission-react": "0.4.30",
88
+ "@backstage/types": "1.2.1",
89
89
  "@backstage/version-bridge": "1.0.10",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
@@ -100,11 +100,11 @@
100
100
  "zen-observable": "^0.10.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.0.0-nightly-20250114022708",
104
- "@backstage/core-app-api": "0.0.0-nightly-20250114022708",
105
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20250114022708",
106
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20250114022708",
107
- "@backstage/test-utils": "0.0.0-nightly-20250114022708",
103
+ "@backstage/cli": "0.0.0-nightly-20250123022835",
104
+ "@backstage/core-app-api": "1.15.4",
105
+ "@backstage/plugin-catalog-common": "1.1.3",
106
+ "@backstage/plugin-scaffolder-common": "1.5.9",
107
+ "@backstage/test-utils": "1.7.4",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",
110
110
  "@testing-library/react": "^16.0.0",