@backstage-community/plugin-lighthouse 0.15.0 → 0.17.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,27 @@
1
1
  # @backstage-community/plugin-lighthouse
2
2
 
3
+ ## 0.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ea7ce0: Backstage version bump to v1.46.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5ea7ce0]
12
+ - @backstage-community/plugin-lighthouse-common@0.14.0
13
+
14
+ ## 0.16.0
15
+
16
+ ### Minor Changes
17
+
18
+ - fa31be3: Backstage version bump to v1.45.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [fa31be3]
23
+ - @backstage-community/plugin-lighthouse-common@0.13.0
24
+
3
25
  ## 0.15.0
4
26
 
5
27
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -3,24 +3,23 @@ import * as _backstage_catalog_model from '@backstage/catalog-model';
3
3
  import * as react from 'react';
4
4
  import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
5
5
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
6
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
7
6
 
8
7
  /**
9
8
  * @alpha
10
9
  */
11
10
  declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
12
- "api:lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
11
+ "api:lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
13
12
  kind: "api";
14
13
  name: undefined;
15
14
  config: {};
16
15
  configInput: {};
17
- output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
16
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
18
17
  inputs: {};
19
18
  params: <TApi, TImpl extends TApi, TDeps extends {
20
19
  [x: string]: unknown;
21
- }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
20
+ }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
22
21
  }>;
23
- "entity-card:lighthouse/lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
22
+ "entity-card:lighthouse/lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
24
23
  kind: "entity-card";
25
24
  name: "lighthouse";
26
25
  config: {
@@ -45,7 +44,7 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
45
44
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
46
45
  };
47
46
  }>;
48
- "entity-content:lighthouse/lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
47
+ "entity-content:lighthouse/lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
49
48
  kind: "entity-content";
50
49
  name: "lighthouse";
51
50
  config: {
@@ -82,24 +81,24 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
82
81
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
83
82
  };
84
83
  }>;
85
- "nav-item:lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
84
+ "nav-item:lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
86
85
  kind: "nav-item";
87
86
  name: undefined;
88
87
  config: {};
89
88
  configInput: {};
90
89
  output: _backstage_frontend_plugin_api.ExtensionDataRef<{
91
90
  title: string;
92
- icon: _backstage_core_plugin_api.IconComponent;
91
+ icon: _backstage_frontend_plugin_api.IconComponent;
93
92
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
94
93
  }, "core.nav-item.target", {}>;
95
94
  inputs: {};
96
95
  params: {
97
96
  title: string;
98
- icon: _backstage_core_plugin_api.IconComponent;
97
+ icon: _backstage_frontend_plugin_api.IconComponent;
99
98
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
100
99
  };
101
100
  }>;
102
- "page:lighthouse": _backstage_frontend_plugin_api.ExtensionDefinition<{
101
+ "page:lighthouse": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
103
102
  kind: "page";
104
103
  name: undefined;
105
104
  config: {
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { InfoCardVariants } from '@backstage/core-components';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
5
5
  import { Entity } from '@backstage/catalog-model';
6
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
6
7
  import { LighthouseApi } from '@backstage-community/plugin-lighthouse-common';
7
8
 
8
9
  /** @public */
@@ -28,7 +29,7 @@ declare const Router: () => react_jsx_runtime.JSX.Element;
28
29
  declare const EmbeddedRouter: () => react_jsx_runtime.JSX.Element;
29
30
 
30
31
  /** @public */
31
- declare const lighthouseApiRef: _backstage_core_plugin_api.ApiRef<LighthouseApi>;
32
+ declare const lighthouseApiRef: _backstage_frontend_plugin_api.ApiRef<LighthouseApi>;
32
33
 
33
34
  /** @public */
34
35
  declare const LastLighthouseAuditCard: (props: {
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.17.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.14.0",
72
+ "@backstage/catalog-model": "^1.7.6",
73
+ "@backstage/core-compat-api": "^0.5.5",
74
+ "@backstage/core-components": "^0.18.4",
75
+ "@backstage/core-plugin-api": "^1.12.1",
76
+ "@backstage/frontend-plugin-api": "^0.13.2",
77
+ "@backstage/plugin-catalog-react": "^1.21.4",
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.35.1",
86
+ "@backstage/core-app-api": "^1.19.3",
87
+ "@backstage/dev-utils": "^1.1.18",
88
+ "@backstage/frontend-defaults": "^0.3.4",
89
+ "@backstage/plugin-catalog": "^1.32.1",
90
+ "@backstage/test-utils": "^1.7.14",
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",