File tree Expand file tree Collapse file tree 8 files changed +316
-388
lines changed
Expand file tree Collapse file tree 8 files changed +316
-388
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @backstage-community/plugin-bookmarks ' : minor
3+ ---
4+
5+ Backstage version bump to v1.45.1
Original file line number Diff line number Diff line change 11plugins :
22 - checksum : a7960e90b20fe64de29d899d907dd9d539f4111357d84ce89eab20c01ea2941d4d4ee2a569d220be2f92f93d63cee18b85a6273cbb74980564fb80f7ee7c64d2
33 path : .yarn/plugins/@yarnpkg/plugin-backstage.cjs
4- spec : ' https://versions.backstage.io/v1/releases/1.44.2 /yarn-plugin'
4+ spec : ' https://versions.backstage.io/v1/releases/1.45.1 /yarn-plugin'
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.44.2 "
2+ "version" : " 1.45.1 "
33}
Original file line number Diff line number Diff line change 11# Knip report
22
3- ## Unused devDependencies (1)
4-
5- | Name | Location | Severity |
6- | :--------------------------- | :---------------- | :------- |
7- | @backstage/frontend-defaults | package.json:78:6 | error |
8-
Original file line number Diff line number Diff line change 6767 "@backstage/frontend-plugin-api" : " backstage:^" ,
6868 "@backstage/plugin-catalog-react" : " backstage:^" ,
6969 "@backstage/theme" : " backstage:^" ,
70- "@mui/icons-material" : " 5.18.0" ,
70+ "@mui/icons-material" : " ^ 5.18.0" ,
7171 "@mui/material" : " ^5.18.0" ,
72- "@mui/system" : " 5.18.0" ,
73- "@mui/x-tree-view" : " 8.16.0"
72+ "@mui/system" : " ^ 5.18.0" ,
73+ "@mui/x-tree-view" : " ^ 8.16.0"
7474 },
7575 "devDependencies" : {
7676 "@backstage/cli" : " backstage:^" ,
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
88import { Entity } from ' @backstage/catalog-model' ;
99import { EntityPredicate } from ' @backstage/plugin-catalog-react/alpha' ;
1010import { ExtensionDataRef } from ' @backstage/frontend-plugin-api' ;
11- import { ExtensionDefinition } from ' @backstage/frontend-plugin-api' ;
1211import { JSX as JSX_2 } from ' react' ;
12+ import { OverridableExtensionDefinition } from ' @backstage/frontend-plugin-api' ;
1313import { OverridableFrontendPlugin } from ' @backstage/frontend-plugin-api' ;
1414import { RouteRef } from ' @backstage/frontend-plugin-api' ;
1515import { TranslationMessages } from ' @backstage/frontend-plugin-api' ;
1616import { TranslationResource } from ' @backstage/frontend-plugin-api' ;
1717
1818// @public
1919const bookmarksPlugin: OverridableFrontendPlugin < {}, {}, {
20- " entity-content:bookmarks" : ExtensionDefinition < {
20+ " entity-content:bookmarks" : OverridableExtensionDefinition < {
2121kind: " entity-content" ;
2222name: undefined ;
2323config: {
@@ -54,7 +54,7 @@ routeRef?: RouteRef;
5454filter? : string | EntityPredicate | ((entity : Entity ) => boolean );
5555};
5656}>;
57- " translation:bookmarks/bookmarksTranslations" : ExtensionDefinition < {
57+ " translation:bookmarks/bookmarksTranslations" : OverridableExtensionDefinition < {
5858kind: " translation" ;
5959name: " bookmarksTranslations" ;
6060config: {};
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import { BackstagePlugin } from '@backstage/core-plugin-api';
99import { Entity } from ' @backstage/catalog-model' ;
1010import { EntityPredicate } from ' @backstage/plugin-catalog-react/alpha' ;
1111import { ExtensionDataRef } from ' @backstage/frontend-plugin-api' ;
12- import { ExtensionDefinition } from ' @backstage/frontend-plugin-api' ;
1312import { JSX as JSX_2 } from ' react' ;
1413import { JSX as JSX_3 } from ' react/jsx-runtime' ;
14+ import { OverridableExtensionDefinition } from ' @backstage/frontend-plugin-api' ;
1515import { OverridableFrontendPlugin } from ' @backstage/frontend-plugin-api' ;
1616import { RouteRef } from ' @backstage/frontend-plugin-api' ;
1717import { RouteRef as RouteRef_2 } from ' @backstage/core-plugin-api' ;
@@ -30,7 +30,7 @@ entityContent: RouteRef_2<undefined>;
3030
3131// @public
3232const bookmarksPlugin_2: OverridableFrontendPlugin < {}, {}, {
33- " entity-content:bookmarks" : ExtensionDefinition < {
33+ " entity-content:bookmarks" : OverridableExtensionDefinition < {
3434kind: " entity-content" ;
3535name: undefined ;
3636config: {
@@ -67,7 +67,7 @@ routeRef?: RouteRef;
6767filter? : string | EntityPredicate | ((entity : Entity ) => boolean );
6868};
6969}>;
70- " translation:bookmarks/bookmarksTranslations" : ExtensionDefinition < {
70+ " translation:bookmarks/bookmarksTranslations" : OverridableExtensionDefinition < {
7171kind: " translation" ;
7272name: " bookmarksTranslations" ;
7373config: {};
You can’t perform that action at this time.
0 commit comments