fix git-url-parse minor version, 11.5.x broke bitbucket server integration

Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
This commit is contained in:
Carlo Colombo
2021-07-07 17:38:25 +02:00
parent 615e9e3f14
commit 6841e01132
10 changed files with 21 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/backend-common': patch
'@backstage/integration': patch
'@backstage/techdocs-common': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-backend': patch
---
fix minor version of git-url-parse as 11.5.x introduced a bug for Bitbucket Server
+1 -1
View File
@@ -48,7 +48,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "^10.0.0",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"helmet": "^4.0.0",
"isomorphic-git": "^1.8.0",
"keyv": "^4.0.3",
+1 -1
View File
@@ -31,7 +31,7 @@
"dependencies": {
"@backstage/config": "^0.1.5",
"cross-fetch": "^3.0.6",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"@octokit/rest": "^18.5.3",
"@octokit/auth-app": "^3.4.0",
"luxon": "^1.25.0"
+1 -1
View File
@@ -49,7 +49,7 @@
"cross-fetch": "^3.0.6",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"js-yaml": "^4.0.0",
"json5": "^2.1.3",
"mime-types": "^2.1.27",
+1 -1
View File
@@ -47,7 +47,7 @@
"express-promise-router": "^4.1.0",
"fast-json-stable-stringify": "^2.1.0",
"fs-extra": "^10.0.0",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"glob": "^7.1.6",
"knex": "^0.95.1",
"lodash": "^4.17.15",
+1 -1
View File
@@ -43,7 +43,7 @@
"@material-ui/lab": "4.0.0-alpha.45",
"@octokit/rest": "^18.5.3",
"@types/react": "^16.9",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"js-base64": "^3.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
+1 -1
View File
@@ -44,7 +44,7 @@
"@material-ui/lab": "4.0.0-alpha.45",
"@types/react": "^16.9",
"classnames": "^2.2.6",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"lodash": "^4.17.21",
"react": "^16.13.1",
"react-dom": "^16.13.1",
+1 -1
View File
@@ -47,7 +47,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "^10.0.0",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"globby": "^11.0.0",
"handlebars": "^4.7.6",
"helmet": "^4.0.0",
+1 -1
View File
@@ -47,7 +47,7 @@
"@rjsf/material-ui": "^3.0.0",
"@types/react": "^16.9",
"classnames": "^2.2.6",
"git-url-parse": "^11.4.4",
"git-url-parse": "~11.4.4",
"humanize-duration": "^3.25.1",
"immer": "^9.0.1",
"json-schema": "^0.3.0",
+1 -1
View File
@@ -13853,7 +13853,7 @@ git-up@^4.0.0:
is-ssh "^1.3.0"
parse-url "^5.0.0"
git-url-parse@^11.4.4:
git-url-parse@^11.4.4, git-url-parse@~11.4.4:
version "11.4.4"
resolved "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.4.tgz#5d747debc2469c17bc385719f7d0427802d83d77"
integrity sha512-Y4o9o7vQngQDIU9IjyCmRJBin5iYjI5u9ZITnddRZpD7dcCFQj2sL2XuMNbLRE4b4B/4ENPsp2Q8P44fjAZ0Pw==