Skip to content

Commit 8e0bb08

Browse files
fix(deps): update rhdh bulk import dependencies (minor) (#2552)
* fix(deps): update rhdh bulk import dependencies (minor) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * rebase --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Debsmita Santra <debsmita.santra@gmail.com>
1 parent 972be87 commit 8e0bb08

7 files changed

Lines changed: 2903 additions & 3135 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': patch
3+
'@red-hat-developer-hub/backstage-plugin-bulk-import': patch
4+
---
5+
6+
Updated dependency `@openapitools/openapi-generator-cli` to `2.30.2`.
7+
Updated dependency `openapicmd` to `2.9.0`.
8+
Updated dependency `@playwright/test` to `1.58.2`.

workspaces/bulk-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@backstage/repo-tools": "^0.16.3",
4848
"@changesets/cli": "^2.27.1",
4949
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
50-
"@playwright/test": "1.57.0",
50+
"@playwright/test": "1.58.2",
5151
"@spotify/prettier-config": "^12.0.0",
5252
"knip": "^5.27.4",
5353
"node-gyp": "^9.0.0",

workspaces/bulk-import/packages/app/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@
5656
"@mui/material": "5.18.0",
5757
"@mui/styles": "5.18.0",
5858
"@red-hat-developer-hub/backstage-plugin-bulk-import": "workspace:^",
59+
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "workspace:^",
60+
"@red-hat-developer-hub/backstage-plugin-orchestrator": "5.4.2",
61+
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets": "1.6.3",
5962
"@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
63+
"@tanstack/react-query": "^4.29.21",
64+
"formik": "^2.4.5",
65+
"history": "^5.3.0",
66+
"js-yaml": "^4.1.0",
67+
"lodash": "^4.17.21",
6068
"react": "^18.0.2",
6169
"react-dom": "^18.0.2",
6270
"react-router-dom": "^6.3.0"
@@ -71,7 +79,7 @@
7179
"@backstage/core-app-api": "^1.19.4",
7280
"@backstage/dev-utils": "^1.1.19",
7381
"@backstage/test-utils": "^1.7.14",
74-
"@playwright/test": "1.57.0",
82+
"@playwright/test": "1.58.2",
7583
"@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
7684
"@spotify/prettier-config": "^15.0.0",
7785
"@testing-library/dom": "^10.0.0",

workspaces/bulk-import/packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@backstage/config": "^1.3.6",
8787
"@backstage/plugin-catalog-backend": "^3.3.2",
8888
"@backstage/types": "^1.2.2",
89-
"@openapitools/openapi-generator-cli": "2.20.2",
89+
"@openapitools/openapi-generator-cli": "2.30.2",
9090
"@spotify/prettier-config": "^15.0.0",
9191
"@types/express": "^4.17.6",
9292
"@types/express-serve-static-core": "^4.17.5",
@@ -97,7 +97,7 @@
9797
"@types/supertest": "2.0.16",
9898
"js-yaml-cli": "0.6.0",
9999
"msw": "1.3.5",
100-
"openapicmd": "2.7.0",
100+
"openapicmd": "2.9.0",
101101
"prettier": "3.8.1",
102102
"supertest": "6.3.4"
103103
},

workspaces/bulk-import/plugins/bulk-import-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@backstage/config": "^1.3.6",
7575
"@backstage/plugin-catalog-backend": "^3.3.2",
7676
"@backstage/types": "^1.2.2",
77-
"@openapitools/openapi-generator-cli": "2.20.2",
77+
"@openapitools/openapi-generator-cli": "2.30.2",
7878
"@spotify/prettier-config": "^15.0.0",
7979
"@types/express": "4.17.25",
8080
"@types/git-url-parse": "^9.0.0",
@@ -83,7 +83,7 @@
8383
"@types/supertest": "2.0.16",
8484
"js-yaml-cli": "0.6.0",
8585
"msw": "1.3.5",
86-
"openapicmd": "2.7.0",
86+
"openapicmd": "2.9.0",
8787
"prettier": "3.8.1",
8888
"supertest": "6.3.4"
8989
},

workspaces/bulk-import/plugins/bulk-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@backstage/test-utils": "^1.7.14",
8484
"@backstage/ui": "^0.11.2",
8585
"@material-ui/core": "^4.12.4",
86-
"@playwright/test": "1.57.0",
86+
"@playwright/test": "1.58.2",
8787
"@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
8888
"@spotify/prettier-config": "^15.0.0",
8989
"@testing-library/dom": "^10.0.0",

0 commit comments

Comments
 (0)