Skip to content

Commit

Permalink
feat(deps): update to backstage 1.27 (#1325)
Browse files Browse the repository at this point in the history
* feat(deps): update to backstage 1.27

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* chore(auth-node): add patch to modify sign in resolver precedence (#1328)

Signed-off-by: Frank Kong <frkong@redhat.com>

* remove unneeded patch

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* chore(patches): update patches to 1.27.7 (#1330)

* chore: remove outdated patches

Signed-off-by: Frank Kong <frkong@redhat.com>

* chore: update scaffolder audit logging and permission patches to 1.27.7

Signed-off-by: Frank Kong <frkong@redhat.com>

* chore: remove unnecessary plugin-app-backend patch

Signed-off-by: Frank Kong <frkong@redhat.com>

---------

Signed-off-by: Frank Kong <frkong@redhat.com>

* update yarn lock

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* find issue

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* update dist dynamic

Signed-off-by: Paul Schultz <pschultz@pobox.com>

---------

Signed-off-by: Paul Schultz <pschultz@pobox.com>
Signed-off-by: Frank Kong <frkong@redhat.com>
Co-authored-by: Frank Kong <50030060+Zaperex@users.noreply.github.com>
  • Loading branch information
schultzp2020 and Zaperex committed Jul 10, 2024
1 parent 3582db4 commit 4c1ee5d
Show file tree
Hide file tree
Showing 118 changed files with 6,352 additions and 6,478 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.26.5"
"version": "1.27.7"
}
2 changes: 1 addition & 1 deletion dynamic-plugins/_utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lint": "backstage-cli package lint"
},
"devDependencies": {
"@backstage/cli": "0.26.4"
"@backstage/cli": "0.26.6"
}
}
Binary file not shown.
40 changes: 20 additions & 20 deletions dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
"lint": "backstage-cli package lint"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
"@backstage/cli": "0.26.6",
"tar": "6.2.1"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-3scale-backend": "1.5.15",
"@janus-idp/backstage-plugin-aap-backend": "1.6.15",
"@janus-idp/backstage-plugin-acr": "1.4.13",
"@janus-idp/backstage-plugin-analytics-provider-segment": "1.4.9",
"@janus-idp/backstage-plugin-jfrog-artifactory": "1.4.11",
"@janus-idp/backstage-plugin-keycloak-backend": "1.9.12",
"@janus-idp/backstage-plugin-nexus-repository-manager": "1.6.10",
"@janus-idp/backstage-plugin-ocm": "4.1.8",
"@janus-idp/backstage-plugin-ocm-backend": "4.0.8",
"@janus-idp/backstage-plugin-quay": "1.7.8",
"@janus-idp/backstage-plugin-rbac": "1.20.14",
"@janus-idp/backstage-plugin-tekton": "3.7.7",
"@janus-idp/backstage-plugin-topology": "1.21.10",
"@janus-idp/backstage-plugin-argocd": "1.1.8",
"@janus-idp/backstage-scaffolder-backend-module-quay": "1.4.12",
"@janus-idp/backstage-scaffolder-backend-module-regex": "1.4.12",
"@janus-idp/backstage-scaffolder-backend-module-servicenow": "1.4.14",
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.4.12",
"@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor": "1.0.3"
"@janus-idp/backstage-plugin-3scale-backend": "1.6.0",
"@janus-idp/backstage-plugin-aap-backend": "1.7.0",
"@janus-idp/backstage-plugin-acr": "1.5.0",
"@janus-idp/backstage-plugin-analytics-provider-segment": "1.5.0",
"@janus-idp/backstage-plugin-jfrog-artifactory": "1.5.0",
"@janus-idp/backstage-plugin-keycloak-backend": "1.10.0",
"@janus-idp/backstage-plugin-nexus-repository-manager": "1.7.0",
"@janus-idp/backstage-plugin-ocm": "4.2.0",
"@janus-idp/backstage-plugin-ocm-backend": "4.1.0",
"@janus-idp/backstage-plugin-quay": "1.8.0",
"@janus-idp/backstage-plugin-rbac": "1.21.0",
"@janus-idp/backstage-plugin-tekton": "3.8.0",
"@janus-idp/backstage-plugin-topology": "1.22.0",
"@janus-idp/backstage-plugin-argocd": "1.2.1",
"@janus-idp/backstage-scaffolder-backend-module-quay": "1.5.0",
"@janus-idp/backstage-scaffolder-backend-module-regex": "1.5.0",
"@janus-idp/backstage-scaffolder-backend-module-servicenow": "1.5.0",
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.5.0",
"@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor": "1.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin"
"role": "backend-plugin",
"supported-versions": "1.26.5"
},
"exports": {
".": {
Expand All @@ -35,6 +36,21 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-showcase",
"directory": "dynamic-plugins/wrappers/backstage-plugin-azure-devops-backend-dynamic"
},
"maintainers": [
"@janus-idp/maintainers-showcase"
],
"author": "Red Hat",
"homepage": "https://red.ht/rhdh",
"bugs": "https://issues.redhat.com/browse/RHIDP",
"keywords": [
"support:tech-preview",
"lifecycle:active"
],
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "^0.21.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@types/node" "*"

"@types/express-serve-static-core@^4.17.33":
version "4.19.3"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.3.tgz#e469a13e4186c9e1c0418fb17be8bc8ff1b19a7a"
integrity sha512-KOzM7MhcBFlmnlr/fzISFF5vGWVSvN6fTd4T+ExOt08bA/dA5kpSzY52nMsI1KDFmUREpJelPYyuslLRSjjgCg==
version "4.19.5"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6"
integrity sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==
dependencies:
"@types/node" "*"
"@types/qs" "*"
Expand Down Expand Up @@ -71,9 +71,9 @@
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==

"@types/node@*":
version "20.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
version "20.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -446,9 +446,9 @@ negotiator@0.6.3:
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==

object-inspect@^1.13.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
version "1.13.2"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==

on-finished@2.4.1:
version "2.4.1"
Expand Down Expand Up @@ -490,9 +490,9 @@ qs@6.11.0:
side-channel "^1.0.4"

qs@^6.9.1:
version "6.12.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
version "6.12.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.3.tgz#e43ce03c8521b9c7fd7f1f13e514e5ca37727754"
integrity sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==
dependencies:
side-channel "^1.0.6"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@backstage-community/plugin-azure-devops-backend": "0.6.5"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
"@janus-idp/cli": "1.10.0"
"@backstage/cli": "0.26.6",
"@janus-idp/cli": "1.11.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@backstage-community/plugin-azure-devops": "0.4.4"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
"@janus-idp/cli": "1.10.0"
"@backstage/cli": "0.26.6",
"@janus-idp/cli": "1.11.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-catalog-backend-module-bitbucket-cloud-dynamic",
"version": "0.2.4",
"version": "0.2.5",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -11,7 +11,8 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module"
"role": "backend-plugin-module",
"supported-versions": "1.26.5"
},
"exports": {
".": {
Expand All @@ -29,18 +30,33 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-showcase",
"directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-cloud"
},
"maintainers": [
"@janus-idp/maintainers-showcase"
],
"author": "Red Hat",
"homepage": "https://red.ht/rhdh",
"bugs": "https://issues.redhat.com/browse/RHIDP",
"keywords": [
"support:tech-preview",
"lifecycle:active"
],
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "^0.21.7",
"@backstage/backend-plugin-api": "^0.6.17",
"@backstage/backend-tasks": "^0.5.22",
"@backstage/catalog-client": "^1.6.4",
"@backstage/catalog-model": "^1.4.5",
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/backend-tasks": "^0.5.23",
"@backstage/catalog-client": "^1.6.5",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
"@backstage/integration": "^1.10.0",
"@backstage/plugin-catalog-common": "^1.0.22",
"@backstage/plugin-catalog-node": "^1.11.1",
"@backstage/plugin-events-node": "^0.3.3"
"@backstage/integration": "^1.11.0",
"@backstage/plugin-catalog-common": "^1.0.23",
"@backstage/plugin-catalog-node": "^1.12.0",
"@backstage/plugin-events-node": "^0.3.4"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-catalog-backend-module-bitbucket-cloud",
"version": "0.2.4",
"version": "0.2.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -27,11 +27,11 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @backstage/plugin-catalog-backend-module-bitbucket-cloud --embed-package @backstage/plugin-bitbucket-cloud-common --no-embed-as-dependencies"
},
"dependencies": {
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.2.4"
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.2.5"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
"@janus-idp/cli": "1.10.0"
"@backstage/cli": "0.26.6",
"@janus-idp/cli": "1.11.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-catalog-backend-module-bitbucket-server-dynamic",
"version": "0.1.31",
"version": "0.1.32",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -11,7 +11,8 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module"
"role": "backend-plugin-module",
"supported-versions": "1.26.5"
},
"exports": {
".": {
Expand All @@ -30,16 +31,31 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-showcase",
"directory": "dynamic-plugins/wrappers/backstage-plugin-catalog-backend-module-bitbucket-server"
},
"maintainers": [
"@janus-idp/maintainers-showcase"
],
"author": "Red Hat",
"homepage": "https://red.ht/rhdh",
"bugs": "https://issues.redhat.com/browse/RHIDP",
"keywords": [
"support:tech-preview",
"lifecycle:active"
],
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "^0.21.7",
"@backstage/backend-plugin-api": "^0.6.17",
"@backstage/backend-tasks": "^0.5.22",
"@backstage/catalog-model": "^1.4.5",
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/backend-tasks": "^0.5.23",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/integration": "^1.10.0",
"@backstage/plugin-catalog-node": "^1.11.1"
"@backstage/integration": "^1.11.0",
"@backstage/plugin-catalog-node": "^1.12.0"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
form-data "^4.0.0"

"@types/node@*":
version "20.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
version "20.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
dependencies:
undici-types "~5.26.4"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-catalog-backend-module-bitbucket-server",
"version": "0.1.31",
"version": "0.1.32",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -27,11 +27,11 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @backstage/plugin-catalog-backend-module-bitbucket-server --no-embed-as-dependencies"
},
"dependencies": {
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.31"
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.32"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
"@janus-idp/cli": "1.10.0"
"@backstage/cli": "0.26.6",
"@janus-idp/cli": "1.11.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 4c1ee5d

Please sign in to comment.