Fix Prettier wrap blocking production release - #13
Closed
bmdavis419 wants to merge 1 commit into
Closed
Conversation
The production release gate failed format check on a long headers object in content-cache.test.ts. Co-authored-by: Ben Davis <bmdavis419@users.noreply.github.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
This was referenced Aug 19, 2026
Contributor
Author
3 tasks
bmdavis419
added a commit
that referenced
this pull request
Aug 21, 2026
Share links without ?v= were stored as immutable for a year, so later uploads kept serving version 1. Current /f/ URLs now revalidate and skip the Cache API. Pinned ?v= URLs stay immutable. Also wraps the content-cache test headers object so prettier --check can pass. This replaces #10, #13, and #15. Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Ben Davis <bmdavis419@users.noreply.github.com>
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.
The production release script refuses a dirty tree and fails
prettier --checkbefore deploy. Currentmaincannot be released becauseapps/web/src/lib/server/content-cache.test.tswraps a longheadersobject on one line.This PR only reformats that object so
pnpm releasecan proceed. No runtime behavior change.This branch is also the revision being deployed to
adrive-production(drive.davis7.space/files.davis7.space). Existing D1/R2/KV/Vectorize and the PASSCODE secret are reused so the live 169-file corpus is not wiped.Note
Fix Prettier formatting in
content-cache.test.tsto unblock production releaseReformats a headers object literal in content-cache.test.ts from single-line to multi-line to satisfy the Prettier check that was blocking the release pipeline. No logic or assertions are changed.
Macroscope summarized c512c75.