Skip to content

chore(release): bump package versions - #444

Merged
tkislan merged 5 commits into
mainfrom
release/2026-08-04
Aug 13, 2026
Merged

chore(release): bump package versions#444
tkislan merged 5 commits into
mainfrom
release/2026-08-04

Conversation

@tkislan

@tkislan tkislan commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Versions

Package From To Bump Driver
@deepnote/blocks 4.6.0 4.7.0 minor New public API (#418)
@deepnote/runtime-core 0.4.0 0.5.0 minor execute({inputs}) semantics changed (#418); agent cancellation signal (#445); MCP client cleanup fix (#452)
@deepnote/database-integrations 1.5.0 1.6.0 minor Snowflake dbtServiceToken redaction (#423); nullish integration fields + fetch hardening (#453)
@deepnote/cloud 0.1.0 first publish Required by cli@0.8.0 (#417, #419, #437, #451)
@deepnote/local-runner 0.1.0 first publish Required by cli@0.8.0 (#419, #437)
@deepnote/cli 0.7.0 0.8.0 minor run --cloud (#417), breaking --input semantics (#418), schedule (#437), sync (#451)
@deepnote/convert 4.0.0 4.0.1 patch Markdown cells no longer emit execution_count (#431); re-pin onto blocks@4.7.0
@deepnote/reactivity 1.2.1 1.2.2 patch Re-pin onto blocks@4.7.0
@deepnote/mcp 0.4.0 0.4.1 patch Re-pin onto cli@0.8.0 + blocks@4.7.0

@deepnote/cloud and @deepnote/local-runner need 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:

1. @deepnote/blocks@4.7.0
2. @deepnote/database-integrations@1.6.0
   @deepnote/convert@4.0.1
   @deepnote/reactivity@1.2.2
   @deepnote/runtime-core@0.5.0
3. @deepnote/cloud@0.1.0
4. @deepnote/local-runner@0.1.0
5. @deepnote/cli@0.8.0
6. @deepnote/mcp@0.4.1

cloud must follow database-integrations (it depends on it) and precede local-runner, which cli in turn consumes.

🤖 Generated with Claude Code

https://claude.ai/code/session_019ym25nnxoNoaVdX3CrZwUw

Summary by CodeRabbit

  • Chores
    • Updated package versions across the Blocks, CLI, Convert, Database Integrations, MCP, Reactivity, and Runtime Core components.
    • Includes minor and patch releases to reflect the latest published package updates.

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
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Seven package manifests receive version updates. The changes affect @deepnote/blocks, @deepnote/cli, @deepnote/convert, @deepnote/database-integrations, @deepnote/mcp, @deepnote/reactivity, and @deepnote/runtime-core.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Updates Docs ❓ Inconclusive Public OSS docs cover the new sync CLI and cloud import API, but the required private roadmap cannot be inspected from this checkout. Confirm that the sync feature and its release details are also recorded on the landing page in deepnote/deepnote-internal.
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the package version updates in the pull request.

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.30%. Comparing base (ddda8de) to head (419874a).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tkislan
tkislan marked this pull request as ready for review August 13, 2026 08:09
@tkislan
tkislan requested a review from a team as a code owner August 13, 2026 08:09
@tkislan
tkislan merged commit be57386 into main Aug 13, 2026
21 checks passed
@tkislan
tkislan deleted the release/2026-08-04 branch August 13, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants