build: update patch-package patch file #1051
Merged
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.
The motivation behind this commit is to reduce the amount of
noise currently printed by
npm install
in the root of thisrepository. Installing npm dependencies currently prints the following:
It looks like we created a patch for version
@semantic-release/[email protected], and have since updated (probably through
Dependabot) to @semantic-release/[email protected].
The underlying dependency doesn't seem to have changed in a way that
invalidates our patch, so I followed patch-package's instruction
and ran:
This commit adds the generated file to version control. It also removes
the patch configured to run on @semantic-release/[email protected], since that
version is no longer installed in this repository (and removing this file
is necessary to silence the patch-package warning).