chore: reduce dependabot security exposure#150
Conversation
Bump OpenTelemetry and Vite+ stacks, refresh transitive overrides for grpc/protobuf/qs/esbuild, and align Changesets YAML tooling to js-yaml 4.2.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR performs routine dependency maintenance across the monorepo. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@pnpm-workspace.yaml`:
- Line 20: The protobufjs override at line 20 is pinned to
`@opentelemetry/otlp-transformer`@0.217.0, but the catalog at line 46 specifies
>=0.219.0 <0.300.0, causing the override to not apply when using the cataloged
version. Update the version constraint in the overrides section for the
`@opentelemetry/otlp-transformer` dependency to match the version range specified
in the catalog, ensuring the protobufjs security constraint is enforced
consistently across all applicable transformer versions.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 907d61ee-2233-492c-bc67-dbbfc13b5207
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (6)
examples/browser/package.jsonexamples/express/package.jsonexamples/nextjs-bun/package.jsonpackage.jsonpackages/logfire-browser/src/index.test.tspnpm-workspace.yaml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Summary
Notes