Merge pull request #26764 from backstage/renovate/git-url-parse-15.x
fix(deps): update dependency git-url-parse to v15
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/cli': patch
|
||||
'@backstage/integration': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Updated dependency `git-url-parse` to `^15.0.0`.
|
||||
@@ -153,7 +153,7 @@
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"helmet": "^6.0.0",
|
||||
"isomorphic-git": "^1.23.0",
|
||||
"jose": "^5.0.0",
|
||||
|
||||
@@ -111,7 +111,7 @@ describe('GithubUrlReader', () => {
|
||||
|
||||
worker.use(
|
||||
rest.get(
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/',
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/contents/main',
|
||||
(req, res, ctx) => {
|
||||
expect(req.headers.get('authorization')).toBe(
|
||||
mockHeaders.Authorization,
|
||||
@@ -152,7 +152,7 @@ describe('GithubUrlReader', () => {
|
||||
|
||||
worker.use(
|
||||
rest.get(
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/',
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/contents/main',
|
||||
(req, res, ctx) => {
|
||||
expect(req.headers.get('authorization')).toBe(
|
||||
mockHeaders.Authorization,
|
||||
@@ -188,7 +188,7 @@ describe('GithubUrlReader', () => {
|
||||
|
||||
worker.use(
|
||||
rest.get(
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/',
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/contents/main',
|
||||
(req, res, ctx) => {
|
||||
expect(req.headers.get('authorization')).toBe(
|
||||
mockHeaders.Authorization,
|
||||
@@ -219,7 +219,7 @@ describe('GithubUrlReader', () => {
|
||||
|
||||
worker.use(
|
||||
rest.get(
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/',
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/contents/main',
|
||||
(_req, res, ctx) => {
|
||||
return res(
|
||||
ctx.status(403),
|
||||
@@ -249,7 +249,7 @@ describe('GithubUrlReader', () => {
|
||||
|
||||
worker.use(
|
||||
rest.get(
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/',
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/contents/main',
|
||||
(_req, res, ctx) => {
|
||||
return res(
|
||||
ctx.status(200),
|
||||
@@ -283,7 +283,7 @@ describe('GithubUrlReader', () => {
|
||||
|
||||
worker.use(
|
||||
rest.get(
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/',
|
||||
'https://ghe.github.com/api/v3/repos/backstage/mock/contents/main',
|
||||
(req, res, ctx) => {
|
||||
expect(req.headers.get('authorization')).toBe(
|
||||
'Bearer overridentoken',
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
"express": "^4.17.1",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"glob": "^7.1.7",
|
||||
"global-agent": "^3.0.0",
|
||||
"handlebars": "^4.7.3",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"@octokit/auth-app": "^4.0.0",
|
||||
"@octokit/rest": "^19.0.3",
|
||||
"cross-fetch": "^4.0.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.0.0"
|
||||
},
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"@backstage/plugin-events-node": "workspace:^",
|
||||
"@octokit/graphql": "^5.0.0",
|
||||
"@octokit/rest": "^19.0.3",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"minimatch": "^9.0.0",
|
||||
"node-fetch": "^2.7.0",
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"express": "^4.17.1",
|
||||
"fast-json-stable-stringify": "^2.1.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"glob": "^7.1.6",
|
||||
"knex": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@octokit/rest": "^19.0.3",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"js-base64": "^3.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
"react-hook-form": "^7.12.2",
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"@backstage/integration": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-node": "workspace:^",
|
||||
"fs-extra": "^11.2.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"node-fetch": "^2.7.0",
|
||||
"node-html-markdown": "^1.3.0",
|
||||
"yaml": "^2.0.0"
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"@rjsf/validator-ajv8": "5.21.1",
|
||||
"@uiw/react-codemirror": "^4.9.3",
|
||||
"classnames": "^2.2.6",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"humanize-duration": "^3.25.1",
|
||||
"idb-keyval": "5.0.2",
|
||||
"json-schema": "^0.4.0",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@react-hookz/web": "^24.0.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"photoswipe": "^5.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
"dockerode": "^4.0.0",
|
||||
"express": "^4.17.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"hpagent": "^1.2.0",
|
||||
"js-yaml": "^4.0.0",
|
||||
"json5": "^2.1.3",
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
"@material-ui/styles": "^4.10.0",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"dompurify": "^3.0.0",
|
||||
"git-url-parse": "^14.0.0",
|
||||
"git-url-parse": "^15.0.0",
|
||||
"jss": "~10.10.0",
|
||||
"lodash": "^4.17.21",
|
||||
"react-helmet": "6.1.0",
|
||||
|
||||
@@ -3651,7 +3651,7 @@ __metadata:
|
||||
express: ^4.17.1
|
||||
express-promise-router: ^4.1.0
|
||||
fs-extra: ^11.2.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
helmet: ^6.0.0
|
||||
http-errors: ^2.0.0
|
||||
isomorphic-git: ^1.23.0
|
||||
@@ -3988,7 +3988,7 @@ __metadata:
|
||||
express: ^4.17.1
|
||||
fork-ts-checker-webpack-plugin: ^9.0.0
|
||||
fs-extra: ^11.2.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
glob: ^7.1.7
|
||||
global-agent: ^3.0.0
|
||||
handlebars: ^4.7.3
|
||||
@@ -4790,7 +4790,7 @@ __metadata:
|
||||
"@octokit/rest": ^19.0.3
|
||||
"@types/luxon": ^3.0.0
|
||||
cross-fetch: ^4.0.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
lodash: ^4.17.21
|
||||
luxon: ^3.0.0
|
||||
msw: ^1.0.0
|
||||
@@ -5696,7 +5696,7 @@ __metadata:
|
||||
"@octokit/graphql": ^5.0.0
|
||||
"@octokit/rest": ^19.0.3
|
||||
"@types/lodash": ^4.14.151
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
lodash: ^4.17.21
|
||||
luxon: ^3.0.0
|
||||
minimatch: ^9.0.0
|
||||
@@ -5945,7 +5945,7 @@ __metadata:
|
||||
express: ^4.17.1
|
||||
fast-json-stable-stringify: ^2.1.0
|
||||
fs-extra: ^11.2.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
glob: ^7.1.6
|
||||
knex: ^3.0.0
|
||||
lodash: ^4.17.21
|
||||
@@ -6050,7 +6050,7 @@ __metadata:
|
||||
"@testing-library/react": ^16.0.0
|
||||
"@testing-library/user-event": ^14.0.0
|
||||
"@types/react": ^18.0.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
js-base64: ^3.6.0
|
||||
lodash: ^4.17.21
|
||||
msw: ^1.0.0
|
||||
@@ -7287,7 +7287,7 @@ __metadata:
|
||||
"@backstage/plugin-scaffolder-node": "workspace:^"
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
|
||||
fs-extra: ^11.2.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
msw: ^1.0.0
|
||||
node-fetch: ^2.7.0
|
||||
node-html-markdown: ^1.3.0
|
||||
@@ -7742,7 +7742,7 @@ __metadata:
|
||||
"@types/react-window": ^1.8.8
|
||||
"@uiw/react-codemirror": ^4.9.3
|
||||
classnames: ^2.2.6
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
humanize-duration: ^3.25.1
|
||||
idb-keyval: 5.0.2
|
||||
json-schema: ^0.4.0
|
||||
@@ -8246,7 +8246,7 @@ __metadata:
|
||||
"@testing-library/jest-dom": ^6.0.0
|
||||
"@testing-library/react": ^16.0.0
|
||||
"@types/react": ^18.0.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
photoswipe: ^5.3.7
|
||||
react: ^18.0.2
|
||||
react-dom: ^18.0.2
|
||||
@@ -8295,7 +8295,7 @@ __metadata:
|
||||
dockerode: ^4.0.0
|
||||
express: ^4.17.1
|
||||
fs-extra: ^11.2.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
hpagent: ^1.2.0
|
||||
js-yaml: ^4.0.0
|
||||
json5: ^2.1.3
|
||||
@@ -8380,7 +8380,7 @@ __metadata:
|
||||
"@types/react": ^18.0.0
|
||||
canvas: ^2.10.2
|
||||
dompurify: ^3.0.0
|
||||
git-url-parse: ^14.0.0
|
||||
git-url-parse: ^15.0.0
|
||||
jss: ~10.10.0
|
||||
lodash: ^4.17.21
|
||||
react: ^18.0.2
|
||||
@@ -28376,6 +28376,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"git-url-parse@npm:^15.0.0":
|
||||
version: 15.0.0
|
||||
resolution: "git-url-parse@npm:15.0.0"
|
||||
dependencies:
|
||||
git-up: ^7.0.0
|
||||
checksum: 4379e9b0a1297b62d603630341a7ce1a6e17901114ee7bb70a611f62ea0fd3b3649ac754891d2746fd42031a21e97ddc0092287a04cc028cbf37df8f6be65a9e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"github-from-package@npm:0.0.0":
|
||||
version: 0.0.0
|
||||
resolution: "github-from-package@npm:0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user