patch-package
patch-package copied to clipboard
Fix broken node modules instantly 🏃🏽♀️💨
Upgraded minimist library to 1.2.6 recommended by minimist project. (https://github.com/substack/minimist) https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795
Update rifraf package to 5.0.5 - Update `rifraf` to consume `glob` 9+ which removes the [vulnerable version using unmaintained `inflight`dependency](https://github.com/isaacs/inflight/issues/5)
Closes #489. **Changelogs:** - Added `--use-bun` flag, similar to the current `--use-yarn` flag. - Added `parseBunLockfile.ts` to convert bun.lockb into yarn v1 lockfiles. - Updated `getPackageResolution.ts` to handle bun conversions...
``` voxel-lerna on three-upgrade [$!?] via v20.11.0 ❯ yarn patch-package vkey patch-package 8.0.0 • Creating temporary folder • Installing [email protected] with yarn { status: 1, signal: null, output:...
fix #272 fix #496 close #506
When creating a patch, a regex is expected for the --include and --exclude arguments. So the natural way to specify multiple paths would be a regex with a pipe (...
Such as [vscode-ripgrep](https://github.com/microsoft/vscode-ripgrep), It has a postinstall script. In some scenarios, I need to install this package, but I don't want it to execute postinstall script.  Can I modify...
While yarn v2 has a built-in patch feature, but it involves a lengthy process. To be honest, patch-package is much easier and more convenient to use. Please consider supporting Yarn...
Closes #456 by overriding commit settings when creating patch files
Attempting to create new patch files with `patch-package` within a yarn 2+ project currently doesn't work. This has a few small changes to fixes all of them and support modern...