Maintenance#30
Conversation
Needs core and bench 2.0.0
📝 WalkthroughWalkthroughThis PR updates package metadata: bumps project version to 0.4.4, adjusts dev dependencies (removes Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@mops.toml`:
- Around line 12-15: The mops.toml currently pins dev-dependency core = "2.0.0"
which may not exist on the mops registry; verify whether version 2.0.0 of the
core package is published and available, and if not either change the dependency
to the known-published version (e.g., core = "1.0.0") or publish/release core
v2.0.0 to the registry; after updating mops.toml (the core = "2.0.0" entry) run
a local mops build/resolve to confirm the dependency resolves and CI will
succeed.
There was a problem hiding this comment.
Pull request overview
This PR updates the development dependencies and toolchain versions to prepare the package for use with mops CLI 2.0.1.
Changes:
- Removed the unused "test" package (was version 2.1.1) from dev-dependencies
- Added "core" package version 2.0.0 to dev-dependencies
- Updated "bench" package from version 1.0.0 to 2.0.0
- Updated "moc" toolchain from version 1.0.0 to 1.1.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 3-6: Update the "## 0.4.4" section in CHANGELOG.md to include the
missing items from the PR: add a bullet mentioning the addition/bump of the core
dev dependency (refer to the 0.4.4 header) and a bullet noting the moc toolchain
update; keep phrasing consistent with existing bullets (e.g., "* Add/Update core
dev dependency" and "* Bump moc toolchain to <new-version>") so the changelog
fully reflects the PR changes.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.