Merge pull request #33137 from backstage/rugvip/remove-page-blueprint-defaultpath

Remove deprecated `defaultPath` migration helper from `PageBlueprint`
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:50:25 +01:00
committed by GitHub
20 changed files with 5 additions and 25 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Removed the deprecated `defaultPath` migration helper from `PageBlueprint` params.
@@ -87,7 +87,6 @@ const examplePlugin: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -1722,7 +1722,6 @@ export interface OverridableFrontendPlugin<
export const PageBlueprint: ExtensionBlueprint_2<{
kind: 'page';
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -59,10 +59,6 @@ export const PageBlueprint = createExtensionBlueprint({
},
*factory(
params: {
/**
* @deprecated Use the `path` param instead.
*/
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -563,7 +563,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -109,7 +109,6 @@ const visualizerPlugin: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -88,7 +88,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -238,7 +238,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -181,7 +181,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -130,7 +130,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-2
View File
@@ -1082,7 +1082,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -1270,7 +1269,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: 'entity';
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -146,7 +146,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -194,7 +194,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -228,7 +228,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -102,7 +102,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -108,7 +108,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-1
View File
@@ -274,7 +274,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-2
View File
@@ -181,7 +181,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -351,7 +350,6 @@ export const searchPage: OverridableExtensionDefinition<{
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
-2
View File
@@ -348,7 +348,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -441,7 +440,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: 'reader';
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;
@@ -120,7 +120,6 @@ const _default: OverridableFrontendPlugin<
kind: 'page';
name: undefined;
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;