Skip to content

Commit

Permalink
Merge pull request #427 from RoadieHQ/update-dependencies-20220225-06-02
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kissmikijr authored Mar 2, 2022
2 parents a62ee8d + c9301e5 commit f2c46ba
Show file tree
Hide file tree
Showing 35 changed files with 2,970 additions and 4,618 deletions.
19 changes: 19 additions & 0 deletions .changeset/pretty-seas-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@roadiehq/backstage-plugin-argo-cd-backend': patch
'@roadiehq/backstage-plugin-argo-cd': patch
'@roadiehq/backstage-plugin-aws-lambda': patch
'@roadiehq/backstage-plugin-bugsnag': patch
'@roadiehq/backstage-plugin-buildkite': patch
'@roadiehq/backstage-plugin-datadog': patch
'@roadiehq/backstage-plugin-github-insights': patch
'@roadiehq/backstage-plugin-github-pull-requests': patch
'@roadiehq/backstage-plugin-jira': patch
'@roadiehq/backstage-plugin-prometheus': patch
'@roadiehq/backstage-plugin-security-insights': patch
'@roadiehq/backstage-plugin-travis-ci': patch
'@roadiehq/scaffolder-backend-module-http-request': patch
'@roadiehq/scaffolder-backend-module-utils': patch
'@roadiehq/roadie-backstage-entity-validator': patch
---

Update dependencies
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.20"
"version": "0.4.21"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@spotify/prettier-config": "^7.0.0",
"@backstage/cli": "^0.14.1",
"@spotify/prettier-config": "^12.0.0",
"@types/webpack": "^5.28.0",
"concurrently": "^6.0.0",
"eslint-plugin-notice": "^0.9.10",
"lerna": "^4.0.0",
"prettier": "^1.19.1"
"prettier": "^2.3.2",
"typescript": "~4.5.4"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
22 changes: 11 additions & 11 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.2",
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/cli": "^0.14.0",
"@backstage/core-app-api": "^0.5.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/integration-react": "^0.1.10",
"@backstage/plugin-api-docs": "^0.7.0",
"@backstage/plugin-catalog": "^0.8.0",
"@backstage/plugin-api-docs": "^0.8.0",
"@backstage/plugin-catalog": "^0.9.0",
"@backstage/plugin-catalog-graph": "^0.2.11",
"@backstage/plugin-catalog-import": "^0.8.0",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/plugin-github-actions": "^0.4.19",
"@backstage/plugin-org": "^0.4.0",
"@backstage/plugin-scaffolder": "^0.12.0",
"@backstage/plugin-catalog-react": "^0.7.0",
"@backstage/plugin-github-actions": "^0.5.0",
"@backstage/plugin-org": "^0.5.0",
"@backstage/plugin-scaffolder": "^0.13.0",
"@backstage/plugin-search": "^0.7.0",
"@backstage/plugin-tech-radar": "^0.5.0",
"@backstage/plugin-techdocs": "^0.13.0",
"@backstage/plugin-techdocs": "^0.14.0",
"@backstage/plugin-user-settings": "^0.3.6",
"@backstage/test-utils": "^0.2.1",
"@backstage/theme": "^0.2.10",
Expand All @@ -39,8 +39,8 @@
"@roadiehq/backstage-plugin-security-insights": "^1.5.6",
"@roadiehq/backstage-plugin-travis-ci": "^1.3.5",
"history": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.10.1",
"@backstage/backend-common": "^0.11.0",
"@backstage/backend-tasks": "^0.1.5",
"@backstage/catalog-client": "^0.7.1",
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/config": "^0.1.5",
"@backstage/integration": "^0.7.0",
"@backstage/plugin-app-backend": "^0.3.13",
"@backstage/plugin-auth-backend": "^0.10.0",
"@backstage/plugin-catalog-backend": "^0.21.0",
"@backstage/plugin-auth-backend": "^0.11.0",
"@backstage/plugin-catalog-backend": "^0.22.0",
"@backstage/plugin-permission-common": "^0.5.1",
"@backstage/plugin-permission-node": "^0.5.1",
"@backstage/plugin-proxy-backend": "^0.2.8",
"@backstage/plugin-scaffolder-backend": "^0.16.1",
"@backstage/plugin-techdocs-backend": "^0.13.0",
"@backstage/plugin-scaffolder-backend": "^0.17.0",
"@backstage/plugin-techdocs-backend": "^0.14.0",
"@gitbeaker/node": "^29.2.0",
"@octokit/rest": "^18.5.3",
"@roadiehq/backstage-plugin-argo-cd-backend": "1.2.8",
Expand Down
23 changes: 23 additions & 0 deletions packages/entities/test-entity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@ spec:
lifecycle: experimental
providesApis:
- sample-service
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sample-service-github
description: |
A service for testing Backstage functionality. Configured for GitHub Actions, Sentry, AWS Lambda.
annotations:
github.com/project-slug: RoadieHQ/roadie-backstage-plugins
aws.com/lambda-function-name: HelloWorld
aws.com/lambda-region: eu-west-1
jira/project-key: TEST
jira/component: COMP
datadoghq.com/dashboard-url: https://p.datadoghq.eu/sb/test-datadog-link
datadoghq.com/graph-token: qwertytoken1234
argocd/app-name: test-app
bugsnag.com/project-key: RoadieHQTest/qwerty12345
spec:
type: service
owner: roadie
lifecycle: experimental
providesApis:
- sample-service

---
apiVersion: backstage.io/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.1",
"@backstage/backend-common": "^0.11.0",
"@backstage/catalog-client": "^0.7.1",
"@backstage/config": "^0.1.8",
"@types/express": "^4.17.6",
Expand Down
6 changes: 3 additions & 3 deletions plugins/frontend/backstage-plugin-argo-cd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/plugin-catalog-react": "^0.7.0",
"@backstage/theme": "^0.2.8",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
Expand Down
20 changes: 0 additions & 20 deletions plugins/frontend/backstage-plugin-argo-cd/src/mocks/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ export const getEntityStub = {
owner: 'david@roadie.io',
lifecycle: 'experimental',
},
relations: [
{
target: {
kind: 'group',
namespace: 'default',
name: 'david@roadie.io',
},
type: 'ownedBy',
},
],
};

export const getEntityStubWithAppSelector = {
Expand All @@ -57,16 +47,6 @@ export const getEntityStubWithAppSelector = {
owner: 'david@roadie.io',
lifecycle: 'experimental',
},
relations: [
{
target: {
kind: 'group',
namespace: 'default',
name: 'david@roadie.io',
},
type: 'ownedBy',
},
],
};

export const getResponseStubMissingData = {
Expand Down
6 changes: 3 additions & 3 deletions plugins/frontend/backstage-plugin-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/plugin-catalog-react": "^0.7.0",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "4.0.0-alpha.45",
"aws-sdk": "^2.876.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ export function useLambda({
try {
const lambdaFunction = await getFunctionByName();
return lambdaFunction;
} catch (err) {
if (err?.message === 'MissingBackendAwsAuthException') {
errorApi.post(new Error('Please add aws auth backend plugin'));
return null;
} catch (e) {
if (e instanceof Error) {
if (e?.message === 'MissingBackendAwsAuthException') {
errorApi.post(new Error('Please add aws auth backend plugin'));
return null;
}
errorApi.post(e);
}
errorApi.post(err);
return null;
}
}, []);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ export const entityMock = {
owner: 'david@roadie.io',
lifecycle: 'experimental',
},
relations: [
{
target: { kind: 'group', namespace: 'default', name: 'david@roadie.io' },
type: 'ownedBy',
},
],
};

// http://localhost:7007/api/aws/credentials
Expand Down
6 changes: 3 additions & 3 deletions plugins/frontend/backstage-plugin-bugsnag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@backstage/core-components": "^0.8.0",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/catalog-model": "^0.10.1",
"@backstage/plugin-catalog-react": "^0.7.0",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/catalog-model": "^0.11.0",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
Expand Down
6 changes: 3 additions & 3 deletions plugins/frontend/backstage-plugin-buildkite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/plugin-catalog-react": "^0.7.0",
"@backstage/theme": "^0.2.6",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ export const entityMock = {
owner: 'david@roadie.io',
lifecycle: 'experimental',
},
relations: [
{
target: { kind: 'group', namespace: 'default', name: 'david@roadie.io' },
type: 'ownedBy',
},
],
};

// http://localhost:7007/api/proxy/buildkite/api/organizations/rbnetwork/pipelines/example-pipeline/builds?page=1&per_page=5
Expand Down
6 changes: 3 additions & 3 deletions plugins/frontend/backstage-plugin-datadog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/plugin-catalog-react": "^0.7.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
Expand Down
10 changes: 0 additions & 10 deletions plugins/frontend/backstage-plugin-datadog/src/mocks/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,4 @@ export const getEntityStub = {
owner: 'david@roadie.io',
lifecycle: 'experimental',
},
relations: [
{
target: {
kind: 'group',
namespace: 'default',
name: 'david@roadie.io',
},
type: 'ownedBy',
},
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.10.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/integration-react": "^0.1.10",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/plugin-catalog-react": "^0.7.0",
"@backstage/theme": "^0.2.7",
"@date-io/core": "2.10.7",
"@material-ui/core": "^4.11.0",
Expand Down
Loading

0 comments on commit f2c46ba

Please sign in to comment.