Skip to content

Commit 1a8dad8

Browse files
backstage-servicegithub-actions[bot]dzemanov
authored
pingidentity - version:bump to v1.49.3 (#8385)
* v1.49.3 version bump * chore(pingidentity): update typescript and add backstage cli defaults Signed-off-by: Dominika Zemanovicova <[email protected]> * Remove removed variant prop from EntityCards from test app Signed-off-by: Dominika Zemanovicova <[email protected]> * Fix scheduler missing new method cancelTask Signed-off-by: Dominika Zemanovicova <[email protected]> * Update uuid library and drop @types/uuid (see #7789) Signed-off-by: Dominika Zemanovicova <[email protected]> * Update deprecated catalogProcessingExtensionPoint import Signed-off-by: Dominika Zemanovicova <[email protected]> * Remove resolutions Signed-off-by: Dominika Zemanovicova <[email protected]> * Fix styles Signed-off-by: Dominika Zemanovicova <[email protected]> * Remove unused dependencies Signed-off-by: Dominika Zemanovicova <[email protected]> * Update node version Signed-off-by: Dominika Zemanovicova <[email protected]> * Update better-sqlite3 to Backstage 1.42+ aligned version Signed-off-by: Dominika Zemanovicova <[email protected]> --------- Signed-off-by: Dominika Zemanovicova <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dominika Zemanovicova <[email protected]>
1 parent 541a1dc commit 1a8dad8

File tree

15 files changed

+5014
-3185
lines changed

15 files changed

+5014
-3185
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-catalog-backend-module-pingidentity': minor
3+
---
4+
5+
Backstage version bump to v1.49.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.47.3"
2+
"version": "1.49.3"
33
}

workspaces/pingidentity/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"engines": {
6-
"node": "20 || 22"
6+
"node": "22 || 24"
77
},
88
"scripts": {
99
"start": "backstage-cli repo start",
@@ -36,19 +36,18 @@
3636
"directory": "workspaces/pingidentity"
3737
},
3838
"devDependencies": {
39-
"@backstage/cli": "^0.35.3",
40-
"@backstage/e2e-test-utils": "^0.1.1",
41-
"@backstage/repo-tools": "^0.16.3",
39+
"@backstage/cli": "^0.36.0",
40+
"@backstage/cli-defaults": "^0.1.0",
41+
"@backstage/e2e-test-utils": "^0.1.2",
42+
"@backstage/repo-tools": "^0.17.0",
4243
"@changesets/cli": "^2.27.1",
4344
"node-gyp": "^9.0.0",
4445
"prettier": "^2.3.2",
45-
"typescript": "~5.3.0"
46+
"typescript": "~5.8.0"
4647
},
4748
"resolutions": {
4849
"@types/react": "^18",
49-
"@types/react-dom": "^18",
50-
"@backstage/backend-defaults": "^0.14.0",
51-
"@backstage/plugin-scaffolder-backend": "~3.0.1"
50+
"@types/react-dom": "^18"
5251
},
5352
"prettier": "@backstage/cli/config/prettier",
5453
"lint-staged": {
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,2 @@
11
# Knip report
22

3-
## Unused dependencies (3)
4-
5-
| Name | Location | Severity |
6-
| :----------- | :---------------- | :------- |
7-
| react-router | package.json:50:6 | error |
8-
| react-use | package.json:52:6 | error |
9-
| history | package.json:47:6 | error |
10-
11-
## Unused devDependencies (4)
12-
13-
| Name | Location | Severity |
14-
| :-------------------------- | :---------------- | :------- |
15-
| @testing-library/user-event | package.json:60:6 | error |
16-
| @backstage/test-utils | package.json:55:6 | error |
17-
| @testing-library/dom | package.json:57:6 | error |
18-
| cross-env | package.json:62:6 | error |
19-

workspaces/pingidentity/packages/app/package.json

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,41 @@
1919
"lint": "backstage-cli package lint"
2020
},
2121
"dependencies": {
22-
"@backstage/app-defaults": "^1.7.4",
23-
"@backstage/catalog-model": "^1.7.6",
24-
"@backstage/cli": "^0.35.3",
25-
"@backstage/core-app-api": "^1.19.4",
26-
"@backstage/core-components": "^0.18.6",
27-
"@backstage/core-plugin-api": "^1.12.2",
28-
"@backstage/integration-react": "^1.2.14",
29-
"@backstage/plugin-api-docs": "^0.13.3",
30-
"@backstage/plugin-catalog": "^1.32.2",
31-
"@backstage/plugin-catalog-common": "^1.1.7",
32-
"@backstage/plugin-catalog-graph": "^0.5.6",
33-
"@backstage/plugin-catalog-import": "^0.13.9",
34-
"@backstage/plugin-catalog-react": "^1.21.6",
35-
"@backstage/plugin-org": "^0.6.48",
36-
"@backstage/plugin-permission-react": "^0.4.39",
37-
"@backstage/plugin-scaffolder": "^1.35.2",
38-
"@backstage/plugin-search": "^1.5.3",
39-
"@backstage/plugin-search-react": "^1.10.2",
40-
"@backstage/plugin-techdocs": "^1.16.2",
41-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.32",
42-
"@backstage/plugin-techdocs-react": "^1.3.7",
43-
"@backstage/plugin-user-settings": "^0.8.31",
44-
"@backstage/theme": "^0.7.1",
22+
"@backstage/app-defaults": "^1.7.6",
23+
"@backstage/catalog-model": "^1.7.7",
24+
"@backstage/cli": "^0.36.0",
25+
"@backstage/core-app-api": "^1.19.6",
26+
"@backstage/core-components": "^0.18.8",
27+
"@backstage/core-plugin-api": "^1.12.4",
28+
"@backstage/integration-react": "^1.2.16",
29+
"@backstage/plugin-api-docs": "^0.13.5",
30+
"@backstage/plugin-catalog": "^2.0.1",
31+
"@backstage/plugin-catalog-common": "^1.1.8",
32+
"@backstage/plugin-catalog-graph": "^0.6.0",
33+
"@backstage/plugin-catalog-import": "^0.13.11",
34+
"@backstage/plugin-catalog-react": "^2.1.1",
35+
"@backstage/plugin-org": "^0.7.0",
36+
"@backstage/plugin-permission-react": "^0.4.41",
37+
"@backstage/plugin-scaffolder": "^1.36.1",
38+
"@backstage/plugin-search": "^1.7.0",
39+
"@backstage/plugin-search-react": "^1.11.0",
40+
"@backstage/plugin-techdocs": "^1.17.2",
41+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.34",
42+
"@backstage/plugin-techdocs-react": "^1.3.9",
43+
"@backstage/plugin-user-settings": "^0.9.1",
44+
"@backstage/theme": "^0.7.2",
45+
"@backstage/ui": "^0.13.2",
4546
"@material-ui/core": "^4.12.2",
4647
"@material-ui/icons": "^4.9.1",
47-
"history": "^5.0.0",
4848
"react": "^18.0.2",
4949
"react-dom": "^18.0.2",
50-
"react-router": "^6.3.0",
51-
"react-router-dom": "^6.3.0",
52-
"react-use": "^17.2.4"
50+
"react-router-dom": "^6.3.0"
5351
},
5452
"devDependencies": {
55-
"@backstage/test-utils": "^1.7.14",
5653
"@playwright/test": "^1.32.3",
57-
"@testing-library/dom": "^9.0.0",
5854
"@testing-library/jest-dom": "^6.0.0",
5955
"@testing-library/react": "^14.0.0",
60-
"@testing-library/user-event": "^14.0.0",
61-
"@types/react-dom": "*",
62-
"cross-env": "^10.0.0"
56+
"@types/react-dom": "*"
6357
},
6458
"browserslist": {
6559
"production": [

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

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,17 @@ const overviewContent = (
138138
<Grid container spacing={3} alignItems="stretch">
139139
{entityWarningContent}
140140
<Grid item md={6}>
141-
<EntityAboutCard variant="gridItem" />
141+
<EntityAboutCard />
142142
</Grid>
143143
<Grid item md={6} xs={12}>
144-
<EntityCatalogGraphCard variant="gridItem" height={400} />
144+
<EntityCatalogGraphCard height={400} />
145145
</Grid>
146146

147147
<Grid item md={4} xs={12}>
148148
<EntityLinksCard />
149149
</Grid>
150150
<Grid item md={8} xs={12}>
151-
<EntityHasSubcomponentsCard variant="gridItem" />
151+
<EntityHasSubcomponentsCard />
152152
</Grid>
153153
</Grid>
154154
);
@@ -177,10 +177,10 @@ const serviceEntityPage = (
177177
<EntityLayout.Route path="/dependencies" title="Dependencies">
178178
<Grid container spacing={3} alignItems="stretch">
179179
<Grid item md={6}>
180-
<EntityDependsOnComponentsCard variant="gridItem" />
180+
<EntityDependsOnComponentsCard />
181181
</Grid>
182182
<Grid item md={6}>
183-
<EntityDependsOnResourcesCard variant="gridItem" />
183+
<EntityDependsOnResourcesCard />
184184
</Grid>
185185
</Grid>
186186
</EntityLayout.Route>
@@ -204,10 +204,10 @@ const websiteEntityPage = (
204204
<EntityLayout.Route path="/dependencies" title="Dependencies">
205205
<Grid container spacing={3} alignItems="stretch">
206206
<Grid item md={6}>
207-
<EntityDependsOnComponentsCard variant="gridItem" />
207+
<EntityDependsOnComponentsCard />
208208
</Grid>
209209
<Grid item md={6}>
210-
<EntityDependsOnResourcesCard variant="gridItem" />
210+
<EntityDependsOnResourcesCard />
211211
</Grid>
212212
</Grid>
213213
</EntityLayout.Route>
@@ -260,7 +260,7 @@ const apiPage = (
260260
<EntityAboutCard />
261261
</Grid>
262262
<Grid item md={6} xs={12}>
263-
<EntityCatalogGraphCard variant="gridItem" height={400} />
263+
<EntityCatalogGraphCard height={400} />
264264
</Grid>
265265
<Grid item md={4} xs={12}>
266266
<EntityLinksCard />
@@ -292,10 +292,10 @@ const userPage = (
292292
<Grid container spacing={3}>
293293
{entityWarningContent}
294294
<Grid item xs={12} md={6}>
295-
<EntityUserProfileCard variant="gridItem" />
295+
<EntityUserProfileCard />
296296
</Grid>
297297
<Grid item xs={12} md={6}>
298-
<EntityOwnershipCard variant="gridItem" />
298+
<EntityOwnershipCard />
299299
</Grid>
300300
</Grid>
301301
</EntityLayout.Route>
@@ -308,10 +308,10 @@ const groupPage = (
308308
<Grid container spacing={3}>
309309
{entityWarningContent}
310310
<Grid item xs={12} md={6}>
311-
<EntityGroupProfileCard variant="gridItem" />
311+
<EntityGroupProfileCard />
312312
</Grid>
313313
<Grid item xs={12} md={6}>
314-
<EntityOwnershipCard variant="gridItem" />
314+
<EntityOwnershipCard />
315315
</Grid>
316316
<Grid item xs={12} md={6}>
317317
<EntityMembersListCard />
@@ -330,28 +330,27 @@ const systemPage = (
330330
<Grid container spacing={3} alignItems="stretch">
331331
{entityWarningContent}
332332
<Grid item md={6}>
333-
<EntityAboutCard variant="gridItem" />
333+
<EntityAboutCard />
334334
</Grid>
335335
<Grid item md={6} xs={12}>
336-
<EntityCatalogGraphCard variant="gridItem" height={400} />
336+
<EntityCatalogGraphCard height={400} />
337337
</Grid>
338338
<Grid item md={4} xs={12}>
339339
<EntityLinksCard />
340340
</Grid>
341341
<Grid item md={8}>
342-
<EntityHasComponentsCard variant="gridItem" />
342+
<EntityHasComponentsCard />
343343
</Grid>
344344
<Grid item md={6}>
345-
<EntityHasApisCard variant="gridItem" />
345+
<EntityHasApisCard />
346346
</Grid>
347347
<Grid item md={6}>
348-
<EntityHasResourcesCard variant="gridItem" />
348+
<EntityHasResourcesCard />
349349
</Grid>
350350
</Grid>
351351
</EntityLayout.Route>
352352
<EntityLayout.Route path="/diagram" title="Diagram">
353353
<EntityCatalogGraphCard
354-
variant="gridItem"
355354
direction={Direction.TOP_BOTTOM}
356355
title="System Diagram"
357356
height={700}
@@ -377,13 +376,13 @@ const domainPage = (
377376
<Grid container spacing={3} alignItems="stretch">
378377
{entityWarningContent}
379378
<Grid item md={6}>
380-
<EntityAboutCard variant="gridItem" />
379+
<EntityAboutCard />
381380
</Grid>
382381
<Grid item md={6} xs={12}>
383-
<EntityCatalogGraphCard variant="gridItem" height={400} />
382+
<EntityCatalogGraphCard height={400} />
384383
</Grid>
385384
<Grid item md={6}>
386-
<EntityHasSystemsCard variant="gridItem" />
385+
<EntityHasSystemsCard />
387386
</Grid>
388387
</Grid>
389388
</EntityLayout.Route>

workspaces/pingidentity/packages/app/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
import '@backstage/cli/asset-types';
17+
import '@backstage/ui/css/styles.css';
1718
import ReactDOM from 'react-dom/client';
1819
import App from './App';
1920

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,2 @@
11
# Knip report
22

3-
## Unused dependencies (10)
4-
5-
| Name | Location | Severity |
6-
| :---------------------------------------------------- | :---------------- | :------- |
7-
| @backstage/plugin-auth-backend-module-github-provider | package.json:29:6 | error |
8-
| @backstage/plugin-search-backend-node | package.json:45:6 | error |
9-
| @backstage/plugin-permission-common | package.json:37:6 | error |
10-
| @backstage/plugin-permission-node | package.json:38:6 | error |
11-
| @backstage/plugin-auth-node | package.json:31:6 | error |
12-
| @backstage/config | package.json:26:6 | error |
13-
| node-gyp | package.json:49:6 | error |
14-
| winston | package.json:51:6 | error |
15-
| app | package.json:47:6 | error |
16-
| pg | package.json:50:6 | error |
17-
18-
## Unused devDependencies (3)
19-
20-
| Name | Location | Severity |
21-
| :------------------------------- | :---------------- | :------- |
22-
| @types/express-serve-static-core | package.json:56:6 | error |
23-
| @types/express | package.json:55:6 | error |
24-
| @types/luxon | package.json:57:6 | error |
25-

workspaces/pingidentity/packages/backend/package.json

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,26 @@
2222
},
2323
"dependencies": {
2424
"@backstage-community/plugin-catalog-backend-module-pingidentity": "workspace:^",
25-
"@backstage/backend-defaults": "^0.15.1",
26-
"@backstage/config": "^1.3.6",
27-
"@backstage/plugin-app-backend": "^0.5.10",
28-
"@backstage/plugin-auth-backend": "^0.26.0",
29-
"@backstage/plugin-auth-backend-module-github-provider": "^0.4.1",
30-
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.15",
31-
"@backstage/plugin-auth-node": "^0.6.12",
32-
"@backstage/plugin-catalog-backend": "^3.3.2",
33-
"@backstage/plugin-catalog-backend-module-logs": "^0.1.18",
34-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.16",
35-
"@backstage/plugin-permission-backend": "^0.7.8",
36-
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.15",
37-
"@backstage/plugin-permission-common": "^0.9.5",
38-
"@backstage/plugin-permission-node": "^0.10.9",
39-
"@backstage/plugin-proxy-backend": "^0.6.9",
40-
"@backstage/plugin-scaffolder-backend": "^3.1.2",
41-
"@backstage/plugin-search-backend": "^2.0.11",
42-
"@backstage/plugin-search-backend-module-catalog": "^0.3.11",
43-
"@backstage/plugin-search-backend-module-pg": "^0.5.51",
44-
"@backstage/plugin-search-backend-module-techdocs": "^0.4.10",
45-
"@backstage/plugin-search-backend-node": "^1.4.0",
46-
"@backstage/plugin-techdocs-backend": "^2.1.4",
47-
"app": "link:../app",
48-
"better-sqlite3": "^9.0.0",
49-
"node-gyp": "^10.0.0",
50-
"pg": "^8.11.3",
51-
"winston": "^3.2.1"
25+
"@backstage/backend-defaults": "^0.16.0",
26+
"@backstage/plugin-app-backend": "^0.5.12",
27+
"@backstage/plugin-auth-backend": "^0.27.3",
28+
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.17",
29+
"@backstage/plugin-catalog-backend": "^3.5.0",
30+
"@backstage/plugin-catalog-backend-module-logs": "^0.1.20",
31+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.18",
32+
"@backstage/plugin-permission-backend": "^0.7.10",
33+
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.17",
34+
"@backstage/plugin-proxy-backend": "^0.6.11",
35+
"@backstage/plugin-scaffolder-backend": "^3.2.0",
36+
"@backstage/plugin-search-backend": "^2.1.0",
37+
"@backstage/plugin-search-backend-module-catalog": "^0.3.13",
38+
"@backstage/plugin-search-backend-module-pg": "^0.5.53",
39+
"@backstage/plugin-search-backend-module-techdocs": "^0.4.12",
40+
"@backstage/plugin-techdocs-backend": "^2.1.6",
41+
"better-sqlite3": "^12.0.0"
5242
},
5343
"devDependencies": {
54-
"@backstage/cli": "^0.35.3",
55-
"@types/express": "^4.17.6",
56-
"@types/express-serve-static-core": "^4.17.5",
57-
"@types/luxon": "^3.0.0"
44+
"@backstage/cli": "^0.36.0"
5845
},
5946
"files": [
6047
"dist"

workspaces/pingidentity/plugins/catalog-backend-module-pingidentity/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,19 @@
2929
"prepack": "backstage-cli package prepack"
3030
},
3131
"dependencies": {
32-
"@backstage/backend-plugin-api": "^1.6.2",
33-
"@backstage/catalog-model": "^1.7.6",
32+
"@backstage/backend-plugin-api": "^1.8.0",
33+
"@backstage/catalog-model": "^1.7.7",
3434
"@backstage/config": "^1.3.6",
35-
"@backstage/plugin-catalog-node": "^1.20.1",
35+
"@backstage/plugin-catalog-node": "^2.1.0",
3636
"node-fetch": "^2.6.7",
37-
"uuid": "^10.0.0"
37+
"uuid": "^13.0.0"
3838
},
3939
"devDependencies": {
40-
"@backstage/backend-defaults": "^0.15.1",
41-
"@backstage/backend-test-utils": "^1.10.4",
42-
"@backstage/cli": "^0.35.3",
43-
"@backstage/plugin-catalog-backend": "^3.3.2",
40+
"@backstage/backend-defaults": "^0.16.0",
41+
"@backstage/backend-test-utils": "^1.11.1",
42+
"@backstage/cli": "^0.36.0",
43+
"@backstage/plugin-catalog-backend": "^3.5.0",
4444
"@types/node-fetch": "^2.6.11",
45-
"@types/uuid": "^10.0.0",
4645
"msw": "1.3.5"
4746
},
4847
"files": [

0 commit comments

Comments
 (0)