Skip to content

Commit 5ea7ce0

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
lighthouse - version:bump to v1.46.1 (#6586)
* v1.46.1 version bump * Updated API Reports 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 abc87e7 commit 5ea7ce0

File tree

7 files changed

+830
-2864
lines changed

7 files changed

+830
-2864
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.46.1

workspaces/lighthouse/.yarn/plugins/@yarnpkg/plugin-backstage.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

workspaces/lighthouse/.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins:
2-
- checksum: a7960e90b20fe64de29d899d907dd9d539f4111357d84ce89eab20c01ea2941d4d4ee2a569d220be2f92f93d63cee18b85a6273cbb74980564fb80f7ee7c64d2
2+
- checksum: b3b00465cee9a55ea92b7555876084a6dbfb4b9dd2ce7617a0bca1c138dec6b33befabdff7f4035b2a2ad70d59a05dad3a8faf3a34d3bec21fa7949a497fdf48
33
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
4-
spec: 'https://versions.backstage.io/v1/releases/1.45.1/yarn-plugin'
4+
spec: 'https://versions.backstage.io/v1/releases/1.46.1/yarn-plugin'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.45.1"
2+
"version": "1.46.1"
33
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
```ts
66
/// <reference types="react" />
77

8-
import { AnyApiFactory } from '@backstage/core-plugin-api';
8+
import { AnyApiFactory } from '@backstage/frontend-plugin-api';
99
import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
10-
import { ApiFactory } from '@backstage/core-plugin-api';
10+
import { ApiFactory } from '@backstage/frontend-plugin-api';
1111
import { Entity } from '@backstage/catalog-model';
1212
import { EntityCardType } from '@backstage/plugin-catalog-react/alpha';
1313
import { EntityPredicate } from '@backstage/plugin-catalog-react/alpha';
1414
import { ExtensionBlueprintParams } from '@backstage/frontend-plugin-api';
1515
import { ExtensionDataRef } from '@backstage/frontend-plugin-api';
16-
import { IconComponent } from '@backstage/core-plugin-api';
16+
import { IconComponent } from '@backstage/frontend-plugin-api';
1717
import { JSX as JSX_2 } from 'react';
1818
import { OverridableExtensionDefinition } from '@backstage/frontend-plugin-api';
1919
import { OverridableFrontendPlugin } from '@backstage/frontend-plugin-api';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
import { ApiRef } from '@backstage/core-plugin-api';
6+
import { ApiRef } from '@backstage/frontend-plugin-api';
77
import { BackstagePlugin } from '@backstage/core-plugin-api';
88
import { Entity } from '@backstage/catalog-model';
99
import { InfoCardVariants } from '@backstage/core-components';

0 commit comments

Comments
 (0)