Skip to content

Commit 714e3e1

Browse files
committedMay 7, 2024
deps: hosted-git-info@7.0.2
1 parent f94d672 commit 714e3e1

File tree

5 files changed

+15
-20
lines changed

5 files changed

+15
-20
lines changed
 

‎node_modules/hosted-git-info/lib/hosts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ hosts.sourcehut = {
199199
`https://${domain}/${user}/${project}.git${maybeJoin('#', committish)}`,
200200
tarballtemplate: ({ domain, user, project, committish }) =>
201201
`https://${domain}/${user}/${project}/archive/${maybeEncode(committish) || 'HEAD'}.tar.gz`,
202-
bugstemplate: ({ user, project }) => null,
202+
bugstemplate: () => null,
203203
extract: (url) => {
204204
let [, user, project, aux] = url.pathname.split('/', 4)
205205

‎node_modules/hosted-git-info/package.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
55
"main": "./lib/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/npm/hosted-git-info.git"
8+
"url": "git+https://github.com/npm/hosted-git-info.git"
99
},
1010
"keywords": [
1111
"git",
@@ -24,7 +24,7 @@
2424
"snap": "tap",
2525
"test": "tap",
2626
"test:coverage": "tap --coverage-report=html",
27-
"lint": "eslint \"**/*.js\"",
27+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
2828
"postlint": "template-oss-check",
2929
"lintfix": "npm run lint -- --fix",
3030
"template-oss-apply": "template-oss-apply --force"
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@npmcli/eslint-config": "^4.0.0",
37-
"@npmcli/template-oss": "4.18.0",
37+
"@npmcli/template-oss": "4.22.0",
3838
"tap": "^16.0.1"
3939
},
4040
"files": [
@@ -54,13 +54,7 @@
5454
},
5555
"templateOSS": {
5656
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
57-
"version": "4.18.0",
58-
"publish": "true",
59-
"ciVersions": [
60-
"16.14.0",
61-
"16.x",
62-
"18.0.0",
63-
"18.x"
64-
]
57+
"version": "4.22.0",
58+
"publish": "true"
6559
}
6660
}

‎package-lock.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"fs-minipass": "^3.0.3",
107107
"glob": "^10.3.12",
108108
"graceful-fs": "^4.2.11",
109-
"hosted-git-info": "^7.0.1",
109+
"hosted-git-info": "^7.0.2",
110110
"ini": "^4.1.2",
111111
"init-package-json": "^6.0.2",
112112
"is-cidr": "^5.0.5",
@@ -5909,10 +5909,11 @@
59095909
}
59105910
},
59115911
"node_modules/hosted-git-info": {
5912-
"version": "7.0.1",
5913-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
5914-
"integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
5912+
"version": "7.0.2",
5913+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
5914+
"integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
59155915
"inBundle": true,
5916+
"license": "ISC",
59165917
"dependencies": {
59175918
"lru-cache": "^10.0.1"
59185919
},
@@ -14796,7 +14797,7 @@
1479614797
"bin-links": "^4.0.4",
1479714798
"cacache": "^18.0.3",
1479814799
"common-ancestor-path": "^1.0.1",
14799-
"hosted-git-info": "^7.0.1",
14800+
"hosted-git-info": "^7.0.2",
1480014801
"json-parse-even-better-errors": "^3.0.0",
1480114802
"json-stringify-nice": "^1.1.4",
1480214803
"minimatch": "^9.0.4",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"fs-minipass": "^3.0.3",
7272
"glob": "^10.3.12",
7373
"graceful-fs": "^4.2.11",
74-
"hosted-git-info": "^7.0.1",
74+
"hosted-git-info": "^7.0.2",
7575
"ini": "^4.1.2",
7676
"init-package-json": "^6.0.2",
7777
"is-cidr": "^5.0.5",

‎workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bin-links": "^4.0.4",
1818
"cacache": "^18.0.3",
1919
"common-ancestor-path": "^1.0.1",
20-
"hosted-git-info": "^7.0.1",
20+
"hosted-git-info": "^7.0.2",
2121
"json-parse-even-better-errors": "^3.0.0",
2222
"json-stringify-nice": "^1.1.4",
2323
"minimatch": "^9.0.4",

0 commit comments

Comments
 (0)
Please sign in to comment.