milahu
milahu
> it could easily be done with a custom patch format javascript : )
oof. tests pass locally but fail on ci cos `(snapshots && snapshots.length) == null` maybe the `*.sh` scripts run in posix shell? edit: yepp, removed `shopt -s expand_aliases`
thx for the keepalive ; ) thing is, the main patch-package repo is slightly undermaintained ... i mean, my last patch (#252) was 3 lines, and that took 190 days...
> it should just throw agree, linked packages are not portable > I'm pretty sure the 99% of the usage of patch-package is just for npm packages. ... but some...
done: restore the old `getPackageVersion` for `file` protocol (to fix [tests](https://github.com/ds300/patch-package/blob/master/integration-tests/ignores-scripts-when-making-patch/package.json)), and for other protocols (`http://some/file.tgz#sha1sumoftgzfile`, etc.) when the package is installed from git, patch-package will require to pin the...
so ... maintainer is gone, nobody wants to maintain a fork, so we must install patch-package from some hidden fork branch, cos we cant use patch-package to patch patch-package :...
> I did have to take away all of the wildcard selectors in my `package.json` and pin the exact versions why? whats your package manager? > I hope it can...
> right now _nothing_ works cannot reproduce ```sh cd $(mktemp -d) npm init -y pnpm i github:milahu/patch-package#pnpm-support-2 # requires pnpm 6.2.2 npx patch-package ``` ouput ``` patch-package 6.4.7 Applying patches......
thanks for reporting, fixed ``` # binary release pnpm install @milahu/[email protected] # source release pnpm i github:milahu/patch-package-with-pnpm-support pnpm i github:milahu/patch-package#pnpm-support-2 ``` note: some tests are failing
patch-package != pnpm > what's the hold up here ? patch-package is unmaintained. feel free to use my `pnpm install @milahu/patch-package-with-pnpm-support` and/or maintain your own fork of patch-package if you...