[users/v-imaga/Security-update-bump-tar-to-4.4.15-or-later] fix: security-update-bump tar to 4.4.15 or later #5093
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.
Pull Request
π Description
Updates
tar
lockfile entries to4.4.17
and6.1.8
.π« Issues
#5035
π©βπ» Reviewer Notes
To replicate this process:
Prerequisite: install
yarn-deduplicate
globally withyarn global add yarn-deduplicate
.git clean -dfx
removes ALL untracked files! Usegit clean -ndx
first to see which files it will remove.A find/replace for the package name won't work because the items under a package's
dependencies:
are immutable! They can't be changed. Yarn will always ensure that the items underdependencies:
match exactly what the package says it needs. If they changed, then it must mean that theversion
,resolved
, andintegrity
have also changed. If an entry'sdependencies
changed but theversion
,resolved
, andintegrity
haven't changed, then Yarn will revert it.yarn --ignore-scripts
to process the lockfile.yarn-deduplicate
This step is needed for the monorepo because of issues with Yarn v1.
success Already up-to-date.
This step is needed because
yarn-deduplicate
doesn't sort entries, but Yarn does.β Checklist
General
$ yarn change