chore(deps): fix deps alerts - #35145
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The change is a small, consistent removal of redundant override entries in the SBOM workspace config and its lockfile.
Pull request overview
This PR updates the packages/sbom isolated pnpm workspace/lockfile metadata by removing now-unneeded overrides entries, keeping the override list aligned with the currently resolved dependency versions for that workspace.
Changes:
- Removed the
fast-urioverride entry frompackages/sbom/pnpm-workspace.yamland the correspondingoverridesentry inpackages/sbom/pnpm-lock.yaml. - Removed the
qsoverride entry frompackages/sbom/pnpm-workspace.yamland the correspondingoverridesentry inpackages/sbom/pnpm-lock.yaml.
File summaries
| File | Description |
|---|---|
| packages/sbom/pnpm-workspace.yaml | Drops fast-uri / qs overrides from the SBOM workspace override list. |
| packages/sbom/pnpm-lock.yaml | Mirrors the override removals in the SBOM lockfile overrides section. |
Review details
Files not reviewed (1)
- packages/sbom/pnpm-lock.yaml: Generated file
- Files reviewed: 1/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
b0f10cf to
f3c0176
Compare
There was a problem hiding this comment.
🟢 Approval recommended
The change is a small, consistent removal of two override entries across workspace and lockfile with no other code or configuration impact detected.
Review details
Files not reviewed (1)
- packages/sbom/pnpm-lock.yaml: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 0 new
- Review effort level: Lite
f3c0176 to
f01ac64
Compare
There was a problem hiding this comment.
🟡 Changes recommended
The root pnpm-workspace.yaml adds an override line with trailing whitespace that should be cleaned up to avoid whitespace-sensitive tooling issues and diff noise.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
Files not reviewed (2)
- packages/sbom/pnpm-lock.yaml: Generated file
- pnpm-lock.yaml: Generated file
- Files reviewed: 2/4 changed files
- Comments generated: 1
- Review effort level: Lite
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
There was a problem hiding this comment.
🟢 Approval recommended
The changes are consistent, limited to dependency overrides/lockfile updates, and appear to correctly synchronize workspace configuration with the corresponding lockfiles.
Review details
Files not reviewed (2)
- packages/sbom/pnpm-lock.yaml: Generated file
- pnpm-lock.yaml: Generated file
- Files reviewed: 2/4 changed files
- Comments generated: 0 new
- Review effort level: Lite
No description provided.