-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @opennextjs/cloudflare to v0.4.8 #310
base: main
Are you sure you want to change the base?
Conversation
914d8d9
to
acf1109
Compare
acf1109
to
bb8f392
Compare
bb8f392
to
af8682c
Compare
af8682c
to
1f9181c
Compare
1f9181c
to
7c28e11
Compare
7c28e11
to
04714e1
Compare
04714e1
to
4f7a2f4
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR contains the following updates:
0.4.0
->0.4.8
Release Notes
opennextjs/opennextjs-cloudflare (@opennextjs/cloudflare)
v0.4.8
Compare Source
Patch Changes
ac8b271
: fix waitUntilCalling
waitUntil
/after
was failing when mulitple requests were handled concurrently.This is fixed by pulling opennextjs/opennextjs-aws#733
761a312
: importrandomUUID
fromnode:crypto
to support NodeJS 18v0.4.7
Compare Source
Patch Changes
420b598
: Fix asset cache patha19b34d
: perf: reduce CPU and memory usage by limiting code to AST parsingf30a5fe
: bump@opennextjs/aws
dependency tohttps://pkg.pr.new/@​opennextjs/aws@727
6791cea
: Use kebab-case for the KV Cache.a630aea
: fix: enable using thedirect
queue for isrThe
direct
mode is not recommended for use in production as it does not de-dupe requests.f30a5fe
: Fix: make sure that the kvCache doesn't serve stale cache values from assets when there is no KV bindingv0.4.6
Compare Source
Patch Changes
9561277
: fix: remove dynamic require for map fileESBuild tries to load all files in the chunks folder with
require("./chunks/" + var)
.This is an error when the folder contains map file.
v0.4.5
Compare Source
Patch Changes
1ccff65
: bump@opennextjs/aws
dependency tohttps://pkg.pr.new/@​opennextjs/aws@724
this bump fixes rewrites to external urls not working when the external urls
point to resources hosted on the Cloudflare network
30374b9
: fix: Drop the module condition from ESBuildBecause Next (via nft) does not use the module condition, ESBuild should not use it.
Otherwise we might end up with missing files and a broken build.
v0.4.4
Compare Source
Patch Changes
6103547
: fix: provide a proper error message when usinggetCloudflareContext
in static routesgetCloudflareContext
can't be used in static routes, currently a misleading errormessage incorrectly tells the developer that they haven't called
initOpenNextCloudflareForDev
in their config file, this change updates such error message to properly clarify what
the issue is (and how to solve it)
0a6191d
: fix the encoding of __NEXT_PRIVATE_STANDALONE_CONFIGda7f8d8
: fix: enable PPR withwrangler dev
714172d
: fix: trailing slash redirect0892679
: fix: inline optional dependencies when bundling the serverv0.4.3
Compare Source
Patch Changes
9d45ee8
: fix the error message of getCloudflareContextHardcode function names that would get mangled otherwise.
ac52954
: bump thewrangler
peer dependency (so to avoid multipleUsing vars defined in .dev.vars
logs during local development)v0.4.2
Compare Source
Patch Changes
1b3a972
: Dump ESBuild metadata tohandler.mjs.meta.json
The ESBuild metadata are written to a file alongside
handler.mjs
in
.open-next/server-functions/default/...
5c90521
: refactor: Make the list of optional dependencies configurable67acb2f
: fix build issues with@opentelemetry
By using the pre-compiled library provided by Next.
3ed6cd1
: fix: syntax errorv0.4.1
Compare Source
Patch Changes
1a2b815
: fix: make sure that theinitOpenNextCloudflareForDev()
logic runs only onceCurrently calling
initOpenNextCloudflareForDev()
in the Next.js config file causesthis initialization logic to run twice, consuming more resources and causing extra
noise in the terminal logs, this change makes sure that the initialization logic
is run only once instead
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.