Conversation
JPeer264
added this pull request to stack #24600
September 22, 2026 16:42
Contributor
size-limit report 📦
|
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 05:27
13b24d7 to
aa5e441
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 07:57
aa5e441 to
5638fe5
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 09:12
5638fe5 to
1289b2e
Compare
JPeer264
removed this pull request from stack #24600
September 23, 2026 09:14
JPeer264
added this pull request to stack #24613
September 23, 2026 09:15
JPeer264
removed this pull request from stack #24613
September 23, 2026 09:51
JPeer264
added this pull request to stack #24633
September 23, 2026 09:51
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 10:04
1289b2e to
8128af7
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 12:25
8128af7 to
cbc7810
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
2 times, most recently
from
September 23, 2026 13:31
fc013ea to
d067bb5
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 16:19
d067bb5 to
a8dfce1
Compare
JPeer264
removed this pull request from stack #24633
September 23, 2026 16:19
JPeer264
added this pull request to stack #24670
September 23, 2026 16:19
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 16:40
a8dfce1 to
b8b902f
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 16:55
b8b902f to
37b1fc4
Compare
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 16:59
37b1fc4 to
31301a5
Compare
…er-8-framework The Cloudflare variant of react-router-8-framework now covers what the separate react-router-8-cloudflare app tested, so the MySQL route and tests move over and the old app is removed. The tests now also run on Node, Bun and Deno. The Worker is wrapped by `sentryCloudflareVitePlugin` instead of a manual `withSentry` call. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
JPeer264
removed this pull request from stack #24670
September 23, 2026 17:26
JPeer264
force-pushed
the
jp/react-router-8-cloudflare-into-framework
branch
from
September 23, 2026 17:27
31301a5 to
8e50498
Compare
JPeer264
added this pull request to stack #24671
September 23, 2026 17:31
This branch has not been deployed
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.
With the Cloudflare variant of
react-router-8-framework, the separatereact-router-8-cloudflareapp only added its MySQL test. This moves the MySQL route and both tests intoreact-router-8-frameworkand removes the old app, so one app covers React Router on Node, Deno and Cloudflare.The MySQL tests now run on every variant, not only on Cloudflare. The Worker is wrapped by
sentryCloudflareVitePlugininstead of a manualwithSentrycall; other Cloudflare apps still cover manualwithSentry.🤖 Generated with Claude Code