Skip to content

Commit

Permalink
fix: Gitlab resolver (#7609)
Browse files Browse the repository at this point in the history
close #7603
  • Loading branch information
datrhi authored Feb 6, 2024
1 parent f5eadba commit 985381c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/hip-fishes-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@pnpm/git-resolver": patch
---

Install gitlab-hosted packages correctly, when they are specified by commit or branch [#7603](https://github.com/pnpm/pnpm/issues/7603).

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"clipanion": "3.2.0-rc.6",
"debug@<3.1.0": ">=3.1.0",
"glob-parent@<5.1.2": ">=5.1.2",
"hosted-git-info@4": "npm:@zkochan/hosted-git-info@^4.0.2",
"hosted-git-info@1": "npm:@pnpm/hosted-git-info@1.0.0",
"istanbul-reports": "npm:@zkochan/istanbul-reports",
"js-yaml@^4.0.0": "npm:@zkochan/js-yaml@0.0.6",
"json5@<2.2.2": ">=2.2.2",
Expand Down
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resolving/git-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@pnpm/fetch": "workspace:*",
"@pnpm/resolver-base": "workspace:*",
"graceful-git": "^3.1.2",
"hosted-git-info": "npm:@zkochan/hosted-git-info@4.0.2",
"hosted-git-info": "npm:@pnpm/hosted-git-info@1.0.0",
"semver": "^7.5.4"
},
"devDependencies": {
Expand Down

0 comments on commit 985381c

Please sign in to comment.