src: apply clang-tidy rule modernize-make-unique by gengjiawen · Pull Request #26493 · nodejs/node (original) (raw)
If a PR requires manual backports, we should first identify what code it relies upon. There are other PRs that should be backported first as the one that I pointed out. Otherwise there are more conflicts and they become worse over time.
So this one should likely not be the first to be backported. @joyeecheung recently added a tool to node-core-utils that is able to identify them (see https://asciinema.org/a/221244).
A backport itself is just a PR which targets the staging branches of the release line. In this case v11.x-staging
instead of master
.