Skip to content

Commit

Permalink
redhat-argocd: bump backstage to 1.34.2 and remove @spotify/prettier-…
Browse files Browse the repository at this point in the history
…config (#2529)
  • Loading branch information
aljesusg authored Jan 17, 2025
1 parent 186f6e6 commit 5b0553e
Show file tree
Hide file tree
Showing 8 changed files with 3,205 additions and 2,871 deletions.
6 changes: 6 additions & 0 deletions workspaces/redhat-argocd/.changeset/long-glasses-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@backstage-community/plugin-redhat-argocd-common': minor
'@backstage-community/plugin-redhat-argocd': minor
---

bump backstage to 1.34.2 and remove @spotify/prettier-config
2 changes: 1 addition & 1 deletion workspaces/redhat-argocd/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.32.2"
"version": "1.34.2"
}
9 changes: 4 additions & 5 deletions workspaces/redhat-argocd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "18 || 20"
"node": "20 || 22"
},
"scripts": {
"start:backstage": "concurrently -c auto -n \"fe,be\" -p \"{name}:{pid}\" \"yarn start-app\" \"yarn start-backend\"",
Expand Down Expand Up @@ -37,11 +37,10 @@
"directory": "workspaces/redhat-argocd"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@backstage/repo-tools": "^0.12.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^9.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
Expand All @@ -52,7 +51,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",
Expand Down
44 changes: 22 additions & 22 deletions workspaces/redhat-argocd/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@
},
"dependencies": {
"@backstage-community/plugin-redhat-argocd": "workspace:^",
"@backstage/app-defaults": "^1.5.12",
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/integration-react": "^1.2.0",
"@backstage/plugin-api-docs": "^0.11.11",
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-catalog-common": "^1.1.0",
"@backstage/plugin-catalog-graph": "^0.4.11",
"@backstage/plugin-catalog-import": "^0.12.5",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-org": "^0.6.31",
"@backstage/plugin-permission-react": "^0.4.27",
"@backstage/plugin-scaffolder": "^1.26.1",
"@backstage/plugin-search": "^1.4.18",
"@backstage/plugin-search-react": "^1.8.1",
"@backstage/plugin-techdocs": "^1.11.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.16",
"@backstage/plugin-techdocs-react": "^1.2.9",
"@backstage/plugin-user-settings": "^0.8.14",
"@backstage/app-defaults": "^1.5.15",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-app-api": "^1.15.3",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/integration-react": "^1.2.2",
"@backstage/plugin-api-docs": "^0.12.2",
"@backstage/plugin-catalog": "^1.26.0",
"@backstage/plugin-catalog-common": "^1.1.2",
"@backstage/plugin-catalog-graph": "^0.4.14",
"@backstage/plugin-catalog-import": "^0.12.8",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/plugin-org": "^0.6.34",
"@backstage/plugin-permission-react": "^0.4.29",
"@backstage/plugin-scaffolder": "^1.27.3",
"@backstage/plugin-search": "^1.4.21",
"@backstage/plugin-search-react": "^1.8.4",
"@backstage/plugin-techdocs": "^1.12.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.19",
"@backstage/plugin-techdocs-react": "^1.2.12",
"@backstage/plugin-user-settings": "^0.8.17",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.15.16",
Expand All @@ -58,7 +58,7 @@
"tss-react": "^4.9.10"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@types/node": "18.19.68",
Expand Down
38 changes: 19 additions & 19 deletions workspaces/redhat-argocd/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-dynamic-feature-service": "^0.4.3",
"@backstage/cli-node": "^0.2.9",
"@backstage/plugin-app-backend": "^0.3.76",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/plugin-catalog-backend": "^1.27.1",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.3",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.1",
"@backstage/plugin-kubernetes-backend": "^0.18.7",
"@backstage/plugin-proxy-backend": "^0.5.7",
"@backstage/plugin-scaffolder-backend": "^1.26.2",
"@backstage/plugin-search-backend": "^1.6.1",
"@backstage/plugin-search-backend-module-catalog": "^0.2.4",
"@backstage/plugin-search-backend-module-pg": "^0.5.37",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.1",
"@backstage/plugin-techdocs-backend": "^1.11.1",
"@backstage/backend-defaults": "^0.6.2",
"@backstage/backend-dynamic-feature-service": "^0.5.2",
"@backstage/cli-node": "^0.2.11",
"@backstage/plugin-app-backend": "^0.4.3",
"@backstage/plugin-auth-backend": "^0.24.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.3",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3",
"@backstage/plugin-catalog-backend": "^1.29.0",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.5",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.3",
"@backstage/plugin-kubernetes-backend": "^0.19.1",
"@backstage/plugin-proxy-backend": "^0.5.9",
"@backstage/plugin-scaffolder-backend": "^1.28.0",
"@backstage/plugin-search-backend": "^1.8.0",
"@backstage/plugin-search-backend-module-catalog": "^0.2.6",
"@backstage/plugin-search-backend-module-pg": "^0.5.39",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.4",
"@backstage/plugin-techdocs-backend": "^1.11.4",
"@janus-idp/backstage-plugin-rbac-backend": "*",
"@roadiehq/backstage-plugin-argo-cd-backend": "^3.0.3",
"app": "link:../app"
},
"devDependencies": {
"@backstage/cli": "^0.28.0"
"@backstage/cli": "^0.29.4"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/redhat-argocd/plugins/argocd-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.8.1"
"@backstage/plugin-permission-common": "^0.8.3"
},
"devDependencies": {
"@backstage/cli": "^0.28.0"
"@backstage/cli": "^0.29.4"
},
"files": [
"dist"
Expand Down
24 changes: 12 additions & 12 deletions workspaces/redhat-argocd/plugins/argocd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"dependencies": {
"@backstage-community/plugin-redhat-argocd-common": "workspace:^",
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-kubernetes-react": "^0.4.4",
"@backstage/plugin-permission-react": "^0.4.27",
"@backstage/theme": "^0.6.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/plugin-kubernetes-react": "^0.5.2",
"@backstage/plugin-permission-react": "^0.4.29",
"@backstage/theme": "^0.6.3",
"@janus-idp/shared-react": "^2.13.0",
"@kubernetes/client-node": "^0.22.1",
"@material-ui/core": "^4.9.13",
Expand All @@ -57,11 +57,11 @@
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/config": "^1.2.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@backstage/cli": "^0.29.4",
"@backstage/config": "^1.3.1",
"@backstage/core-app-api": "^1.15.3",
"@backstage/dev-utils": "^1.1.5",
"@backstage/test-utils": "^1.7.3",
"@playwright/test": "1.49.1",
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
"@testing-library/jest-dom": "6.6.3",
Expand Down
Loading

0 comments on commit 5b0553e

Please sign in to comment.