Skip to content

Version Packages (integrations/makeswift) - #3191

Merged
jorgemoya merged 2 commits into
integrations/makeswiftfrom
changeset-release/integrations/makeswift
Aug 28, 2026
Merged

Version Packages (integrations/makeswift)#3191
jorgemoya merged 2 commits into
integrations/makeswiftfrom
changeset-release/integrations/makeswift

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to integrations/makeswift, this PR will be updated.

Releases

@bigcommerce/catalyst-makeswift@1.11.0

Minor Changes

  • Pulls in changes from the @bigcommerce/catalyst-core@1.11.0 release. For more information about what was included in the @bigcommerce/catalyst-core@1.11.0 release, see the changelog entry.

Patch Changes

  • #3185 96af6d9 Thanks @jordanarldt! - Declare a revalidate window for Makeswift API requests, and add MAKESWIFT_REVALIDATE_TARGET to configure it.

    The Makeswift SDK tags its responses with @@makeswift but never declares a TTL. Under the fetchCache = 'default-cache' segment config, Next.js reads "no cache config" as "cache forever", so published content was cached indefinitely and only the site.published webhook could refresh it. On any host Makeswift cannot reach — a local dev server, or a deployment it isn't configured to notify — content froze permanently, and deleting .next was the only way to see an edit.

    Requests for the published site now declare a revalidate window: 3600 seconds by default, or 0 in development, where the webhook never arrives and the TTL is the only invalidation. Draft-mode requests are unchanged; they already opt out of caching, and adding a revalidate value there would trip Next.js's conflicting-config rule and cache the builder's live edits indefinitely.

@github-actions
github-actions Bot requested a review from a team as a code owner August 25, 2026 15:42
@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
catalyst Ready Ready Preview Aug 28, 2026 4:09pm

Request Review

@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Unlighthouse Performance Comparison — Vercel

Comparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores.

Summary Score

Aggregate score across all categories as reported by Unlighthouse.

Prod Desktop Prod Mobile Preview Desktop Preview Mobile
Score 87 89 90 91

Category Scores

Category Prod Desktop Prod Mobile Preview Desktop Preview Mobile
Performance 66 76 68 76
Accessibility 91 91 91 92
Best Practices 100 100 100 100
SEO 89 89 100 100

Core Web Vitals

Metric Prod Desktop Prod Mobile Preview Desktop Preview Mobile
LCP 5.6 s 7.2 s 4.3 s 6.9 s
CLS 0.001 0 0 0
FCP 1.4 s 1.2 s 1.4 s 1.4 s
TBT 20 ms 20 ms 10 ms 30 ms
Max Potential FID 80 ms 80 ms 70 ms 80 ms
Time to Interactive 7.0 s 7.2 s 7.0 s 7.0 s

Full Unlighthouse report →

@github-actions
github-actions Bot force-pushed the changeset-release/integrations/makeswift branch from 18b4af8 to 2d97af5 Compare August 28, 2026 16:07
@github-actions

Copy link
Copy Markdown
Contributor Author

Bundle Size Report

Comparing against baseline from 2792fcd (2026-08-28).

No bundle size changes detected.

@jorgemoya
jorgemoya merged commit 46ddb22 into integrations/makeswift Aug 28, 2026
17 of 18 checks passed
@jorgemoya
jorgemoya deleted the changeset-release/integrations/makeswift branch August 28, 2026 16: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.

1 participant