Skip to content

Commit 54837fc

Browse files
renovate[bot]rhdh-bot
authored andcommitted
Update RHDH Bulk Import Dependencies (minor)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3a0333 commit 54837fc

File tree

8 files changed

+140
-348
lines changed

8 files changed

+140
-348
lines changed
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.31.1`.
7+
Updated dependency `@playwright/test` to `1.59.1`.
8+
Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.0`.

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.58.2",
50+
"@playwright/test": "1.59.1",
5151
"@spotify/prettier-config": "^12.0.0",
5252
"knip": "^5.27.4",
5353
"node-gyp": "^9.0.0",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@mui/styles": "5.18.0",
5353
"@red-hat-developer-hub/backstage-plugin-bulk-import": "workspace:^",
5454
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "workspace:^",
55-
"@red-hat-developer-hub/backstage-plugin-orchestrator": "5.3.0",
56-
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets": "1.5.0",
57-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
55+
"@red-hat-developer-hub/backstage-plugin-orchestrator": "5.6.0",
56+
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets": "1.8.0",
57+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
5858
"@tanstack/react-query": "^4.29.21",
5959
"formik": "^2.4.5",
6060
"history": "^5.3.0",
@@ -78,8 +78,8 @@
7878
"@backstage/core-app-api": "^1.19.4",
7979
"@backstage/dev-utils": "^1.1.19",
8080
"@backstage/test-utils": "^1.7.14",
81-
"@playwright/test": "1.57.0",
82-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.11.0",
81+
"@playwright/test": "1.59.1",
82+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
8383
"@spotify/prettier-config": "^15.0.0",
8484
"@testing-library/dom": "^10.0.0",
8585
"@testing-library/jest-dom": "^6.0.0",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"@mui/styles": "5.18.0",
5858
"@red-hat-developer-hub/backstage-plugin-bulk-import": "workspace:^",
5959
"@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",
62-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
60+
"@red-hat-developer-hub/backstage-plugin-orchestrator": "5.6.0",
61+
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets": "1.8.0",
62+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
6363
"@tanstack/react-query": "^4.29.21",
6464
"formik": "^2.4.5",
6565
"history": "^5.3.0",
@@ -79,8 +79,8 @@
7979
"@backstage/core-app-api": "^1.19.4",
8080
"@backstage/dev-utils": "^1.1.19",
8181
"@backstage/test-utils": "^1.7.14",
82-
"@playwright/test": "1.58.2",
83-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
82+
"@playwright/test": "1.59.1",
83+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
8484
"@spotify/prettier-config": "^15.0.0",
8585
"@testing-library/dom": "^10.0.0",
8686
"@testing-library/jest-dom": "^6.0.0",

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

Lines changed: 1 addition & 1 deletion
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.30.2",
89+
"@openapitools/openapi-generator-cli": "2.31.1",
9090
"@spotify/prettier-config": "^15.0.0",
9191
"@types/express": "^4.17.6",
9292
"@types/express-serve-static-core": "^4.17.5",

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

Lines changed: 1 addition & 1 deletion
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.30.2",
77+
"@openapitools/openapi-generator-cli": "2.31.1",
7878
"@spotify/prettier-config": "^15.0.0",
7979
"@types/express": "4.17.25",
8080
"@types/git-url-parse": "^9.0.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@backstage/test-utils": "^1.7.14",
8585
"@backstage/ui": "^0.11.2",
8686
"@material-ui/core": "^4.12.4",
87-
"@playwright/test": "1.58.2",
88-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
87+
"@playwright/test": "1.59.1",
88+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0",
8989
"@spotify/prettier-config": "^15.0.0",
9090
"@testing-library/dom": "^10.0.0",
9191
"@testing-library/jest-dom": "^6.0.0",

0 commit comments

Comments
 (0)