feat(website): update deps, improve caching#211
Merged
Conversation
- Bump payloadcms 3.76→3.84, next 15.4→16.2.6, wrangler 4.83→4.90, react 19.2.3→19.2.6, tailwindcss/postcss 4.1→4.3, @opennextjs/cloudflare 1.19.2→1.19.9 - Stub drizzle-kit/api to keep worker bundle under 10MB limit - Add preview_bucket_name to fix R2 binding in local dev - Set cpus: 1 to avoid SQLite lock during build - Add Cloudflare-compatible Payload logger - Fix upvote count stale cache on back navigation - Scope Providers to chains layout to improve Next.js caching on non-dynamic pages - Remove logo carousel
- apparently these files need to be at the same level as layout where metadata base is defined for it to resolve
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.
Migration from next 15->16
Switch from webpack to turbopack for builds
Restore caching on pages by scoping the WagmiProvider to the chain pages. (This was previously making all pages dynamic being in the root layout)
Removes some workarounds that were fixed in latest versions (eg. middleware image fix).
Dependency updates across the website app alongside a handful of Cloudflare Workers fixes, caching improvements, and minor feature work.
Replaces prism-react-renderer with shiki — prism-react-renderer is client-only and caused issues during the Next.js migration.
Changes
Steps to Test
Checklist
Notes