@backstage-community/plugin-entity-feedback 0.12.0 → 0.14.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-entity-feedback
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a3c15ac: Backstage version bump to v1.46.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [a3c15ac]
12
+ - @backstage-community/plugin-entity-feedback-common@0.12.0
13
+
14
+ ## 0.13.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 8f9b3b0: Backstage version bump to v1.45.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [8f9b3b0]
23
+ - @backstage-community/plugin-entity-feedback-common@0.11.0
24
+
3
25
  ## 0.12.0
4
26
 
5
27
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  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
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
6
5
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
7
6
 
8
7
  /**
@@ -11,18 +10,18 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
11
10
  declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
12
11
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
13
12
  }, {}, {
14
- "api:entity-feedback": _backstage_frontend_plugin_api.ExtensionDefinition<{
13
+ "api:entity-feedback": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
15
14
  kind: "api";
16
15
  name: undefined;
17
16
  config: {};
18
17
  configInput: {};
19
- output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
18
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
20
19
  inputs: {};
21
20
  params: <TApi, TImpl extends TApi, TDeps extends {
22
21
  [x: string]: unknown;
23
- }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
22
+ }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
24
23
  }>;
25
- "entity-card:entity-feedback/ratings-buttons": _backstage_frontend_plugin_api.ExtensionDefinition<{
24
+ "entity-card:entity-feedback/ratings-buttons": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
26
25
  config: {
27
26
  title: string;
28
27
  variant: "starred" | "like-dislike";
@@ -32,7 +31,6 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
32
31
  id: string;
33
32
  label: string;
34
33
  }[] | undefined;
35
- } & {
36
34
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
37
35
  type: "content" | "summary" | "info" | undefined;
38
36
  };
@@ -45,7 +43,6 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
45
43
  id: string;
46
44
  label: string;
47
45
  }[] | undefined;
48
- } & {
49
46
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
50
47
  type?: "content" | "summary" | "info" | undefined;
51
48
  };
@@ -56,14 +53,7 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
56
53
  }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
57
54
  optional: true;
58
55
  }>;
59
- inputs: {
60
- [x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
61
- optional?: true | undefined;
62
- }>, {
63
- optional: boolean;
64
- singleton: boolean;
65
- }>;
66
- };
56
+ inputs: {};
67
57
  kind: "entity-card";
68
58
  name: "ratings-buttons";
69
59
  params: {
@@ -72,12 +62,11 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
72
62
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
73
63
  };
74
64
  }>;
75
- "entity-card:entity-feedback/ratings-table": _backstage_frontend_plugin_api.ExtensionDefinition<{
65
+ "entity-card:entity-feedback/ratings-table": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
76
66
  config: {
77
67
  title: string | undefined;
78
68
  allEntities: boolean | undefined;
79
69
  variant: "starred" | "like-dislike";
80
- } & {
81
70
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
82
71
  type: "content" | "summary" | "info" | undefined;
83
72
  };
@@ -85,7 +74,6 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
85
74
  title?: string | undefined;
86
75
  allEntities?: boolean | undefined;
87
76
  variant?: "starred" | "like-dislike" | undefined;
88
- } & {
89
77
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
90
78
  type?: "content" | "summary" | "info" | undefined;
91
79
  };
@@ -96,14 +84,7 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
96
84
  }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
97
85
  optional: true;
98
86
  }>;
99
- inputs: {
100
- [x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
101
- optional?: true | undefined;
102
- }>, {
103
- optional: boolean;
104
- singleton: boolean;
105
- }>;
106
- };
87
+ inputs: {};
107
88
  kind: "entity-card";
108
89
  name: "ratings-table";
109
90
  params: {
@@ -112,7 +93,7 @@ declare const entityFeedbackPlugin: _backstage_frontend_plugin_api.OverridableFr
112
93
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
113
94
  };
114
95
  }>;
115
- "entity-content:entity-feedback": _backstage_frontend_plugin_api.ExtensionDefinition<{
96
+ "entity-content:entity-feedback": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
116
97
  kind: "entity-content";
117
98
  name: undefined;
118
99
  config: {
package/dist/index.d.ts CHANGED
@@ -4,6 +4,7 @@ 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 { DiscoveryApi, FetchApi } from '@backstage/core-plugin-api';
6
6
  import { EntityRatingsData, Rating, Ratings, FeedbackResponse } from '@backstage-community/plugin-entity-feedback-common';
7
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
7
8
 
8
9
  /**
9
10
  * @public
@@ -114,7 +115,7 @@ declare const StarredRatingsTable: (props: StarredRatingsTableProps) => react_js
114
115
  /**
115
116
  * @public
116
117
  */
117
- declare const entityFeedbackApiRef: _backstage_core_plugin_api.ApiRef<EntityFeedbackApi>;
118
+ declare const entityFeedbackApiRef: _backstage_frontend_plugin_api.ApiRef<EntityFeedbackApi>;
118
119
  /**
119
120
  * @public
120
121
  */
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage-community/plugin-entity-feedback";
2
- var version = "0.12.0";
2
+ var version = "0.14.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "entity-feedback",
@@ -52,24 +52,24 @@ var scripts = {
52
52
  };
53
53
  var dependencies = {
54
54
  "@backstage-community/plugin-entity-feedback-common": "workspace:^",
55
- "@backstage/catalog-model": "^1.7.5",
56
- "@backstage/core-compat-api": "^0.5.3",
57
- "@backstage/core-components": "^0.18.2",
58
- "@backstage/core-plugin-api": "^1.11.1",
55
+ "@backstage/catalog-model": "^1.7.6",
56
+ "@backstage/core-compat-api": "^0.5.5",
57
+ "@backstage/core-components": "^0.18.4",
58
+ "@backstage/core-plugin-api": "^1.12.1",
59
59
  "@backstage/errors": "^1.2.7",
60
- "@backstage/frontend-plugin-api": "^0.12.1",
61
- "@backstage/plugin-catalog-react": "^1.21.2",
60
+ "@backstage/frontend-plugin-api": "^0.13.2",
61
+ "@backstage/plugin-catalog-react": "^1.21.4",
62
62
  "@material-ui/core": "^4.9.13",
63
63
  "@material-ui/icons": "^4.9.1",
64
64
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
65
65
  "react-use": "^17.2.4"
66
66
  };
67
67
  var devDependencies = {
68
- "@backstage/cli": "^0.34.4",
69
- "@backstage/dev-utils": "^1.1.15",
70
- "@backstage/frontend-defaults": "^0.3.2",
71
- "@backstage/plugin-catalog": "^1.31.4",
72
- "@backstage/test-utils": "^1.7.12",
68
+ "@backstage/cli": "^0.35.1",
69
+ "@backstage/dev-utils": "^1.1.18",
70
+ "@backstage/frontend-defaults": "^0.3.4",
71
+ "@backstage/plugin-catalog": "^1.32.1",
72
+ "@backstage/test-utils": "^1.7.14",
73
73
  "@testing-library/dom": "^10.0.0",
74
74
  "@testing-library/jest-dom": "^6.0.0",
75
75
  "@testing-library/react": "^15.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-entity-feedback",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "entity-feedback",
@@ -64,25 +64,25 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage-community/plugin-entity-feedback-common": "^0.10.0",
68
- "@backstage/catalog-model": "^1.7.5",
69
- "@backstage/core-compat-api": "^0.5.3",
70
- "@backstage/core-components": "^0.18.2",
71
- "@backstage/core-plugin-api": "^1.11.1",
67
+ "@backstage-community/plugin-entity-feedback-common": "^0.12.0",
68
+ "@backstage/catalog-model": "^1.7.6",
69
+ "@backstage/core-compat-api": "^0.5.5",
70
+ "@backstage/core-components": "^0.18.4",
71
+ "@backstage/core-plugin-api": "^1.12.1",
72
72
  "@backstage/errors": "^1.2.7",
73
- "@backstage/frontend-plugin-api": "^0.12.1",
74
- "@backstage/plugin-catalog-react": "^1.21.2",
73
+ "@backstage/frontend-plugin-api": "^0.13.2",
74
+ "@backstage/plugin-catalog-react": "^1.21.4",
75
75
  "@material-ui/core": "^4.9.13",
76
76
  "@material-ui/icons": "^4.9.1",
77
77
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
78
78
  "react-use": "^17.2.4"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.34.4",
82
- "@backstage/dev-utils": "^1.1.15",
83
- "@backstage/frontend-defaults": "^0.3.2",
84
- "@backstage/plugin-catalog": "^1.31.4",
85
- "@backstage/test-utils": "^1.7.12",
81
+ "@backstage/cli": "^0.35.1",
82
+ "@backstage/dev-utils": "^1.1.18",
83
+ "@backstage/frontend-defaults": "^0.3.4",
84
+ "@backstage/plugin-catalog": "^1.32.1",
85
+ "@backstage/test-utils": "^1.7.14",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^15.0.0",