Component Governance Update to FURN Repo#4160
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6b1f7c4f-90bd-47eb-b522-a5a9059b228c
…tive into user/dewsk/FURNPackageUpdatesCG
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
1 similar comment
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Collaborator
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s dependency governance by pinning/overriding a set of transitive dependencies via Yarn resolutions and refreshing the lockfile to match, aiming to standardize versions used across the monorepo.
Changes:
- Added/expanded root
package.jsonresolutionsto pin specific dependency versions (e.g.,@xmldom/xmldom,axios,esbuild,ws, etc.). - Updated
yarn.lockto reflect the new resolved dependency graph and versions. - Introduced additional resolved packages required by the updated dependency set (e.g.,
https-proxy-agent@5→agent-base@6).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds/updates Yarn resolutions entries to enforce governance-pinned dependency versions. |
| yarn.lock | Lockfile refresh aligning the resolved dependency versions with the new resolutions. |
rurikoaraki
approved these changes
Jul 22, 2026
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 free
to 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.
Platforms Impacted
Description of changes
Updating multiple packages for component governance.
Verification
(how the change was tested, including both manual and automated tests)
Pull request checklist
This PR has considered (when applicable):