Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support transitive npm aliased deps in pnpm lockfile #195

Merged
merged 2 commits into from
Jun 13, 2022

Conversation

gregmagolan
Copy link
Member

@gregmagolan gregmagolan commented Jun 13, 2022

Fixes #164

.../rules_js/bazel-bin/node_modules/.aspect_rules_js/plotly.js@2.12.1/node_modules/regl -> /private/var/tmp/_bazel_greg/7aed427a991d86f99332ab79b9b11780/execroot/aspect_rules_js/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@plotly+regl@2.1.2/node_modules/@plotly/regl

@gregmagolan gregmagolan force-pushed the support_transitive_alises branch 2 times, most recently from 204f85f to 7ece3c5 Compare June 13, 2022 19:52
@@ -1,2 +1,7 @@
e2e/
examples/node_modules/
examples/assert_lockfile_up_to_date/node_modules/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could add a test that this file and pnpm-workspace.yaml agree on the node_modules folder locations

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed; it is annoying that it is can easily fall out of date; users should do the same

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will make an issue to do as a follow-up

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gregmagolan gregmagolan merged commit cd7dafa into aspect-build:main Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: aliased transitive dependency names do not work
3 participants