Skip to content

Commit

Permalink
fix: support transitive npm aliased deps in pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-torok authored and gregmagolan committed Jun 13, 2022
1 parent da10e9f commit 7ab5e81
Show file tree
Hide file tree
Showing 7 changed files with 9,228 additions and 1,651 deletions.
7 changes: 6 additions & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
e2e/
examples/node_modules/
examples/assert_lockfile_up_to_date/node_modules/
examples/lib/node_modules/
examples/macro/node_modules/
examples/npm_deps/node_modules/
node_modules/
npm/private/test/node_modules/
1 change: 1 addition & 0 deletions npm/private/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ filegroup(
"node_modules/bufferutil",
"node_modules/debug",
"node_modules/esbuild",
"node_modules/plotly.js",
"node_modules/regl",
"node_modules/webpack-bundle-analyzer",
# intentionally don't include node_modules/unused
Expand Down
1,251 changes: 888 additions & 363 deletions npm/private/test/defs_checked.bzl

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions npm/private/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"bufferutil": "4.0.1",
"debug": "ngokevin/debug#9742c5f383a6f8046241920156236ade8ec30d53",
"esbuild": "0.14.38",
"plotly.js": "2.12.1",
"regl": "npm:@plotly/[email protected]",
"@plotly/regl": "2.1.2",
"unused": "latest",
Expand Down
Loading

0 comments on commit 7ab5e81

Please sign in to comment.