Skip to content

build(cli): TRAC-668 bump wrangler to 4.90.0#3010

Merged
chanceaclark merged 1 commit into
alphafrom
TRAC-668/bump-wrangler-version
May 12, 2026
Merged

build(cli): TRAC-668 bump wrangler to 4.90.0#3010
chanceaclark merged 1 commit into
alphafrom
TRAC-668/bump-wrangler-version

Conversation

@chanceaclark
Copy link
Copy Markdown
Contributor

@chanceaclark chanceaclark commented May 12, 2026

Jira: TRAC-668

What/Why?

wrangler@4.24.3 produces a broken worker bundle for Next.js 16.2.x: the webpack runtime inside app-page-turbo.runtime.prod.js fails to initialize at request time with "Cannot read properties of undefined (reading 'require')", returning 500 on every page. wrangler@4.90.0 bundles it correctly.

This unblocks the Next.js 16.2.x security patches (TRAC-668) from working on native hosting. Once this lands and a new alpha ships, the native-hosting workflow can drop its manual re-bundle workaround.

Testing

Build a Next.js 16.2.x app with catalyst build and confirm pages return 200. The existing native-hosting workflow on TRAC-668/security-bump-nextjs-react validates this end-to-end.

Migration

No migration required.

Refs TRAC-668

wrangler@4.24.3 produces a broken bundle for Next.js 16.2.x: the
app-page-turbo.runtime.prod.js webpack runtime fails to initialize at
request time with "Cannot read properties of undefined (reading
'require')". wrangler@4.90.0 bundles it correctly.

Refs TRAC-668
Co-Authored-By: Claude <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2026

⚠️ No Changeset found

Latest commit: 44327ef

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

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

Project Deployment Actions Updated (UTC)
catalyst Ready Ready Preview, Comment May 12, 2026 0:16am

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

Bundle Size Report

Comparing against baseline from 77c8e8d (2026-05-12).

No bundle size changes detected.

@chanceaclark
Copy link
Copy Markdown
Contributor Author

@chanceaclark chanceaclark marked this pull request as ready for review May 12, 2026 00:18
@chanceaclark chanceaclark requested a review from a team as a code owner May 12, 2026 00:18
@chanceaclark chanceaclark merged commit 23eb52f into alpha May 12, 2026
15 of 16 checks passed
@chanceaclark chanceaclark deleted the TRAC-668/bump-wrangler-version branch May 12, 2026 15:01
chanceaclark added a commit that referenced this pull request May 12, 2026
wrangler@4.24.3 produces a broken bundle for Next.js 16.2.x: the
app-page-turbo.runtime.prod.js webpack runtime fails to initialize at
request time with "Cannot read properties of undefined (reading
'require')". wrangler@4.90.0 bundles it correctly.

Refs TRAC-668

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants