Adress review comments
Signed-off-by: Lukas Fruntke (external expert on behalf of DB Netz) <lukas.fruntke-extern@deutschebahn.com>
This commit is contained in:
parent
69e976155a
commit
19eb8e2066
@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING** The non-PR/MR Git Actions now return the commitHash of the commit pushed as a new output called `commitHash`
|
||||
The non-PR/MR Git Actions now return the commit hash of the commit pushed as a new output called `commitHash`, isomorphic-git is now on version 1.23.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-common': minor
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
**BREAKING** The git commit helper now returns the commitHash of the commit created
|
||||
The dependency isomorphic-git is now on version 1.23.0
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"fs-extra": "10.1.0",
|
||||
"git-url-parse": "^13.0.0",
|
||||
"helmet": "^6.0.0",
|
||||
"isomorphic-git": "^1.21.0",
|
||||
"isomorphic-git": "^1.23.0",
|
||||
"jose": "^4.6.0",
|
||||
"keyv": "^4.5.2",
|
||||
"knex": "^2.0.0",
|
||||
|
||||
@@ -111,7 +111,7 @@ export class Git {
|
||||
this.config.logger?.info(
|
||||
`Committing file to repo {dir=${dir},message=${message}}`,
|
||||
);
|
||||
return await git.commit({ fs, dir, message, author, committer });
|
||||
return git.commit({ fs, dir, message, author, committer });
|
||||
}
|
||||
|
||||
/** https://isomorphic-git.org/docs/en/clone */
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"git-url-parse": "^13.0.0",
|
||||
"globby": "^11.0.0",
|
||||
"isbinaryfile": "^5.0.0",
|
||||
"isomorphic-git": "^1.8.0",
|
||||
"isomorphic-git": "^1.23.0",
|
||||
"jsonschema": "^1.2.6",
|
||||
"knex": "^2.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
@@ -3525,7 +3525,7 @@ __metadata:
|
||||
git-url-parse: ^13.0.0
|
||||
helmet: ^6.0.0
|
||||
http-errors: ^2.0.0
|
||||
isomorphic-git: ^1.21.0
|
||||
isomorphic-git: ^1.23.0
|
||||
jose: ^4.6.0
|
||||
keyv: ^4.5.2
|
||||
knex: ^2.0.0
|
||||
@@ -8031,7 +8031,7 @@ __metadata:
|
||||
git-url-parse: ^13.0.0
|
||||
globby: ^11.0.0
|
||||
isbinaryfile: ^5.0.0
|
||||
isomorphic-git: ^1.8.0
|
||||
isomorphic-git: ^1.23.0
|
||||
jest-when: ^3.1.0
|
||||
jsonschema: ^1.2.6
|
||||
knex: ^2.0.0
|
||||
@@ -27103,7 +27103,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"isomorphic-git@npm:^1.21.0, isomorphic-git@npm:^1.8.0":
|
||||
"isomorphic-git@npm:^1.23.0":
|
||||
version: 1.23.0
|
||||
resolution: "isomorphic-git@npm:1.23.0"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user