yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.37k stars 1.1k forks source link

[Feature] Document how to remove patches #4890

Open gruckion opened 2 years ago

gruckion commented 2 years ago

Describe the user story

Yarn offers a way to apply patches with yarn patch and yarn patch-commit. Having used the feature I like it and the document is pretty good. But it is not at all clear how we remove a patch?

https://yarnpkg.com/features/protocols#patch

Describe the solution you'd like

Please provide instructions on how we remove an applied patch.

Describe the drawbacks of your solution

I found myself having to delete .yarn .yarn-lock and my .yarnrc file along with the "resolution" block in package.json manually. Was awful as I then add to set the yarn version, install all the plugins again manually and then run my yarn dlx to setup typescript / vscode.

Describe alternatives you've considered

Using version control carefully to revert the change, and ensure .yarn is not excluded with .gitignore.

RDIL commented 2 years ago

Just remove the resolution and delete the file in your patches folder.

Blueclaus13 commented 1 year ago

is this issue donde?

fernandohjunqueira commented 11 months ago

What is the current status of this issue? Is it done? It looks like removing the resolution and deleting the file in the patches folder does not work. I'd be willing to implement a fix if it is still open.

RDIL commented 11 months ago

@fernandohjunqueira what is happening when you try to remove the resolution and delete the patch?

black7375 commented 4 months ago

Can we have patch remove option(-r,--remove)?

mr-pinzhang commented 1 month ago

Hey, adding a new command to revert the patched marks is really helpful! just like what pnpm does here: https://pnpm.io/cli/patch-remove