Skip to content

Commit c91184c

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
lighthouse - version:bump to v1.38.1 (#3728)
* v1.38.1 version bump * Manual changes for release Signed-off-by: Andre Wanlin <[email protected]> --------- Signed-off-by: Andre Wanlin <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <[email protected]>
1 parent 14d6240 commit c91184c

File tree

28 files changed

+319
-309
lines changed

28 files changed

+319
-309
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@backstage-community/plugin-lighthouse': minor
3+
'@backstage-community/plugin-lighthouse-backend': minor
4+
'@backstage-community/plugin-lighthouse-common': minor
5+
---
6+
7+
Backstage version bump to v1.38.1

workspaces/lighthouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ To start the app, run:
66

77
```sh
88
yarn install
9-
yarn dev
9+
yarn start
1010
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.37.0"
2+
"version": "1.38.1"
33
}

workspaces/lighthouse/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"node": "20 || 22"
77
},
88
"scripts": {
9+
"start": "backstage-cli repo start",
910
"tsc": "tsc",
1011
"tsc:full": "tsc --skipLibCheck false --incremental false",
1112
"build:all": "backstage-cli repo build --all",
@@ -33,9 +34,9 @@
3334
"directory": "workspaces/lighthouse"
3435
},
3536
"devDependencies": {
36-
"@backstage/cli": "^0.31.0",
37+
"@backstage/cli": "^0.32.0",
3738
"@backstage/e2e-test-utils": "^0.1.1",
38-
"@backstage/repo-tools": "^0.13.1",
39+
"@backstage/repo-tools": "^0.13.2",
3940
"@changesets/cli": "^2.27.1",
4041
"knip": "^5.27.4",
4142
"node-gyp": "^10.0.0",

workspaces/lighthouse/plugins/lighthouse-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
},
4747
"dependencies": {
4848
"@backstage-community/plugin-lighthouse-common": "workspace:^",
49-
"@backstage/backend-plugin-api": "^1.2.1",
49+
"@backstage/backend-plugin-api": "^1.3.0",
5050
"@backstage/backend-tasks": "^0.6.1",
5151
"@backstage/catalog-client": "^1.9.1",
5252
"@backstage/catalog-model": "^1.7.3",
5353
"@backstage/config": "^1.3.2",
54-
"@backstage/plugin-catalog-node": "^1.16.1",
54+
"@backstage/plugin-catalog-node": "^1.16.3",
5555
"@backstage/types": "^1.2.1",
5656
"winston": "^3.2.1"
5757
},
5858
"devDependencies": {
59-
"@backstage/cli": "^0.31.0"
59+
"@backstage/cli": "^0.32.0"
6060
},
6161
"configSchema": "config.d.ts"
6262
}

workspaces/lighthouse/plugins/lighthouse-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"@backstage/config": "^1.3.2"
4949
},
5050
"devDependencies": {
51-
"@backstage/cli": "^0.31.0"
51+
"@backstage/cli": "^0.32.0"
5252
}
5353
}

workspaces/lighthouse/plugins/lighthouse/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
"dependencies": {
4646
"@backstage-community/plugin-lighthouse-common": "workspace:^",
4747
"@backstage/catalog-model": "^1.7.3",
48-
"@backstage/core-components": "^0.17.0",
49-
"@backstage/core-plugin-api": "^1.10.5",
50-
"@backstage/plugin-catalog-react": "^1.16.0",
48+
"@backstage/core-components": "^0.17.1",
49+
"@backstage/core-plugin-api": "^1.10.6",
50+
"@backstage/plugin-catalog-react": "^1.17.0",
5151
"@material-ui/core": "^4.12.2",
5252
"@material-ui/icons": "^4.9.1",
5353
"@material-ui/lab": "4.0.0-alpha.61",
5454
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
5555
"react-use": "^17.2.4"
5656
},
5757
"devDependencies": {
58-
"@backstage/cli": "^0.31.0",
59-
"@backstage/core-app-api": "^1.16.0",
60-
"@backstage/dev-utils": "^1.1.8",
61-
"@backstage/test-utils": "^1.7.6",
58+
"@backstage/cli": "^0.32.0",
59+
"@backstage/core-app-api": "^1.16.1",
60+
"@backstage/dev-utils": "^1.1.9",
61+
"@backstage/test-utils": "^1.7.7",
6262
"@testing-library/dom": "^10.0.0",
6363
"@testing-library/jest-dom": "^6.0.0",
6464
"@testing-library/react": "^15.0.0",

workspaces/lighthouse/plugins/lighthouse/report.api.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
/// <reference types="react" />
7-
86
import { ApiRef } from '@backstage/core-plugin-api';
97
import { BackstagePlugin } from '@backstage/core-plugin-api';
108
import { Entity } from '@backstage/catalog-model';
11-
import { InfoCardVariants } from '@backstage/core-components/*';
12-
import { InfoCardVariants as InfoCardVariants_2 } from '@backstage/core-components';
13-
import { JSX as JSX_2 } from 'react';
9+
import { InfoCardVariants } from '@backstage/core-components';
10+
import { JSX as JSX_2 } from 'react/jsx-runtime';
1411
import { LighthouseApi } from '@backstage-community/plugin-lighthouse-common';
15-
import { default as React_2 } from 'react';
1612
import { RouteRef } from '@backstage/core-plugin-api';
1713

1814
// @public (undocumented)
19-
export const EmbeddedRouter: () => React_2.JSX.Element;
15+
export const EmbeddedRouter: () => JSX_2.Element;
2016

2117
// @public (undocumented)
2218
export const EntityLastLighthouseAuditCard: (props: {
@@ -35,8 +31,8 @@ export { isLighthouseAvailable as isPluginApplicableToEntity };
3531
// @public (undocumented)
3632
export const LastLighthouseAuditCard: (props: {
3733
dense?: boolean;
38-
variant?: InfoCardVariants_2;
39-
}) => React_2.JSX.Element;
34+
variant?: InfoCardVariants;
35+
}) => JSX_2.Element;
4036

4137
// @public (undocumented)
4238
export const lighthouseApiRef: ApiRef<LighthouseApi>;
@@ -57,5 +53,5 @@ export { lighthousePlugin };
5753
export { lighthousePlugin as plugin };
5854

5955
// @public (undocumented)
60-
export const Router: () => React_2.JSX.Element;
56+
export const Router: () => JSX_2.Element;
6157
```

workspaces/lighthouse/plugins/lighthouse/src/Router.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
import React from 'react';
1817
import { Route, Routes } from 'react-router-dom';
1918
import {
2019
useEntity,

workspaces/lighthouse/plugins/lighthouse/src/components/AuditList/AuditListForEntity.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import { Entity } from '@backstage/catalog-model';
1818
import { EntityProvider } from '@backstage/plugin-catalog-react';
1919
import { renderInTestApp, TestApiProvider } from '@backstage/test-utils';
20-
import React from 'react';
2120
import {
2221
LighthouseRestApi,
2322
WebsiteListResponse,

0 commit comments

Comments
 (0)