Skip to content

fix(deps): update dependency next to v15 [security] - #4114

Draft
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/synapse-interface-npm-next-vulnerability
Draft

fix(deps): update dependency next to v15 [security]#4114
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/synapse-interface-npm-next-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
next (source) ^14.2.35^15.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Next.js Server-Side Request Forgery in Server Actions

CVE-2024-34351 / GHSA-fr5h-rqp8-mj6g

More information

Details

Impact

A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.

Prerequisites
  • Next.js (<14.1.1) is running in a self-hosted* manner.
  • The Next.js application makes use of Server Actions.
  • The Server Action performs a redirect to a relative path which starts with a /.

* Many hosting providers (including Vercel) route requests based on the Host header, so we do not believe that this vulnerability affects any Next.js applications where routing is done in this manner.

Patches

This vulnerability was patched in #​62561 and fixed in Next.js 14.1.1.

Workarounds

There are no official workarounds for this vulnerability. We recommend upgrading to Next.js 14.1.1.

Credit

Vercel and the Next.js team thank Assetnote for responsibly disclosing this issue to us, and for working with us to verify the fix. Thanks to:

Adam Kues - Assetnote
Shubham Shah - Assetnote

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js Cache Poisoning

CVE-2024-46982 / GHSA-gp8f-8m3g-qvj9

More information

Details

Impact

By sending a crafted HTTP request, it is possible to poison the cache of a non-dynamic server-side rendered route in the pages router (this does not affect the app router). When this crafted request is sent it could coerce Next.js to cache a route that is meant to not be cached and send a Cache-Control: s-maxage=1, stale-while-revalidate header which some upstream CDNs may cache as well.

To be potentially affected all of the following must apply:

  • Next.js between 13.5.1 and 14.2.9
  • Using pages router
  • Using non-dynamic server-side rendered routes e.g. pages/dashboard.tsx not pages/blog/[slug].tsx

The below configurations are unaffected:

  • Deployments using only app router
  • Deployments on Vercel are not affected
Patches

This vulnerability was resolved in Next.js v13.5.7, v14.2.10, and later. We recommend upgrading regardless of whether you can reproduce the issue or not.

Workarounds

There are no official or recommended workarounds for this issue, we recommend that users patch to a safe version.

Credits
  • Allam Rachid (zhero_)
  • Henry Chen

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Denial of Service condition in Next.js image optimization

CVE-2024-47831 / GHSA-g77x-44xx-532m

More information

Details

Impact

The image optimization feature of Next.js contained a vulnerability which allowed for a potential Denial of Service (DoS) condition which could lead to excessive CPU consumption.

Not affected:

  • The next.config.js file is configured with images.unoptimized set to true or images.loader set to a non-default value.
  • The Next.js application is hosted on Vercel.
Patches

This issue was fully patched in Next.js 14.2.7. We recommend that users upgrade to at least this version.

Workarounds

Ensure that the next.config.js file has either images.unoptimized, images.loader or images.loaderFile assigned.

Credits

Brandon Dahler (brandondahler), AWS
Dimitrios Vlastaras

Severity

  • CVSS Score: 4.6 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js authorization bypass vulnerability

CVE-2024-51479 / GHSA-7gfc-8cq8-jh5f

More information

Details

Impact

If a Next.js application is performing authorization in middleware based on pathname, it was possible for this authorization to be bypassed.

Patches

This issue was patched in Next.js 14.2.15 and later.

If your Next.js application is hosted on Vercel, this vulnerability has been automatically mitigated, regardless of Next.js version.

Workarounds

There are no official workarounds for this vulnerability.

Credits

We'd like to thank tyage (GMO CyberSecurity by IERAE) for responsible disclosure of this issue.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js Allows a Denial of Service (DoS) with Server Actions

CVE-2024-56332 / GHSA-7m27-7ghc-44w9

More information

Details

Impact

A Denial of Service (DoS) attack allows attackers to construct requests that leaves requests to Server Actions hanging until the hosting provider cancels the function execution.

Note: Next.js server is idle during that time and only keeps the connection open. CPU and memory footprint are low during that time.

Deployments without any protection against long running Server Action invocations are especially vulnerable. Hosting providers like Vercel or Netlify set a default maximum duration on function execution to reduce the risk of excessive billing.

This is the same issue as if the incoming HTTP request has an invalid Content-Length header or never closes. If the host has no other mitigations to those then this vulnerability is novel.

This vulnerability affects only Next.js deployments using Server Actions.

Patches

This vulnerability was resolved in Next.js 14.2.21, 15.1.2, and 13.5.8. We recommend that users upgrade to a safe version.

Workarounds

There are no official workarounds for this vulnerability.

Credits

Thanks to the PackDraw team for responsibly disclosing this vulnerability.

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Authorization Bypass in Next.js Middleware

CVE-2025-29927 / GHSA-f82v-jwr5-mffw

More information

Details

Impact

It is possible to bypass authorization checks within a Next.js application, if the authorization check occurs in middleware.

Patches
  • For Next.js 15.x, this issue is fixed in 15.2.3
  • For Next.js 14.x, this issue is fixed in 14.2.25
  • For Next.js 13.x, this issue is fixed in 13.5.9
  • For Next.js 12.x, this issue is fixed in 12.3.5
  • For Next.js 11.x, consult the below workaround.

Note: Next.js deployments hosted on Vercel are automatically protected against this vulnerability.

Workaround

If patching to a safe version is infeasible, we recommend that you prevent external user requests which contain the x-middleware-subrequest header from reaching your Next.js application.

Credits
  • Allam Rachid (zhero;)
  • Allam Yasser (inzo_)

Severity

  • CVSS Score: 9.1 / 10 (Critical)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Information exposure in Next.js dev server due to lack of origin verification

CVE-2025-48068 / GHSA-3h52-269p-cp9r

More information

Details

Summary

A low-severity vulnerability in Next.js has been fixed in version 15.2.2. This issue may have allowed limited source code exposure when the dev server was running with the App Router enabled. The vulnerability only affects local development environments and requires the user to visit a malicious webpage while npm run dev is active.

Because the mitigation is potentially a breaking change for some development setups, to opt-in to the fix, you must configure allowedDevOrigins in your next config after upgrading to a patched version. Learn more.

Learn more: https://vercel.com/changelog/cve-2025-48068

Credit

Thanks to sapphi-red and Radman Siddiki for responsibly disclosing this issue.

Severity

  • CVSS Score: 2.3 / 10 (Low)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js Affected by Cache Key Confusion for Image Optimization API Routes

CVE-2025-57752 / GHSA-g5qg-72qw-gw5v

More information

Details

A vulnerability in Next.js Image Optimization has been fixed in v15.4.5 and v14.2.31. When images returned from API routes vary based on request headers (such as Cookie or Authorization), these responses could be incorrectly cached and served to unauthorized users due to a cache key confusion bug.

All users are encouraged to upgrade if they use API routes to serve images that depend on request headers and have image optimization enabled.

More details at Vercel Changelog

Severity

  • CVSS Score: 6.2 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js Content Injection Vulnerability for Image Optimization

CVE-2025-55173 / GHSA-xv57-4mr9-wg8v

More information

Details

A vulnerability in Next.js Image Optimization has been fixed in v15.4.5 and v14.2.31. The issue allowed attacker-controlled external image sources to trigger file downloads with arbitrary content and filenames under specific configurations. This behavior could be abused for phishing or malicious file delivery.

All users relying on images.domains or images.remotePatterns are encouraged to upgrade and verify that external image sources are strictly validated.

More details at Vercel Changelog

Severity

  • CVSS Score: 4.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js Improper Middleware Redirect Handling Leads to SSRF

CVE-2025-57822 / GHSA-4342-x723-ch2f

More information

Details

A vulnerability in Next.js Middleware has been fixed in v14.2.32 and v15.4.7. The issue occurred when request headers were directly passed into NextResponse.next(). In self-hosted applications, this could allow Server-Side Request Forgery (SSRF) if certain sensitive headers from the incoming request were reflected back into the response.

All users implementing custom middleware logic in self-hosted environments are strongly encouraged to upgrade and verify correct usage of the next() function.

More details at Vercel Changelog

Severity

  • CVSS Score: 6.5 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js Race Condition to Cache Poisoning

CVE-2025-32421 / GHSA-qpjv-v59x-3qc4

More information

Details

Summary
We received a responsible disclosure from Allam Rachid (zhero) for a low-severity race-condition vulnerability in Next.js. This issue only affects the Pages Router under certain misconfigurations, causing normal endpoints to serve pageProps data instead of standard HTML.

Learn more here

Credit
Thank you to Allam Rachid (zhero) for the responsible disclosure. This research was rewarded as part of our bug bounty program.

Severity

  • CVSS Score: 3.7 / 10 (Low)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next Vulnerable to Denial of Service with Server Components

GHSA-mwv6-3258-q52c

More information

Details

A vulnerability affects certain React packages for versions 19.0.0, 19.0.1, 19.1.0, 19.1.1, 19.1.2, 19.2.0, and 19.2.1 and frameworks that use the affected packages, including Next.js 15.x and 16.x using the App Router. The issue is tracked upstream as CVE-2025-55184.

A malicious HTTP request can be crafted and sent to any App Router endpoint that, when deserialized, can cause the server process to hang and consume CPU. This can result in denial of service in unpatched environments.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next has a Denial of Service with Server Components - Incomplete Fix Follow-Up

GHSA-5j59-xgg2-r9c4

More information

Details

It was discovered that the fix for CVE-2025-55184 in React Server Components was incomplete and did not fully mitigate denial-of-service conditions across all payload types. As a result, certain crafted inputs could still trigger excessive resource consumption.

This vulnerability affects React versions 19.0.2, 19.1.3, and 19.2.2, as well as frameworks that bundle or depend on these versions, including Next.js 13.x, 14.x, 15.x, and 16.x when using the App Router. The issue is tracked upstream as CVE-2025-67779.

A malicious actor can send a specially crafted HTTP request to a Server Function endpoint that, when deserialized, causes the React Server Components runtime to enter an infinite loop. This can lead to sustained CPU consumption and cause the affected server process to become unresponsive, resulting in a denial-of-service condition in unpatched environments.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js self-hosted applications vulnerable to DoS via Image Optimizer remotePatterns configuration

CVE-2025-59471 / GHSA-9g9p-9gw9-jx7f

More information

Details

A DoS vulnerability exists in self-hosted Next.js applications that have remotePatterns configured for the Image Optimizer. The image optimization endpoint (/_next/image) loads external images entirely into memory without enforcing a maximum size limit, allowing an attacker to cause out-of-memory conditions by requesting optimization of arbitrarily large images. This vulnerability requires that remotePatterns is configured to allow image optimization from external domains and that the attacker can serve or control a large image on an allowed domain.

Strongly consider upgrading to 15.5.10 and 16.1.5 to reduce risk and prevent availability issues in Next applications.

Severity

  • CVSS Score: 5.9 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js HTTP request deserialization can lead to DoS when using insecure React Server Components

GHSA-h25m-26qc-wcjf

More information

Details

A vulnerability affects certain React Server Components packages for versions 19.0.x, 19.1.x, and 19.2.x and frameworks that use the affected packages, including Next.js 13.x, 14.x, 15.x, and 16.x using the App Router. The issue is tracked upstream as CVE-2026-23864.

A specially crafted HTTP request can be sent to any App Router Server Function endpoint that, when deserialized, may trigger excessive CPU usage, out-of-memory exceptions, or server crashes. This can result in denial of service in unpatched environments.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js: HTTP request smuggling in rewrites

CVE-2026-29057 / GHSA-ggv3-7p47-pfv8

More information

Details

Summary

When Next.js rewrites proxy traffic to an external backend, a crafted DELETE/OPTIONS request using Transfer-Encoding: chunked could trigger request boundary disagreement between the proxy and backend. This could allow request smuggling through rewritten routes.

Impact

An attacker could smuggle a second request to unintended backend routes (for example, internal/admin endpoints), bypassing assumptions that only the configured rewrite destination/path is reachable. This does not impact applications hosted on providers that handle rewrites at the CDN level, such as Vercel.

Patches

The vulnerability originated in an upstream library vendored by Next.js. It is fixed by updating that dependency’s behavior so content-length: 0 is added only when both content-length and transfer-encoding are absent, and transfer-encoding is no longer removed in that code path.

Workarounds

If upgrade is not immediately possible:

  • Block chunked DELETE/OPTIONS requests on rewritten routes at your edge/proxy.
  • Enforce authentication/authorization on backend routes per our security guidance.

Severity

  • CVSS Score: 6.3 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Next.js: Unbounded next/image disk cache growth can exhaust storage

CVE-2026-27980 / GHSA-3x4c-7xq6-9pq8

More information

Details

Summary

The default Next.js image optimization disk cache (/_next/image) did not have a configurable upper bound, allowing unbounded cache growth.

Impact

An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service. Note that this does not impact platforms that have their own image optimization capabilities, such as Vercel.

Patches

Fixed by adding an LRU-backed disk cache with images.maximumDiskCacheSize, including eviction of least-recently-used entries when the limit is exceeded. Setting maximumDiskCacheSize: 0 disables disk caching.

Workarounds

If upgrade is not immediately possible:

  • Periodically clean .next/cache/images.
  • Reduce variant cardinality (e.g., tighten values for images.localPatterns, images.remotePatterns, and images.qualities)

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

vercel/next.js (next)

v15.5.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (#​91660)
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses (#​90304)
Credits

Huge thanks to @​styfle and @​lllomh for helping!

v15.5.13

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)
Credits

Huge thanks to @​ztanner for helping!

v15.5.12

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

  • fix unlock in publish-native

This is a re-release of v15.5.11 applying the turbopack changes.

v15.5.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Tracing: Fix memory leak in span map (#​85529)
  • fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth (#​89134)
  • Turbopack: fix NFT tracing of sharp 0.34 (#​82340)
  • Turbopack: support pattern into exports field (#​82757)
  • NFT tracing fixes (#​84155 and #​85323)
  • Turbopack: validate CSS without computing all paths (#​83810)
  • feat: implement LRU cache with invocation ID scoping for minimal mode response cache (#​89129)
Credits

Huge thanks to @​timneutkens, @​mischnic, @​ztanner, and @​wyattjoh for helping!

v15.5.10

Compare Source

Please refer the following changelogs for more information about this security release:

v15.5.9

Compare Source

Please see the Next.js Security Update for information about this security patch.

v15.5.8

Compare Source

v15.5.7

Compare Source

Please see CVE-2025-66478 for additional details about this release.

v15.5.6

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Turbopack: don't define process.cwd() in node_modules #​83452
Credits

Huge thanks to @​mischnic for helping!

v15.5.5

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Split code-frame into separate compiled package (#​84238)
  • Add deprecation warning to Runtime config (#​84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#​84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#​84722)
  • fix: missing next/link types with typedRoutes (#​84779)
Misc Changes
  • docs: early October improvements and fixes (#​84334)
Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

v15.5.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure onRequestError is invoked when otel enabled (#​83343)
  • fix: devtools initial position should be from next config (#​83571)
  • [devtool] fix overlay styles are missing (#​83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#​83176)
  • Turbopack: don't treat metadata routes as RSC (#​82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#​83357)
  • Turbopack: throw large static metadata error earlier (#​82939)
  • fix: error overlay not closing when backdrop clicked (#​83981)
  • Turbopack: flush Node.js worker IPC on error (#​84077)
Misc Changes
  • [CNA] use linter preference (#​83194)
  • CI: use KV for test timing data (#​83745)
  • docs: september improvements and fixes (#​83997)
Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: validation return types of pages API routes (#​83069)
  • fix: relative paths in dev in validator.ts (#​83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#​83071)
Credits

Huge thanks to @​bgub for helping!

v15.5.2

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: disable unknownatrules lint rule entirely (#​83059)
  • revert: add ?dpl to fonts in /_next/static/media (#​83062)
Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: aliased navigations should apply scroll handling (#​82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#​82887)
  • fix: typesafe linking to route handlers and pages API routes (#​82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#​82974)
  • fix: add path normalization to getRelativePath for Windows (#​82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#​82860)
  • fix: avoid importing types that will be unused (#​82856)
  • fix: update the config.api.responseLimit type (#​82852)
  • fix: update validation return types (#​82854)
Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.0

Compare Source

Core Changes
  • Use and enforce exhaustive switch statements for work unit store: #​81577
  • Enable @typescript-eslint/switch-exhaustiveness-check rule: #​81583
  • [dynamicIO] use RSC dynamicness to control partial vs complete PPR result: #​81627
  • [dynamicIO] Do not use React.unstable_postpone(): #​81652
  • feat: new detachable panel UI: #​81483
  • Turbopack: content-hash PageLoaderAsset: #​81450
  • [segment explorer] fix content overflow styling: #​81649
  • Improve reliability of owner stacks for async I/O errors: #​81501
  • fix(router): Prevent redirect loop on root data requests with basePath: #​81096
  • Ensure custom NextServer config is honored: #​81681
  • Fix before interactive incorrectly render css: #​81146
  • perf: memorize exclude function in webpack config: #​81525
  • Also enforce experimental features when there's no next config file: #​81679
  • feat(next/image): warn when images.qualities is undefined: #​81690
  • feat(build): optimize filterUniqueParamsCombinations to generate sub-combinations: #​81321
  • Update NextAdapter type and re-export: #​81692
  • upgrade to path-to-regexp@​6.3.0: #​80123
  • [metadata] replace for initial body icon case: #​81688
  • [segment explorer] remove dev panel ui flag: #​81670
  • Simplify running test apps locally with ppr or dynamicIO enabled: #​81668
  • [turbopack] Return cached Promise from __turbopack_load_by_url__ : #​81663
  • Upgrade React from 97cdd5d3-20250710 to 2f0e7e57-20250715: #​81678
  • Delete unused renderToString function: #​81707
  • Discard prerendered route handler data from FS cache after revalidation: #​81611
  • Upgrade React from 2f0e7e57-20250715 to d85ec5f5-20250716: #​81708
  • Ignore pending revalidations during prerendering: #​81621
  • [turbopack] Clear chunk cache on HMR instead of creating new next-server VM: #​81664
  • fix: rootParams should throw in client when fallbackParams are not present: #​81711
  • perf(build): optimize buildAppStaticPaths performance and add helper function: #​81386
  • Turbopack: Support string without options for @​next/mdx: #​81713
  • [Segment Cache] Support dynamic head prefetching: #​81677
  • [sourcemaps] Consistent cursor columns: #​81375
  • fix: revert client segment route changes for sub shell generation: #​81731
  • fix: pages router metadata bugs with React 19: #​81733
  • Improve error handling for headers/cookies/draftMode in 'use cache': #​81716
  • [devtool] fix duplicate rendered indicator on server: #​81729
  • [devtool] enable segment explorer by default: #​81737
  • [turbopack] Stop exposing globals from Turbopack runtime: #​81727
  • Remove unnecessary await: #​81761
  • [chore] bump zod to latest v3: #​81757
  • feat(turbopack): Log anonymized internal error (panic) information to telemetry: #​81272
  • fix: revert client segment route changes for sub shell generation: #​81740
  • bugfix: static resources staleTime should be renewed once refetched: #​81771
  • [devtool] move font styling to global.css: #​81782
  • [devtool] copy decoded info of error details: #​81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #​81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #​81562
  • Properly handle hanging promise rejections during prerendering: #​81754
  • Upgrade React from d85ec5f5-20250716 to dffacc7b-20250717: #​81767
  • Refactor: Get rid of overly generic getExpectedRequestStore function: #​81791
  • [devtool] migrate css reset to global.css: #​81783
  • [dev-tools] Robust shortcut detection: #​81756
  • [segment explorer] hide for pages router: #​81813
  • [devtool] fix scrollbar styling: [#​81814](https:/

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| npm        | next    | 14.2.35 | 15.5.14 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sanguine Error Error Aug 26, 2026 10:55pm

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Bundle Report

Changes will increase total bundle size by 99.77kB (0.29%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sdk-router-@synapsecns/sdk-router-esm 460.91kB 22 bytes (0.0%) ⬆️
sdk-router-@synapsecns/sdk-router-cjs 210.2kB 29 bytes (0.01%) ⬆️
synapse-interface-server-cjs 2.37MB 102.62kB (4.52%) ⬆️
synapse-interface-edge-server-array-push 125.37kB 32.57kB (35.1%) ⬆️
synapse-interface-client-array-push 7.98MB -35.47kB (-0.44%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sdk-router-@synapsecns/sdk-router-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
sdk-router.esm.js 22 bytes 460.91kB 0.0%
view changes for bundle: synapse-interface-edge-server-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
pages/api/rpc/[chainId].js 32.56kB 122.87kB 36.06% ⚠️
edge-runtime-webpack.js 8 bytes 1.49kB 0.54%
view changes for bundle: sdk-router-@synapsecns/sdk-router-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
sdk-router.cjs.production.min.js 29 bytes 210.2kB 0.01%
view changes for bundle: synapse-interface-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -27.91kB 2.37MB -1.16%
static/chunks/4630.*.js (New) 498.78kB 498.78kB 100.0% 🚀
static/chunks/468.*.js (New) 272.11kB 272.11kB 100.0% 🚀
static/chunks/308.*.js (New) 257.87kB 257.87kB 100.0% 🚀
static/chunks/00bf27e4.*.js (New) 172.78kB 172.78kB 100.0% 🚀
static/chunks/68ac7431.*.js (New) 172.16kB 172.16kB 100.0% 🚀
static/chunks/83da19dd.*.js (New) 168.88kB 168.88kB 100.0% 🚀
static/css/*.css 1.86kB 158.71kB 1.19%
static/chunks/705.*.js (New) 153.43kB 153.43kB 100.0% 🚀
static/chunks/framework-*.js -147 bytes 139.91kB -0.1%
static/chunks/8995.*.js (New) 135.29kB 135.29kB 100.0% 🚀
static/chunks/main-*.js 9.93kB 129.18kB 8.32% ⚠️
static/chunks/5884.*.js (New) 125.31kB 125.31kB 100.0% 🚀
static/chunks/4036.*.js (New) 95.11kB 95.11kB 100.0% 🚀
static/chunks/8480.*.js (New) 73.27kB 73.27kB 100.0% 🚀
static/chunks/5773.*.js (New) 72.29kB 72.29kB 100.0% 🚀
static/chunks/pages/index-*.js -768 bytes 65.27kB -1.16%
static/chunks/1405.*.js (New) 64.59kB 64.59kB 100.0% 🚀
static/chunks/7138.*.js (New) 63.95kB 63.95kB 100.0% 🚀
static/chunks/9850.*.js (New) 63.62kB 63.62kB 100.0% 🚀
static/chunks/3352.*.js (New) 61.57kB 61.57kB 100.0% 🚀
static/chunks/6453.*.js (New) 58.82kB 58.82kB 100.0% 🚀
static/chunks/3143.*.js (New) 56.88kB 56.88kB 100.0% 🚀
static/chunks/6131.*.js (New) 54.7kB 54.7kB 100.0% 🚀
static/chunks/6891.*.js (New) 54.19kB 54.19kB 100.0% 🚀
static/chunks/6133-*.js (New) 52.95kB 52.95kB 100.0% 🚀
static/chunks/4028.*.js (New) 52.37kB 52.37kB 100.0% 🚀
static/chunks/5828-*.js (New) 51.22kB 51.22kB 100.0% 🚀
static/chunks/9193.*.js (New) 48.4kB 48.4kB 100.0% 🚀
static/chunks/5846.*.js (New) 47.69kB 47.69kB 100.0% 🚀
static/chunks/7763.*.js (New) 47.59kB 47.59kB 100.0% 🚀
static/chunks/3158.*.js (New) 41.58kB 41.58kB 100.0% 🚀
static/chunks/8431.*.js (New) 39.61kB 39.61kB 100.0% 🚀
static/chunks/2096-*.js (New) 35.51kB 35.51kB 100.0% 🚀
static/chunks/4365-*.js (New) 35.38kB 35.38kB 100.0% 🚀
static/chunks/8784-*.js (New) 31.73kB 31.73kB 100.0% 🚀
static/chunks/pages/landing-*.js -297 bytes 30.87kB -0.95%
static/chunks/4419-*.js (New) 28.68kB 28.68kB 100.0% 🚀
static/chunks/6609.*.js (New) 25.87kB 25.87kB 100.0% 🚀
react-*.json -1 bytes 25.43kB -0.0%
static/chunks/2891-*.js (New) 25.41kB 25.41kB 100.0% 🚀
static/chunks/8079-*.js (New) 25.1kB 25.1kB 100.0% 🚀
static/chunks/6689-*.js (New) 22.77kB 22.77kB 100.0% 🚀
server/middleware-*.js 35 bytes 16.97kB 0.21%
server/middleware-*.js -1 bytes 21.66kB -0.0%
static/chunks/2504-*.js (New) 19.95kB 19.95kB 100.0% 🚀
build-*.json 29 bytes 19.81kB 0.15%
static/chunks/6296-*.js (New) 19.36kB 19.36kB 100.0% 🚀
static/chunks/pages/swap-*.js -219 bytes 18.46kB -1.17%
static/chunks/6240.*.js (New) 18.12kB 18.12kB 100.0% 🚀
static/chunks/5970-*.js (New) 18.11kB 18.11kB 100.0% 🚀
static/chunks/tsub-*.89c18058ba861d68.js (New) 17.53kB 17.53kB 100.0% 🚀
static/chunks/pages/lifi-*.js -180 bytes 17.36kB -1.03%
static/chunks/pages/landing/sections/SecuritySection-*.js -149 bytes 16.62kB -0.89%
static/chunks/4313-*.js (New) 15.49kB 15.49kB 100.0% 🚀
static/chunks/5017-*.js (New) 15.48kB 15.48kB 100.0% 🚀
static/chunks/5004-*.js (New) 15.16kB 15.16kB 100.0% 🚀
static/chunks/pages/landing/sections/UseCasesSection-*.js -148 bytes 12.65kB -1.16%
static/chunks/9024.*.js (New) 12.55kB 12.55kB 100.0% 🚀
static/chunks/3177-*.js (New) 12.44kB 12.44kB 100.0% 🚀
static/chunks/3793.*.js (New) 12.18kB 12.18kB 100.0% 🚀
static/chunks/1481.*.js (New) 11.55kB 11.55kB 100.0% 🚀
static/chunks/9941-*.js (New) 11.5kB 11.5kB 100.0% 🚀
static/chunks/1950-*.js (New) 11.21kB 11.21kB 100.0% 🚀
static/chunks/1788-*.js (New) 10.98kB 10.98kB 100.0% 🚀
static/chunks/4382.*.js (New) 10.96kB 10.96kB 100.0% 🚀
static/chunks/3271-*.js (New) 10.13kB 10.13kB 100.0% 🚀
static/chunks/pages/state-*.js 272 bytes 9.98kB 2.8%
static/chunks/2680-*.js (New) 9.7kB 9.7kB 100.0% 🚀
static/chunks/5629.*.js (New) 9.43kB 9.43kB 100.0% 🚀
static/chunks/pages/stake/StakeCard-*.js -168 bytes 9.29kB -1.78%
static/chunks/ajs-*.fe1ee96384f25e7d.js (New) 9.11kB 9.11kB 100.0% 🚀
static/chunks/5045-*.js (New) 8.71kB 8.71kB 100.0% 🚀
static/chunks/5128.*.js (New) 8.43kB 8.43kB 100.0% 🚀
static/chunks/pages/landing/sections/ExplorerSection-*.js -279 bytes 7.87kB -3.42%
static/chunks/pages/stake/StakeCardTitle-*.js -140 bytes 7.68kB -1.79%
static/chunks/1782-*.js (New) 7.62kB 7.62kB 100.0% 🚀
static/chunks/9401-*.js (New) 7.62kB 7.62kB 100.0% 🚀
static/chunks/pages/returntomonke-*.js -153 bytes 7.59kB -1.98%
static/chunks/pages/landing/sections/IntegrationSection-*.js -169 bytes 7.2kB -2.29%
static/chunks/8230-*.js (New) 7.09kB 7.09kB 100.0% 🚀
static/tbXbrZ3n8mTeB-APOsMZW/_buildManifest.js (New) 6.86kB 6.86kB 100.0% 🚀
static/chunks/pages/landing/sections/ResourcesSection-*.js -170 bytes 6.78kB -2.45%
static/chunks/3836.*.js (New) 6.67kB 6.67kB 100.0% 🚀
static/chunks/4763.*.js (New) 6.67kB 6.67kB 100.0% 🚀
static/chunks/pages/pools-*.js -106 bytes 6.21kB -1.68%
static/chunks/webpack-*.js -345 bytes 5.99kB -5.45%
static/chunks/pages/pool/poolManagement-*.js -60 bytes 5.77kB -1.03%
static/chunks/pages/pool/poolManagement/DepositButton-*.js -172 bytes 5.74kB -2.91%
static/chunks/pages/pool/poolManagement/Deposit-*.js -166 bytes 5.73kB -2.82%
static/chunks/5193.*.js (New) 5.7kB 5.7kB 100.0% 🚀
static/chunks/5701.*.js (New) 5.31kB 5.31kB 100.0% 🚀
static/chunks/pages/pool/[poolId]-*.js -31 bytes 5.03kB -0.61%
static/chunks/pages/pool/PoolInfoSection-*.js -89 bytes 5.01kB -1.74%
static/chunks/pages/pool/NoPoolBody-*.js -59 bytes 4.98kB -1.17%
static/chunks/pages/pool/components/LiquidityManagementTabs-*.js -52 bytes 4.73kB -1.09%
static/chunks/pages/landing/sections/BridgeSection-*.js -127 bytes 4.66kB -2.66%
static/chunks/3216.*.js (New) 4.54kB 4.54kB 100.0% 🚀
static/chunks/8513.*.js (New) 4.37kB 4.37kB 100.0% 🚀
static/chunks/pages/pool/poolManagement/WithdrawButton-*.js -216 bytes 4.23kB -4.86%
static/chunks/pages/returntomonke/PfpGeneratorCard-*.js -140 bytes 4.05kB -3.34%
static/chunks/5547.*.js (New) 3.84kB 3.84kB 100.0% 🚀
static/chunks/9879.*.js (New) 3.8kB 3.8kB 100.0% 🚀
static/chunks/2018.*.js (New) 3.8kB 3.8kB 100.0% 🚀
static/chunks/pages/pool/PoolBody-*.js -73 bytes 3.66kB -1.95%
static/chunks/pages/pool/poolManagement/Withdraw-*.js -73 bytes 3.65kB -1.96%
static/chunks/1436.*.js (New) 3.61kB 3.61kB 100.0% 🚀
static/chunks/6956.*.js (New) 3.47kB 3.47kB 100.0% 🚀
static/chunks/4267.*.js (New) 3.35kB 3.35kB 100.0% 🚀
static/chunks/pages/landing/sections/HeroSection-*.js -147 bytes 3.34kB -4.22%
static/chunks/1288-*.js (New) 3.27kB 3.27kB 100.0% 🚀
static/chunks/6000.*.js (New) 3.22kB 3.22kB 100.0% 🚀
static/chunks/pages/returntomonke/ImageUploader-*.js -96 bytes 3.15kB -2.96%
static/chunks/pages/pool/PoolInfoSection/CurrencyReservesCard-*.js -19 bytes 2.86kB -0.66%
static/chunks/387.*.js (New) 2.79kB 2.79kB 100.0% 🚀
static/chunks/3410.*.js (New) 2.71kB 2.71kB 100.0% 🚀
static/chunks/6112.*.js (New) 2.6kB 2.6kB 100.0% 🚀
static/chunks/6403.*.js (New) 2.52kB 2.52kB 100.0% 🚀
static/chunks/pages/stake-*.js -63 bytes 2.47kB -2.48%
static/chunks/pages/stake/[routerIndex]-*.js -40 bytes 2.42kB -1.63%
static/chunks/3262.*.js (New) 2.33kB 2.33kB 100.0% 🚀
static/chunks/5737.*.js (New) 2.31kB 2.31kB 100.0% 🚀
static/chunks/4215.*.js (New) 1.99kB 1.99kB 100.0% 🚀
static/chunks/4465.*.js (New) 1.71kB 1.71kB 100.0% 🚀
static/chunks/1427.*.js (New) 1.67kB 1.67kB 100.0% 🚀
static/chunks/3014.*.js (New) 1.67kB 1.67kB 100.0% 🚀
static/chunks/pages/pool/PoolInfoSection/InfoSectionCard-*.js -27 bytes 1.61kB -1.65%
static/chunks/4207.*.js (New) 1.6kB 1.6kB 100.0% 🚀
static/chunks/964.*.js (New) 1.6kB 1.6kB 100.0% 🚀
static/chunks/auto-*.11ebdd832a82258e.js (New) 1.49kB 1.49kB 100.0% 🚀
static/chunks/2339.*.js (New) 1.44kB 1.44kB 100.0% 🚀
static/chunks/schemaFilter.*.js -94 bytes 1.43kB -6.17%
static/chunks/6728.*.js (New) 1.38kB 1.38kB 100.0% 🚀
static/chunks/9286.*.js (New) 1.37kB 1.37kB 100.0% 🚀
static/chunks/5521.*.js (New) 1.32kB 1.32kB 100.0% 🚀
static/chunks/8982.*.js (New) 1.32kB 1.32kB 100.0% 🚀
static/chunks/pages/pool/components/ReceivedTokenSection-*.js -17 bytes 1.24kB -1.35%
static/chunks/5410.*.js (New) 1.24kB 1.24kB 100.0% 🚀
static/chunks/1644.*.js (New) 1.24kB 1.24kB 100.0% 🚀
static/chunks/6640.*.js (New) 1.2kB 1.2kB 100.0% 🚀
static/chunks/pages/pool/components/PriceImpactDisplay-*.js -16 bytes 1.19kB -1.33%
static/chunks/7437.*.js (New) 1.18kB 1.18kB 100.0% 🚀
static/chunks/remoteMiddleware.*.js -36 bytes 1.14kB -3.06%
static/chunks/6620.*.js (New) 1.08kB 1.08kB 100.0% 🚀
static/chunks/2735.*.js (New) 1.07kB 1.07kB 100.0% 🚀
static/chunks/8080.*.js (New) 1.03kB 1.03kB 100.0% 🚀
static/chunks/queryString.*.js -21 bytes 1.01kB -2.03%
static/chunks/181.*.js (New) 944 bytes 944 bytes 100.0% 🚀
static/chunks/1159.*.js (New) 915 bytes 915 bytes 100.0% 🚀
static/chunks/pages/pool/components/PoolTitle-*.js -15 bytes 887 bytes -1.66%
static/chunks/pages/pools/PoolCards-*.js -36 bytes 784 bytes -4.39%
static/chunks/2547.*.js (New) 753 bytes 753 bytes 100.0% 🚀
static/chunks/3680.*.js (New) 753 bytes 753 bytes 100.0% 🚀
static/chunks/pages/pool/PoolInfoSection/InfoSection-*.js -20 bytes 728 bytes -2.67%
static/chunks/4822.*.js (New) 694 bytes 694 bytes 100.0% 🚀
static/chunks/756.*.js (New) 610 bytes 610 bytes 100.0% 🚀
static/chunks/30.*.js (New) 594 bytes 594 bytes 100.0% 🚀
static/chunks/1695.*.js (New) 585 bytes 585 bytes 100.0% 🚀
static/chunks/pages/pool/components/AugmentWithUnits-*.js -16 bytes 564 bytes -2.76%
static/chunks/4974.*.js (New) 527 bytes 527 bytes 100.0% 🚀
static/chunks/7316.*.js (New) 522 bytes 522 bytes 100.0% 🚀
static/chunks/legacyVideos.*.js -31 bytes 436 bytes -6.64%
static/chunks/pages/bridge-*.js -21 bytes 376 bytes -5.29%
static/chunks/pages/landing/sections/HowItWorksSection-*.js -28 bytes 325 bytes -7.93%
static/chunks/pages/pools/PoolCard-*.js -30 bytes 305 bytes -8.96%
static/chunks/pages/_error-*.js -28 bytes 276 bytes -9.21%
static/chunks/4535.*.js (New) 144 bytes 144 bytes 100.0% 🚀
static/chunks/5687.*.js (New) 106 bytes 106 bytes 100.0% 🚀
static/chunks/1553.*.js (New) 98 bytes 98 bytes 100.0% 🚀
static/chunks/3934.*.js (New) 98 bytes 98 bytes 100.0% 🚀
static/tbXbrZ3n8mTeB-APOsMZW/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
server/dynamic-*.js (New) 33 bytes 33 bytes 100.0% 🚀
dynamic-*.json (New) 2 bytes 2 bytes 100.0% 🚀
static/chunks/708.*.js (Deleted) -500.15kB 0 bytes -100.0% 🗑️
static/chunks/4061.*.js (Deleted) -274.52kB 0 bytes -100.0% 🗑️
static/chunks/3843.*.js (Deleted) -258.47kB 0 bytes -100.0% 🗑️
static/chunks/587958fb.*.js (Deleted) -173.19kB 0 bytes -100.0% 🗑️
static/chunks/ed12a8ed.*.js (Deleted) -172.8kB 0 bytes -100.0% 🗑️
static/chunks/ed4f7ff2.*.js (Deleted) -168.9kB 0 bytes -100.0% 🗑️
static/chunks/9029.*.js (Deleted) -153.45kB 0 bytes -100.0% 🗑️
static/chunks/1094.*.js (Deleted) -136.74kB 0 bytes -100.0% 🗑️
static/chunks/6221.*.js (Deleted) -126.08kB 0 bytes -100.0% 🗑️
static/chunks/5325.*.js (Deleted) -95.13kB 0 bytes -100.0% 🗑️
static/chunks/1638.*.js (Deleted) -73.29kB 0 bytes -100.0% 🗑️
static/chunks/4279.*.js (Deleted) -72.76kB 0 bytes -100.0% 🗑️
static/chunks/2319.*.js (Deleted) -64.61kB 0 bytes -100.0% 🗑️
static/chunks/8498.*.js (Deleted) -63.97kB 0 bytes -100.0% 🗑️
static/chunks/3360.*.js (Deleted) -63.64kB 0 bytes -100.0% 🗑️
static/chunks/5301.*.js (Deleted) -61.59kB 0 bytes -100.0% 🗑️
static/chunks/636.*.js (Deleted) -58.84kB 0 bytes -100.0% 🗑️
static/chunks/9859.*.js (Deleted) -56.9kB 0 bytes -100.0% 🗑️
static/chunks/1522.*.js (Deleted) -54.72kB 0 bytes -100.0% 🗑️
static/chunks/6668.*.js (Deleted) -54.21kB 0 bytes -100.0% 🗑️
static/chunks/624-*.js (Deleted) -53.04kB 0 bytes -100.0% 🗑️
static/chunks/3346.*.js (Deleted) -52.39kB 0 bytes -100.0% 🗑️
static/chunks/4089-*.js (Deleted) -51.83kB 0 bytes -100.0% 🗑️
static/chunks/1583.*.js (Deleted) -48.42kB 0 bytes -100.0% 🗑️
static/chunks/6714.*.js (Deleted) -47.72kB 0 bytes -100.0% 🗑️
static/chunks/4629.*.js (Deleted) -47.61kB 0 bytes -100.0% 🗑️
static/chunks/1203.*.js (Deleted) -41.6kB 0 bytes -100.0% 🗑️
static/chunks/5959.*.js (Deleted) -39.63kB 0 bytes -100.0% 🗑️
static/chunks/5050-*.js (Deleted) -35.97kB 0 bytes -100.0% 🗑️
static/chunks/7302-*.js (Deleted) -35.74kB 0 bytes -100.0% 🗑️
static/chunks/4097-*.js (Deleted) -31.8kB 0 bytes -100.0% 🗑️
static/chunks/4364-*.js (Deleted) -29.66kB 0 bytes -100.0% 🗑️
static/chunks/3953-*.js (Deleted) -25.49kB 0 bytes -100.0% 🗑️
static/chunks/1889-*.js (Deleted) -25.13kB 0 bytes -100.0% 🗑️
static/chunks/2248.*.js (Deleted) -25.05kB 0 bytes -100.0% 🗑️
static/chunks/9138-*.js (Deleted) -22.88kB 0 bytes -100.0% 🗑️
static/chunks/8174-*.js (Deleted) -19.95kB 0 bytes -100.0% 🗑️
static/chunks/9220-*.js (Deleted) -19.82kB 0 bytes -100.0% 🗑️
static/chunks/4062-*.js (Deleted) -18.3kB 0 bytes -100.0% 🗑️
static/chunks/5947.*.js (Deleted) -18.14kB 0 bytes -100.0% 🗑️
static/chunks/tsub-*.7c1adc79c019d83e.js (Deleted) -18.03kB 0 bytes -100.0% 🗑️
static/chunks/1653-*.js (Deleted) -15.81kB 0 bytes -100.0% 🗑️
static/chunks/5152-*.js (Deleted) -15.2kB 0 bytes -100.0% 🗑️
static/chunks/1348-*.js (Deleted) -15.11kB 0 bytes -100.0% 🗑️
static/chunks/4378.*.js (Deleted) -12.81kB 0 bytes -100.0% 🗑️
static/chunks/5784-*.js (Deleted) -12.56kB 0 bytes -100.0% 🗑️
static/chunks/9799.*.js (Deleted) -12.28kB 0 bytes -100.0% 🗑️
static/chunks/3230-*.js (Deleted) -11.7kB 0 bytes -100.0% 🗑️
static/chunks/7012.*.js (Deleted) -11.57kB 0 bytes -100.0% 🗑️
static/chunks/1246-*.js (Deleted) -11.16kB 0 bytes -100.0% 🗑️
static/chunks/5599-*.js (Deleted) -11.02kB 0 bytes -100.0% 🗑️
static/chunks/1220.*.js (Deleted) -10.98kB 0 bytes -100.0% 🗑️
static/chunks/2070-*.js (Deleted) -10.07kB 0 bytes -100.0% 🗑️
static/chunks/2466-*.js (Deleted) -9.73kB 0 bytes -100.0% 🗑️
static/chunks/7386.*.js (Deleted) -9.45kB 0 bytes -100.0% 🗑️
static/chunks/ajs-*.b7891c2005b2d996.js (Deleted) -9.4kB 0 bytes -100.0% 🗑️
static/chunks/8788-*.js (Deleted) -8.87kB 0 bytes -100.0% 🗑️
static/chunks/7494.*.js (Deleted) -8.45kB 0 bytes -100.0% 🗑️
static/chunks/5887-*.js (Deleted) -7.72kB 0 bytes -100.0% 🗑️
static/chunks/6782-*.js (Deleted) -7.72kB 0 bytes -100.0% 🗑️
static/chunks/1664-*.js (Deleted) -7.32kB 0 bytes -100.0% 🗑️
static/chunks/7521.*.js (Deleted) -6.69kB 0 bytes -100.0% 🗑️
static/chunks/9694.*.js (Deleted) -6.69kB 0 bytes -100.0% 🗑️
static/5VPZGvC-ToRKP7Hd7PIlH/_buildManifest.js (Deleted) -6.67kB 0 bytes -100.0% 🗑️
static/chunks/6015.*.js (Deleted) -5.72kB 0 bytes -100.0% 🗑️
static/chunks/8807.*.js (Deleted) -5.34kB 0 bytes -100.0% 🗑️
static/chunks/4081.*.js (Deleted) -4.56kB 0 bytes -100.0% 🗑️
static/chunks/3496.*.js (Deleted) -4.39kB 0 bytes -100.0% 🗑️
static/chunks/6304.*.js (Deleted) -3.86kB 0 bytes -100.0% 🗑️
static/chunks/1993.*.js (Deleted) -3.82kB 0 bytes -100.0% 🗑️
static/chunks/3171.*.js (Deleted) -3.82kB 0 bytes -100.0% 🗑️
static/chunks/2798.*.js (Deleted) -3.63kB 0 bytes -100.0% 🗑️
static/chunks/3038.*.js (Deleted) -3.49kB 0 bytes -100.0% 🗑️
static/chunks/9667.*.js (Deleted) -3.37kB 0 bytes -100.0% 🗑️
static/chunks/7077-*.js (Deleted) -3.33kB 0 bytes -100.0% 🗑️
static/chunks/4332.*.js (Deleted) -3.24kB 0 bytes -100.0% 🗑️
static/chunks/8866.*.js (Deleted) -2.82kB 0 bytes -100.0% 🗑️
static/chunks/4338.*.js (Deleted) -2.75kB 0 bytes -100.0% 🗑️
static/chunks/6986.*.js (Deleted) -2.62kB 0 bytes -100.0% 🗑️
static/chunks/5730.*.js (Deleted) -2.55kB 0 bytes -100.0% 🗑️
static/chunks/4575.*.js (Deleted) -2.35kB 0 bytes -100.0% 🗑️
static/chunks/8044.*.js (Deleted) -2.33kB 0 bytes -100.0% 🗑️
static/chunks/9912.*.js (Deleted) -2.02kB 0 bytes -100.0% 🗑️
static/chunks/8902.*.js (Deleted) -1.73kB 0 bytes -100.0% 🗑️
static/chunks/1238.*.js (Deleted) -1.69kB 0 bytes -100.0% 🗑️
static/chunks/9683.*.js (Deleted) -1.69kB 0 bytes -100.0% 🗑️
static/chunks/8420.*.js (Deleted) -1.62kB 0 bytes -100.0% 🗑️
static/chunks/9350.*.js (Deleted) -1.62kB 0 bytes -100.0% 🗑️
static/chunks/auto-*.2d5e97b18b98752e.js (Deleted) -1.58kB 0 bytes -100.0% 🗑️
static/chunks/5387.*.js (Deleted) -1.46kB 0 bytes -100.0% 🗑️
static/chunks/7022.*.js (Deleted) -1.4kB 0 bytes -100.0% 🗑️
static/chunks/6499.*.js (Deleted) -1.39kB 0 bytes -100.0% 🗑️
static/chunks/8086.*.js (Deleted) -1.34kB 0 bytes -100.0% 🗑️
static/chunks/4387.*.js (Deleted) -1.34kB 0 bytes -100.0% 🗑️
static/chunks/5462.*.js (Deleted) -1.26kB 0 bytes -100.0% 🗑️
static/chunks/8514.*.js (Deleted) -1.26kB 0 bytes -100.0% 🗑️
static/chunks/409.*.js (Deleted) -1.22kB 0 bytes -100.0% 🗑️
static/chunks/5546.*.js (Deleted) -1.2kB 0 bytes -100.0% 🗑️
static/chunks/1825.*.js (Deleted) -1.1kB 0 bytes -100.0% 🗑️
static/chunks/8561.*.js (Deleted) -1.09kB 0 bytes -100.0% 🗑️
static/chunks/2456.*.js (Deleted) -1.05kB 0 bytes -100.0% 🗑️
static/chunks/995.*.js (Deleted) -965 bytes 0 bytes -100.0% 🗑️
static/chunks/8053.*.js (Deleted) -936 bytes 0 bytes -100.0% 🗑️
static/chunks/1133.*.js (Deleted) -774 bytes 0 bytes -100.0% 🗑️
static/chunks/6127.*.js (Deleted) -774 bytes 0 bytes -100.0% 🗑️
static/chunks/5531.*.js (Deleted) -715 bytes 0 bytes -100.0% 🗑️
static/chunks/3710.*.js (Deleted) -633 bytes 0 bytes -100.0% 🗑️
static/chunks/8055.*.js (Deleted) -619 bytes 0 bytes -100.0% 🗑️
static/chunks/8189.*.js (Deleted) -606 bytes 0 bytes -100.0% 🗑️
static/chunks/4311.*.js (Deleted) -548 bytes 0 bytes -100.0% 🗑️
static/chunks/4841.*.js (Deleted) -544 bytes 0 bytes -100.0% 🗑️
static/chunks/3811.*.js (Deleted) -165 bytes 0 bytes -100.0% 🗑️
static/chunks/8196.*.js (Deleted) -124 bytes 0 bytes -100.0% 🗑️
static/chunks/1619.*.js (Deleted) -110 bytes 0 bytes -100.0% 🗑️
static/chunks/2035.*.js (Deleted) -110 bytes 0 bytes -100.0% 🗑️
static/5VPZGvC-ToRKP7Hd7PIlH/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: synapse-interface-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
7608.js (New) 566.15kB 566.15kB 100.0% 🚀
4385.js (New) 472.9kB 472.9kB 100.0% 🚀
../pages/index.js 964 bytes 77.39kB 1.26%
855.js (New) 59.19kB 59.19kB 100.0% 🚀
5781.js (New) 57.67kB 57.67kB 100.0% 🚀
2341.js (New) 56.24kB 56.24kB 100.0% 🚀
130.js (New) 53.38kB 53.38kB 100.0% 🚀
6331.js (New) 42.44kB 42.44kB 100.0% 🚀
../pages/landing.js 736 bytes 36.65kB 2.05%
1784.js (New) 35.36kB 35.36kB 100.0% 🚀
9418.js (New) 28.45kB 28.45kB 100.0% 🚀
../pages/swap.js 393 bytes 24.61kB 1.62%
5761.js (New) 24.12kB 24.12kB 100.0% 🚀
../pages/landing/sections/SecuritySection.js -1 bytes 21.37kB -0.0%
1954.js (New) 20.82kB 20.82kB 100.0% 🚀
119.js (New) 19.05kB 19.05kB 100.0% 🚀
7524.js (New) 18.16kB 18.16kB 100.0% 🚀
../pages/landing/sections/UseCasesSection.js 88 bytes 17.33kB 0.51%
2710.js (New) 17.02kB 17.02kB 100.0% 🚀
9400.js (New) 16.43kB 16.43kB 100.0% 🚀
1202.js (New) 16.04kB 16.04kB 100.0% 🚀
7501.js (New) 15.78kB 15.78kB 100.0% 🚀
9982.js (New) 15.5kB 15.5kB 100.0% 🚀
4506.js (New) 14.51kB 14.51kB 100.0% 🚀
../pages/state-managed-bridge.js 576 bytes 14.34kB 4.18%
3484.js (New) 13.58kB 13.58kB 100.0% 🚀
593.js (New) 12.83kB 12.83kB 100.0% 🚀
3925.js (New) 12.82kB 12.82kB 100.0% 🚀
../pages/landing/sections/ExplorerSection.js 345 bytes 12.66kB 2.8%
../pages/returntomonke.js 343 bytes 12.11kB 2.92%
../pages/lifi.js 332 bytes 11.81kB 2.89%
1824.js (New) 11.79kB 11.79kB 100.0% 🚀
../pages/landing/sections/IntegrationSection.js 339 bytes 11.76kB 2.97%
../pages/stake/StakeCardTitle.js -74 bytes 11.7kB -0.63%
../pages/landing/sections/ResourcesSection.js 344 bytes 11.36kB 3.12%
../pages/pools.js 326 bytes 11.03kB 3.05%
6761.js (New) 10.93kB 10.93kB 100.0% 🚀
5667.js (New) 10.83kB 10.83kB 100.0% 🚀
1890.js (New) 10.07kB 10.07kB 100.0% 🚀
../pages/pool/poolManagement.js -134 bytes 9.9kB -1.34%
../pages/pool/[poolId].js 303 bytes 9.84kB 3.18%
../pages/pool/PoolInfoSection.js -30 bytes 9.56kB -0.31%
../pages/pool/NoPoolBody.js -124 bytes 9.42kB -1.3%
613.js (New) 9.1kB 9.1kB 100.0% 🚀
../pages/landing/sections/BridgeSection.js -119 bytes 9.09kB -1.29%
../pages/pool/components/LiquidityManagementTabs.js -123 bytes 8.98kB -1.35%
../pages/pool/poolManagement/WithdrawButton.js -110 bytes 8.72kB -1.25%
../pages/stake/[routerIndex].js 284 bytes 8.52kB 3.45%
../pages/stake.js 279 bytes 8.37kB 3.45%
../pages/returntomonke/PfpGeneratorCard.js -103 bytes 8.28kB -1.23%
../pages/landing/sections/HeroSection.js 321 bytes 8.01kB 4.18%
../pages/pool/PoolBody.js 247 bytes 7.8kB 3.27%
../pages/pool/poolManagement/Withdraw.js -160 bytes 7.78kB -2.02%
../pages/stake/StakeCard.js -172 bytes 7.65kB -2.2%
../pages/pool/PoolInfoSection/CurrencyReservesCard.js -69 bytes 7.5kB -0.91%
../pages/returntomonke/ImageUploader.js -123 bytes 7.23kB -1.67%
../pages/_error.js -3.36kB 6.96kB -32.57%
9918.js (New) 6.66kB 6.66kB 100.0% 🚀
../pages/pool/PoolInfoSection/InfoSectionCard.js -117 bytes 6.16kB -1.86%
../pages/pool/components/ReceivedTokenSection.js -121 bytes 5.7kB -2.08%
../pages/pool/components/PriceImpactDisplay.js -141 bytes 5.64kB -2.44%
../pages/pools/PoolCards.js 277 bytes 5.21kB 5.61% ⚠️
../pages/pool/components/PoolTitle.js -132 bytes 5.21kB -2.47%
../pages/pool/PoolInfoSection/InfoSection.js -139 bytes 5.1kB -2.65%
../pages/pool/components/AugmentWithUnits.js -137 bytes 4.92kB -2.71%
../pages/bridge.js -165 bytes 4.7kB -3.39%
../pages/pools/PoolCard.js 260 bytes 4.69kB 5.87% ⚠️
../pages/pool/poolManagement/DepositButton.js -155 bytes 4.6kB -3.26%
../pages/pool/poolManagement/Deposit.js -161 bytes 4.58kB -3.4%
../pages/landing/sections/HowItWorksSection.js -153 bytes 4.52kB -3.27%
1345.js (New) 3.21kB 3.21kB 100.0% 🚀
../pages/_app.js -94 bytes 2.98kB -3.05%
../webpack-runtime.js -10 bytes 2.47kB -0.4%
../pages/pool/[poolId].js.nft.json 22 bytes 1.29kB 1.74%
../pages/index.js.nft.json 19 bytes 1.12kB 1.73%
../pages/swap.js.nft.json 20 bytes 1.01kB 2.02%
../pages/stake/[routerIndex].js.nft.json 22 bytes 941 bytes 2.39%
../pages/pools.js.nft.json 20 bytes 862 bytes 2.38%
../pages/pool/PoolBody.js.nft.json 21 bytes 835 bytes 2.58%
../pages/stake.js.nft.json 19 bytes 822 bytes 2.37%
../pages/pool/poolManagement/Withdraw.js.nft.json 24 bytes 780 bytes 3.17%
../pages/_app.js.nft.json -1 bytes 753 bytes -0.13%
../pages/pool/poolManagement.js.nft.json 21 bytes 743 bytes 2.91%
../pages/landing.js.nft.json 19 bytes 713 bytes 2.74%
../pages/_document.js 54 bytes 656 bytes 8.97% ⚠️
../pages/returntomonke.js.nft.json 20 bytes 641 bytes 3.22%
../pages/state-managed-bridge.js.nft.json 18 bytes 629 bytes 2.95%
../pages/pool/poolManagement/Deposit.js.nft.json 24 bytes 556 bytes 4.51%
../pages/pool/poolManagement/DepositButton.js.nft.json 24 bytes 556 bytes 4.51%
../pages/pools/PoolCard.js.nft.json 22 bytes 473 bytes 4.88%
../pages/pools/PoolCards.js.nft.json 22 bytes 473 bytes 4.88%
../pages/stake/StakeCard.js.nft.json 21 bytes 443 bytes 4.98%
../pages/lifi.js.nft.json 18 bytes 372 bytes 5.08% ⚠️
../pages/landing/sections/IntegrationSection.js.nft.json 25 bytes 300 bytes 9.09% ⚠️
../pages/stake/StakeCardTitle.js.nft.json 22 bytes 278 bytes 8.59% ⚠️
../pages/landing/sections/BridgeSection.js.nft.json 25 bytes 274 bytes 10.04% ⚠️
../pages/landing/sections/ExplorerSection.js.nft.json 25 bytes 274 bytes 10.04% ⚠️
../pages/landing/sections/HeroSection.js.nft.json 25 bytes 274 bytes 10.04% ⚠️
../pages/landing/sections/ResourcesSection.js.nft.json 25 bytes 274 bytes 10.04% ⚠️
../pages/pool/components/ReceivedTokenSection.js.nft.json 25 bytes 248 bytes 11.21% ⚠️
../pages/pool/poolManagement/WithdrawButton.js.nft.json 25 bytes 248 bytes 11.21% ⚠️
../pages/pool/components/PriceImpactDisplay.js.nft.json 25 bytes 248 bytes 11.21% ⚠️
../pages/pool/NoPoolBody.js.nft.json 22 bytes 247 bytes 9.78% ⚠️
../pages/landing/sections/HowItWorksSection.js.nft.json 24 bytes 243 bytes 10.96% ⚠️
../pages/pool/PoolInfoSection.js.nft.json 22 bytes 224 bytes 10.89% ⚠️
../pages/landing/sections/SecuritySection.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/landing/sections/UseCasesSection.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/pool/PoolInfoSection/CurrencyReservesCard.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/pool/PoolInfoSection/InfoSection.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/pool/PoolInfoSection/InfoSectionCard.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/pool/components/AugmentWithUnits.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/pool/components/LiquidityManagementTabs.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/pool/components/PoolTitle.js.nft.json 25 bytes 218 bytes 12.95% ⚠️
../pages/returntomonke/ImageUploader.js.nft.json 22 bytes 197 bytes 12.57% ⚠️
../pages/returntomonke/PfpGeneratorCard.js.nft.json 22 bytes 197 bytes 12.57% ⚠️
../pages/bridge.js.nft.json 19 bytes 176 bytes 12.1% ⚠️
../pages/_document.js.nft.json -1 bytes 171 bytes -0.58%
../pages/_error.js.nft.json 19 bytes 146 bytes 14.96% ⚠️
6492.js (Deleted) -554.52kB 0 bytes -100.0% 🗑️
6814.js (Deleted) -475.82kB 0 bytes -100.0% 🗑️
2007.js (Deleted) -58.75kB 0 bytes -100.0% 🗑️
1269.js (Deleted) -53.05kB 0 bytes -100.0% 🗑️
4248.js (Deleted) -41.71kB 0 bytes -100.0% 🗑️
5050.js (Deleted) -35.4kB 0 bytes -100.0% 🗑️
980.js (Deleted) -28.21kB 0 bytes -100.0% 🗑️
6859.js (Deleted) -24.15kB 0 bytes -100.0% 🗑️
6093.js (Deleted) -24.06kB 0 bytes -100.0% 🗑️
3938.js (Deleted) -20.57kB 0 bytes -100.0% 🗑️
8275.js (Deleted) -19.06kB 0 bytes -100.0% 🗑️
8252.js (Deleted) -18.16kB 0 bytes -100.0% 🗑️
2186.js (Deleted) -17.02kB 0 bytes -100.0% 🗑️
4714.js (Deleted) -16.43kB 0 bytes -100.0% 🗑️
8010.js (Deleted) -16.04kB 0 bytes -100.0% 🗑️
7797.js (Deleted) -15.72kB 0 bytes -100.0% 🗑️
2115.js (Deleted) -15.27kB 0 bytes -100.0% 🗑️
8580.js (Deleted) -14.51kB 0 bytes -100.0% 🗑️
5675.js (Deleted) -13.81kB 0 bytes -100.0% 🗑️
52.js (Deleted) -13.58kB 0 bytes -100.0% 🗑️
1715.js (Deleted) -12.51kB 0 bytes -100.0% 🗑️
2595.js (Deleted) -11.71kB 0 bytes -100.0% 🗑️
3773.js (Deleted) -10.7kB 0 bytes -100.0% 🗑️
4071.js (Deleted) -9.84kB 0 bytes -100.0% 🗑️
4567.js (Deleted) -9.77kB 0 bytes -100.0% 🗑️
9192.js (Deleted) -9.07kB 0 bytes -100.0% 🗑️
8559.js (Deleted) -7.31kB 0 bytes -100.0% 🗑️
1846.js (Deleted) -3.21kB 0 bytes -100.0% 🗑️
../font-manifest.json (Deleted) -2 bytes 0 bytes -100.0% 🗑️
font-manifest.json (Deleted) -2 bytes 0 bytes -100.0% 🗑️

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 79cc42d
Status:🚫  Build failed.

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants