Skip to content

Commit 265995b

Browse files
backstage-servicegithub-actions[bot]christoph-jerolimov
authored
argocd - version:bump to v1.49.2 (#8211)
* v1.49.2 version bump * chore(argocd): update typescript and add backstage cli defaults Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(argocd): remove the removed variant from entity cards from the test app Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> --------- Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christoph Jerolimov <jerolimov+git@redhat.com>
1 parent 9deb41e commit 265995b

11 files changed

Lines changed: 2416 additions & 2437 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@backstage-community/plugin-argocd': minor
3+
'@backstage-community/plugin-argocd-backend': minor
4+
'@backstage-community/plugin-argocd-common': minor
5+
'@backstage-community/plugin-argocd-node': minor
6+
---
7+
8+
Backstage version bump to v1.49.2

workspaces/argocd/backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.48.5"
2+
"version": "1.49.2"
33
}

workspaces/argocd/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,17 @@
4141
"directory": "workspaces/argocd"
4242
},
4343
"devDependencies": {
44-
"@backstage/cli": "^0.35.4",
44+
"@backstage/cli": "^0.36.0",
45+
"@backstage/cli-defaults": "^0.1.0",
4546
"@backstage/e2e-test-utils": "^0.1.2",
46-
"@backstage/repo-tools": "^0.16.5",
47+
"@backstage/repo-tools": "^0.17.0",
4748
"@changesets/cli": "^2.27.1",
4849
"@playwright/test": "^1.56.1",
4950
"concurrently": "^9.0.0",
5051
"knip": "^5.27.4",
5152
"node-gyp": "^9.0.0",
5253
"prettier": "^2.3.2",
53-
"typescript": "~5.3.0"
54+
"typescript": "~5.8.0"
5455
},
5556
"resolutions": {
5657
"@types/react": "^18",

workspaces/argocd/packages/app/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@
2525
"dependencies": {
2626
"@backstage-community/plugin-argocd": "workspace:^",
2727
"@backstage-community/plugin-rbac": "^1.47.1",
28-
"@backstage/app-defaults": "^1.7.5",
29-
"@backstage/catalog-model": "^1.7.6",
30-
"@backstage/core-app-api": "^1.19.5",
31-
"@backstage/core-components": "^0.18.7",
32-
"@backstage/core-plugin-api": "^1.12.3",
33-
"@backstage/integration-react": "^1.2.15",
34-
"@backstage/plugin-api-docs": "^0.13.4",
35-
"@backstage/plugin-catalog": "^1.33.1",
28+
"@backstage/app-defaults": "^1.7.6",
29+
"@backstage/catalog-model": "^1.7.7",
30+
"@backstage/core-app-api": "^1.19.6",
31+
"@backstage/core-components": "^0.18.8",
32+
"@backstage/core-plugin-api": "^1.12.4",
33+
"@backstage/integration-react": "^1.2.16",
34+
"@backstage/plugin-api-docs": "^0.13.5",
35+
"@backstage/plugin-catalog": "^2.0.1",
3636
"@backstage/plugin-catalog-common": "^1.1.8",
37-
"@backstage/plugin-catalog-graph": "^0.5.7",
38-
"@backstage/plugin-catalog-import": "^0.13.10",
39-
"@backstage/plugin-catalog-react": "^2.0.0",
40-
"@backstage/plugin-kubernetes": "^0.12.16",
41-
"@backstage/plugin-org": "^0.6.49",
42-
"@backstage/plugin-permission-react": "^0.4.40",
43-
"@backstage/plugin-scaffolder": "^1.35.4",
44-
"@backstage/plugin-search": "^1.6.1",
45-
"@backstage/plugin-search-react": "^1.10.4",
46-
"@backstage/plugin-techdocs": "^1.17.0",
47-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.33",
48-
"@backstage/plugin-techdocs-react": "^1.3.8",
49-
"@backstage/plugin-user-settings": "^0.9.0",
50-
"@backstage/ui": "^0.12.0",
37+
"@backstage/plugin-catalog-graph": "^0.6.0",
38+
"@backstage/plugin-catalog-import": "^0.13.11",
39+
"@backstage/plugin-catalog-react": "^2.1.0",
40+
"@backstage/plugin-kubernetes": "^0.12.17",
41+
"@backstage/plugin-org": "^0.7.0",
42+
"@backstage/plugin-permission-react": "^0.4.41",
43+
"@backstage/plugin-scaffolder": "^1.36.1",
44+
"@backstage/plugin-search": "^1.7.0",
45+
"@backstage/plugin-search-react": "^1.11.0",
46+
"@backstage/plugin-techdocs": "^1.17.2",
47+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.34",
48+
"@backstage/plugin-techdocs-react": "^1.3.9",
49+
"@backstage/plugin-user-settings": "^0.9.1",
50+
"@backstage/ui": "^0.13.1",
5151
"@emotion/react": "^11.11.4",
5252
"@emotion/styled": "^11.13.0",
5353
"@mui/icons-material": "^5.15.16",
@@ -60,7 +60,7 @@
6060
"tss-react": "^4.9.10"
6161
},
6262
"devDependencies": {
63-
"@backstage/cli": "^0.35.4",
63+
"@backstage/cli": "^0.36.0",
6464
"@testing-library/dom": "^10.4.1",
6565
"@testing-library/jest-dom": "6.9.1",
6666
"@testing-library/react": "16.3.2",

workspaces/argocd/packages/app/src/components/catalog/EntityPage.tsx

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ const overviewContent = (
152152
<Grid container spacing={3} alignItems="stretch">
153153
{entityWarningContent}
154154
<Grid item md={6}>
155-
<EntityAboutCard variant="gridItem" />
155+
<EntityAboutCard />
156156
</Grid>
157157
<Grid item md={6} xs={12}>
158-
<EntityCatalogGraphCard variant="gridItem" height={400} />
158+
<EntityCatalogGraphCard height={400} />
159159
</Grid>
160160

161161
<Grid item md={4} xs={12}>
162162
<EntityLinksCard />
163163
</Grid>
164164
<Grid item md={8} xs={12}>
165-
<EntityHasSubcomponentsCard variant="gridItem" />
165+
<EntityHasSubcomponentsCard />
166166
</Grid>
167167
</Grid>
168168
);
@@ -199,10 +199,10 @@ const serviceEntityPage = (
199199
<EntityLayout.Route path="/dependencies" title="Dependencies">
200200
<Grid container spacing={3} alignItems="stretch">
201201
<Grid item md={6}>
202-
<EntityDependsOnComponentsCard variant="gridItem" />
202+
<EntityDependsOnComponentsCard />
203203
</Grid>
204204
<Grid item md={6}>
205-
<EntityDependsOnResourcesCard variant="gridItem" />
205+
<EntityDependsOnResourcesCard />
206206
</Grid>
207207
</Grid>
208208
</EntityLayout.Route>
@@ -226,10 +226,10 @@ const websiteEntityPage = (
226226
<EntityLayout.Route path="/dependencies" title="Dependencies">
227227
<Grid container spacing={3} alignItems="stretch">
228228
<Grid item md={6}>
229-
<EntityDependsOnComponentsCard variant="gridItem" />
229+
<EntityDependsOnComponentsCard />
230230
</Grid>
231231
<Grid item md={6}>
232-
<EntityDependsOnResourcesCard variant="gridItem" />
232+
<EntityDependsOnResourcesCard />
233233
</Grid>
234234
</Grid>
235235
</EntityLayout.Route>
@@ -282,7 +282,7 @@ const apiPage = (
282282
<EntityAboutCard />
283283
</Grid>
284284
<Grid item md={6} xs={12}>
285-
<EntityCatalogGraphCard variant="gridItem" height={400} />
285+
<EntityCatalogGraphCard height={400} />
286286
</Grid>
287287
<Grid item md={4} xs={12}>
288288
<EntityLinksCard />
@@ -314,10 +314,10 @@ const userPage = (
314314
<Grid container spacing={3}>
315315
{entityWarningContent}
316316
<Grid item xs={12} md={6}>
317-
<EntityUserProfileCard variant="gridItem" />
317+
<EntityUserProfileCard />
318318
</Grid>
319319
<Grid item xs={12} md={6}>
320-
<EntityOwnershipCard variant="gridItem" />
320+
<EntityOwnershipCard />
321321
</Grid>
322322
</Grid>
323323
</EntityLayout.Route>
@@ -330,10 +330,10 @@ const groupPage = (
330330
<Grid container spacing={3}>
331331
{entityWarningContent}
332332
<Grid item xs={12} md={6}>
333-
<EntityGroupProfileCard variant="gridItem" />
333+
<EntityGroupProfileCard />
334334
</Grid>
335335
<Grid item xs={12} md={6}>
336-
<EntityOwnershipCard variant="gridItem" />
336+
<EntityOwnershipCard />
337337
</Grid>
338338
<Grid item xs={12} md={6}>
339339
<EntityMembersListCard />
@@ -352,28 +352,27 @@ const systemPage = (
352352
<Grid container spacing={3} alignItems="stretch">
353353
{entityWarningContent}
354354
<Grid item md={6}>
355-
<EntityAboutCard variant="gridItem" />
355+
<EntityAboutCard />
356356
</Grid>
357357
<Grid item md={6} xs={12}>
358-
<EntityCatalogGraphCard variant="gridItem" height={400} />
358+
<EntityCatalogGraphCard height={400} />
359359
</Grid>
360360
<Grid item md={4} xs={12}>
361361
<EntityLinksCard />
362362
</Grid>
363363
<Grid item md={8}>
364-
<EntityHasComponentsCard variant="gridItem" />
364+
<EntityHasComponentsCard />
365365
</Grid>
366366
<Grid item md={6}>
367-
<EntityHasApisCard variant="gridItem" />
367+
<EntityHasApisCard />
368368
</Grid>
369369
<Grid item md={6}>
370-
<EntityHasResourcesCard variant="gridItem" />
370+
<EntityHasResourcesCard />
371371
</Grid>
372372
</Grid>
373373
</EntityLayout.Route>
374374
<EntityLayout.Route path="/diagram" title="Diagram">
375375
<EntityCatalogGraphCard
376-
variant="gridItem"
377376
direction={Direction.TOP_BOTTOM}
378377
title="System Diagram"
379378
height={700}
@@ -399,13 +398,13 @@ const domainPage = (
399398
<Grid container spacing={3} alignItems="stretch">
400399
{entityWarningContent}
401400
<Grid item md={6}>
402-
<EntityAboutCard variant="gridItem" />
401+
<EntityAboutCard />
403402
</Grid>
404403
<Grid item md={6} xs={12}>
405-
<EntityCatalogGraphCard variant="gridItem" height={400} />
404+
<EntityCatalogGraphCard height={400} />
406405
</Grid>
407406
<Grid item md={6}>
408-
<EntityHasSystemsCard variant="gridItem" />
407+
<EntityHasSystemsCard />
409408
</Grid>
410409
</Grid>
411410
</EntityLayout.Route>

workspaces/argocd/packages/backend/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"dependencies": {
2424
"@backstage-community/plugin-argocd-backend": "workspace:^",
2525
"@backstage-community/plugin-rbac-backend": "^7.6.1",
26-
"@backstage/backend-defaults": "^0.15.2",
27-
"@backstage/cli-node": "^0.2.18",
28-
"@backstage/plugin-app-backend": "^0.5.11",
29-
"@backstage/plugin-auth-backend": "^0.27.1",
30-
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.0",
31-
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.16",
32-
"@backstage/plugin-catalog-backend": "^3.4.0",
33-
"@backstage/plugin-catalog-backend-module-logs": "^0.1.19",
34-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.17",
35-
"@backstage/plugin-kubernetes-backend": "^0.21.1",
36-
"@backstage/plugin-permission-backend": "^0.7.9",
37-
"@backstage/plugin-proxy-backend": "^0.6.10",
38-
"@backstage/plugin-scaffolder-backend": "^3.1.5",
39-
"@backstage/plugin-search-backend": "^2.0.12",
40-
"@backstage/plugin-search-backend-module-catalog": "^0.3.12",
41-
"@backstage/plugin-search-backend-module-pg": "^0.5.52",
42-
"@backstage/plugin-search-backend-module-techdocs": "^0.4.11",
43-
"@backstage/plugin-techdocs-backend": "^2.1.5",
26+
"@backstage/backend-defaults": "^0.16.0",
27+
"@backstage/cli-node": "^0.3.0",
28+
"@backstage/plugin-app-backend": "^0.5.12",
29+
"@backstage/plugin-auth-backend": "^0.27.3",
30+
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.1",
31+
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.17",
32+
"@backstage/plugin-catalog-backend": "^3.5.0",
33+
"@backstage/plugin-catalog-backend-module-logs": "^0.1.20",
34+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.18",
35+
"@backstage/plugin-kubernetes-backend": "^0.21.2",
36+
"@backstage/plugin-permission-backend": "^0.7.10",
37+
"@backstage/plugin-proxy-backend": "^0.6.11",
38+
"@backstage/plugin-scaffolder-backend": "^3.2.0",
39+
"@backstage/plugin-search-backend": "^2.1.0",
40+
"@backstage/plugin-search-backend-module-catalog": "^0.3.13",
41+
"@backstage/plugin-search-backend-module-pg": "^0.5.53",
42+
"@backstage/plugin-search-backend-module-techdocs": "^0.4.12",
43+
"@backstage/plugin-techdocs-backend": "^2.1.6",
4444
"app": "link:../app"
4545
},
4646
"devDependencies": {
47-
"@backstage/cli": "^0.35.4"
47+
"@backstage/cli": "^0.36.0"
4848
},
4949
"files": [
5050
"dist"

workspaces/argocd/plugins/argocd-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"dependencies": {
3333
"@backstage-community/plugin-argocd-common": "workspace:^",
3434
"@backstage-community/plugin-argocd-node": "workspace:^",
35-
"@backstage/backend-defaults": "^0.15.2",
36-
"@backstage/backend-plugin-api": "^1.7.0",
35+
"@backstage/backend-defaults": "^0.16.0",
36+
"@backstage/backend-plugin-api": "^1.8.0",
3737
"@backstage/config": "^1.3.6",
3838
"@backstage/errors": "^1.2.7",
39-
"@backstage/plugin-permission-common": "^0.9.6",
39+
"@backstage/plugin-permission-common": "^0.9.7",
4040
"express": "^4.17.1",
4141
"express-promise-router": "^4.1.0",
4242
"undici": "^7.24.2"
4343
},
4444
"devDependencies": {
45-
"@backstage/backend-test-utils": "^1.11.0",
46-
"@backstage/cli": "^0.35.4",
45+
"@backstage/backend-test-utils": "^1.11.1",
46+
"@backstage/cli": "^0.36.0",
4747
"@types/express": "^4.17.6",
4848
"@types/supertest": "^7.0.0",
4949
"supertest": "^7.0.0"

workspaces/argocd/plugins/argocd-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"tsc": "tsc"
3333
},
3434
"dependencies": {
35-
"@backstage/plugin-permission-common": "^0.9.6",
35+
"@backstage/plugin-permission-common": "^0.9.7",
3636
"@kubernetes/client-node": "^1.0.0"
3737
},
3838
"devDependencies": {
39-
"@backstage/cli": "^0.35.4"
39+
"@backstage/cli": "^0.36.0"
4040
},
4141
"files": [
4242
"dist"

workspaces/argocd/plugins/argocd-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"dependencies": {
3232
"@backstage-community/plugin-argocd-common": "workspace:^",
33-
"@backstage/backend-plugin-api": "^1.7.0",
33+
"@backstage/backend-plugin-api": "^1.8.0",
3434
"@backstage/config": "^1.3.6",
3535
"@backstage/errors": "^1.2.7",
3636
"undici": "^7.24.2"
3737
},
3838
"devDependencies": {
39-
"@backstage/backend-test-utils": "^1.11.0",
40-
"@backstage/cli": "^0.35.4"
39+
"@backstage/backend-test-utils": "^1.11.1",
40+
"@backstage/cli": "^0.36.0"
4141
},
4242
"files": [
4343
"dist"

workspaces/argocd/plugins/argocd/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
},
4848
"dependencies": {
4949
"@backstage-community/plugin-argocd-common": "workspace:^",
50-
"@backstage/catalog-model": "^1.7.6",
51-
"@backstage/core-components": "^0.18.7",
52-
"@backstage/core-plugin-api": "^1.12.3",
53-
"@backstage/plugin-catalog-react": "^2.0.0",
54-
"@backstage/plugin-kubernetes-react": "^0.5.16",
55-
"@backstage/plugin-permission-react": "^0.4.40",
50+
"@backstage/catalog-model": "^1.7.7",
51+
"@backstage/core-components": "^0.18.8",
52+
"@backstage/core-plugin-api": "^1.12.4",
53+
"@backstage/plugin-catalog-react": "^2.1.0",
54+
"@backstage/plugin-kubernetes-react": "^0.5.17",
55+
"@backstage/plugin-permission-react": "^0.4.41",
5656
"@backstage/theme": "^0.7.2",
57-
"@backstage/ui": "^0.12.0",
57+
"@backstage/ui": "^0.13.1",
5858
"@kubernetes/client-node": "^1.0.0",
5959
"@material-ui/core": "^4.9.13",
6060
"@material-ui/icons": "^4.9.1",
@@ -74,10 +74,10 @@
7474
},
7575
"devDependencies": {
7676
"@axe-core/playwright": "^4.11.0",
77-
"@backstage/cli": "^0.35.4",
77+
"@backstage/cli": "^0.36.0",
7878
"@backstage/config": "^1.3.6",
79-
"@backstage/dev-utils": "^1.1.20",
80-
"@backstage/test-utils": "^1.7.15",
79+
"@backstage/dev-utils": "^1.1.21",
80+
"@backstage/test-utils": "^1.7.16",
8181
"@playwright/test": "^1.56.1",
8282
"@testing-library/dom": "^10.4.1",
8383
"@testing-library/jest-dom": "6.9.1",

0 commit comments

Comments
 (0)