Skip to content

Commit 80eb00c

Browse files
feat: update Backstage to 1.35.1 (redhat-developer#2294)
* feat: update Backstage to 1.35.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * update patches Signed-off-by: Kashish Mittal <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Kashish Mittal <[email protected]> Co-authored-by: rhdh-gh-app[bot] <158537950+rhdh-gh-app[bot]@users.noreply.github.com> Co-authored-by: Kashish Mittal <[email protected]>
1 parent 23355b8 commit 80eb00c

File tree

90 files changed

+288
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+288
-404
lines changed

.yarn/patches/@backstage-plugin-scaffolder-backend-npm-1.29.0-af0f4d9efe.patch

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/dist/index.d.ts b/dist/index.d.ts
2-
index 33dd9e2c264a8dc095ea2a49f77e99a102db6cd0..5369990b8697eb956c32333afe85a99df4d8a9e6 100644
2+
index 33dd9e2c264a8dc095ea2a49f77e99a102db6cd0..d3e8ed31d130affa72b4fadf19ec8dd1f6d0e49d 100644
33
--- a/dist/index.d.ts
44
+++ b/dist/index.d.ts
55
@@ -23,6 +23,7 @@ import { TaskSpec, TaskRecovery, TemplateEntityStepV1beta3, TemplateParametersV1
@@ -10,15 +10,6 @@ index 33dd9e2c264a8dc095ea2a49f77e99a102db6cd0..5369990b8697eb956c32333afe85a99d
1010
import { PermissionEvaluator, PermissionRuleParams } from '@backstage/plugin-permission-common';
1111
import { RESOURCE_TYPE_SCAFFOLDER_TEMPLATE, RESOURCE_TYPE_SCAFFOLDER_ACTION } from '@backstage/plugin-scaffolder-common/alpha';
1212
import express from 'express';
13-
@@ -398,7 +399,7 @@ declare const createPublishGitlabMergeRequestAction: (options: {
14-
sourcePath?: string | undefined;
15-
targetPath?: string | undefined;
16-
token?: string | undefined;
17-
- commitAction?: "auto" | "update" | "delete" | "create" | "skip" | undefined;
18-
+ commitAction?: "create" | "update" | "delete" | "skip" | "auto" | undefined;
19-
projectid?: string | undefined;
20-
removeSourceBranch?: boolean | undefined;
21-
assignee?: string | undefined;
2213
@@ -735,11 +736,13 @@ declare class TaskManager implements TaskContext$1 {
2314
private readonly signal;
2415
private readonly logger;

.yarn/patches/@backstage-plugin-scaffolder-node-npm-0.6.3-1423303d33.patch

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
diff --git a/dist/alpha.d.ts b/dist/alpha.d.ts
2-
index 12b8ac7e6a5d272651291d9786a493e26e9e93a2..59a1b5fb8a3d0993fb26fde44bd0ff570cbe5b47 100644
3-
--- a/dist/alpha.d.ts
4-
+++ b/dist/alpha.d.ts
5-
@@ -1,4 +1,3 @@
6-
-/// <reference types="node" />
7-
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
8-
import { TemplateAction, TaskBroker, TemplateFilter, TemplateGlobal } from '@backstage/plugin-scaffolder-node';
9-
101
diff --git a/dist/index.d.ts b/dist/index.d.ts
112
index c5ec56ad633cc2b33d2a334c942ca97c1f57ba8a..2f92a8db9dae76f32a944406a72c6db5bfb6a5f2 100644
123
--- a/dist/index.d.ts

backstage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.35.0"
2+
"version": "1.35.1"
33
}

dynamic-plugins/_utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:wrappers": "backstage-cli package test --passWithNoTests --coverage"
1313
},
1414
"devDependencies": {
15-
"@backstage/cli": "0.29.5",
15+
"@backstage/cli": "0.29.6",
1616
"glob": "11.0.1",
1717
"yaml": "2.7.0"
1818
}

dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "backstage-community-plugin-3scale-backend",
1515
"pluginPackages": [
1616
"backstage-community-plugin-3scale-backend"
@@ -41,7 +41,7 @@
4141
"@backstage-community/plugin-3scale-backend": "3.0.3"
4242
},
4343
"devDependencies": {
44-
"@backstage/cli": "0.29.5",
44+
"@backstage/cli": "0.29.6",
4545
"@janus-idp/cli": "3.0.0",
4646
"typescript": "5.7.3"
4747
},

dynamic-plugins/wrappers/backstage-community-plugin-acr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "acr",
1616
"pluginPackages": [
1717
"backstage-community-plugin-acr"
@@ -34,7 +34,7 @@
3434
"@mui/material": "5.16.14"
3535
},
3636
"devDependencies": {
37-
"@backstage/cli": "0.29.5",
37+
"@backstage/cli": "0.29.6",
3838
"@janus-idp/cli": "3.0.0",
3939
"typescript": "5.7.3"
4040
},

dynamic-plugins/wrappers/backstage-community-plugin-analytics-provider-segment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "backstage-community-analytics-provider-segment",
1616
"pluginPackages": [
1717
"backstage-community-plugin-analytics-provider-segment"
@@ -31,7 +31,7 @@
3131
"@backstage-community/plugin-analytics-provider-segment": "1.10.2"
3232
},
3333
"devDependencies": {
34-
"@backstage/cli": "0.29.5",
34+
"@backstage/cli": "0.29.6",
3535
"@janus-idp/cli": "3.0.0",
3636
"typescript": "5.7.3"
3737
},

dynamic-plugins/wrappers/backstage-community-plugin-azure-devops-backend-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "azure-devops",
1515
"pluginPackage": "backstage-community-plugin-azure-devops-backend",
1616
"pluginPackages": [
@@ -43,7 +43,7 @@
4343
"@backstage-community/plugin-azure-devops-backend": "0.8.0"
4444
},
4545
"devDependencies": {
46-
"@backstage/cli": "0.29.5",
46+
"@backstage/cli": "0.29.6",
4747
"@janus-idp/cli": "3.0.0",
4848
"typescript": "5.7.3"
4949
},

dynamic-plugins/wrappers/backstage-community-plugin-azure-devops/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "azure-devops",
1616
"pluginPackage": "backstage-community-plugin-azure-devops",
1717
"pluginPackages": [
@@ -33,7 +33,7 @@
3333
"@backstage-community/plugin-azure-devops": "0.6.2"
3434
},
3535
"devDependencies": {
36-
"@backstage/cli": "0.29.5",
36+
"@backstage/cli": "0.29.6",
3737
"@janus-idp/cli": "3.0.0",
3838
"typescript": "5.7.3"
3939
},

dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-keycloak-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin-module",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "catalog",
1515
"pluginPackage": "@backstage/plugin-catalog-backend"
1616
},
@@ -39,7 +39,7 @@
3939
"@backstage-community/plugin-catalog-backend-module-keycloak": "3.2.2"
4040
},
4141
"devDependencies": {
42-
"@backstage/cli": "0.29.5",
42+
"@backstage/cli": "0.29.6",
4343
"@janus-idp/cli": "3.0.0",
4444
"typescript": "5.7.3"
4545
},

dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-pingidentity-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin-module",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "catalog",
1515
"pluginPackage": "@backstage/plugin-catalog-backend"
1616
},
@@ -39,7 +39,7 @@
3939
"@backstage-community/plugin-catalog-backend-module-pingidentity": "0.1.5"
4040
},
4141
"devDependencies": {
42-
"@backstage/cli": "0.29.5",
42+
"@backstage/cli": "0.29.6",
4343
"@janus-idp/cli": "3.0.0",
4444
"typescript": "5.7.3"
4545
},

dynamic-plugins/wrappers/backstage-community-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin-module",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "catalog",
1515
"pluginPackage": "@backstage/plugin-catalog-backend"
1616
},
@@ -39,7 +39,7 @@
3939
"@backstage-community/plugin-catalog-backend-module-scaffolder-relation-processor": "2.0.2"
4040
},
4141
"devDependencies": {
42-
"@backstage/cli": "0.29.5",
42+
"@backstage/cli": "0.29.6",
4343
"@janus-idp/cli": "3.0.0",
4444
"typescript": "5.7.3"
4545
},

dynamic-plugins/wrappers/backstage-community-plugin-dynatrace/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "dynatrace",
1616
"pluginPackages": [
1717
"backstage-community-plugin-dynatrace"
@@ -31,7 +31,7 @@
3131
"@backstage-community/plugin-dynatrace": "10.0.8"
3232
},
3333
"devDependencies": {
34-
"@backstage/cli": "0.29.5",
34+
"@backstage/cli": "0.29.6",
3535
"@janus-idp/cli": "3.0.0",
3636
"typescript": "5.7.3"
3737
},

dynamic-plugins/wrappers/backstage-community-plugin-github-actions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "github-actions",
1616
"pluginPackages": [
1717
"backstage-community-plugin-github-actions"
@@ -31,7 +31,7 @@
3131
"@backstage-community/plugin-github-actions": "0.6.24"
3232
},
3333
"devDependencies": {
34-
"@backstage/cli": "0.29.5",
34+
"@backstage/cli": "0.29.6",
3535
"@janus-idp/cli": "3.0.0",
3636
"typescript": "5.7.3"
3737
},

dynamic-plugins/wrappers/backstage-community-plugin-github-issues/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "github-issues",
1616
"pluginPackages": [
1717
"backstage-community-plugin-github-issues"
@@ -31,7 +31,7 @@
3131
"@backstage-community/plugin-github-issues": "0.4.8"
3232
},
3333
"devDependencies": {
34-
"@backstage/cli": "0.29.5",
34+
"@backstage/cli": "0.29.6",
3535
"@janus-idp/cli": "3.0.0",
3636
"typescript": "5.7.3"
3737
},

dynamic-plugins/wrappers/backstage-community-plugin-jenkins-backend-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "jenkins",
1515
"pluginPackages": [
1616
"backstage-community-plugin-jenkins",
@@ -42,7 +42,7 @@
4242
"@backstage-community/plugin-jenkins-backend": "0.6.2"
4343
},
4444
"devDependencies": {
45-
"@backstage/cli": "0.29.5",
45+
"@backstage/cli": "0.29.6",
4646
"@janus-idp/cli": "3.0.0",
4747
"typescript": "5.7.3"
4848
},

dynamic-plugins/wrappers/backstage-community-plugin-jenkins/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "jenkins",
1616
"pluginPackages": [
1717
"backstage-community-plugin-jenkins",
@@ -32,7 +32,7 @@
3232
"@backstage-community/plugin-jenkins": "0.12.0"
3333
},
3434
"devDependencies": {
35-
"@backstage/cli": "0.29.5",
35+
"@backstage/cli": "0.29.6",
3636
"@janus-idp/cli": "3.0.0",
3737
"typescript": "5.7.3"
3838
},

dynamic-plugins/wrappers/backstage-community-plugin-jfrog-artifactory/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "jfrog-artifactory",
1616
"pluginPackage": "backstage-community-plugin-jfrog-artifactory",
1717
"pluginPackages": [
@@ -33,7 +33,7 @@
3333
"@mui/material": "5.16.14"
3434
},
3535
"devDependencies": {
36-
"@backstage/cli": "0.29.5",
36+
"@backstage/cli": "0.29.6",
3737
"@janus-idp/cli": "3.0.0",
3838
"typescript": "5.7.3"
3939
},

dynamic-plugins/wrappers/backstage-community-plugin-lighthouse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "lighthouse",
1616
"pluginPackages": [
1717
"backstage-community-plugin-lighthouse"
@@ -32,7 +32,7 @@
3232
"@mui/icons-material": "5.16.14"
3333
},
3434
"devDependencies": {
35-
"@backstage/cli": "0.29.5",
35+
"@backstage/cli": "0.29.6",
3636
"@janus-idp/cli": "3.0.0",
3737
"typescript": "5.7.3"
3838
},

dynamic-plugins/wrappers/backstage-community-plugin-nexus-repository-manager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "nexus-repository-manager",
1616
"pluginPackages": [
1717
"backstage-community-plugin-nexus-repository-manager"
@@ -31,7 +31,7 @@
3131
"@mui/material": "5.16.14"
3232
},
3333
"devDependencies": {
34-
"@backstage/cli": "0.29.5",
34+
"@backstage/cli": "0.29.6",
3535
"@janus-idp/cli": "3.0.0",
3636
"typescript": "5.7.3"
3737
},

dynamic-plugins/wrappers/backstage-community-plugin-ocm-backend-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"backstage": {
1212
"role": "backend-plugin",
13-
"supported-versions": "1.35.0",
13+
"supported-versions": "1.35.1",
1414
"pluginId": "backstage-community-ocm-backend",
1515
"pluginPackages": [
1616
"backstage-community-plugin-ocm-backend"
@@ -41,7 +41,7 @@
4141
"@backstage-community/plugin-ocm-backend": "5.2.3"
4242
},
4343
"devDependencies": {
44-
"@backstage/cli": "0.29.5",
44+
"@backstage/cli": "0.29.6",
4545
"@janus-idp/cli": "3.0.0",
4646
"typescript": "5.7.3"
4747
},

dynamic-plugins/wrappers/backstage-community-plugin-ocm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "backstage-community-plugin-ocm",
1616
"pluginPackages": [
1717
"backstage-community-plugin-ocm"
@@ -32,7 +32,7 @@
3232
"@mui/material": "5.16.14"
3333
},
3434
"devDependencies": {
35-
"@backstage/cli": "0.29.5",
35+
"@backstage/cli": "0.29.6",
3636
"@janus-idp/cli": "3.0.0",
3737
"typescript": "5.7.3"
3838
},

dynamic-plugins/wrappers/backstage-community-plugin-quay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.35.0",
14+
"supported-versions": "1.35.1",
1515
"pluginId": "backstage-community-quay",
1616
"pluginPackage": "backstage-community-quay",
1717
"pluginPackages": [
@@ -33,7 +33,7 @@
3333
"@mui/material": "5.16.14"
3434
},
3535
"devDependencies": {
36-
"@backstage/cli": "0.29.5",
36+
"@backstage/cli": "0.29.6",
3737
"@janus-idp/cli": "3.0.0",
3838
"typescript": "5.7.3"
3939
},

0 commit comments

Comments
 (0)