⬆️ Bump staticalize 0.2.2 → 0.2.6#489
Merged
Merged
Conversation
Updates the staticalize dependency used to statically build the site: - deno.json: JSR task pins @0.2.6 - deploy.yaml: downloads the v0.2.6 Linux release binary - deno.lock: regenerated for 0.2.6 (adds --strict support and improved download-error reporting)
cowboyd
approved these changes
Jul 8, 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.
Updates the
@frontside/staticalizedependency used to statically build the site from 0.2.2 → 0.2.6, picking up everything shipped in 0.2.3–0.2.6.Changes
deno.json—staticalizetask now pinsjsr:@frontside/staticalize@0.2.6/cli.github/workflows/deploy.yaml— downloads thev0.2.6Linux release binarydeno.lock— regenerated for 0.2.6 (surgically swapped the0.2.2subtree for0.2.6; no unrelated dependencies were bumped)What's new in staticalize since 0.2.2
--strictoption to fail fast on the first download errorErrorwith a cause chainRelease: https://github.com/thefrontside/staticalize/releases/tag/v0.2.6
Verification
0.2.6CLI resolves and runs under the regenerated frozen lockfile (--helpshows the new--strictflag).SIMPLECAST_APIsecret for the podcast-driven sitemap; CI has it.)v0.2.6release binary URL returns HTTP 200.deno run jsr:), so it is unaffected by Deno 2.9's 24h dependency-freshness guard that briefly applies to fresh JSR publishes.