@backstage/plugin-catalog-graph 0.4.16-next.2 → 0.4.16

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 +30 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.4.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 719e48d: Fixed an issue causing the `CatalogGraphCard` to redraw its content whenever the parent component re-renders, resulting in flickering.
8
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.16.4
11
+ - @backstage/plugin-catalog-react@1.15.2
12
+ - @backstage/frontend-plugin-api@0.9.5
13
+ - @backstage/core-compat-api@0.3.6
14
+ - @backstage/core-plugin-api@1.10.4
15
+ - @backstage/catalog-client@1.9.1
16
+ - @backstage/catalog-model@1.7.3
17
+ - @backstage/types@1.2.1
18
+
19
+ ## 0.4.16-next.3
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/frontend-plugin-api@0.9.5-next.3
25
+ - @backstage/core-compat-api@0.3.6-next.3
26
+ - @backstage/catalog-client@1.9.1
27
+ - @backstage/catalog-model@1.7.3
28
+ - @backstage/core-components@0.16.4-next.1
29
+ - @backstage/core-plugin-api@1.10.4-next.0
30
+ - @backstage/types@1.2.1
31
+ - @backstage/plugin-catalog-react@1.15.2-next.3
32
+
3
33
  ## 0.4.16-next.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.4.16-next.2",
3
+ "version": "0.4.16",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -61,14 +61,14 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/catalog-client": "1.9.1",
65
- "@backstage/catalog-model": "1.7.3",
66
- "@backstage/core-compat-api": "0.3.6-next.2",
67
- "@backstage/core-components": "0.16.4-next.1",
68
- "@backstage/core-plugin-api": "1.10.4-next.0",
69
- "@backstage/frontend-plugin-api": "0.9.5-next.2",
70
- "@backstage/plugin-catalog-react": "1.15.2-next.2",
71
- "@backstage/types": "1.2.1",
64
+ "@backstage/catalog-client": "^1.9.1",
65
+ "@backstage/catalog-model": "^1.7.3",
66
+ "@backstage/core-compat-api": "^0.3.6",
67
+ "@backstage/core-components": "^0.16.4",
68
+ "@backstage/core-plugin-api": "^1.10.4",
69
+ "@backstage/frontend-plugin-api": "^0.9.5",
70
+ "@backstage/plugin-catalog-react": "^1.15.2",
71
+ "@backstage/types": "^1.2.1",
72
72
  "@material-ui/core": "^4.12.2",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,11 +79,11 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.30.0-next.2",
83
- "@backstage/core-app-api": "1.15.5-next.0",
84
- "@backstage/dev-utils": "1.1.7-next.2",
85
- "@backstage/plugin-catalog": "1.27.0-next.2",
86
- "@backstage/test-utils": "1.7.5-next.0",
82
+ "@backstage/cli": "^0.30.0",
83
+ "@backstage/core-app-api": "^1.15.5",
84
+ "@backstage/dev-utils": "^1.1.7",
85
+ "@backstage/plugin-catalog": "^1.27.0",
86
+ "@backstage/test-utils": "^1.7.5",
87
87
  "@testing-library/dom": "^10.0.0",
88
88
  "@testing-library/jest-dom": "^6.0.0",
89
89
  "@testing-library/react": "^16.0.0",