Bump @moq deps and switch from @moq/lite to @moq/net#99
Conversation
- Update @moq/boy, @moq/publish, @moq/watch within ^0.2 ranges. - Drop the direct @moq/lite dependency; @moq/lite was renamed to @moq/net upstream, and we now use the re-export (Watch.Lite) from @moq/watch instead of importing the networking package directly. - Update doc references on /boy and /source to point at @moq/net. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
WalkthroughThis PR migrates the project from 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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 |
Summary
@moq/boy(0.2.9 → 0.2.10),@moq/publish(0.2.7 → 0.2.8), and@moq/watch(0.2.11 → 0.2.12) within their existing^0.2ranges.@moq/litedependency. The networking package was renamed to@moq/netupstream; the embed snippet on/watchnow imports only@moq/watchand reaches the networking API via the re-export (Watch.Lite.Connection.Reload,Watch.Lite.Path)./boyand/sourceto point at@moq/net.Why
Keeps us on current upstream releases, and using the re-export means the embed example matches a single import surface (
@moq/watch) — one fewer package for embedders to add.Notes for reviewer
@moq/lite0.3.0 is published but is a major bump in 0.x semver; not taken here.src/pages/blog/hash-tag-community.mdxstill references@moq/liteby design (point-in-time documentation).just checkpasses.Test plan
just checkpasses locally/watchand the embed code snippet correctly🤖 Generated with Claude Code