Update build-tools used in build-tools#27485
Conversation
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (1429 lines, 6 files), I've queued these reviewers:
How this works
|
| '@ungap/structured-clone@1.2.0': | ||
| resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} | ||
| deprecated: Potential CWE-502 - Update to 1.3.1 or higher |
There was a problem hiding this comment.
The dependency is not a direct one, and what depends on it pins a specific version. As this is not a regression in this change, and will be picked up by our scanners, I'm considering it out of scope and can be addressed later.
ChumpChief
left a comment
There was a problem hiding this comment.
Thank you for taking this on!
Description
As part of trying to update to pnpm 11 with its more robust trust policy, I noticed we have several existing trust policy violations in existing lock files which will fail with pnpm 11. To simplify this, I'm updating build tools, so that the versions of packages which need exclusions are the same across different workspaces so the esclusions we already have can be copied instead of introducing new ones (which adds risk and complexity).
This updates build tools used by build tools to match the version used in the root, and moves over some of the required trust poicy exclusions required to use build tools.
Reviewer Guidance
The review process is outlined on this wiki page.