chore(release): bump package versions - #444
Merged
Merged
Conversation
blocks 4.7.0, runtime-core 0.5.0, database-integrations 1.6.0, cli 0.8.0, convert 4.0.1, reactivity 1.2.2, mcp 0.4.1. @deepnote/cloud ships at its existing 0.1.0 as a first publish; @deepnote/local-runner is held back. convert, reactivity and mcp have no source changes since their last tags. They are bumped because internal deps are declared `workspace:*`, which pnpm publishes as an exact pin — without a republish they stay welded to blocks@4.6.0 (and mcp to cli@0.7.0), so MCP users would not receive the input-override fix and install trees would carry two copies of @deepnote/blocks. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019ym25nnxoNoaVdX3CrZwUw
Contributor
📝 WalkthroughWalkthroughSeven package manifests receive version updates. The changes affect Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (5 passed)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #444 +/- ##
=======================================
Coverage 88.30% 88.30%
=======================================
Files 191 191
Lines 10697 10697
Branches 3079 3079
=======================================
Hits 9446 9446
Misses 1249 1249
Partials 2 2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
tkislan
marked this pull request as ready for review
August 13, 2026 08:09
dinohamzic
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Versions
@deepnote/blocks@deepnote/runtime-coreexecute({inputs})semantics changed (#418); agent cancellation signal (#445); MCP client cleanup fix (#452)@deepnote/database-integrationsdbtServiceTokenredaction (#423); nullish integration fields + fetch hardening (#453)@deepnote/cloudcli@0.8.0(#417, #419, #437, #451)@deepnote/local-runnercli@0.8.0(#419, #437)@deepnote/clirun --cloud(#417), breaking--inputsemantics (#418),schedule(#437),sync(#451)@deepnote/convertexecution_count(#431); re-pin ontoblocks@4.7.0@deepnote/reactivityblocks@4.7.0@deepnote/mcpcli@0.8.0+blocks@4.7.0@deepnote/cloudand@deepnote/local-runnerneed no bump — both are already at 0.1.0 and neither has ever been published.Publish order (after merge)
Per
CONTRIBUTING.md, cut package-scoped GitHub releases from the merge commit. Order is topological so no published manifest briefly points at a version that isn't on npm yet:cloudmust followdatabase-integrations(it depends on it) and precedelocal-runner, whichcliin turn consumes.🤖 Generated with Claude Code
https://claude.ai/code/session_019ym25nnxoNoaVdX3CrZwUw
Summary by CodeRabbit