@backstage-community/plugin-lighthouse 0.15.0 → 0.16.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,16 @@
1
1
  # @backstage-community/plugin-lighthouse
2
2
 
3
+ ## 0.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fa31be3: Backstage version bump to v1.45.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fa31be3]
12
+ - @backstage-community/plugin-lighthouse-common@0.13.0
13
+
3
14
  ## 0.15.0
4
15
 
5
16
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -9,7 +9,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
9
9
  * @alpha
10
10
  */
11
11
  declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
12
- "api:lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
12
+ "api:lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
13
13
  kind: "api";
14
14
  name: undefined;
15
15
  config: {};
@@ -20,7 +20,7 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
20
20
  [x: string]: unknown;
21
21
  }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
22
22
  }>;
23
- "entity-card:lighthouse/lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
23
+ "entity-card:lighthouse/lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
24
24
  kind: "entity-card";
25
25
  name: "lighthouse";
26
26
  config: {
@@ -45,7 +45,7 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
45
45
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
46
46
  };
47
47
  }>;
48
- "entity-content:lighthouse/lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
48
+ "entity-content:lighthouse/lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
49
49
  kind: "entity-content";
50
50
  name: "lighthouse";
51
51
  config: {
@@ -82,7 +82,7 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
82
82
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
83
83
  };
84
84
  }>;
85
- "nav-item:lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
85
+ "nav-item:lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
86
86
  kind: "nav-item";
87
87
  name: undefined;
88
88
  config: {};
@@ -99,7 +99,7 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
99
99
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
100
100
  };
101
101
  }>;
102
- "page:lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
102
+ "page:lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
103
103
  kind: "page";
104
104
  name: undefined;
105
105
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-lighthouse",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "A Backstage plugin that integrates towards Lighthouse",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,13 +68,13 @@
68
68
  "test": "backstage-cli package test"
69
69
  },
70
70
  "dependencies": {
71
- "@backstage-community/plugin-lighthouse-common": "^0.12.0",
72
- "@backstage/catalog-model": "^1.7.5",
73
- "@backstage/core-compat-api": "^0.5.3",
74
- "@backstage/core-components": "^0.18.2",
75
- "@backstage/core-plugin-api": "^1.11.1",
76
- "@backstage/frontend-plugin-api": "^0.12.1",
77
- "@backstage/plugin-catalog-react": "^1.21.2",
71
+ "@backstage-community/plugin-lighthouse-common": "^0.13.0",
72
+ "@backstage/catalog-model": "^1.7.6",
73
+ "@backstage/core-compat-api": "^0.5.4",
74
+ "@backstage/core-components": "^0.18.3",
75
+ "@backstage/core-plugin-api": "^1.12.0",
76
+ "@backstage/frontend-plugin-api": "^0.13.1",
77
+ "@backstage/plugin-catalog-react": "^1.21.3",
78
78
  "@material-ui/core": "^4.12.2",
79
79
  "@material-ui/icons": "^4.9.1",
80
80
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -82,12 +82,12 @@
82
82
  "react-use": "^17.2.4"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "^0.34.4",
86
- "@backstage/core-app-api": "^1.19.1",
87
- "@backstage/dev-utils": "^1.1.15",
88
- "@backstage/frontend-defaults": "^0.3.2",
89
- "@backstage/plugin-catalog": "^1.31.4",
90
- "@backstage/test-utils": "^1.7.12",
85
+ "@backstage/cli": "^0.34.5",
86
+ "@backstage/core-app-api": "^1.19.2",
87
+ "@backstage/dev-utils": "^1.1.17",
88
+ "@backstage/frontend-defaults": "^0.3.3",
89
+ "@backstage/plugin-catalog": "^1.32.0",
90
+ "@backstage/test-utils": "^1.7.13",
91
91
  "@testing-library/dom": "^10.0.0",
92
92
  "@testing-library/jest-dom": "^6.0.0",
93
93
  "@testing-library/react": "^15.0.0",