-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: [email protected] and all related deps #5933
Conversation
lukekarrys
commented
Dec 7, 2022
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
That's a lot of duping of 3 down into the tree. Are there other packages we control that need to get on minipass@4 first? |
some of them are ours, but not all i don't think.. here's a list of everything still on minipass@3 for our future selves:
|
Is this worth merging in the meantime even though we are at |
Got some data on tarball size from packing before and after this PR showing the total increase in tarball size is latest ❯ node . pack
npm notice === Tarball Details ===
npm notice name: npm
npm notice version: 9.1.3
npm notice filename: npm-9.1.3.tgz
npm notice package size: 2.4 MB
npm notice unpacked size: 9.7 MB
npm notice shasum: b4e60b63041e1c582c44ad570ab94c3cd50bb343
npm notice integrity: sha512-/lKNkqYzebc6D[...]ZCIrmu53DapjA==
npm notice bundled deps: 194
npm notice bundled files: 0
npm notice own files: 2031
npm notice total files: 2031
npm notice
npm-9.1.3.tgz
❯ stat --printf="%s" npm-9.1.3.tgz
2421762 this PR
|