@backstage/plugin-catalog-graph 0.6.3 → 0.6.4-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,24 +1,21 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
- ## 0.6.3
3
+ ## 0.6.4-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - bc41a91: 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.
7
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
8
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
9
+ - 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.
8
10
  - Updated dependencies
9
- - @backstage/ui@0.14.2
10
- - @backstage/frontend-plugin-api@0.16.2
11
- - @backstage/plugin-catalog-react@2.1.4
12
-
13
- ## 0.6.2
14
-
15
- ### Patch Changes
16
-
17
- - 6b60bd7: Replaced old config schema values from existing extensions and blueprints.
18
- - Updated dependencies
19
- - @backstage/ui@0.14.1
20
- - @backstage/frontend-plugin-api@0.16.1
21
- - @backstage/plugin-catalog-react@2.1.3
11
+ - @backstage/core-components@0.18.10-next.0
12
+ - @backstage/ui@0.15.0-next.0
13
+ - @backstage/plugin-catalog-react@2.1.5-next.0
14
+ - @backstage/frontend-plugin-api@0.17.0-next.0
15
+ - @backstage/catalog-client@1.15.1-next.0
16
+ - @backstage/catalog-model@1.8.1-next.0
17
+ - @backstage/core-plugin-api@1.12.6-next.0
18
+ - @backstage/types@1.2.2
22
19
 
23
20
  ## 0.6.1
24
21
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-graph";
2
- var version = "0.6.3";
2
+ var version = "0.6.4-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-graph",
@@ -62,7 +62,6 @@ var dependencies = {
62
62
  "@remixicon/react": "^4.6.0",
63
63
  classnames: "^2.3.1",
64
64
  lodash: "^4.17.15",
65
- "p-limit": "^3.1.0",
66
65
  qs: "^6.9.4",
67
66
  "react-use": "^17.2.4",
68
67
  zod: "^4.0.0"
@@ -1 +1 @@
1
- {"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.6.3",
3
+ "version": "0.6.4-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -61,32 +61,31 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/catalog-client": "^1.15.0",
65
- "@backstage/catalog-model": "^1.8.0",
66
- "@backstage/core-components": "^0.18.9",
67
- "@backstage/core-plugin-api": "^1.12.5",
68
- "@backstage/frontend-plugin-api": "^0.16.2",
69
- "@backstage/plugin-catalog-react": "^2.1.4",
70
- "@backstage/types": "^1.2.2",
71
- "@backstage/ui": "^0.14.2",
64
+ "@backstage/catalog-client": "1.15.1-next.0",
65
+ "@backstage/catalog-model": "1.8.1-next.0",
66
+ "@backstage/core-components": "0.18.10-next.0",
67
+ "@backstage/core-plugin-api": "1.12.6-next.0",
68
+ "@backstage/frontend-plugin-api": "0.17.0-next.0",
69
+ "@backstage/plugin-catalog-react": "2.1.5-next.0",
70
+ "@backstage/types": "1.2.2",
71
+ "@backstage/ui": "0.15.0-next.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",
76
76
  "classnames": "^2.3.1",
77
77
  "lodash": "^4.17.15",
78
- "p-limit": "^3.1.0",
79
78
  "qs": "^6.9.4",
80
79
  "react-use": "^17.2.4",
81
80
  "zod": "^4.0.0"
82
81
  },
83
82
  "devDependencies": {
84
- "@backstage/cli": "^0.36.1",
85
- "@backstage/core-app-api": "^1.20.0",
86
- "@backstage/dev-utils": "^1.1.22",
87
- "@backstage/frontend-test-utils": "^0.5.2",
88
- "@backstage/plugin-catalog": "^2.0.4",
89
- "@backstage/test-utils": "^1.7.17",
83
+ "@backstage/cli": "0.36.2-next.0",
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.0",
87
+ "@backstage/plugin-catalog": "2.0.5-next.0",
88
+ "@backstage/test-utils": "1.7.18-next.0",
90
89
  "@testing-library/dom": "^10.0.0",
91
90
  "@testing-library/jest-dom": "^6.0.0",
92
91
  "@testing-library/react": "^16.0.0",