Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@opentelemetry/sdk-node": "^0.203.0",
"@opentelemetry/sdk-trace-base": "^1.30.1",
"@opentelemetry/semantic-conventions": "^1.30.1",
"@probelabs/probe": "^0.6.0-rc318",
"@probelabs/probe": "^0.6.0-rc322",

Check warning on line 123 in package.json

View check run for this annotation

probelabs / Visor: quality

architecture Issue

Dependency update from @probelabs/probe v0.6.0-rc318 to v0.6.0-rc322 lacks validation testing. The update changes a critical dependency used throughout the codebase (AIReviewService, MCP integration, session management) without corresponding test validation or compatibility checks.
Raw output
Add automated validation for dependency updates: 1) Run existing Probe integration tests against the new version, 2) Verify API compatibility with current usage patterns, 3) Check for breaking changes in release notes. Consider adding a dependency-update workflow that runs tests automatically when package.json changes.
"@types/commander": "^2.12.0",
"@types/uuid": "^10.0.0",
"@utcp/file": "^1.1.0",
Expand Down
Loading