-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update doesn't respect yarn patch #5889
Labels
Comments
@tobiasdiez it looks like this is just what yarn does by default?
|
You are right, I've created yarnpkg/berry#4970 to track this upstream. |
Should we close in favor of the upstream issue? |
Closing in favor of upstream. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
yarn v3
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
The dependency had some yarn patches applied: https://yarnpkg.com/cli/patch/
However, the update just ignored the patches and erased them from the lock file. I expected the patch to stay there, so that
yarn install
still tries to apply it (this may fail depending on the changes in the updated package).Tagging @jurre as requested in #1297.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
JabRef/JabRefOnline#1510
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: