FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): update dependency @opennextjs/cloudflare to v1.17.3 by renovate[bot] · Pull Request #150 · allthingslinux/allthingslinux · GitHub

This repository was archived by the owner on Mar 24, 2026. It is now read-only.

chore(deps): update dependency @opennextjs/cloudflare to v1.17.3 - #150

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/opennextjs-cloudflare-1.x-lockfile
Open

chore(deps): update dependency @opennextjs/cloudflare to v1.17.3#150
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/opennextjs-cloudflare-1.x-lockfile

Conversation

renovate Bot commented Jan 15, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@opennextjs/cloudflare (source) 1.14.7 → 1.17.3

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:

    • react-loadable-manifest (Turbopack per-route, not all routes have dynamic imports)
    • subresource-integrity-manifest (only when experimental.sri configured)
    • server-reference-manifest (App Router only)
    • dynamic-css-manifest (Pages Router + Webpack only)
    • fallback-build-manifest (only for /_error page)
    • prefetch-hints (new in Next.js 16.2)
    • _client-reference-manifest.js (optional for static metadata routes, evalManifest)

    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
  • #​1133 25d5835 Thanks @​dario-piotrowicz! - Update the migrate command to attempt to create an R2 bucket for caching, if that is not possible an application without caching enabled will be generated instead.

v1.16.6

Compare Source

Patch Changes
  • #​1138 4487f1f Thanks @​james-elicx! - Fix the CLI potentially setting a future compatibility date in the wrangler config when workerd has published a version matching a future date, by capping to the current date.

v1.16.5

Compare Source

Patch Changes

v1.16.4

Compare Source

Patch Changes

v1.16.3

Compare Source

Patch Changes

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

v1.14.10

Compare Source

Patch Changes

v1.14.9

Compare Source

Patch Changes

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.


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

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

renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.14.8 chore(deps): update dependency @opennextjs/cloudflare to v1.14.9 Jan 16, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch 3 times, most recently from 1366f07 to 5d5e97d Compare January 20, 2026 14:03
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.14.9 chore(deps): update dependency @opennextjs/cloudflare to v1.14.10 Jan 20, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from 5d5e97d to 51bc4db Compare January 21, 2026 13:32
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.14.10 chore(deps): update dependency @opennextjs/cloudflare to v1.15.0 Jan 21, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from 51bc4db to 4755f29 Compare January 22, 2026 13:37
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.15.0 chore(deps): update dependency @opennextjs/cloudflare to v1.15.1 Jan 22, 2026

coderabbitai Bot commented Jan 22, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Important

Review skipped

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

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from 4755f29 to 54c6226 Compare January 23, 2026 18:46
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.15.1 chore(deps): update dependency @opennextjs/cloudflare to v1.16.0 Jan 27, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from 54c6226 to dc8cefa Compare January 27, 2026 01:06
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.0 chore(deps): update dependency @opennextjs/cloudflare to v1.16.1 Jan 28, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch 2 times, most recently from 8cce7d1 to 13fee18 Compare February 2, 2026 13:40
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.1 chore(deps): update dependency @opennextjs/cloudflare to v1.16.2 Feb 2, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch 2 times, most recently from 030ce1e to afb6edf Compare February 5, 2026 21:37
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.2 chore(deps): update dependency @opennextjs/cloudflare to v1.16.3 Feb 5, 2026
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.3 chore(deps): update dependency @opennextjs/cloudflare to v1.16.4 Feb 10, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch 2 times, most recently from c4e6647 to dc2a8ef Compare February 12, 2026 14:04
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.4 chore(deps): update dependency @opennextjs/cloudflare to v1.16.5 Feb 13, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch 2 times, most recently from 390ce60 to 651a7ff Compare February 17, 2026 20:34
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.5 chore(deps): update dependency @opennextjs/cloudflare to v1.16.6 Feb 23, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch 2 times, most recently from d3e66ea to e21d17a Compare February 23, 2026 22:38
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.16.6 chore(deps): update dependency @opennextjs/cloudflare to v1.17.0 Feb 23, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from e21d17a to 5382e63 Compare February 24, 2026 20:12
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.17.0 chore(deps): update dependency @opennextjs/cloudflare to v1.17.1 Feb 24, 2026
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from 5382e63 to ddc8edb Compare March 5, 2026 19:47
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from ddc8edb to 1e34507 Compare March 13, 2026 15:36
renovate Bot force-pushed the renovate/opennextjs-cloudflare-1.x-lockfile branch from 1e34507 to 47cac5e Compare March 23, 2026 20:38
renovate Bot changed the title chore(deps): update dependency @opennextjs/cloudflare to v1.17.1 chore(deps): update dependency @opennextjs/cloudflare to v1.17.3 Mar 23, 2026
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants


Back | FazBrowse Home | New Git URL