@backstage/plugin-catalog-graph 0.6.3 → 0.6.4-next.1

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,33 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
- ## 0.6.3
3
+ ## 0.6.4-next.1
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
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
8
8
  - Updated dependencies
9
- - @backstage/ui@0.14.2
10
- - @backstage/frontend-plugin-api@0.16.2
11
- - @backstage/plugin-catalog-react@2.1.4
9
+ - @backstage/ui@0.15.0-next.1
10
+ - @backstage/frontend-plugin-api@0.17.0-next.1
11
+ - @backstage/catalog-model@1.8.1-next.1
12
+ - @backstage/core-plugin-api@1.12.6-next.1
13
+ - @backstage/plugin-catalog-react@2.1.5-next.1
12
14
 
13
- ## 0.6.2
15
+ ## 0.6.4-next.0
14
16
 
15
17
  ### Patch Changes
16
18
 
17
- - 6b60bd7: Replaced old config schema values from existing extensions and blueprints.
19
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
20
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
21
+ - 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.
18
22
  - Updated dependencies
19
- - @backstage/ui@0.14.1
20
- - @backstage/frontend-plugin-api@0.16.1
21
- - @backstage/plugin-catalog-react@2.1.3
23
+ - @backstage/core-components@0.18.10-next.0
24
+ - @backstage/ui@0.15.0-next.0
25
+ - @backstage/plugin-catalog-react@2.1.5-next.0
26
+ - @backstage/frontend-plugin-api@0.17.0-next.0
27
+ - @backstage/catalog-client@1.15.1-next.0
28
+ - @backstage/catalog-model@1.8.1-next.0
29
+ - @backstage/core-plugin-api@1.12.6-next.0
30
+ - @backstage/types@1.2.2
22
31
 
23
32
  ## 0.6.1
24
33
 
@@ -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.1";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-graph",
@@ -59,10 +59,9 @@ var dependencies = {
59
59
  "@material-ui/core": "^4.12.2",
60
60
  "@material-ui/icons": "^4.9.1",
61
61
  "@material-ui/lab": "4.0.0-alpha.61",
62
- "@remixicon/react": "^4.6.0",
62
+ "@remixicon/react": ">=4.6.0 <4.9.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.1",
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.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",
70
+ "@backstage/types": "1.2.2",
71
+ "@backstage/ui": "0.15.0-next.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",
75
- "@remixicon/react": "^4.6.0",
75
+ "@remixicon/react": ">=4.6.0 <4.9.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.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",
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",