Port multiple PRs from source repositories#26
Open
conico974 wants to merge 14 commits intoconico/port-skillsfrom
Open
Port multiple PRs from source repositories#26conico974 wants to merge 14 commits intoconico/port-skillsfrom
conico974 wants to merge 14 commits intoconico/port-skillsfrom
Conversation
opennextjs/opennextjs-cloudflare#1083 Changeset: .changeset/port-pr-1083.md
opennextjs/opennextjs-cloudflare#1105 Changeset: .changeset/port-pr-1105.md
opennextjs/opennextjs-cloudflare#1097 Changeset: .changeset/port-pr-1097.md
opennextjs/opennextjs-cloudflare#1122 Applied bugfixes and improvements to the 'migrate' command: - Fixed extra newlines when appending to files (updated conditionalAppendFileSync signature) - Fixed error when 'public' directory is missing (creates parent directories automatically) - Fixed Next.js config file update to check if the file exists first - Updated checkRunningInsideNextjsApp to accept { appPath: string } instead of full BuildOptions Changesets: - .changeset/port-pr-1122-cloudflare.md - .changeset/port-pr-1122-aws.md
opennextjs/opennextjs-cloudflare#1126 Fix: prevent Worker hang on HEAD requests to static assets When run_worker_first is enabled, HEAD requests to static assets hang the Worker because response.body is null (per HTTP spec) and the fallback new ReadableStream() creates a stream that never closes. Changes: - Return null body for HEAD requests instead of falling through to the hanging ReadableStream fallback - Add tests for maybeGetAssetResult covering GET, HEAD, 404, POST, and run_worker_first=false cases Changeset: .changeset/port-pr-1126.md
opennextjs/opennextjs-cloudflare#1127 Changeset: .changeset/port-pr-1127.md
opennextjs/opennextjs-cloudflare#1138 Changeset: .changeset/port-pr-1138.md
opennextjs/opennextjs-cloudflare#1133 Changeset: .changeset/port-pr-1133.md Update the migrate command to attempt to create an R2 bucket for caching as part of the migration process, if that is not possible an application without caching enabled will be generated instead.
opennextjs/opennextjs-cloudflare#1142 Changeset: .changeset/port-pr-1142.md
opennextjs/opennextjs-cloudflare#1147 make dev /cdn-cgi/image behaves like prod for consistency Changeset: .changeset/port-pr-1147.md
opennextjs/opennextjs-cloudflare#1150 Changeset: .changeset/port-pr-1150.md
commit: |
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.
Ported several pull requests from the OpenNext.js Cloudflare repositories, including updates to skills, bug fixes, and improvements to various commands.