patch-package
patch-package copied to clipboard
Fix broken node modules instantly 🏃🏽♀️💨
Seems pretty self explanatory. Patch-package depends on a vulnerable version of minimist, this updates the dependency. More info: https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795
vulnerability results have raised this issue in Snyk https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
This is a great tool. I really like it. Thank you! My issue is that I'm not seeing the updated patch without deleting node_modules. I'm likely a bit confused about...
# Description Patches are successfully applied when they either only modify a specific file or change its name, but fail when doing both at the same time. # Steps to...
fs-extra was basically created to avoid having to install both mkdirp, rimraf etc, and is also already installed here, so we can avoid using both at the same time. This...
This is a fantastic tool. I have it working when I run the react scripts. Is there anything I need to consider when running a cosmos (or storybook and the...
When I run yarn upgrade , all the packages get resetted and I need to reapply the patch. Is there a way to do it automatically?
Thank you for this patch utility. I'm using the latest (as of today), versions of the patch packages. ```json "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", ``` Other versions: node: 18.10.0 yarn: 1.22.21...
I'm trying to do the npx patch-package d-danfe and I get this error: npx patch-package d-danfe npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. patch-package 6.5.0 •...
I noticed that patch-package didn't work in npm workspaces and came up with this patch. I can get it fixed up and tested if you are interested in landing this....