-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
[Bug]: Error from npm_translate_lock when using pnpm.patchedDependencies #1427
Labels
Comments
I have an old PR that does this, but I don't think we reached an agreement: #837. |
alexeagle
added
enhancement
New feature or request
and removed
untriaged
Requires traige
bug
Something isn't working
labels
Jan 18, 2024
alexeagle
added
the
customer request
A request from a customer or potential customer
label
Feb 22, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 3, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 6, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 6, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 7, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 7, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 8, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 9, 2024
jbedard
added a commit
that referenced
this issue
May 9, 2024
Fixed in #1694 |
gregmagolan
pushed a commit
that referenced
this issue
May 10, 2024
gregmagolan
pushed a commit
that referenced
this issue
May 10, 2024
gregmagolan
pushed a commit
that referenced
this issue
May 13, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 14, 2024
…_lock(patches) (aspect-build#1694) Fix aspect-build#1427 Close aspect-build#1693 Close aspect-build#837
jbedard
added a commit
that referenced
this issue
May 14, 2024
jbedard
added a commit
to jbedard/rules_js
that referenced
this issue
May 16, 2024
…_lock(patches) (aspect-build#1694) Fix aspect-build#1427 Close aspect-build#1693 Close aspect-build#837
gregmagolan
pushed a commit
that referenced
this issue
May 20, 2024
gregmagolan
pushed a commit
that referenced
this issue
May 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What happened?
If you have a
pnpm.patchedDependencies
entry inpackage.json
, thennpm_translate_lock
will produce an error like:npm_translate_lock
's support forpnpm.patchedDependencies
should extend to supplying a defaultpatch_args
value of["-p1"]
for packages that appear inpnpm.patchedDependencies
, since that's the format pnpm uses.Version
Development (host) and target OS/architectures:
Output of
bazel --version
: bazel 6.1.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: rules_js-1.33.1Language(s) and/or frameworks involved: Javascript
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: