Skip to content

update dependencies#7636

Open
radium-v wants to merge 5 commits into
mainfrom
users/radium-v/update-packages-07-07-2026
Open

update dependencies#7636
radium-v wants to merge 5 commits into
mainfrom
users/radium-v/update-packages-07-07-2026

Conversation

@radium-v

@radium-v radium-v commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Pull Request

📖 Description

  • Sets override entry for esbuild to 0.28.1
  • Sets override entry for js-yaml to 3.15.0 || 4.2.0
  • Updates @microsoft/api-documenter to 7.30.7
  • Resolves lockfile
  • Formats all package.json files with npm pkg fix

📑 Test Plan

All packages should build and all tests should pass.

✅ Checklist

General

  • I have included a change request file using $ npm run change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Comment thread package.json
Comment on lines 71 to 76
"vite": "7.3.5"
},
"overrides": {
"esbuild": "0.28.1",
"js-yaml": "3.15.0 || 4.2.0"
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we narrow this to avoid broad overrides? vite@7.3.6 resolves esbuild@0.28.1 without an override, and I verified this shape returns 0 vulnerabilities from npm audit.

Suggested change
"vite": "7.3.5"
},
"overrides": {
"esbuild": "0.28.1",
"js-yaml": "3.15.0 || 4.2.0"
}
"vite": "7.3.6"
},
"overrides": {
"@microsoft/api-documenter": {
"js-yaml": "4.2.0"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants