@backstage/plugin-catalog-graph 0.6.4-next.1 → 0.6.5-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,32 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.6.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
8
+ - Updated dependencies
9
+ - @backstage/catalog-client@1.16.0-next.0
10
+ - @backstage/plugin-catalog-react@3.0.1-next.0
11
+ - @backstage/core-components@0.18.11-next.0
12
+
13
+ ## 0.6.4
14
+
15
+ ### Patch Changes
16
+
17
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
18
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
19
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
20
+ - 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
21
+ - Updated dependencies
22
+ - @backstage/catalog-model@1.9.0
23
+ - @backstage/core-components@0.18.10
24
+ - @backstage/ui@0.15.0
25
+ - @backstage/frontend-plugin-api@0.17.0
26
+ - @backstage/core-plugin-api@1.12.6
27
+ - @backstage/plugin-catalog-react@3.0.0
28
+ - @backstage/catalog-client@1.15.1
29
+
3
30
  ## 0.6.4-next.1
4
31
 
5
32
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-graph";
2
- var version = "0.6.4-next.1";
2
+ var version = "0.6.5-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-graph",
@@ -62,7 +62,7 @@ var dependencies = {
62
62
  "@remixicon/react": ">=4.6.0 <4.9.0",
63
63
  classnames: "^2.3.1",
64
64
  lodash: "^4.17.15",
65
- qs: "^6.9.4",
65
+ qs: "^6.15.2",
66
66
  "react-use": "^17.2.4",
67
67
  zod: "^4.0.0"
68
68
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.6.4-next.1",
3
+ "version": "0.6.5-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -61,31 +61,31 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/catalog-client": "1.15.1-next.0",
65
- "@backstage/catalog-model": "1.8.1-next.1",
66
- "@backstage/core-components": "0.18.10-next.0",
67
- "@backstage/core-plugin-api": "1.12.6-next.1",
68
- "@backstage/frontend-plugin-api": "0.17.0-next.1",
69
- "@backstage/plugin-catalog-react": "2.1.5-next.1",
64
+ "@backstage/catalog-client": "1.16.0-next.0",
65
+ "@backstage/catalog-model": "1.9.0",
66
+ "@backstage/core-components": "0.18.11-next.0",
67
+ "@backstage/core-plugin-api": "1.12.6",
68
+ "@backstage/frontend-plugin-api": "0.17.0",
69
+ "@backstage/plugin-catalog-react": "3.0.1-next.0",
70
70
  "@backstage/types": "1.2.2",
71
- "@backstage/ui": "0.15.0-next.1",
71
+ "@backstage/ui": "0.15.0",
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",
75
75
  "@remixicon/react": ">=4.6.0 <4.9.0",
76
76
  "classnames": "^2.3.1",
77
77
  "lodash": "^4.17.15",
78
- "qs": "^6.9.4",
78
+ "qs": "^6.15.2",
79
79
  "react-use": "^17.2.4",
80
80
  "zod": "^4.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.36.2-next.1",
84
- "@backstage/core-app-api": "1.20.1-next.0",
85
- "@backstage/dev-utils": "1.1.23-next.0",
86
- "@backstage/frontend-test-utils": "0.5.3-next.1",
87
- "@backstage/plugin-catalog": "2.0.5-next.0",
88
- "@backstage/test-utils": "1.7.18-next.0",
83
+ "@backstage/cli": "0.36.3-next.0",
84
+ "@backstage/core-app-api": "1.20.1",
85
+ "@backstage/dev-utils": "1.1.24-next.0",
86
+ "@backstage/frontend-test-utils": "0.6.1-next.0",
87
+ "@backstage/plugin-catalog": "2.0.6-next.0",
88
+ "@backstage/test-utils": "1.7.18",
89
89
  "@testing-library/dom": "^10.0.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^16.0.0",