-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update dev dependencies #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughThis PR updates development tooling dependencies including knip 5.79.0, oxfmt 0.21.0, oxlint 1.36.0, oxlint-tsgolint 0.10.1, and TypeScript native preview 7.0.0-dev.20260103.1. It adds tests for TypeScript version validation and updates corresponding version declarations in helper modules. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
🧰 Additional context used📓 Path-based instructions (6)**/*.{ts,tsx,js,jsx,html,css}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx,js,jsx,css}📄 CodeRabbit inference engine (AGENTS.md)
Files:
package.json📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.test.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (14)📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
📚 Learning: 2025-12-27T17:52:30.369ZApplied to files:
🧬 Code graph analysis (1)__tests__/helpers.test.ts (2)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2013489 to
3eb0f0a
Compare

Greptile Summary
Updated dev dependencies to their latest versions:
knip5.79.0,oxfmt0.21.0,oxlint1.36.0,oxlint-tsgolint0.10.1,@typescript/native-preview7.0.0-dev.20260103.1, andbunup0.16.17.package.jsonand the corresponding helper files insrc/helpers/packages/package.jsonThe changes maintain the existing architecture where version numbers are hardcoded in helper files and validated against
package.jsonin tests.Confidence Score: 5/5
Important Files Changed
Sequence Diagram
sequenceDiagram participant Dev as Developer participant PJ as package.json participant Helpers as Helper Files participant Tests as Test Suite participant Lock as bun.lock participant CS as Changeset Dev->>PJ: Update dev dependency versions Note over PJ: knip: 5.78.0 → 5.79.0<br/>oxfmt: 0.20.0 → 0.21.0<br/>oxlint: 1.35.0 → 1.36.0<br/>tsgolint: 0.10.0 → 0.10.1<br/>typescript: 7.0.0-dev.20251227.1 → 7.0.0-dev.20260103.1<br/>bunup: 0.16.11 → 0.16.17 Dev->>Helpers: Sync version in knip.ts Dev->>Helpers: Sync version in oxfmt.ts Dev->>Helpers: Sync version in oxlint.ts Dev->>Helpers: Sync version in typescript.ts Dev->>Tests: Add TypeScript version validation tests Note over Tests: Ensures version matches package.json<br/>Validates semver format without range prefixes Dev->>Lock: Update bun.lock Note over Lock: Resolves new dependency versions Dev->>CS: Document changes in changeset Note over CS: Lists all tooling dependency updates Tests->>Helpers: Validate helper versions Tests->>PJ: Read devDependencies Tests-->>Dev: ✓ All versions match and validSummary by CodeRabbit
Chores
Tests
✏️ Tip: You can customize this high-level summary in your review settings.