| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Important Review skippedBot user detected. To trigger a single review, invoke the @coderabbitai review command. You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
opennextjs/opennextjs-cloudflare (@opennextjs/cloudflare)v1.17.3
Compare Source
Patch Changes
#1160 161e726 Thanks @matthewvolk! - fix(patches): include prefetch-hints.json in loadManifest build-time inlining
Next.js 16.2.0 introduced prefetch-hints.json as a new server manifest loaded unconditionally
by NextNodeServer.getPrefetchHints(). The file exists in the build output but wasn't matched by
the glob pattern *-manifest.json, causing the patched loadManifest() to throw at runtime.
v1.17.2
Compare Source
Patch Changes
#1151 a143282 Thanks @nathanschram! - fix: handle known optional manifests gracefully in loadManifest/evalManifest patches
Next.js loads certain manifests with handleMissing: true (returning {} when the file doesn't
exist). The adapter's build-time glob scan doesn't find these files when they're conditionally
generated, so the patched function threw at runtime, crashing dynamic routes with 500.
Instead of a blanket catch-all, handle only the specific optional manifests from Next.js
route-module.ts:
Manifest matching strips .json before comparison since some Next.js constants omit
the extension (SUBRESOURCE_INTEGRITY_MANIFEST, DYNAMIC_CSS_MANIFEST, etc.).
Unknown manifests still throw to surface genuine errors.
Fixes #1141.
v1.17.1
Compare Source
Patch Changes
v1.17.0
Compare Source
Minor Changes
v1.16.6
Compare Source
Patch Changes
v1.16.5
Compare Source
Patch Changes
#1127 2b437f1 Thanks @dario-piotrowicz! - In the migrate command, add an initial step to create a Next.js config file (required by open-next) if it doesn't exist
#1126 8c3a36e Thanks @alex-all3dp! - fix: prevent Worker hang on HEAD requests to static assets
v1.16.4
Compare Source
Patch Changes
#1122 6c94a4a Thanks @dario-piotrowicz! - In migrate command, avoid adding unnecessary newlines when creating files
#1122 6c94a4a Thanks @dario-piotrowicz! - fix migrate command incorrectly erroring if the target application doesn't have a public directory
#1122 6c94a4a Thanks @dario-piotrowicz! - Bump @opennextjs/aws to 3.9.16
See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.16
#1097 fea645f Thanks @dario-piotrowicz! - Add --help and --version to the opennextjs-cloudflare CLI
Improve the opennextjs-cloudflare CLI by:
v1.16.3
Compare Source
Patch Changes
#1113 09c41f1 Thanks @anonrig! - bump @opennextjs/aws to 3.9.15
See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.15
v1.16.2
Compare Source
Patch Changes
v1.16.1
Compare Source
Patch Changes
v1.16.0
Compare Source
Minor Changes
#1083 b062597 Thanks @dario-piotrowicz! - feature: add migrate command to set up OpenNext for Cloudflare adapter
This command helps users migrate existing Next.js applications to the OpenNext Cloudflare adapter by automatically setting up all necessary configuration files, dependencies, and scripts.
To use the command simply run: npx opennextjs-cloudflare migrate
Patch Changes
#1092 4279043 Thanks @vicb! - Check for supported Next version
The build will now error for unsupported Next version which may contain unpatched security vulnerabilities.
You can bypass the check using the --dangerouslyUseUnsupportedNextVersion flag.
v1.15.1
Compare Source
Patch Changes
v1.15.0
Compare Source
Minor Changes
Patch Changes
#1076 c99eefd Thanks @vicb! - fix: do not bundle og when not used
This saves ~500kB when og is not used
#1079 6ac789a Thanks @vicb! - fix: use the correct runtime (i.e. webpack or turbopack)
#1078 249f738 Thanks @vicb! - drop unused react-dom modules
This saves ~500kB on the output bundle
v1.14.10
Compare Source
Patch Changes
#1071 886c742 Thanks @vicb! - fix: patch Next config for missing fields.
There was a regression in Next 16.1.0 (vercel/next.js#86830) and some fields were missing in the config.
The Next team fixed that in 16.1.4 (vercel/next.js#88733).
This PR introduce a patch for 16.1.0-16.1.3
v1.14.9
Compare Source
Patch Changes
#1070 f7c6b3a Thanks @vicb! - bump @opennextjs/aws to 3.9.8
See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.8
#1057 0230cbe Thanks @vicb! - Do not inject setImmediate/clearImmediate in the global scope
#1069 4ee4ba3 Thanks @vicb! - Check that wrangler is >= 4.59.2 when building Next 16.1+.
To ensure workerd has a required fix to setImmediate
v1.14.8
Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.