-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Release: Patch 7.0.24 #23185
Release: Patch 7.0.24 #23185
Conversation
4daea6c
to
3de1390
Compare
3de1390
to
ab5617c
Compare
f22584f
to
4d5ec18
Compare
453f497
to
6e2625b
Compare
Build: Fix workflow link in release PR description (cherry picked from commit 3fb9ab3)
Build: Don't auto-trigger CI on release PRs (cherry picked from commit 1d61076)
Added `@` import to Webpack config, without needing a package (cherry picked from commit 829c084)
added information that jest is not globally available (cherry picked from commit f57e67f)
d9b9f79
to
3b9f187
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
This is an automated pull request that bumps the version from
7.0.23
to7.0.24
.Once this pull request is merged, it will trigger a new release of version
7.0.24
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:file-system-cache
to 2.3.0 #23221@
import to Webpack config, without needing a package #23020🍒 Manual cherry picking needed!
The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by removing the "patch" label from the PR and re-generate this PR.
git cherry-pick -m1 -x 0fd56650cd052f52d7dd114bebd3c73440a06b35
git cherry-pick -m1 -x 162ba43c23181a0e3d4da5ac1e68c5c1f68118d7
git cherry-pick -m1 -x 4f7cd07e9b4e2da6b347c36de033df8463108167
git cherry-pick -m1 -x 96b838b83afedb0bbde39aa2ce294c556e544f23
git cherry-pick -m1 -x 54142ad20abb4a48e157b421d31fbde0e0bd1ffa
git cherry-pick -m1 -x 156bd6e88a6746e277cb87db9e0a8b9db8459b55
If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
When everything above is done:
Generated changelog
7.0.24
file-system-cache
to 2.3.0 - #23221, thanks @ JReinhold!