Skip to content

Commit

Permalink
fix(pnpm): url and git package specifiers
Browse files Browse the repository at this point in the history
Ref #1753
  • Loading branch information
jbedard committed May 23, 2024
1 parent ce5eefb commit 9acbca6
Show file tree
Hide file tree
Showing 11 changed files with 263 additions and 90 deletions.
4 changes: 0 additions & 4 deletions e2e/pnpm_lockfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

TODO:

- http references: `"hello": "https://gitpkg.vercel.app/EqualMa/gitpkg-hello/packages/hello"`

Has inconsistencies across pnpm lockfile versions, issues with pnpm9

- file references: `"@scoped/c": "file:../projects/c"`

Has inconsistencies across pnpm lockfile versions, issues with pnpm9
Expand Down
2 changes: 2 additions & 0 deletions e2e/pnpm_lockfiles/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"private": true,
"dependencies": {
"@aspect-test/a": "^5.0.2",
"debug": "ngokevin/debug#9742c5f383a6f8046241920156236ade8ec30d53",
"hello": "https://gitpkg.vercel.app/EqualMa/gitpkg-hello/packages/hello",
"rollup": "3.2.5",
"meaning-of-life": "1.0.0",
"uvu": "0.5.6",
Expand Down
27 changes: 27 additions & 0 deletions e2e/pnpm_lockfiles/v54/pnpm-lock.yaml

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

48 changes: 30 additions & 18 deletions e2e/pnpm_lockfiles/v54/snapshots/defs.bzl

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

29 changes: 29 additions & 0 deletions e2e/pnpm_lockfiles/v60/pnpm-lock.yaml

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

48 changes: 30 additions & 18 deletions e2e/pnpm_lockfiles/v60/snapshots/defs.bzl

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

Loading

0 comments on commit 9acbca6

Please sign in to comment.