From e43f1cf147305ed46769e29d6d34172758bcacab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 21:02:10 +0000 Subject: [PATCH 1/2] build(deps): bump hosted-git-info from 5.0.0 to 5.1.0 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index babb1968..fe3df02b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.9.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.3", - "hosted-git-info": "^5.0.0" + "hosted-git-info": "^5.1.0" }, "devDependencies": { "@types/hosted-git-info": "^3.0.2", @@ -7007,14 +7007,14 @@ } }, "node_modules/hosted-git-info": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", - "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.1.0.tgz", + "integrity": "sha512-Ek+QmMEqZF8XrbFdwoDjSbm7rT23pCgEMOJmz6GPk/s4yH//RQfNPArhIxbguNxROq/+5lNBwCDHMhA903Kx1Q==", "dependencies": { "lru-cache": "^7.5.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/hosted-git-info/node_modules/lru-cache": { @@ -20163,9 +20163,9 @@ } }, "hosted-git-info": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", - "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.1.0.tgz", + "integrity": "sha512-Ek+QmMEqZF8XrbFdwoDjSbm7rT23pCgEMOJmz6GPk/s4yH//RQfNPArhIxbguNxROq/+5lNBwCDHMhA903Kx1Q==", "requires": { "lru-cache": "^7.5.1" }, diff --git a/package.json b/package.json index 0c03562e..6bf77e55 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@actions/core": "^1.9.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.3", - "hosted-git-info": "^5.0.0" + "hosted-git-info": "^5.1.0" }, "devDependencies": { "@types/hosted-git-info": "^3.0.2", From 3bd0580c09422f56685ef935fd8109da610db3a6 Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Tue, 16 Aug 2022 01:33:04 +0000 Subject: [PATCH 2/2] build: update dist --- dist/index.cjs | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/dist/index.cjs b/dist/index.cjs index f04eedec..ef9c19c5 100644 --- a/dist/index.cjs +++ b/dist/index.cjs @@ -2674,6 +2674,7 @@ var require_git_host_info = __commonJS({ var defaults = { sshtemplate: ({ domain, user, project, committish }) => `git@${domain}:${user}/${project}.git${maybeJoin("#", committish)}`, sshurltemplate: ({ domain, user, project, committish }) => `git+ssh://git@${domain}/${user}/${project}.git${maybeJoin("#", committish)}`, + edittemplate: ({ domain, user, project, committish, editpath, path }) => `https://${domain}/${user}/${project}${maybeJoin("/", editpath, "/", maybeEncode(committish || "master"), "/", path)}`, browsetemplate: ({ domain, user, project, committish, treepath }) => `https://${domain}/${user}/${project}${maybeJoin("/", treepath, "/", maybeEncode(committish))}`, browsefiletemplate: ({ domain, user, project, committish, treepath, path, fragment, hashformat }) => `https://${domain}/${user}/${project}/${treepath}/${maybeEncode(committish || "master")}/${path}${maybeJoin("#", hashformat(fragment || ""))}`, docstemplate: ({ domain, user, project, treepath, committish }) => `https://${domain}/${user}/${project}${maybeJoin("/", treepath, "/", maybeEncode(committish))}#readme`, @@ -2689,6 +2690,7 @@ var require_git_host_info = __commonJS({ protocols: ["git:", "http:", "git+ssh:", "git+https:", "ssh:", "https:"], domain: "github.com", treepath: "tree", + editpath: "edit", filetemplate: ({ auth, user, project, committish, path }) => `https://${maybeJoin(auth, "@")}raw.githubusercontent.com/${user}/${project}/${maybeEncode(committish) || "master"}/${path}`, gittemplate: ({ auth, domain, user, project, committish }) => `git://${maybeJoin(auth, "@")}${domain}/${user}/${project}.git${maybeJoin("#", committish)}`, tarballtemplate: ({ domain, user, project, committish }) => `https://codeload.${domain}/${user}/${project}/tar.gz/${maybeEncode(committish) || "master"}`, @@ -2713,6 +2715,8 @@ var require_git_host_info = __commonJS({ protocols: ["git+ssh:", "git+https:", "ssh:", "https:"], domain: "bitbucket.org", treepath: "src", + editpath: "?mode=edit", + edittemplate: ({ domain, user, project, committish, treepath, path, editpath }) => `https://${domain}/${user}/${project}${maybeJoin("/", treepath, "/", maybeEncode(committish || "master"), "/", path, editpath)}`, tarballtemplate: ({ domain, user, project, committish }) => `https://${domain}/${user}/${project}/get/${maybeEncode(committish) || "master"}.tar.gz`, extract: (url) => { let [, user, project, aux] = url.pathname.split("/", 4); @@ -2732,6 +2736,7 @@ var require_git_host_info = __commonJS({ protocols: ["git+ssh:", "git+https:", "ssh:", "https:"], domain: "gitlab.com", treepath: "tree", + editpath: "-/edit", httpstemplate: ({ auth, domain, user, project, committish }) => `git+https://${maybeJoin(auth, "@")}${domain}/${user}/${project}.git${maybeJoin("#", committish)}`, tarballtemplate: ({ domain, user, project, committish }) => `https://${domain}/${user}/${project}/repository/archive.tar.gz?ref=${maybeEncode(committish) || "master"}`, extract: (url) => { @@ -2754,8 +2759,10 @@ var require_git_host_info = __commonJS({ gitHosts.gist = Object.assign({}, defaults, { protocols: ["git:", "git+ssh:", "git+https:", "ssh:", "https:"], domain: "gist.github.com", + editpath: "edit", sshtemplate: ({ domain, project, committish }) => `git@${domain}:${project}.git${maybeJoin("#", committish)}`, sshurltemplate: ({ domain, project, committish }) => `git+ssh://git@${domain}/${project}.git${maybeJoin("#", committish)}`, + edittemplate: ({ domain, user, project, committish, editpath }) => `https://${domain}/${user}/${project}${maybeJoin("/", maybeEncode(committish))}/${editpath}`, browsetemplate: ({ domain, project, committish }) => `https://${domain}/${project}${maybeJoin("/", maybeEncode(committish))}`, browsefiletemplate: ({ domain, project, committish, path, hashformat }) => `https://${domain}/${project}${maybeJoin("/", maybeEncode(committish))}${maybeJoin("#", hashformat(path))}`, docstemplate: ({ domain, project, committish }) => `https://${domain}/${project}${maybeJoin("/", maybeEncode(committish))}`, @@ -2901,6 +2908,9 @@ var require_git_host = __commonJS({ file(path, opts) { return this._fill(this.filetemplate, { ...opts, path }); } + edit(path, opts) { + return this._fill(this.edittemplate, { ...opts, path }); + } getDefaultRepresentation() { return this.default; } @@ -3650,8 +3660,8 @@ var require_lib2 = __commonJS({ if (!giturl) { return; } - const url2 = isGitHubShorthand(giturl) ? "github:" + giturl : correctProtocol(giturl); - const parsed = parseGitUrl(url2); + const correctedUrl = isGitHubShorthand(giturl) ? "github:" + giturl : correctProtocol(giturl); + const parsed = parseGitUrl(correctedUrl); if (!parsed) { return parsed; } @@ -3772,7 +3782,7 @@ var require_lib2 = __commonJS({ let result; try { result = new url.URL(giturl); - } catch (err) { + } catch { } if (result) { return result; @@ -3780,7 +3790,7 @@ var require_lib2 = __commonJS({ const correctedUrl = correctUrl(giturl); try { result = new url.URL(correctedUrl); - } catch (err) { + } catch { } return result; };