chore(deps): bump tar from 6.x to 7.x, selectively import required functions #533
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes from #532 made it possible to update tar from 6.x to 7.x and use new package.json
exports
that are included in 7.x, allowing us to further reduce corepack bundle size.Before update:
dist\lib\corepack.cjs 927.6kb
After update to tar@7:
dist\lib\corepack.cjs 932.8kb
After update to tar@7 + selective imports:
dist\lib\corepack.cjs 924.0kb