@backstage-community/plugin-lighthouse 0.19.0 → 0.20.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.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c69f1ec: Backstage version bump to v1.49.2
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c69f1ec]
12
+ - @backstage-community/plugin-lighthouse-common@0.17.0
13
+
3
14
  ## 0.19.0
4
15
 
5
16
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -133,7 +133,6 @@ declare const lighthousePlugin: _backstage_frontend_plugin_api.OverridableFronte
133
133
  }>;
134
134
  };
135
135
  params: {
136
- defaultPath?: [Error: `Use the 'path' param instead`];
137
136
  path: string;
138
137
  title?: string;
139
138
  icon?: _backstage_frontend_plugin_api.IconElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-lighthouse",
3
- "version": "0.19.0",
3
+ "version": "0.20.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.16.0",
72
- "@backstage/catalog-model": "^1.7.6",
73
- "@backstage/core-compat-api": "^0.5.8",
74
- "@backstage/core-components": "^0.18.7",
75
- "@backstage/core-plugin-api": "^1.12.3",
76
- "@backstage/frontend-plugin-api": "^0.14.1",
77
- "@backstage/plugin-catalog-react": "^2.0.0",
71
+ "@backstage-community/plugin-lighthouse-common": "^0.17.0",
72
+ "@backstage/catalog-model": "^1.7.7",
73
+ "@backstage/core-compat-api": "^0.5.9",
74
+ "@backstage/core-components": "^0.18.8",
75
+ "@backstage/core-plugin-api": "^1.12.4",
76
+ "@backstage/frontend-plugin-api": "^0.15.1",
77
+ "@backstage/plugin-catalog-react": "^2.1.0",
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.35.4",
86
- "@backstage/core-app-api": "^1.19.5",
87
- "@backstage/frontend-defaults": "^0.4.0",
88
- "@backstage/frontend-test-utils": "^0.5.0",
89
- "@backstage/plugin-catalog": "^1.33.0",
90
- "@backstage/test-utils": "^1.7.15",
85
+ "@backstage/cli": "^0.36.0",
86
+ "@backstage/core-app-api": "^1.19.6",
87
+ "@backstage/frontend-defaults": "^0.5.0",
88
+ "@backstage/frontend-test-utils": "^0.5.1",
89
+ "@backstage/plugin-catalog": "^2.0.1",
90
+ "@backstage/test-utils": "^1.7.16",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^15.0.0",
93
93
  "@types/react-dom": "^18.2.19",