Replies: 3 comments 5 replies
-
Nice nickname, I learned programming with Dark Basic a long time ago ... 🙂 You're not doing something wrong per se, it's just that |
Beta Was this translation helpful? Give feedback.
-
I started a PR that add's patch: support to upgrade-interactive #6492 |
Beta Was this translation helpful? Give feedback.
-
I just discovered this, this is painful ! Is there really no way to (easily) apply the patch to the upgraded package ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How am I supposed to update my deps while keeping the patches I was applying to them? I've recently upstreamed some changes into some libraries and I was curious how yarn would handle patches being upstreamed. Ideally it would keep all the patches that still apply and, noticing a patch is no longer necessary, drop it. Instead yarn
upgrade-interactive
just dropped ALL of the patches for a simple^2.1.1
->^2.1.2
upgrade without even bothering to check if the previous patches would still apply or not.This is very annoying and prompts me to switch to patch-package instead. Am I doing something wrong? What's the suggest workflow to handle upgrades with local patches?
Beta Was this translation helpful? Give feedback.
All reactions