From 4381cf853c84c050ba548b5ba0b271cd5593527b Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:57:27 -0700 Subject: [PATCH] Remove changeset that only targets ignored packages The suspend-private-sandbox-deadlines changeset references only @executor-js/runtime-dynamic-worker and @executor-js/runtime-deno-subprocess, both in the changeset ignore list. changeset version never consumes an ignored-only changeset, so the release workflow loops: it sees changesets, versions nothing, and fails PR creation with 'No commits between main and changeset-release/main', skipping npm publish. The change it described already shipped in the runtime-quickjs 1.5.35 entry; the private runtimes are unversioned. --- .changeset/suspend-private-sandbox-deadlines.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .changeset/suspend-private-sandbox-deadlines.md diff --git a/.changeset/suspend-private-sandbox-deadlines.md b/.changeset/suspend-private-sandbox-deadlines.md deleted file mode 100644 index 2fb223ee1..000000000 --- a/.changeset/suspend-private-sandbox-deadlines.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@executor-js/runtime-dynamic-worker": patch -"@executor-js/runtime-deno-subprocess": patch ---- - -Suspend sandbox execution deadlines while tool calls await the host, and reset the autonomous-compute budget after each dispatch returns.