Uh oh!
There was an error while loading. Please reload this page.
chore: update yarn and improve security settings - #36624
Merged
Elizabeth Craig (ecraig12345) merged 5 commits intoAug 26, 2026
Merged
Conversation
📊 Bundle size report✅ No changes found |
Pull request demo site: URL |
Elizabeth Craig (ecraig12345)force-pushed
the
tool-updates
branch
2 times, most recently
from
August 25, 2026 01:06
71947aa to
995ee15CompareUh oh!
There was an error while loading. Please reload this page.
Elizabeth Craig (ecraig12345)force-pushed
the
tool-updates
branch
from
August 25, 2026 06:00
995ee15 to
2985ea3CompareElizabeth Craig (ecraig12345)force-pushed
the
tool-updates
branch
from
August 25, 2026 08:00
ccb6395 to
6919241CompareElizabeth Craig (ecraig12345)force-pushed
the
tool-updates
branch
from
August 25, 2026 08:35
db4ebd6 to
0141ca1CompareElizabeth Craig (ecraig12345)
marked this pull request as ready for review
August 25, 2026 09:52
Martin Hochel (Hotell)
approved these changes
Aug 25, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Elizabeth Craig (ecraig12345)
merged commit Aug 26, 2026
800d908
into
microsoft:master
15 checks passed
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Previous Behavior
yarnis outdated (4.12.0).yarnrc.ymlis missing some recommended settings.npmrcis outdated and not necessary--nxBail, failures in a task that's surrounded by other noisy tasks could be very hard to find, since there's no summaryNew Behavior
yarnto 4.18.0enableScripts: false- disable package build/postinstall scriptspackage.jsonusingdependenciesMeta[*].built: truecypressandpuppeteerare the only ones that obviously need overridesnpmMinimalAgeGate: 7d- restrict package versions to >= 7 days old to match internal quarantine policy (exceptions can be added to a list in the file).npmrcand add it to.gitignorein preparation for publishing changespostTasksExecutionhook which logs github actions or azure pipelines failure annotations for each failed task at the end of the log.