chore: v1.31.3 version bump (#1483)
Signed-off-by: Yash Oswal <yashoswal18@gmail.com>
This commit is contained in:
parent
cd0275c61b
commit
9792d34d1b
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@backstage-community/plugin-report-portal-backend': patch
|
||||
'@backstage-community/plugin-report-portal': patch
|
||||
---
|
||||
|
||||
Backstage version bump to v1.31.3
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.30.2"
|
||||
"version": "1.31.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"node": "18 || 20"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
|
||||
"dev": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
|
||||
"start": "yarn workspace app start",
|
||||
"start-backend": "yarn workspace backend start",
|
||||
"tsc": "tsc",
|
||||
|
|
@ -37,12 +37,11 @@
|
|||
"directory": "workspaces/report-portal"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.9.5",
|
||||
"@backstage/repo-tools": "^0.9.7",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"node-gyp": "^10.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "~5.3.0"
|
||||
|
|
|
|||
|
|
@ -20,29 +20,29 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-report-portal": "workspace:^",
|
||||
"@backstage/app-defaults": "^1.5.10",
|
||||
"@backstage/catalog-model": "^1.6.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/core-app-api": "^1.14.2",
|
||||
"@backstage/core-components": "^0.14.10",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/integration-react": "^1.1.30",
|
||||
"@backstage/plugin-api-docs": "^0.11.8",
|
||||
"@backstage/plugin-catalog": "^1.22.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.26",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.8",
|
||||
"@backstage/plugin-catalog-import": "^0.12.2",
|
||||
"@backstage/plugin-catalog-react": "^1.12.3",
|
||||
"@backstage/plugin-org": "^0.6.28",
|
||||
"@backstage/plugin-permission-react": "^0.4.25",
|
||||
"@backstage/plugin-scaffolder": "^1.24.0",
|
||||
"@backstage/plugin-search": "^1.4.15",
|
||||
"@backstage/plugin-search-react": "^1.7.14",
|
||||
"@backstage/plugin-techdocs": "^1.10.8",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.13",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.7",
|
||||
"@backstage/plugin-user-settings": "^0.8.11",
|
||||
"@backstage/theme": "^0.5.6",
|
||||
"@backstage/app-defaults": "^1.5.11",
|
||||
"@backstage/catalog-model": "^1.7.0",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/core-app-api": "^1.15.0",
|
||||
"@backstage/core-components": "^0.15.0",
|
||||
"@backstage/core-plugin-api": "^1.9.4",
|
||||
"@backstage/integration-react": "^1.1.32",
|
||||
"@backstage/plugin-api-docs": "^0.11.10",
|
||||
"@backstage/plugin-catalog": "^1.23.1",
|
||||
"@backstage/plugin-catalog-common": "^1.1.0",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.10",
|
||||
"@backstage/plugin-catalog-import": "^0.12.4",
|
||||
"@backstage/plugin-catalog-react": "^1.13.1",
|
||||
"@backstage/plugin-org": "^0.6.30",
|
||||
"@backstage/plugin-permission-react": "^0.4.26",
|
||||
"@backstage/plugin-scaffolder": "^1.25.1",
|
||||
"@backstage/plugin-search": "^1.4.17",
|
||||
"@backstage/plugin-search-react": "^1.8.0",
|
||||
"@backstage/plugin-techdocs": "^1.10.10",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.15",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.8",
|
||||
"@backstage/plugin-user-settings": "^0.8.13",
|
||||
"@backstage/theme": "^0.5.7",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@redhat-developer/red-hat-developer-hub-theme": "^0.3.0",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.5.10",
|
||||
"@backstage/test-utils": "^1.6.0",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -22,27 +22,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-report-portal-backend": "workspace:^",
|
||||
"@backstage/backend-common": "^0.24.0",
|
||||
"@backstage/backend-defaults": "^0.4.3",
|
||||
"@backstage/backend-tasks": "^0.6.0",
|
||||
"@backstage/backend-defaults": "^0.5.0",
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.72",
|
||||
"@backstage/plugin-auth-backend": "^0.22.10",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.9",
|
||||
"@backstage/plugin-auth-node": "^0.5.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.25.0",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.21",
|
||||
"@backstage/plugin-permission-backend": "^0.5.47",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.20",
|
||||
"@backstage/plugin-app-backend": "^0.3.75",
|
||||
"@backstage/plugin-auth-backend": "^0.23.0",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.0",
|
||||
"@backstage/plugin-auth-node": "^0.5.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.26.1",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.0",
|
||||
"@backstage/plugin-permission-backend": "^0.5.49",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.0",
|
||||
"@backstage/plugin-permission-common": "^0.8.1",
|
||||
"@backstage/plugin-permission-node": "^0.8.1",
|
||||
"@backstage/plugin-proxy-backend": "^0.5.4",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.24.0",
|
||||
"@backstage/plugin-search-backend": "^1.5.15",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.2.0",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.2.0",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.0",
|
||||
"@backstage/plugin-techdocs-backend": "^1.10.11",
|
||||
"@backstage/plugin-permission-node": "^0.8.3",
|
||||
"@backstage/plugin-proxy-backend": "^0.5.6",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.25.0",
|
||||
"@backstage/plugin-search-backend": "^1.5.17",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.2.2",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.2.2",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.2",
|
||||
"@backstage/plugin-techdocs-backend": "^1.10.13",
|
||||
"app": "link:../app",
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
|
@ -51,7 +49,7 @@
|
|||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeatureCompat } from '@backstage/backend-plugin-api';
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
import { Config } from '@backstage/config';
|
||||
import express from 'express';
|
||||
import { LoggerService } from '@backstage/backend-plugin-api';
|
||||
|
|
@ -12,7 +12,7 @@ import { LoggerService } from '@backstage/backend-plugin-api';
|
|||
export function createRouter(options: RouterOptions): Promise<express.Router>;
|
||||
|
||||
// @public
|
||||
const reportPortalPlugin: BackendFeatureCompat;
|
||||
const reportPortalPlugin: BackendFeature;
|
||||
export default reportPortalPlugin;
|
||||
|
||||
// @public
|
||||
|
|
|
|||
|
|
@ -32,24 +32,22 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.24.0",
|
||||
"@backstage/backend-defaults": "^0.4.3",
|
||||
"@backstage/backend-plugin-api": "^0.8.0",
|
||||
"@backstage/backend-defaults": "^0.5.0",
|
||||
"@backstage/backend-plugin-api": "^1.0.0",
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@types/express": "*",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"http-proxy-middleware": "^3.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"winston": "^3.2.1",
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-defaults": "^0.4.3",
|
||||
"@backstage/backend-test-utils": "^0.5.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/plugin-auth-backend": "^0.22.10",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.9",
|
||||
"@backstage/backend-defaults": "^0.5.0",
|
||||
"@backstage/backend-test-utils": "^1.0.0",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/plugin-auth-backend": "^0.23.0",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.0",
|
||||
"@types/supertest": "^6.0.0",
|
||||
"msw": "^1.0.0",
|
||||
"supertest": "^7.0.0"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { getVoidLogger } from '@backstage/backend-common';
|
||||
import { mockServices } from '@backstage/backend-test-utils';
|
||||
import { ConfigReader } from '@backstage/config';
|
||||
|
||||
import express from 'express';
|
||||
|
|
@ -25,7 +25,7 @@ describe('createRouter', () => {
|
|||
|
||||
beforeAll(async () => {
|
||||
const router = await createRouter({
|
||||
logger: getVoidLogger(),
|
||||
logger: mockServices.logger.mock(),
|
||||
config: new ConfigReader({ reportPortal: { integrations: [] } }),
|
||||
});
|
||||
app = express().use(router);
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@
|
|||
import { MiddlewareFactory } from '@backstage/backend-defaults/rootHttpRouter';
|
||||
import { LoggerService } from '@backstage/backend-plugin-api';
|
||||
import { Config } from '@backstage/config';
|
||||
import express from 'express';
|
||||
import Router from 'express-promise-router';
|
||||
import express, { Router } from 'express';
|
||||
import { createProxyMiddleware } from 'http-proxy-middleware';
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -33,11 +33,11 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.6.0",
|
||||
"@backstage/core-components": "^0.14.10",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/plugin-catalog-react": "^1.12.3",
|
||||
"@backstage/theme": "^0.5.6",
|
||||
"@backstage/catalog-model": "^1.7.0",
|
||||
"@backstage/core-components": "^0.15.0",
|
||||
"@backstage/core-plugin-api": "^1.9.4",
|
||||
"@backstage/plugin-catalog-react": "^1.13.1",
|
||||
"@backstage/theme": "^0.5.7",
|
||||
"@mui/icons-material": "^5.15.21",
|
||||
"@mui/material": "^5.15.21",
|
||||
"luxon": "^3.4.4",
|
||||
|
|
@ -49,10 +49,10 @@
|
|||
"react-router-dom": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/core-app-api": "^1.14.2",
|
||||
"@backstage/dev-utils": "^1.0.37",
|
||||
"@backstage/test-utils": "^1.5.10",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/core-app-api": "^1.15.0",
|
||||
"@backstage/dev-utils": "^1.1.1",
|
||||
"@backstage/test-utils": "^1.6.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue