ci(deps): update pi-sidecar to 1.1.5 and add npm to Renovate#1140
Conversation
Bump @myk-org/pi-sidecar from 1.1.1 to 1.1.5 (npm) Bump pi-sidecar-client from 1.1.0 to 1.1.5 (Python) Add npm package manager to Renovate config so future sidecar and npm dependency updates are automated.
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Branch Management
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
AI Features
Security Checks
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
PR Summary by Qodoci(deps): bump pi-sidecar to 1.1.5 and enable npm Renovate updates Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
30 rules 1.
|
Update docs/testing-and-maintenance.md to match the current renovate.json which now has two scoped rules (python-deps and npm-deps) instead of a single unscoped rule.
|
@qodo-code-review[bot] The following review comments were reviewed and a decision was made:
|
Thanks — that’s correct.
|
|
Code review by qodo was updated up to the latest commit 010e7e4 |
Restrict npm package rule from matching all packages to only @myk-org/pi-sidecar to avoid unintended transitive dep updates.
|
Code review by qodo was updated up to the latest commit ff78e99 |
|
New container for ghcr.io/myk-org/github-webhook-server:latest published |
Summary
Bump pi-sidecar to 1.1.5 (both npm and Python) and add npm package manager to Renovate config for automated future updates.
Changes
sidecar-helper/package-lock.json@myk-org/pi-sidecar1.1.1 → 1.1.5uv.lockpi-sidecar-client1.1.0 → 1.1.5renovate.jsonmatchManagersscoping: npm deps now tracked separately asnpm-depsgroupRenovate Config Update
Previously Renovate only managed Python deps. Now it also tracks npm deps in
sidecar-helper/, so future pi-sidecar npm updates will be automated.Verification