Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions workspaces/scorecard/.changeset/version-bump-1-54-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@red-hat-developer-hub/backstage-plugin-scorecard': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-catalog': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-code-coverage': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-dependabot': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-dora': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-filecheck': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-github': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-jira': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-openssf': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-sonarqube': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-common': minor
'@red-hat-developer-hub/backstage-plugin-scorecard-node': minor
---

Backstage version bump to v1.54.6
2 changes: 1 addition & 1 deletion workspaces/scorecard/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.52.0"
"version": "1.54.6"
}
6 changes: 3 additions & 3 deletions workspaces/scorecard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"directory": "workspaces/scorecard"
},
"devDependencies": {
"@backstage/cli": "^0.36.3",
"@backstage/cli-defaults": "^0.1.3",
"@backstage/cli": "^0.36.5",
"@backstage/cli-defaults": "^0.1.5",
"@backstage/e2e-test-utils": "^0.1.2",
"@backstage/repo-tools": "^0.17.3",
"@backstage/repo-tools": "^0.19.0",
"@changesets/cli": "^2.27.1",
"@jest/environment-jsdom-abstract": "^30.3.0",
"@playwright/test": "1.61.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export class ScorecardPage {
await expect(
Comment thread
teknaS47 marked this conversation as resolved.
this.page.getByText(this.translations.emptyState.title),
).toBeVisible();
await expect(this.page.getByRole('article')).toContainText(
this.translations.emptyState.description,
);
await expect(
Comment thread
teknaS47 marked this conversation as resolved.
this.page.getByText(this.translations.emptyState.description),
).toBeVisible();
await expect(
this.page.getByRole('link', {
name: this.translations.emptyState.button,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,14 @@ test.describe('Scorecard Plugin Tests', () => {
await expect(
page.getByText(translations.permissionRequired.title),
).toBeVisible({ timeout: 10000 });
await expect(page.getByRole('article')).toContainText(
evaluateMessage(
translations.permissionRequired.description,
'scorecard.metric.read',
await expect(
page.getByText(
evaluateMessage(
translations.permissionRequired.description,
'scorecard.metric.read',
),
),
);
).toBeVisible();

await runAccessibilityTests(page, testInfo);
});
Expand Down
50 changes: 25 additions & 25 deletions workspaces/scorecard/packages/app-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,36 @@
"dependencies": {
"@backstage-community/plugin-github-issues": "^1.2.1",
"@backstage-community/plugin-rbac": "^1.54.0",
"@backstage/app-defaults": "^1.7.9",
"@backstage/catalog-model": "^1.9.0",
"@backstage/cli": "^0.36.3",
"@backstage/core-app-api": "^1.20.2",
"@backstage/core-components": "^0.18.11",
"@backstage/core-plugin-api": "^1.12.7",
"@backstage/integration-react": "^1.2.19",
"@backstage/plugin-api-docs": "^0.14.2",
"@backstage/plugin-catalog": "^2.0.6",
"@backstage/app-defaults": "^1.7.11",
"@backstage/catalog-model": "^1.10.0",
"@backstage/cli": "^0.36.5",
"@backstage/core-app-api": "^1.20.4",
"@backstage/core-components": "^0.18.13",
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/integration-react": "^1.2.21",
"@backstage/plugin-api-docs": "^0.14.4",
"@backstage/plugin-catalog": "^2.0.8",
"@backstage/plugin-catalog-common": "^1.1.10",
"@backstage/plugin-catalog-graph": "^0.6.5",
"@backstage/plugin-catalog-import": "^0.13.14",
"@backstage/plugin-catalog-react": "^3.1.0",
"@backstage/plugin-kubernetes": "^0.12.20",
"@backstage/plugin-org": "^0.7.5",
"@backstage/plugin-permission-react": "^0.5.2",
"@backstage/plugin-scaffolder": "^1.38.0",
"@backstage/plugin-search": "^1.7.5",
"@backstage/plugin-search-react": "^1.11.5",
"@backstage/plugin-techdocs": "^1.17.7",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.37",
"@backstage/plugin-techdocs-react": "^1.3.12",
"@backstage/plugin-user-settings": "^0.9.4",
"@backstage/plugin-catalog-graph": "^0.6.7",
"@backstage/plugin-catalog-import": "^0.13.17",
"@backstage/plugin-catalog-react": "^3.2.2",
"@backstage/plugin-kubernetes": "^0.12.22",
"@backstage/plugin-org": "^0.7.8",
"@backstage/plugin-permission-react": "^0.5.4",
"@backstage/plugin-scaffolder": "^1.38.2",
"@backstage/plugin-search": "^1.7.7",
"@backstage/plugin-search-react": "^1.11.7",
"@backstage/plugin-techdocs": "^1.18.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.39",
"@backstage/plugin-techdocs-react": "^1.3.14",
"@backstage/plugin-user-settings": "^0.9.6",
"@backstage/theme": "^0.7.3",
"@backstage/ui": "^0.16.0",
"@backstage/ui": "^0.17.1",
"@mui/icons-material": "5.18.0",
"@mui/material": "5.18.0",
"@mui/styles": "5.18.0",
"@openshift/dynamic-plugin-sdk": "^5.0.1",
"@red-hat-developer-hub/backstage-plugin-homepage": "^1.17.0",
"@red-hat-developer-hub/backstage-plugin-homepage": "^1.18.0",
"@red-hat-developer-hub/backstage-plugin-scorecard": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.15.0",
"@roadiehq/backstage-plugin-github-pull-requests": "^3.5.1",
Expand All @@ -63,7 +63,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@backstage/test-utils": "^1.7.19",
"@backstage/test-utils": "^1.7.21",
"@playwright/test": "1.61.1",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@testing-library/dom": "^9.0.0",
Expand Down
34 changes: 17 additions & 17 deletions workspaces/scorecard/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
},
"dependencies": {
"@backstage-community/plugin-rbac": "^1.54.0",
"@backstage/cli": "^0.36.3",
"@backstage/core-compat-api": "^0.5.12",
"@backstage/core-components": "^0.18.11",
"@backstage/core-plugin-api": "^1.12.7",
"@backstage/frontend-defaults": "^0.5.3",
"@backstage/frontend-plugin-api": "^0.17.2",
"@backstage/plugin-api-docs": "^0.14.2",
"@backstage/plugin-app-react": "^0.2.4",
"@backstage/plugin-catalog": "^2.0.6",
"@backstage/plugin-home": "^0.9.7",
"@backstage/plugin-org": "^0.7.5",
"@backstage/plugin-scaffolder": "^1.38.0",
"@backstage/plugin-search": "^1.7.5",
"@backstage/plugin-techdocs": "^1.17.7",
"@backstage/plugin-user-settings": "^0.9.4",
"@backstage/ui": "^0.16.0",
"@backstage/cli": "^0.36.5",
"@backstage/core-compat-api": "^0.5.14",
"@backstage/core-components": "^0.18.13",
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/frontend-defaults": "^0.5.5",
"@backstage/frontend-plugin-api": "^0.18.0",
"@backstage/plugin-api-docs": "^0.14.4",
"@backstage/plugin-app-react": "^0.2.6",
"@backstage/plugin-catalog": "^2.0.8",
"@backstage/plugin-home": "^0.9.9",
"@backstage/plugin-org": "^0.7.8",
"@backstage/plugin-scaffolder": "^1.38.2",
"@backstage/plugin-search": "^1.7.7",
"@backstage/plugin-techdocs": "^1.18.0",
"@backstage/plugin-user-settings": "^0.9.6",
"@backstage/ui": "^0.17.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@red-hat-developer-hub/backstage-plugin-homepage": "1.17.1",
"@red-hat-developer-hub/backstage-plugin-homepage": "^1.18.0",
"@red-hat-developer-hub/backstage-plugin-scorecard": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.15.0",
Expand Down
54 changes: 27 additions & 27 deletions workspaces/scorecard/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@
},
"dependencies": {
"@backstage-community/plugin-rbac-backend": "^7.14.0",
"@backstage/backend-defaults": "^0.17.3",
"@backstage/backend-defaults": "^0.17.8",
"@backstage/config": "^1.3.8",
"@backstage/plugin-app-backend": "^0.5.15",
"@backstage/plugin-auth-backend": "^0.29.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.4",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.20",
"@backstage/plugin-auth-node": "^0.7.2",
"@backstage/plugin-catalog-backend": "^3.8.0",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.23",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.21",
"@backstage/plugin-kubernetes-backend": "^0.21.5",
"@backstage/plugin-mcp-actions-backend": "^0.1.14",
"@backstage/plugin-permission-backend": "^0.7.13",
"@backstage/plugin-permission-common": "^0.9.9",
"@backstage/plugin-permission-node": "^0.11.1",
"@backstage/plugin-proxy-backend": "^0.6.14",
"@backstage/plugin-scaffolder-backend": "^4.0.1",
"@backstage/plugin-scaffolder-backend-module-github": "^0.9.10",
"@backstage/plugin-search-backend": "^2.1.3",
"@backstage/plugin-search-backend-module-catalog": "^0.3.16",
"@backstage/plugin-search-backend-module-pg": "^0.5.56",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.15",
"@backstage/plugin-search-backend-node": "^1.4.5",
"@backstage/plugin-techdocs-backend": "^2.2.1",
"@backstage/plugin-app-backend": "^0.5.17",
"@backstage/plugin-auth-backend": "^0.30.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.6",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.22",
"@backstage/plugin-auth-node": "^0.7.4",
"@backstage/plugin-catalog-backend": "^3.9.1",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.25",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.23",
"@backstage/plugin-kubernetes-backend": "^0.21.10",
"@backstage/plugin-mcp-actions-backend": "^0.2.1",
"@backstage/plugin-permission-backend": "^0.7.15",
"@backstage/plugin-permission-common": "^0.9.10",
"@backstage/plugin-permission-node": "^0.11.3",
"@backstage/plugin-proxy-backend": "^0.6.17",
"@backstage/plugin-scaffolder-backend": "^4.1.0",
"@backstage/plugin-scaffolder-backend-module-github": "^0.9.13",
"@backstage/plugin-search-backend": "^2.1.6",
"@backstage/plugin-search-backend-module-catalog": "^0.3.18",
"@backstage/plugin-search-backend-module-pg": "^0.5.58",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.17",
"@backstage/plugin-search-backend-node": "^1.4.7",
"@backstage/plugin-techdocs-backend": "^2.2.4",
"@red-hat-developer-hub/backstage-plugin-scorecard-backend": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-catalog": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-code-coverage": "workspace:^",
Expand All @@ -63,10 +63,10 @@
"pg": "^8.11.3"
},
"devDependencies": {
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3",
"@backstage/plugin-catalog-node": "^2.2.2",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/cli": "^0.36.5",
"@backstage/plugin-catalog-node": "^2.2.4",
"@modelcontextprotocol/sdk": "^1.25.2"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-model": "^1.9.0",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-model": "^1.10.0",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-node": "workspace:^"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3",
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/cli": "^0.36.5",
"@backstage/config": "^1.3.8"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.8.0",
"@backstage/catalog-client": "^1.14.0",
"@backstage/catalog-model": "^1.7.7",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-client": "^1.16.1",
"@backstage/catalog-model": "^1.10.0",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-node": "workspace:^"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.1",
"@backstage/cli": "^0.36.0"
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/cli": "^0.36.5"
},
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-client": "^1.16.0",
"@backstage/catalog-model": "^1.9.0",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-client": "^1.16.1",
"@backstage/catalog-model": "^1.10.0",
"@backstage/config": "^1.3.8",
"@backstage/integration": "^2.0.3",
"@backstage/integration": "^2.1.1",
"@octokit/rest": "^19.0.3",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-node": "workspace:^"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3"
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/cli": "^0.36.5"
},
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-client": "^1.16.0",
"@backstage/catalog-model": "^1.9.0",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-client": "^1.16.1",
"@backstage/catalog-model": "^1.10.0",
"@backstage/config": "^1.3.8",
"@backstage/types": "^1.2.2",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-node": "workspace:^",
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/catalog-model": "^1.9.0",
"@backstage/cli": "^0.36.3"
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/catalog-model": "^1.10.0",
"@backstage/cli": "^0.36.5"
},
"files": [
"config.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-client": "^1.16.0",
"@backstage/catalog-model": "^1.9.0",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-client": "^1.16.1",
"@backstage/catalog-model": "^1.10.0",
"@backstage/errors": "^1.3.1",
"@backstage/integration": "^2.0.3",
"@backstage/integration": "^2.1.1",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-node": "workspace:^"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3",
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/cli": "^0.36.5",
"@backstage/config": "^1.3.8"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-client": "^1.16.0",
"@backstage/catalog-model": "^1.9.0",
"@backstage/integration": "^2.0.3",
"@backstage/plugin-catalog-node": "^2.2.2",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-client": "^1.16.1",
"@backstage/catalog-model": "^1.10.0",
"@backstage/integration": "^2.1.1",
"@backstage/plugin-catalog-node": "^2.2.4",
"@octokit/graphql": "^9.0.1",
"@octokit/rest": "^20.1.1",
"@red-hat-developer-hub/backstage-plugin-scorecard-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scorecard-node": "workspace:^",
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3",
"@backstage/backend-test-utils": "^1.11.6",
"@backstage/cli": "^0.36.5",
"@backstage/config": "^1.3.8"
},
"files": [
Expand Down
Loading
Loading