Dashboard › cli › Distillation
1c37f4bc-de19-43f2-ae19-232e3ed3db6a["lore_tm_v1_KSRePtrGu585GD26hccKS2G_AS2AECa-P6bc6GOEtL8"]
Date: Sep 10, 2026
packages/cli/test/lib/delta-upgrade.mocked.test.ts stable-delta fixtures from the legacy getsentry/cli release format to Toolkit monorepo releases: patch URL changed from https://github.com/getsentry/cli/releases/download/0.14.0/${BINARY_NAME}.patch to https://github.com/getsentry/toolkit/releases/download/cli@0.14.0/${BINARY_NAME}.patch, and release tags changed from "0.14.0" / "0.13.0" to "cli@0.14.0" / "cli@0.13.0".fetchRecentReleases test in packages/cli/test/lib/delta-upgrade.mocked.test.ts to use Toolkit-style tags "cli@0.14.0" and "cli@0.13.0" and added an unrelated "mcp@9.0.0" release fixture, exercising CLI-release selection in a monorepo release feed.packages/cli/test/lib/delta-upgrade.mocked.test.ts so each generated version is wrapped as cli@${v}. The test still uses 15 releases producing 14 hops and expects null because this exceeds MAX_STABLE_CHAIN_DEPTH of 10.resolveNightlyChain test named "keeps nightly resolution on the selected legacy source" in packages/cli/test/lib/delta-upgrade.mocked.test.ts. It passes source: LEGACY_UPGRADE_SOURCE, token "test-token", current version "0.0.0-dev.100", target version "0.0.0-dev.101", and fullGzSize: 100_000; expects null; verifies the only request is https://ghcr.io/v2/getsentry/cli/tags/list?n=100; and verifies no requested URL contains "getsentry/toolkit".originalFetch: typeof globalThis.fetch variable to preserve the original global fetch implementation in packages/cli/test/lib/delta-upgrade.mocked.test.ts.