bump all @gitbeaker deps + changelogs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-05-26 15:55:25 +02:00
parent 3ef3485b01
commit 260aaa6843
4 changed files with 14 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Bumped the `@gitbeaker` dependencies to `29.x`.
To apply this change to an existing app, update all `@gitbeaker/*` dependencies in your `package.json`s to point to `^29.2.0`. Then run `yarn install` at the root of your project.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Bump `@gitbeaker` dependencies to `29.x`.
@@ -28,7 +28,7 @@
"@backstage/plugin-proxy-backend": "^{{version '@backstage/plugin-proxy-backend'}}",
"@backstage/plugin-scaffolder-backend": "^{{version '@backstage/plugin-scaffolder-backend'}}",
"@backstage/plugin-techdocs-backend": "^{{version '@backstage/plugin-techdocs-backend'}}",
"@gitbeaker/node": "^28.0.2",
"@gitbeaker/node": "^29.2.0",
"@octokit/rest": "^18.5.3",
"dockerode": "^3.2.1",
"express": "^4.17.1",
+1 -1
View File
@@ -35,7 +35,7 @@
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.5.3",
"@gitbeaker/core": "^28.0.2",
"@gitbeaker/core": "^29.2.0",
"@gitbeaker/node": "^29.2.0",
"@octokit/rest": "^18.5.3",
"@types/express": "^4.17.6",