chore(deps): update dependency @cloudflare/next-on-pages to v1.13.16#58
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @cloudflare/next-on-pages to v1.13.16#58renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
ac8b6db to
43733fb
Compare
43733fb to
38618e6
Compare
38618e6 to
776d4f9
Compare
776d4f9 to
7364c9c
Compare
7364c9c to
a2766e4
Compare
a2766e4 to
817a1a8
Compare
817a1a8 to
bcb4f29
Compare
bcb4f29 to
c23e3c6
Compare
c23e3c6 to
93142d3
Compare
93142d3 to
0c3beed
Compare
0c3beed to
336f22d
Compare
e347d55 to
3f5088f
Compare
3f5088f to
6f2f47a
Compare
6f2f47a to
1d1731e
Compare
1d1731e to
1abd558
Compare
1abd558 to
8fd6f98
Compare
8fd6f98 to
efc0d71
Compare
efc0d71 to
1914267
Compare
1914267 to
c8f8c9f
Compare
c8f8c9f to
fcf97ee
Compare
4b3e19c to
a6ab7dc
Compare
a6ab7dc to
b412a2c
Compare
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.
This PR contains the following updates:
1.11.2→1.13.16Release Notes
cloudflare/next-on-pages (@cloudflare/next-on-pages)
v1.13.16Compare Source
Patch Changes
024b161: Deprecate package and pinnextandvercelpeer dependenciesv1.13.15Compare Source
Patch Changes
7933c1a: Ignore invalid favicon.ico.rsc nodejs functions being generated by the Vercel CLI (since 46.1.0)v1.13.14Compare Source
Patch Changes
2f21b3a: Fix the incorrect application of overrides without a specified pathv1.13.13Compare Source
Patch Changes
3eb97bb: ignore invalid rsc lambdas created for prerendered functionsAs of vercel@44.5.4 incorrect lambda rsc functions get generated for prerendered routes, the changes here make sure that such routes get ignored
v1.13.12Compare Source
Patch Changes
3d651bc: fix internal usage ofglobalinstead ofglobalThis(which causes some reference errors)v1.13.11Compare Source
Patch Changes
95951ac: fix Next.js re-defining global__import_unsupported95951ac: fixAbortControllers being created in the global scope181fad6: Update readme to call out @opennextjs/cloudflarev1.13.10Compare Source
Patch Changes
5778900: Allow Wrangler v4 as a peer dependencyv1.13.9Compare Source
Patch Changes
6b981ee: chore: Extract module name in dynamic imports so that esbuild doesn't minify themv1.13.8Compare Source
Patch Changes
52f0113: chore: Extract module name in dynamic importsv1.13.7Compare Source
Patch Changes
e1d65f4: fix Next.js calling a non-bound waitUntil functionedd4fea: Allow import ofnode:*andcloudflare:*in worker custom entrypointv1.13.6Compare Source
Patch Changes
d879acd: Markasync_hooksas external.v1.13.5Compare Source
Patch Changes
930a79f: fix: webpack chunks not deduping with sentry (#886)(duplicated changeset needed because the 1.13.4 npm release doesn't properly work)
v1.13.4Compare Source
Patch Changes
18e0e46: Fix the Webpack chunk deduplication when Sentry is used, as it changes the AST node structure for Webpack chunks.v1.13.3Compare Source
Patch Changes
d1dce9e: Fix prerendered dynamic ISR functions with catch-all segmentse890632: Provide __NEXT_BUILD_ID env var to functions, making them compatible with Next v14.2.8 and newer.v1.13.2Compare Source
Patch Changes
968171a: Fix autogenerated content also getting appended to the original public/_headers file2115b9e: fix: implement route specific global scoping strategycurrently routes all share the same global scope, this can be problematic and cause
race conditions and failures
One example of this is the following code that is present in route function files:
and
this indicates that an in-memory global collection of the webpack chunks is shared by all routes,
this combined with the fact that chunks can have their own module state this can easily cause routes to conflict with each other at runtime.
So, in order to solve the above issue, all route functions are wrapped in a function which accepts as parameters, thus overrides, the
self,globalThisandglobalsymbols. The symbolswill be resolved with proxies that redirect setters to route-scoped in-memory maps and
getters to the above mentioned map's values and fallback to the original symbol values otherwise
(i.e.
globalThiswill be overridden by a proxy that, when setting values, sets them in a separatelocation and, when getting values, gets them from said location if present there or from the real
globalThisotherwise)v1.13.1Compare Source
Patch Changes
8c04184: fix typescript declaration files not getting properly builtv1.13.0Compare Source
Minor Changes
4bd4c19: Userequest.cf.regionCodeforx-vercel-ip-country-regionfor keeping behavior consistent with documentation78accfd: Add support for custom worker entrypoints.Example:
Patch Changes
2527917: Account for the Vercel CLI no longer generating prerender configs for dynamic ISR functions.v1.12.1Compare Source
Patch Changes
9dd9fe4: make sure headers set in middlewares are accessibly by layouts and pages97d7981: Support for pre-renderedAPIfunctions.v1.12.0Compare Source
Minor Changes
c2b173c: Fix: The city name for the location of the requester's public IP address must be encoded according to RFC3986.2d55e8f: Optimized cache tags manifest loading; cache updates do not block responsesfa751e3: add support for therevalidateoption in fetchPatch Changes
d3caf91: Middleware move permanently fixv1.11.3Compare Source
Patch Changes
317e872: Fix hanging promise caused by fetch patch symbolConfiguration
📅 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.