Skip to content

Commit

Permalink
Move to 1.23.0.next.1 and cleanup wrappers from the old backend
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Feb 1, 2024
1 parent 9537627 commit 4ed48c1
Show file tree
Hide file tree
Showing 133 changed files with 1,727 additions and 3,690 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.22.2"
"version": "1.23.0-next.1"
}
Empty file removed dynamic-plugins-root/.gitkeep
Empty file.
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.25.1"
"@backstage/cli": "0.25.2-next.1"
}
}
2 changes: 1 addition & 1 deletion dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "backstage-cli package lint"
},
"devDependencies": {
"@backstage/cli": "0.25.1",
"@backstage/cli": "0.25.2-next.1",
"tar": "6.2.0"
},
"peerDependencies": {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-azure-devops-backend-dynamic",
"version": "0.5.1",
"version": "0.5.2-next.1",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -11,17 +11,13 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module"
"role": "backend-plugin"
},
"exports": {
".": {
"require": "./dist/index.cjs.js",
"default": "./dist/index.cjs.js"
},
"./alpha": {
"require": "./dist/alpha.cjs.js",
"default": "./dist/alpha.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
Expand All @@ -45,19 +41,17 @@
},
"devDependencies": {},
"files": [
"dist",
"alpha"
"dist"
],
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "0.20.1",
"@backstage/backend-plugin-api": "0.6.9",
"@backstage/backend-dynamic-feature-service": "0.1.0",
"@backstage/catalog-model": "^1.4.3",
"@backstage/backend-common": "^0.21.0-next.1",
"@backstage/backend-plugin-api": "^0.6.10-next.1",
"@backstage/catalog-model": "^1.4.4-next.0",
"@backstage/config": "^1.1.1",
"@backstage/integration": "^1.8.0",
"@backstage/plugin-catalog-common": "^1.0.20",
"@backstage/plugin-catalog-node": "^1.6.1"
"@backstage/integration": "^1.9.0-next.0",
"@backstage/plugin-catalog-common": "^1.0.21-next.0",
"@backstage/plugin-catalog-node": "^1.6.2-next.1"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==

"@types/node@*":
version "20.11.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.10.tgz#6c3de8974d65c362f82ee29db6b5adf4205462f9"
integrity sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg==
version "20.11.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -147,9 +147,9 @@ async@^3.2.3:
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==

azure-devops-node-api@^12.0.0:
version "12.3.0"
resolved "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-12.3.0.tgz#bb2b31f8d4994a166dbd2bd38f9ddbf34c46bf4a"
integrity sha512-5HDhBFIXJxiFhcJ+A3hN87gwo92PrDNLJvcvRHjr+p7AsuUSF64yQU+M6wcBDczkIDVV7m+MrraKQ2tqUxSbCA==
version "12.4.0"
resolved "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-12.4.0.tgz#c5c4b7d18fa7f960b812aaab2c635516ef5835a3"
integrity sha512-ZrJlnoAOjliBYvO1wV9oa5Saa3h5tfRbvCSpwjqryag7bIeeY5Zl/zGiZBVD+75EumhtY5mOXNBzHvLf6JmdNQ==
dependencies:
tunnel "0.0.6"
typed-rest-client "^1.8.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-azure-devops-backend",
"version": "0.5.1",
"version": "0.5.2-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -15,7 +15,6 @@
},
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"scripts": {
Expand All @@ -27,19 +26,15 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @backstage/plugin-azure-devops-backend --override-interop default"
},
"dependencies": {
"@backstage/backend-common": "0.20.1",
"@backstage/backend-plugin-api": "0.6.9",
"@backstage/backend-dynamic-feature-service": "0.1.0",
"@backstage/plugin-azure-devops-backend": "0.5.1"
"@backstage/plugin-azure-devops-backend": "0.5.2-next.1"
},
"devDependencies": {
"@backstage/cli": "0.25.1",
"@backstage/cli": "0.25.2-next.1",
"@janus-idp/cli": "1.6.0"
},
"files": [
"dist",
"dist-dynamic/*.*",
"dist-dynamic/dist/**",
"dist-dynamic/alpha/*"
"dist-dynamic/dist/**"
]
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './dynamic/index';
export { default } from '@backstage/plugin-azure-devops-backend';
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstage-plugin-azure-devops",
"version": "0.3.11",
"version": "0.3.12-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -20,10 +20,10 @@
"export-dynamic": "janus-cli package export-dynamic-plugin"
},
"dependencies": {
"@backstage/plugin-azure-devops": "0.3.11"
"@backstage/plugin-azure-devops": "0.3.12-next.1"
},
"devDependencies": {
"@backstage/cli": "0.25.1",
"@backstage/cli": "0.25.2-next.1",
"@janus-idp/cli": "1.6.0"
},
"files": [
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.1.21",
"version": "0.1.25-next.1",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,29 +28,12 @@
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules",
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @backstage/plugin-catalog-backend-module-bitbucket-cloud"
},
"dependencies": {
"uuid": "^8.0.0",
"winston": "^3.2.1"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist"
],
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-dynamic-feature-service": "0.1.0",
"@backstage/backend-common": "^0.20.1",
"@backstage/backend-plugin-api": "^0.6.9",
"@backstage/backend-tasks": "^0.5.14",
"@backstage/catalog-client": "^1.5.2",
"@backstage/catalog-model": "^1.4.3",
"@backstage/config": "^1.1.1",
"@backstage/integration": "^1.8.0",
"@backstage/plugin-bitbucket-cloud-common": "^0.2.15",
"@backstage/plugin-catalog-common": "^1.0.20",
"@backstage/plugin-catalog-node": "^1.6.1",
"@backstage/plugin-events-node": "^0.2.18"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
"@smithy/util-utf8": "^2.0.0"
Expand Down
Loading

0 comments on commit 4ed48c1

Please sign in to comment.